"go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.14s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/25 04:14:02 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:03 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/25 04:14:03 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:04 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/25 04:14:04 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:05 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/25 04:14:05 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:06 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/25 04:14:06 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:07 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/25 04:14:07 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:08 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/25 04:14:08 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:09 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/25 04:14:09 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:10 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/25 04:14:10 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:11 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/25 04:14:11 NOTICE: TestSFTPRclone: Stopping server 2025/10/25 04:14:11 NOTICE: TestSFTPRclone: Starting server 2025/10/25 04:14:12 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/25 04:14:12 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/25 04:14:12 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/25 04:14:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vopemig0zani" 2025/10/25 04:14:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/25 04:14:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: New connection 127.0.0.1:56486->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell type "unix" from config 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Relative path resolved to "/rclone-test-vopemig0zani" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Using root directory "/rclone-test-vopemig0zani" 2025/10/25 04:14:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/25 04:14:12 INFO : dir/subdir: Making directory 2025/10/25 04:14:12 INFO : dir/subdir: Removing directory 2025/10/25 04:14:12 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/10/25 04:14:12 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f1a139027ddc34dbcaac082e0001d6d /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9f1a139027ddc34dbcaac082e0001d6d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38015c36bc083b6458ffa4b14253e309b6847e6f /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 38015c36bc083b6458ffa4b14253e309b6847e6f 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f1a139027ddc34dbcaac082e0001d6d /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9f1a139027ddc34dbcaac082e0001d6d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38015c36bc083b6458ffa4b14253e309b6847e6f /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 38015c36bc083b6458ffa4b14253e309b6847e6f 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f1a139027ddc34dbcaac082e0001d6d /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9f1a139027ddc34dbcaac082e0001d6d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38015c36bc083b6458ffa4b14253e309b6847e6f /rclone-test-vopemig0zani/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/25 04:14:12 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 38015c36bc083b6458ffa4b14253e309b6847e6f === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a1072e841b14f63661f6926b888fe2ec /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: a1072e841b14f63661f6926b888fe2ec 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a1072e841b14f63661f6926b888fe2ec /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: a1072e841b14f63661f6926b888fe2ec 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a1072e841b14f63661f6926b888fe2ec /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: a1072e841b14f63661f6926b888fe2ec 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/./." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a /rclone-test-vopemig0zani/./. 2025/10/25 04:14:12 DEBUG : ./.: Parsed hash: 67d9f0c4ba8ee1462adee0bd855c84fb1cfd429a === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 41a8550c4bd1e3694fab9340f1633af3 /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: 41a8550c4bd1e3694fab9340f1633af3 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 41a8550c4bd1e3694fab9340f1633af3 /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: 41a8550c4bd1e3694fab9340f1633af3 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 41a8550c4bd1e3694fab9340f1633af3 /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: 41a8550c4bd1e3694fab9340f1633af3 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/../.." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c /rclone-test-vopemig0zani/../.. 2025/10/25 04:14:12 DEBUG : ../..: Parsed hash: b21d7debe3dd0f4c7ea0bcb9374c8c07124dbb6c === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: ed7e0e9dddab3543a8a68af356c37f72 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ed7e0e9dddab3543a8a68af356c37f72 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: ed7e0e9dddab3543a8a68af356c37f72 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ed7e0e9dddab3543a8a68af356c37f72 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: ed7e0e9dddab3543a8a68af356c37f72 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ed7e0e9dddab3543a8a68af356c37f72 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 /rclone-test-vopemig0zani/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/25 04:14:12 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7eb5f23dec41e8c79b40eacff7f3935c84215be8 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1d28cd04dccf868d85c085023ae73c54 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1d28cd04dccf868d85c085023ae73c54 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1d28cd04dccf868d85c085023ae73c54 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1d28cd04dccf868d85c085023ae73c54 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1d28cd04dccf868d85c085023ae73c54 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1d28cd04dccf868d85c085023ae73c54 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/ leading space/ leading space" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\ leading\ space/\ leading\ space 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 /rclone-test-vopemig0zani/ leading space/ leading space 2025/10/25 04:14:12 DEBUG : leading space/ leading space: Parsed hash: 1c0afafeb5b65bce0fe126d5c97c0005a34b6c71 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e1672dfd316c2eeff4a95a2be3f3cfe4 /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e1672dfd316c2eeff4a95a2be3f3cfe4 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e1672dfd316c2eeff4a95a2be3f3cfe4 /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e1672dfd316c2eeff4a95a2be3f3cfe4 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e1672dfd316c2eeff4a95a2be3f3cfe4 /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e1672dfd316c2eeff4a95a2be3f3cfe4 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/~leading tilde/~leading tilde" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/\~leading\ tilde/\~leading\ tilde 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a /rclone-test-vopemig0zani/~leading tilde/~leading tilde 2025/10/25 04:14:12 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6f5de9d9b3ec7a47c9782ee822a4b500b7e4009a === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e5347edc40c6ab95add0ffaf54740153 /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e5347edc40c6ab95add0ffaf54740153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a8cfa85a224c20a8041783a92b0e5c597bee418a /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a8cfa85a224c20a8041783a92b0e5c597bee418a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e5347edc40c6ab95add0ffaf54740153 /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e5347edc40c6ab95add0ffaf54740153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a8cfa85a224c20a8041783a92b0e5c597bee418a /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a8cfa85a224c20a8041783a92b0e5c597bee418a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e5347edc40c6ab95add0ffaf54740153 /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e5347edc40c6ab95add0ffaf54740153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␍leading CR/␍leading CR" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␍leading\ CR/␍leading\ CR 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: a8cfa85a224c20a8041783a92b0e5c597bee418a /rclone-test-vopemig0zani/␍leading CR/␍leading CR 2025/10/25 04:14:12 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a8cfa85a224c20a8041783a92b0e5c597bee418a === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8ff86c00aad493ad598c2ebe0e631153 /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 8ff86c00aad493ad598c2ebe0e631153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f330df772c4102db6206fdfc28b35910ad01616e /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f330df772c4102db6206fdfc28b35910ad01616e 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8ff86c00aad493ad598c2ebe0e631153 /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 8ff86c00aad493ad598c2ebe0e631153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f330df772c4102db6206fdfc28b35910ad01616e /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f330df772c4102db6206fdfc28b35910ad01616e 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8ff86c00aad493ad598c2ebe0e631153 /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 8ff86c00aad493ad598c2ebe0e631153 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␊leading LF/␊leading LF" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␊leading\ LF/␊leading\ LF 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f330df772c4102db6206fdfc28b35910ad01616e /rclone-test-vopemig0zani/␊leading LF/␊leading LF 2025/10/25 04:14:12 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f330df772c4102db6206fdfc28b35910ad01616e === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f79da262a594c92db82578c1974e5b5 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9f79da262a594c92db82578c1974e5b5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38d9f5011592374b8e22f6d556a690f164322dd6 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 38d9f5011592374b8e22f6d556a690f164322dd6 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f79da262a594c92db82578c1974e5b5 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9f79da262a594c92db82578c1974e5b5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38d9f5011592374b8e22f6d556a690f164322dd6 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 38d9f5011592374b8e22f6d556a690f164322dd6 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 9f79da262a594c92db82578c1974e5b5 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9f79da262a594c92db82578c1974e5b5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␉leading HT/␉leading HT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␉leading\ HT/␉leading\ HT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 38d9f5011592374b8e22f6d556a690f164322dd6 /rclone-test-vopemig0zani/␉leading HT/␉leading HT 2025/10/25 04:14:12 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 38d9f5011592374b8e22f6d556a690f164322dd6 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 69cd4cfa595b1cd733a5fa66090734cd /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 69cd4cfa595b1cd733a5fa66090734cd 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f557c64842a79106b501f2c6f8fbc8444d27f175 /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f557c64842a79106b501f2c6f8fbc8444d27f175 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 69cd4cfa595b1cd733a5fa66090734cd /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 69cd4cfa595b1cd733a5fa66090734cd 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f557c64842a79106b501f2c6f8fbc8444d27f175 /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f557c64842a79106b501f2c6f8fbc8444d27f175 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 69cd4cfa595b1cd733a5fa66090734cd /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 69cd4cfa595b1cd733a5fa66090734cd 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/␋leading VT/␋leading VT" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/␋leading\ VT/␋leading\ VT 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f557c64842a79106b501f2c6f8fbc8444d27f175 /rclone-test-vopemig0zani/␋leading VT/␋leading VT 2025/10/25 04:14:12 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f557c64842a79106b501f2c6f8fbc8444d27f175 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 01eb42287bc8ff1a476beeb461f635d0 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: 01eb42287bc8ff1a476beeb461f635d0 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: bddbab5b5630affe01262ea338d88bd5afa8ced6 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: bddbab5b5630affe01262ea338d88bd5afa8ced6 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 01eb42287bc8ff1a476beeb461f635d0 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: 01eb42287bc8ff1a476beeb461f635d0 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: bddbab5b5630affe01262ea338d88bd5afa8ced6 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: bddbab5b5630affe01262ea338d88bd5afa8ced6 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 01eb42287bc8ff1a476beeb461f635d0 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: 01eb42287bc8ff1a476beeb461f635d0 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/.leading dot/.leading dot" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/.leading\ dot/.leading\ dot 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: bddbab5b5630affe01262ea338d88bd5afa8ced6 /rclone-test-vopemig0zani/.leading dot/.leading dot 2025/10/25 04:14:12 DEBUG : .leading dot/.leading dot: Parsed hash: bddbab5b5630affe01262ea338d88bd5afa8ced6 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67cedc6f7e1231bfb0543e56a3c89b92 /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 67cedc6f7e1231bfb0543e56a3c89b92 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4c561b08905291f01beed8cacfd3a204c371db8d /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 4c561b08905291f01beed8cacfd3a204c371db8d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67cedc6f7e1231bfb0543e56a3c89b92 /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 67cedc6f7e1231bfb0543e56a3c89b92 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4c561b08905291f01beed8cacfd3a204c371db8d /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 4c561b08905291f01beed8cacfd3a204c371db8d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 67cedc6f7e1231bfb0543e56a3c89b92 /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 67cedc6f7e1231bfb0543e56a3c89b92 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing space /trailing space " 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ space\ /trailing\ space\ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4c561b08905291f01beed8cacfd3a204c371db8d /rclone-test-vopemig0zani/trailing space /trailing space 2025/10/25 04:14:12 DEBUG : trailing space /trailing space : Parsed hash: 4c561b08905291f01beed8cacfd3a204c371db8d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f147eb19762d98cb3aec7c8505fd39c2 /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: f147eb19762d98cb3aec7c8505fd39c2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6c095b3a24b5206b13748c7ffa941dd4b15447ff /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6c095b3a24b5206b13748c7ffa941dd4b15447ff 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f147eb19762d98cb3aec7c8505fd39c2 /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: f147eb19762d98cb3aec7c8505fd39c2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6c095b3a24b5206b13748c7ffa941dd4b15447ff /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6c095b3a24b5206b13748c7ffa941dd4b15447ff 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: f147eb19762d98cb3aec7c8505fd39c2 /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: f147eb19762d98cb3aec7c8505fd39c2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing CR␍/trailing CR␍" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ CR␍/trailing\ CR␍ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 6c095b3a24b5206b13748c7ffa941dd4b15447ff /rclone-test-vopemig0zani/trailing CR␍/trailing CR␍ 2025/10/25 04:14:12 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6c095b3a24b5206b13748c7ffa941dd4b15447ff === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 241ff9cc5c7bdc7df6f06804ec1e90f2 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 241ff9cc5c7bdc7df6f06804ec1e90f2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e9dcaa0a205b21efee06300bf780bcef017ab899 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e9dcaa0a205b21efee06300bf780bcef017ab899 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 241ff9cc5c7bdc7df6f06804ec1e90f2 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 241ff9cc5c7bdc7df6f06804ec1e90f2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e9dcaa0a205b21efee06300bf780bcef017ab899 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e9dcaa0a205b21efee06300bf780bcef017ab899 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 241ff9cc5c7bdc7df6f06804ec1e90f2 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 241ff9cc5c7bdc7df6f06804ec1e90f2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing LF␊/trailing LF␊" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ LF␊/trailing\ LF␊ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: e9dcaa0a205b21efee06300bf780bcef017ab899 /rclone-test-vopemig0zani/trailing LF␊/trailing LF␊ 2025/10/25 04:14:12 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e9dcaa0a205b21efee06300bf780bcef017ab899 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 415a3efceb8ac868d074a1edd4b6e3a5 /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 415a3efceb8ac868d074a1edd4b6e3a5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dd80c2695da29b667db2b6233f392a609487225d /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: dd80c2695da29b667db2b6233f392a609487225d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 415a3efceb8ac868d074a1edd4b6e3a5 /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 415a3efceb8ac868d074a1edd4b6e3a5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dd80c2695da29b667db2b6233f392a609487225d /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: dd80c2695da29b667db2b6233f392a609487225d 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 415a3efceb8ac868d074a1edd4b6e3a5 /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 415a3efceb8ac868d074a1edd4b6e3a5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing HT␉/trailing HT␉" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ HT␉/trailing\ HT␉ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dd80c2695da29b667db2b6233f392a609487225d /rclone-test-vopemig0zani/trailing HT␉/trailing HT␉ 2025/10/25 04:14:12 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: dd80c2695da29b667db2b6233f392a609487225d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4de2709d3c51123cb1165c266edb5488 /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 4de2709d3c51123cb1165c266edb5488 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dff78a74a4b0c24d7e3e3416e794d9e342896cff /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: dff78a74a4b0c24d7e3e3416e794d9e342896cff 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4de2709d3c51123cb1165c266edb5488 /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 4de2709d3c51123cb1165c266edb5488 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dff78a74a4b0c24d7e3e3416e794d9e342896cff /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: dff78a74a4b0c24d7e3e3416e794d9e342896cff 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 4de2709d3c51123cb1165c266edb5488 /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 4de2709d3c51123cb1165c266edb5488 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing VT␋/trailing VT␋" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ VT␋/trailing\ VT␋ 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: dff78a74a4b0c24d7e3e3416e794d9e342896cff /rclone-test-vopemig0zani/trailing VT␋/trailing VT␋ 2025/10/25 04:14:12 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: dff78a74a4b0c24d7e3e3416e794d9e342896cff === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8668ccf054cf13f65de32b0318cf0d91 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 8668ccf054cf13f65de32b0318cf0d91 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 735d6851fccb74740a50a0fea2db51c08ee5ede0 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 735d6851fccb74740a50a0fea2db51c08ee5ede0 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8668ccf054cf13f65de32b0318cf0d91 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 8668ccf054cf13f65de32b0318cf0d91 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 735d6851fccb74740a50a0fea2db51c08ee5ede0 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 735d6851fccb74740a50a0fea2db51c08ee5ede0 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8668ccf054cf13f65de32b0318cf0d91 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 8668ccf054cf13f65de32b0318cf0d91 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/trailing dot./trailing dot." 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/trailing\ dot./trailing\ dot. 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 735d6851fccb74740a50a0fea2db51c08ee5ede0 /rclone-test-vopemig0zani/trailing dot./trailing dot. 2025/10/25 04:14:12 DEBUG : trailing dot./trailing dot.: Parsed hash: 735d6851fccb74740a50a0fea2db51c08ee5ede0 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b307cd7ce31457cafd2a3b516c6b49e5 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b307cd7ce31457cafd2a3b516c6b49e5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7c83f7f5025c585e9de2b410bc64cc179260b103 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c83f7f5025c585e9de2b410bc64cc179260b103 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b307cd7ce31457cafd2a3b516c6b49e5 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b307cd7ce31457cafd2a3b516c6b49e5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7c83f7f5025c585e9de2b410bc64cc179260b103 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c83f7f5025c585e9de2b410bc64cc179260b103 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: b307cd7ce31457cafd2a3b516c6b49e5 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b307cd7ce31457cafd2a3b516c6b49e5 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/invalid\ utf-8/invalid\ utf-8 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 7c83f7f5025c585e9de2b410bc64cc179260b103 /rclone-test-vopemig0zani/invalid utf-8/invalid utf-8 2025/10/25 04:14:12 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c83f7f5025c585e9de2b410bc64cc179260b103 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 210058d44e153bc7dc17a4c29825b7ca /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: 210058d44e153bc7dc17a4c29825b7ca 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: edd8da93e3a1af8d438279ab0851e69ae3ba2992 /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: edd8da93e3a1af8d438279ab0851e69ae3ba2992 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 210058d44e153bc7dc17a4c29825b7ca /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: 210058d44e153bc7dc17a4c29825b7ca 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: edd8da93e3a1af8d438279ab0851e69ae3ba2992 /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: edd8da93e3a1af8d438279ab0851e69ae3ba2992 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 210058d44e153bc7dc17a4c29825b7ca /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: 210058d44e153bc7dc17a4c29825b7ca 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/test%46.txt/test%46.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/test\%46.txt/test\%46.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: edd8da93e3a1af8d438279ab0851e69ae3ba2992 /rclone-test-vopemig0zani/test%46.txt/test%46.txt 2025/10/25 04:14:12 DEBUG : test%46.txt/test%46.txt: Parsed hash: edd8da93e3a1af8d438279ab0851e69ae3ba2992 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Connection OK after error: potato 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/zero-length-file" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/zero-length-file" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/zero-length-file" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/zero-length-file" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vopemig0zani/zero-length-file 2025/10/25 04:14:12 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:819: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 37974196f5fd2201fc6bd31f240f4408 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 37974196f5fd2201fc6bd31f240f4408 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 15c709767199b75f0e68ab97005e0b3e842a7535 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 15c709767199b75f0e68ab97005e0b3e842a7535 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 37974196f5fd2201fc6bd31f240f4408 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 37974196f5fd2201fc6bd31f240f4408 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 15c709767199b75f0e68ab97005e0b3e842a7535 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 15c709767199b75f0e68ab97005e0b3e842a7535 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/10/25 04:14:12 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/25 04:14:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:56502->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:12 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1153: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1190: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/10/25 04:14:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vopemig0zani/hello? sausage/êé" 2025/10/25 04:14:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:12 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: New connection 127.0.0.1:56512->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Relative path resolved to "/rclone-test-vopemig0zani/hello? sausage/êé" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Using root directory "/rclone-test-vopemig0zani/hello? sausage/êé" 2025/10/25 04:14:13 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-vopemig0zani/hello? sausage/êé" to be canonical "TestSFTPRclone{iN5x_}:rclone-test-vopemig0zani/hello? sausage/êé" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Remote command result: aaf942e708d9de9de2fdcfca8c4cbb51 /rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : a/b/c/d/e.txt: Parsed hash: aaf942e708d9de9de2fdcfca8c4cbb51 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Remote command result: 216526508205110e1c644fcb5a876549ae07e533 /rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : a/b/c/d/e.txt: Parsed hash: 216526508205110e1c644fcb5a876549ae07e533 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Remote command result: aaf942e708d9de9de2fdcfca8c4cbb51 /rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : a/b/c/d/e.txt: Parsed hash: aaf942e708d9de9de2fdcfca8c4cbb51 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: Remote command result: 216526508205110e1c644fcb5a876549ae07e533 /rclone-test-vopemig0zani/hello? sausage/êé/a/b/c/d/e.txt 2025/10/25 04:14:13 DEBUG : a/b/c/d/e.txt: Parsed hash: 216526508205110e1c644fcb5a876549ae07e533 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé: New connection 127.0.0.1:56528->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : Waiting for deletions to finish 2025/10/25 04:14:13 INFO : a/b/c/d/e.txt: Deleted 2025/10/25 04:14:13 DEBUG : removing 1 level 4 directories 2025/10/25 04:14:13 INFO : a/b/c/d: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 3 directories 2025/10/25 04:14:13 INFO : a/b/c: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 2 directories 2025/10/25 04:14:13 INFO : a/b: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 1 directories 2025/10/25 04:14:13 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: New connection 127.0.0.1:56530->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/moveTest/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/moveTest/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/moveTest/other.txt 2025/10/25 04:14:13 DEBUG : moveTest/other.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/moveTest/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/moveTest/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/moveTest/other.txt 2025/10/25 04:14:13 DEBUG : moveTest/other.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/other.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/other.txt 2025/10/25 04:14:13 DEBUG : other.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/25 04:14:13 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vojokeh4hive" 2025/10/25 04:14:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: New connection 127.0.0.1:56538->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Relative path resolved to "/rclone-test-vojokeh4hive" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Using root directory "/rclone-test-vojokeh4hive" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Shell path "/rclone-test-vojokeh4hive/new_name/sub_new_name/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Running remote command: md5sum /rclone-test-vojokeh4hive/new_name/sub_new_name/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vojokeh4hive/new_name/sub_new_name/file name.txt 2025/10/25 04:14:13 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Shell path "/rclone-test-vojokeh4hive/new_name/sub_new_name/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Running remote command: sha1sum /rclone-test-vojokeh4hive/new_name/sub_new_name/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vojokeh4hive/new_name/sub_new_name/file name.txt 2025/10/25 04:14:13 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Shell path "/rclone-test-vojokeh4hive/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Running remote command: md5sum /rclone-test-vojokeh4hive/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vojokeh4hive/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Shell path "/rclone-test-vojokeh4hive/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Running remote command: sha1sum /rclone-test-vojokeh4hive/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vojokeh4hive/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Purge dir "new_name" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vojokeh4hive: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 8fd5c2399d5be9a8a8df74219749604a /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 8fd5c2399d5be9a8a8df74219749604a 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 28b2f3b50331a855b115d8747df9b9d39294fc08 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 28b2f3b50331a855b115d8747df9b9d39294fc08 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1592: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/25 04:14:13 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:56554->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/25 04:14:13 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vopemig0zani/not found.txt" 2025/10/25 04:14:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/not found.txt: New connection 127.0.0.1:56566->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/not found.txt: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/not found.txt: Relative path resolved to "/rclone-test-vopemig0zani/not found.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/not found.txt: Using root directory "/rclone-test-vopemig0zani/not found.txt" 2025/10/25 04:14:13 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-vopemig0zani" from "TestSFTPRclone:rclone-test-vopemig0zani" 2025/10/25 04:14:13 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/25 04:14:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:56578->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8e2fda3fa6fd97515675d8b51cc265d6 /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: 8e2fda3fa6fd97515675d8b51cc265d6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8e2fda3fa6fd97515675d8b51cc265d6 /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: 8e2fda3fa6fd97515675d8b51cc265d6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8e2fda3fa6fd97515675d8b51cc265d6 /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: 8e2fda3fa6fd97515675d8b51cc265d6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/created from root.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/created\ from\ root.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac /rclone-test-vopemig0zani/created from root.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/created from root.txt: Parsed hash: fa9582a11f60b77f0cec24f3f359c4c4eb2b7bac 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 19431f80767cd2f06af724999c90fc54 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: 19431f80767cd2f06af724999c90fc54 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/file name.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/file\ name.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: fcaecdc944b9f44c22333581cee87fcc938cb4a6 /rclone-test-vopemig0zani/file name.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/file name.txt: Parsed hash: fcaecdc944b9f44c22333581cee87fcc938cb4a6 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2004: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2125: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 1ede5822cac831877899d00c0e6d5fc9 /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1ede5822cac831877899d00c0e6d5fc9 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 051c587090a5f5a73015a1d6f9e57713d62a30bc /rclone-test-vopemig0zani/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/25 04:14:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 051c587090a5f5a73015a1d6f9e57713d62a30bc === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Server has VFS statistics extension 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: About path "/rclone-test-vopemig0zani" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: About path "/rclone-test-vopemig0zani" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: About using shell command for shell type "unix" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: df -k /rclone-test-vopemig0zani 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 114162604 36610404 72% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 2c677b562c10396951d77e3490c1f001 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: 2c677b562c10396951d77e3490c1f001 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 10844503155af6a147d1bd8fd5b105a597c13d70 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: 10844503155af6a147d1bd8fd5b105a597c13d70 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 2c677b562c10396951d77e3490c1f001 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: 2c677b562c10396951d77e3490c1f001 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/piped data.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/piped\ data.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 10844503155af6a147d1bd8fd5b105a597c13d70 /rclone-test-vopemig0zani/piped data.txt 2025/10/25 04:14:13 DEBUG : piped data.txt: Parsed hash: 10844503155af6a147d1bd8fd5b105a597c13d70 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2343: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2364: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2476: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/unknown-size-update.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 58c14408605623e7ad02b408f78b970d /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : unknown-size-update.txt: Parsed hash: 58c14408605623e7ad02b408f78b970d 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/unknown-size-update.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 5ee35e3a08f6a06c43a8d462d2eb34122d598fd5 /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : unknown-size-update.txt: Parsed hash: 5ee35e3a08f6a06c43a8d462d2eb34122d598fd5 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/unknown-size-update.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: md5sum /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 58c14408605623e7ad02b408f78b970d /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : unknown-size-update.txt: Parsed hash: 58c14408605623e7ad02b408f78b970d 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Shell path "/rclone-test-vopemig0zani/unknown-size-update.txt" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Running remote command: sha1sum /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Remote command result: 5ee35e3a08f6a06c43a8d462d2eb34122d598fd5 /rclone-test-vopemig0zani/unknown-size-update.txt 2025/10/25 04:14:13 DEBUG : unknown-size-update.txt: Parsed hash: 5ee35e3a08f6a06c43a8d462d2eb34122d598fd5 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/25 04:14:13 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-vopemig0zani/deeper/nonexisting/directory" 2025/10/25 04:14:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{iN5x_}" suffix to name 2025/10/25 04:14:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/25 04:14:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/25 04:14:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/25 04:14:13 DEBUG : Setting pass="17BguWZRezi1ODvGJy9oEQQ0ITAG7oj4qbsAzM7trv60ZpM" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/deeper/nonexisting/directory: New connection 127.0.0.1:56592->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9208.51859af8d" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-vopemig0zani/deeper/nonexisting/directory" 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani/deeper/nonexisting/directory: Using root directory "/rclone-test-vopemig0zani/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: FS has no Directory methods and doesn't Wrap 2025/10/25 04:14:13 DEBUG : Waiting for deletions to finish 2025/10/25 04:14:13 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/25 04:14:13 DEBUG : removing 1 level 4 directories 2025/10/25 04:14:13 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 3 directories 2025/10/25 04:14:13 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 2 directories 2025/10/25 04:14:13 INFO : hello? sausage/êé: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 1 directories 2025/10/25 04:14:13 INFO : hello? sausage: Removing directory 2025/10/25 04:14:13 DEBUG : removing 1 level 0 directories 2025/10/25 04:14:13 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Removing directory 2025/10/25 04:14:13 ERROR : error listing: directory not found 2025/10/25 04:14:13 DEBUG : Waiting for deletions to finish 2025/10/25 04:14:13 ERROR : error listing: directory not found 2025/10/25 04:14:13 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Failed to list "": directory not found 2025/10/25 04:14:13 DEBUG : removing 1 level 0 directories 2025/10/25 04:14:13 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Removing directory 2025/10/25 04:14:13 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/25 04:14:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-vopemig0zani: Closing 2 unused connections 2025/10/25 04:14:13 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (10.99s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (0.71s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.00s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 12.145s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.022452102s (try 1/5)