"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.23s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/31 01:19:56 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:19:57 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/31 01:19:57 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:19:58 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/31 01:19:58 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:19:59 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/31 01:19:59 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:00 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/31 01:20:00 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:01 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/31 01:20:01 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:02 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/31 01:20:03 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:04 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/31 01:20:04 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:05 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/31 01:20:05 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:06 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/31 01:20:06 NOTICE: TestSFTPRclone: Stopping server 2025/10/31 01:20:06 NOTICE: TestSFTPRclone: Starting server 2025/10/31 01:20:07 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/31 01:20:07 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yogaqax5webi" 2025/10/31 01:20:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: New connection 127.0.0.1:51582->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Relative path resolved to "/rclone-test-yogaqax5webi" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Using root directory "/rclone-test-yogaqax5webi" 2025/10/31 01:20:07 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/31 01:20:07 INFO : dir/subdir: Making directory 2025/10/31 01:20:07 INFO : dir/subdir: Removing directory 2025/10/31 01:20:07 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/31 01:20:07 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/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1a4fc53fb3b12cf1f94f8635790e88b5 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 1a4fc53fb3b12cf1f94f8635790e88b5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 754f8dab35081fca6a622a27181b75e2132e9386 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 754f8dab35081fca6a622a27181b75e2132e9386 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1a4fc53fb3b12cf1f94f8635790e88b5 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 1a4fc53fb3b12cf1f94f8635790e88b5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 754f8dab35081fca6a622a27181b75e2132e9386 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 754f8dab35081fca6a622a27181b75e2132e9386 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1a4fc53fb3b12cf1f94f8635790e88b5 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 1a4fc53fb3b12cf1f94f8635790e88b5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 754f8dab35081fca6a622a27181b75e2132e9386 /rclone-test-yogaqax5webi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/31 01:20:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 754f8dab35081fca6a622a27181b75e2132e9386 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b475966c4b15b85d696a2c7257349483 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: b475966c4b15b85d696a2c7257349483 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b475966c4b15b85d696a2c7257349483 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: b475966c4b15b85d696a2c7257349483 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b475966c4b15b85d696a2c7257349483 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: b475966c4b15b85d696a2c7257349483 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/./." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 /rclone-test-yogaqax5webi/./. 2025/10/31 01:20:07 DEBUG : ./.: Parsed hash: 6d22e6556b98400f07cf37a1fea86c28b584f8b1 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b311c587065c5039f276902a3af7375e /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: b311c587065c5039f276902a3af7375e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b311c587065c5039f276902a3af7375e /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: b311c587065c5039f276902a3af7375e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: b311c587065c5039f276902a3af7375e /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: b311c587065c5039f276902a3af7375e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/../.." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a /rclone-test-yogaqax5webi/../.. 2025/10/31 01:20:07 DEBUG : ../..: Parsed hash: fd5609a90a0c7c1b60c1e734a4e8e67903a74e6a === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ee034db450899d9e25d084342781d2ae /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ee034db450899d9e25d084342781d2ae 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6b4d57ef32fdaa71c23a86519562de983325324b /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 6b4d57ef32fdaa71c23a86519562de983325324b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ee034db450899d9e25d084342781d2ae /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ee034db450899d9e25d084342781d2ae 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6b4d57ef32fdaa71c23a86519562de983325324b /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 6b4d57ef32fdaa71c23a86519562de983325324b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ee034db450899d9e25d084342781d2ae /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ee034db450899d9e25d084342781d2ae 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6b4d57ef32fdaa71c23a86519562de983325324b /rclone-test-yogaqax5webi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/31 01:20:07 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 6b4d57ef32fdaa71c23a86519562de983325324b === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f8ea92ed33eb3255d7e23c2b469b817b /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: f8ea92ed33eb3255d7e23c2b469b817b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: aba1a519c4a3a8e294799fca8485b2de3feaacc1 /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: aba1a519c4a3a8e294799fca8485b2de3feaacc1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f8ea92ed33eb3255d7e23c2b469b817b /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: f8ea92ed33eb3255d7e23c2b469b817b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: aba1a519c4a3a8e294799fca8485b2de3feaacc1 /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: aba1a519c4a3a8e294799fca8485b2de3feaacc1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f8ea92ed33eb3255d7e23c2b469b817b /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: f8ea92ed33eb3255d7e23c2b469b817b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/ leading space/ leading space" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\ leading\ space/\ leading\ space 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: aba1a519c4a3a8e294799fca8485b2de3feaacc1 /rclone-test-yogaqax5webi/ leading space/ leading space 2025/10/31 01:20:07 DEBUG : leading space/ leading space: Parsed hash: aba1a519c4a3a8e294799fca8485b2de3feaacc1 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 79021de0e6be0243487578bfdb357bef /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 79021de0e6be0243487578bfdb357bef 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c3e383a0a7bacbd4be3939928224473d1e49a5b3 /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c3e383a0a7bacbd4be3939928224473d1e49a5b3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 79021de0e6be0243487578bfdb357bef /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 79021de0e6be0243487578bfdb357bef 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c3e383a0a7bacbd4be3939928224473d1e49a5b3 /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c3e383a0a7bacbd4be3939928224473d1e49a5b3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 79021de0e6be0243487578bfdb357bef /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 79021de0e6be0243487578bfdb357bef 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/~leading tilde/~leading tilde" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/\~leading\ tilde/\~leading\ tilde 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c3e383a0a7bacbd4be3939928224473d1e49a5b3 /rclone-test-yogaqax5webi/~leading tilde/~leading tilde 2025/10/31 01:20:07 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c3e383a0a7bacbd4be3939928224473d1e49a5b3 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ec5b0b33a15511f489cd41fe38f35ee5 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: ec5b0b33a15511f489cd41fe38f35ee5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ec5b0b33a15511f489cd41fe38f35ee5 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: ec5b0b33a15511f489cd41fe38f35ee5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ec5b0b33a15511f489cd41fe38f35ee5 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: ec5b0b33a15511f489cd41fe38f35ee5 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␍leading CR/␍leading CR" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␍leading\ CR/␍leading\ CR 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 /rclone-test-yogaqax5webi/␍leading CR/␍leading CR 2025/10/31 01:20:07 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a11d27ee2800bb8b1331206a73fc0b6263ba71b3 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c1217e26547343b9549950a6264309e1 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c1217e26547343b9549950a6264309e1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 81ed092748820e5419b085dfcfab816037559277 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 81ed092748820e5419b085dfcfab816037559277 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c1217e26547343b9549950a6264309e1 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c1217e26547343b9549950a6264309e1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 81ed092748820e5419b085dfcfab816037559277 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 81ed092748820e5419b085dfcfab816037559277 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c1217e26547343b9549950a6264309e1 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c1217e26547343b9549950a6264309e1 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␊leading LF/␊leading LF" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␊leading\ LF/␊leading\ LF 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 81ed092748820e5419b085dfcfab816037559277 /rclone-test-yogaqax5webi/␊leading LF/␊leading LF 2025/10/31 01:20:07 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 81ed092748820e5419b085dfcfab816037559277 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da6ab4b5db8841a9261201db0d3b0043 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: da6ab4b5db8841a9261201db0d3b0043 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da6ab4b5db8841a9261201db0d3b0043 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: da6ab4b5db8841a9261201db0d3b0043 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da6ab4b5db8841a9261201db0d3b0043 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: da6ab4b5db8841a9261201db0d3b0043 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␉leading HT/␉leading HT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␉leading\ HT/␉leading\ HT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 /rclone-test-yogaqax5webi/␉leading HT/␉leading HT 2025/10/31 01:20:07 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 382c2937c33eb5e6b87da43d16f16a5e2690ada4 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e80afc5027b03a6e24cd785781cebca4 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e80afc5027b03a6e24cd785781cebca4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e80afc5027b03a6e24cd785781cebca4 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e80afc5027b03a6e24cd785781cebca4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e80afc5027b03a6e24cd785781cebca4 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e80afc5027b03a6e24cd785781cebca4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/␋leading VT/␋leading VT" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/␋leading\ VT/␋leading\ VT 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 /rclone-test-yogaqax5webi/␋leading VT/␋leading VT 2025/10/31 01:20:07 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e8229bf0ccbaa3a9a989ac8aa5564e34653808 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a320c245694beb09baf53c5b797d8248 /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: a320c245694beb09baf53c5b797d8248 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1adcf464d711888818300b126139de2c7422911d /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: 1adcf464d711888818300b126139de2c7422911d 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a320c245694beb09baf53c5b797d8248 /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: a320c245694beb09baf53c5b797d8248 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1adcf464d711888818300b126139de2c7422911d /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: 1adcf464d711888818300b126139de2c7422911d 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a320c245694beb09baf53c5b797d8248 /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: a320c245694beb09baf53c5b797d8248 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/.leading dot/.leading dot" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/.leading\ dot/.leading\ dot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 1adcf464d711888818300b126139de2c7422911d /rclone-test-yogaqax5webi/.leading dot/.leading dot 2025/10/31 01:20:07 DEBUG : .leading dot/.leading dot: Parsed hash: 1adcf464d711888818300b126139de2c7422911d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ff1f6d7d176edfd41ea4151673154c2f /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: ff1f6d7d176edfd41ea4151673154c2f 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: abac9f20500fa54b2508fa5158398415b0c510e3 /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: abac9f20500fa54b2508fa5158398415b0c510e3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ff1f6d7d176edfd41ea4151673154c2f /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: ff1f6d7d176edfd41ea4151673154c2f 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: abac9f20500fa54b2508fa5158398415b0c510e3 /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: abac9f20500fa54b2508fa5158398415b0c510e3 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ff1f6d7d176edfd41ea4151673154c2f /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: ff1f6d7d176edfd41ea4151673154c2f 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing space /trailing space " 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ space\ /trailing\ space\ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: abac9f20500fa54b2508fa5158398415b0c510e3 /rclone-test-yogaqax5webi/trailing space /trailing space 2025/10/31 01:20:07 DEBUG : trailing space /trailing space : Parsed hash: abac9f20500fa54b2508fa5158398415b0c510e3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6922d02bcb4232bf45e858373eaa1ac4 /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6922d02bcb4232bf45e858373eaa1ac4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 09680e8e474625053527edcefe3972a0d8004b7c /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 09680e8e474625053527edcefe3972a0d8004b7c 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6922d02bcb4232bf45e858373eaa1ac4 /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6922d02bcb4232bf45e858373eaa1ac4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 09680e8e474625053527edcefe3972a0d8004b7c /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 09680e8e474625053527edcefe3972a0d8004b7c 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 6922d02bcb4232bf45e858373eaa1ac4 /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6922d02bcb4232bf45e858373eaa1ac4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ CR␍/trailing\ CR␍ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 09680e8e474625053527edcefe3972a0d8004b7c /rclone-test-yogaqax5webi/trailing CR␍/trailing CR␍ 2025/10/31 01:20:07 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 09680e8e474625053527edcefe3972a0d8004b7c === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: dd5771d8f46659774f444a6bd26c8d9d /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd5771d8f46659774f444a6bd26c8d9d 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: dd5771d8f46659774f444a6bd26c8d9d /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd5771d8f46659774f444a6bd26c8d9d 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: dd5771d8f46659774f444a6bd26c8d9d /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd5771d8f46659774f444a6bd26c8d9d 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ LF␊/trailing\ LF␊ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b /rclone-test-yogaqax5webi/trailing LF␊/trailing LF␊ 2025/10/31 01:20:07 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ac687bd01bf30f5e5a2db1f8ab3bc8a38c4dab8b === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f3ae198f1b612e8a300a9b10e7cae9c7 /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: f3ae198f1b612e8a300a9b10e7cae9c7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f3ae198f1b612e8a300a9b10e7cae9c7 /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: f3ae198f1b612e8a300a9b10e7cae9c7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f3ae198f1b612e8a300a9b10e7cae9c7 /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: f3ae198f1b612e8a300a9b10e7cae9c7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ HT␉/trailing\ HT␉ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b /rclone-test-yogaqax5webi/trailing HT␉/trailing HT␉ 2025/10/31 01:20:07 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 51c9b40e01d6b04a34b8f2f48739c6d68330ad8b === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a26d8461248a2c4dd9ff861195ddf496 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: a26d8461248a2c4dd9ff861195ddf496 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a26d8461248a2c4dd9ff861195ddf496 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: a26d8461248a2c4dd9ff861195ddf496 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a26d8461248a2c4dd9ff861195ddf496 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: a26d8461248a2c4dd9ff861195ddf496 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ VT␋/trailing\ VT␋ 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 /rclone-test-yogaqax5webi/trailing VT␋/trailing VT␋ 2025/10/31 01:20:07 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5bea5a4d902d01cc3641913ed677902dbb2c8dd0 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e25d0563a8a60fc37a14e4e698adda17 /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: e25d0563a8a60fc37a14e4e698adda17 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e25d0563a8a60fc37a14e4e698adda17 /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: e25d0563a8a60fc37a14e4e698adda17 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e25d0563a8a60fc37a14e4e698adda17 /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: e25d0563a8a60fc37a14e4e698adda17 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/trailing dot./trailing dot." 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/trailing\ dot./trailing\ dot. 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a /rclone-test-yogaqax5webi/trailing dot./trailing dot. 2025/10/31 01:20:07 DEBUG : trailing dot./trailing dot.: Parsed hash: 04b7b2e8573c8bee2bfe0dda37865eaebdc9b72a === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 4140c4afe1d7da199354971e0e83a790 /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 4140c4afe1d7da199354971e0e83a790 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a118dae7db9894e5f08eab2ca870cc7b32af27af /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a118dae7db9894e5f08eab2ca870cc7b32af27af 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 4140c4afe1d7da199354971e0e83a790 /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 4140c4afe1d7da199354971e0e83a790 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a118dae7db9894e5f08eab2ca870cc7b32af27af /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a118dae7db9894e5f08eab2ca870cc7b32af27af 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 4140c4afe1d7da199354971e0e83a790 /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 4140c4afe1d7da199354971e0e83a790 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/invalid\ utf-8/invalid\ utf-8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: a118dae7db9894e5f08eab2ca870cc7b32af27af /rclone-test-yogaqax5webi/invalid utf-8/invalid utf-8 2025/10/31 01:20:07 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a118dae7db9894e5f08eab2ca870cc7b32af27af === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3a4371c1f8fc1407419328e5c1b4efc7 /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3a4371c1f8fc1407419328e5c1b4efc7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 46849eb682bab4c5265678ac22dccd34e3e8103e /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 46849eb682bab4c5265678ac22dccd34e3e8103e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3a4371c1f8fc1407419328e5c1b4efc7 /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3a4371c1f8fc1407419328e5c1b4efc7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 46849eb682bab4c5265678ac22dccd34e3e8103e /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 46849eb682bab4c5265678ac22dccd34e3e8103e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3a4371c1f8fc1407419328e5c1b4efc7 /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3a4371c1f8fc1407419328e5c1b4efc7 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/test%46.txt/test%46.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/test\%46.txt/test\%46.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 46849eb682bab4c5265678ac22dccd34e3e8103e /rclone-test-yogaqax5webi/test%46.txt/test%46.txt 2025/10/31 01:20:07 DEBUG : test%46.txt/test%46.txt: Parsed hash: 46849eb682bab4c5265678ac22dccd34e3e8103e === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Connection OK after error: potato 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/zero-length-file" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/zero-length-file" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/zero-length-file" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/zero-length-file" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yogaqax5webi/zero-length-file 2025/10/31 01:20:07 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/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3c7f0b462469a22139b51d39520c09e0 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 3c7f0b462469a22139b51d39520c09e0 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: de1ed3fe0c89b8daf20b2959a8ee8d3fc3da5a73 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: de1ed3fe0c89b8daf20b2959a8ee8d3fc3da5a73 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3c7f0b462469a22139b51d39520c09e0 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 3c7f0b462469a22139b51d39520c09e0 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: de1ed3fe0c89b8daf20b2959a8ee8d3fc3da5a73 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: de1ed3fe0c89b8daf20b2959a8ee8d3fc3da5a73 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 === 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/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:51586->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/31 01:20:07 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/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === 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/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yogaqax5webi/hello? sausage/êé" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: New connection 127.0.0.1:51594->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Relative path resolved to "/rclone-test-yogaqax5webi/hello? sausage/êé" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Using root directory "/rclone-test-yogaqax5webi/hello? sausage/êé" 2025/10/31 01:20:07 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-yogaqax5webi/hello? sausage/êé" to be canonical "TestSFTPRclone{RzdEP}:rclone-test-yogaqax5webi/hello? sausage/êé" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Remote command result: 607186cec4b35bad974fb570de648ca8 /rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : a/b/c/d/e.txt: Parsed hash: 607186cec4b35bad974fb570de648ca8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Remote command result: a9087a0461b5533cc805f88dee5c47f86f100549 /rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : a/b/c/d/e.txt: Parsed hash: a9087a0461b5533cc805f88dee5c47f86f100549 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Remote command result: 607186cec4b35bad974fb570de648ca8 /rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : a/b/c/d/e.txt: Parsed hash: 607186cec4b35bad974fb570de648ca8 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: Remote command result: a9087a0461b5533cc805f88dee5c47f86f100549 /rclone-test-yogaqax5webi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/31 01:20:07 DEBUG : a/b/c/d/e.txt: Parsed hash: a9087a0461b5533cc805f88dee5c47f86f100549 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé: New connection 127.0.0.1:51606->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : Waiting for deletions to finish 2025/10/31 01:20:07 INFO : a/b/c/d/e.txt: Deleted 2025/10/31 01:20:07 DEBUG : removing 1 level 4 directories 2025/10/31 01:20:07 INFO : a/b/c/d: Removing directory 2025/10/31 01:20:07 DEBUG : removing 1 level 3 directories 2025/10/31 01:20:07 INFO : a/b/c: Removing directory 2025/10/31 01:20:07 DEBUG : removing 1 level 2 directories 2025/10/31 01:20:07 INFO : a/b: Removing directory 2025/10/31 01:20:07 DEBUG : removing 1 level 1 directories 2025/10/31 01:20:07 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: New connection 127.0.0.1:51622->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/moveTest/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/moveTest/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/moveTest/other.txt 2025/10/31 01:20:07 DEBUG : moveTest/other.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/moveTest/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/moveTest/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/moveTest/other.txt 2025/10/31 01:20:07 DEBUG : moveTest/other.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/other.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/other.txt 2025/10/31 01:20:07 DEBUG : other.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-valawoh7feqe" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: New connection 127.0.0.1:51628->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Relative path resolved to "/rclone-test-valawoh7feqe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Using root directory "/rclone-test-valawoh7feqe" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Shell path "/rclone-test-valawoh7feqe/new_name/sub_new_name/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Running remote command: md5sum /rclone-test-valawoh7feqe/new_name/sub_new_name/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-valawoh7feqe/new_name/sub_new_name/file name.txt 2025/10/31 01:20:07 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Shell path "/rclone-test-valawoh7feqe/new_name/sub_new_name/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Running remote command: sha1sum /rclone-test-valawoh7feqe/new_name/sub_new_name/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-valawoh7feqe/new_name/sub_new_name/file name.txt 2025/10/31 01:20:07 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Shell path "/rclone-test-valawoh7feqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Running remote command: md5sum /rclone-test-valawoh7feqe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-valawoh7feqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Shell path "/rclone-test-valawoh7feqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Running remote command: sha1sum /rclone-test-valawoh7feqe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-valawoh7feqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: Purge dir "new_name" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-valawoh7feqe: 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/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 5849109160055badaa1ce3ef8f8c2aaa /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 5849109160055badaa1ce3ef8f8c2aaa 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e93efd217e9673647dae8d3435aab70c9579a288 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e93efd217e9673647dae8d3435aab70c9579a288 === 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/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:07 DEBUG : file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:51632->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:07 DEBUG : z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yogaqax5webi/not found.txt" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/not found.txt: New connection 127.0.0.1:51646->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/not found.txt: Shell type "unix" from config 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/not found.txt: Relative path resolved to "/rclone-test-yogaqax5webi/not found.txt" 2025/10/31 01:20:07 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/not found.txt: Using root directory "/rclone-test-yogaqax5webi/not found.txt" 2025/10/31 01:20:07 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-yogaqax5webi" from "TestSFTPRclone:rclone-test-yogaqax5webi" 2025/10/31 01:20:07 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/31 01:20:07 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:07 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:07 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:07 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:07 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:07 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:08 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:08 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:08 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:08 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:51654->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 78188ae0f4093c92bc80cbaaa1988be9 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: 78188ae0f4093c92bc80cbaaa1988be9 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c61fad79b02255f3e061cbeebd0654a2dd3bb964 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: c61fad79b02255f3e061cbeebd0654a2dd3bb964 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 78188ae0f4093c92bc80cbaaa1988be9 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: 78188ae0f4093c92bc80cbaaa1988be9 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c61fad79b02255f3e061cbeebd0654a2dd3bb964 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: c61fad79b02255f3e061cbeebd0654a2dd3bb964 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 78188ae0f4093c92bc80cbaaa1988be9 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: 78188ae0f4093c92bc80cbaaa1988be9 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/created from root.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/created\ from\ root.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c61fad79b02255f3e061cbeebd0654a2dd3bb964 /rclone-test-yogaqax5webi/created from root.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/created from root.txt: Parsed hash: c61fad79b02255f3e061cbeebd0654a2dd3bb964 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4c525aa1093e995c4c7fcbc8d57c8c41 /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: 4c525aa1093e995c4c7fcbc8d57c8c41 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/file name.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/file\ name.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e31c655d81ac40fb2c3bc128468c14d2f04e93ac /rclone-test-yogaqax5webi/file name.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/file name.txt: Parsed hash: e31c655d81ac40fb2c3bc128468c14d2f04e93ac 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === 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/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 56713657dc9dc4432d5e01ea49c3c7d4 /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 56713657dc9dc4432d5e01ea49c3c7d4 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: f4f94db255f532528eb2cecda1438d30151f078b /rclone-test-yogaqax5webi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/31 01:20:08 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: f4f94db255f532528eb2cecda1438d30151f078b === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Server has VFS statistics extension 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: About path "/rclone-test-yogaqax5webi" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: About path "/rclone-test-yogaqax5webi" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: About using shell command for shell type "unix" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: df -k /rclone-test-yogaqax5webi 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 116487716 34285292 74% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3fb83b5c4773f1f523055ea1f44b57c8 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: 3fb83b5c4773f1f523055ea1f44b57c8 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: be87246c50fa0f47d97cb1f9fe7f86408516d5d9 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: be87246c50fa0f47d97cb1f9fe7f86408516d5d9 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 3fb83b5c4773f1f523055ea1f44b57c8 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: 3fb83b5c4773f1f523055ea1f44b57c8 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/piped data.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/piped\ data.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: be87246c50fa0f47d97cb1f9fe7f86408516d5d9 /rclone-test-yogaqax5webi/piped data.txt 2025/10/31 01:20:08 DEBUG : piped data.txt: Parsed hash: be87246c50fa0f47d97cb1f9fe7f86408516d5d9 === 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/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/unknown-size-update.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 48bf7d3d46c6127bed10025c293a7b7d /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : unknown-size-update.txt: Parsed hash: 48bf7d3d46c6127bed10025c293a7b7d 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/unknown-size-update.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: dc6b76c058b46ec3261ea01d89e4f0884a7d5645 /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : unknown-size-update.txt: Parsed hash: dc6b76c058b46ec3261ea01d89e4f0884a7d5645 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/unknown-size-update.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: md5sum /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: 48bf7d3d46c6127bed10025c293a7b7d /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : unknown-size-update.txt: Parsed hash: 48bf7d3d46c6127bed10025c293a7b7d 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Shell path "/rclone-test-yogaqax5webi/unknown-size-update.txt" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Running remote command: sha1sum /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Remote command result: dc6b76c058b46ec3261ea01d89e4f0884a7d5645 /rclone-test-yogaqax5webi/unknown-size-update.txt 2025/10/31 01:20:08 DEBUG : unknown-size-update.txt: Parsed hash: dc6b76c058b46ec3261ea01d89e4f0884a7d5645 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/31 01:20:08 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yogaqax5webi/deeper/nonexisting/directory" 2025/10/31 01:20:08 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/31 01:20:08 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:08 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:08 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:08 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:08 DEBUG : TestSFTPRclone: detected overridden config - adding "{RzdEP}" suffix to name 2025/10/31 01:20:08 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/31 01:20:08 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/31 01:20:08 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/31 01:20:08 DEBUG : Setting pass="OhB5Bl65CTGrduaQOJk7nNXzHOPEkzV57RpDVJk49tP2Rw4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/deeper/nonexisting/directory: New connection 127.0.0.1:51662->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9233.cc09978b7" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-yogaqax5webi/deeper/nonexisting/directory" 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi/deeper/nonexisting/directory: Using root directory "/rclone-test-yogaqax5webi/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/31 01:20:08 DEBUG : Waiting for deletions to finish 2025/10/31 01:20:08 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/31 01:20:08 DEBUG : removing 1 level 4 directories 2025/10/31 01:20:08 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/31 01:20:08 DEBUG : removing 1 level 3 directories 2025/10/31 01:20:08 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/31 01:20:08 DEBUG : removing 1 level 2 directories 2025/10/31 01:20:08 INFO : hello? sausage/êé: Removing directory 2025/10/31 01:20:08 DEBUG : removing 1 level 1 directories 2025/10/31 01:20:08 INFO : hello? sausage: Removing directory 2025/10/31 01:20:08 DEBUG : removing 1 level 0 directories 2025/10/31 01:20:08 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Removing directory 2025/10/31 01:20:08 ERROR : error listing: directory not found 2025/10/31 01:20:08 DEBUG : Waiting for deletions to finish 2025/10/31 01:20:08 ERROR : error listing: directory not found 2025/10/31 01:20:08 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Failed to list "": directory not found 2025/10/31 01:20:08 DEBUG : removing 1 level 0 directories 2025/10/31 01:20:08 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Removing directory 2025/10/31 01:20:08 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/31 01:20:08 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yogaqax5webi: Closing 2 unused connections 2025/10/31 01:20:08 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.16s) --- 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.83s) --- 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.23s) --- 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.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.03s) --- 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.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.00s) --- 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.00s) --- 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.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.08s) --- 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.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- 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.02s) --- 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.00s) --- 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.00s) --- 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.01s) --- 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.417s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 14.616842116s (try 1/5)