"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.16s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/19 04:41:05 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:06 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/19 04:41:06 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:07 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/19 04:41:07 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:08 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/19 04:41:08 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:09 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/19 04:41:09 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:10 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/19 04:41:10 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:11 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/19 04:41:11 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:12 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/19 04:41:12 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:13 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/19 04:41:13 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:14 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/19 04:41:14 NOTICE: TestSFTPRclone: Stopping server 2025/10/19 04:41:14 NOTICE: TestSFTPRclone: Starting server 2025/10/19 04:41:15 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/19 04:41:15 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/19 04:41:15 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/19 04:41:15 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-dikupew5budi" 2025/10/19 04:41:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:41:15 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: New connection 127.0.0.1:42328->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell type "unix" from config 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Relative path resolved to "/rclone-test-dikupew5budi" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Using root directory "/rclone-test-dikupew5budi" 2025/10/19 04:41:15 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/19 04:41:15 INFO : dir/subdir: Making directory 2025/10/19 04:41:15 INFO : dir/subdir: Removing directory 2025/10/19 04:41:15 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/19 04:41:15 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/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5bebba4b652ec7d3cccade6aa66e37f5 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 5bebba4b652ec7d3cccade6aa66e37f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e63888297011614f332c7152e8aab1c8b9f76743 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e63888297011614f332c7152e8aab1c8b9f76743 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5bebba4b652ec7d3cccade6aa66e37f5 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 5bebba4b652ec7d3cccade6aa66e37f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e63888297011614f332c7152e8aab1c8b9f76743 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e63888297011614f332c7152e8aab1c8b9f76743 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5bebba4b652ec7d3cccade6aa66e37f5 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 5bebba4b652ec7d3cccade6aa66e37f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e63888297011614f332c7152e8aab1c8b9f76743 /rclone-test-dikupew5budi/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/19 04:41:15 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e63888297011614f332c7152e8aab1c8b9f76743 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a14722b620cbd6752613f3155f923a24 /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: a14722b620cbd6752613f3155f923a24 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 63e572c4249fc43805c2dfcbfaae210abd291a0e /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: 63e572c4249fc43805c2dfcbfaae210abd291a0e 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a14722b620cbd6752613f3155f923a24 /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: a14722b620cbd6752613f3155f923a24 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 63e572c4249fc43805c2dfcbfaae210abd291a0e /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: 63e572c4249fc43805c2dfcbfaae210abd291a0e 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a14722b620cbd6752613f3155f923a24 /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: a14722b620cbd6752613f3155f923a24 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/./." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 63e572c4249fc43805c2dfcbfaae210abd291a0e /rclone-test-dikupew5budi/./. 2025/10/19 04:41:15 DEBUG : ./.: Parsed hash: 63e572c4249fc43805c2dfcbfaae210abd291a0e === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a7deeb5e189827c0cb8ecfcc7f2982f5 /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: a7deeb5e189827c0cb8ecfcc7f2982f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a7deeb5e189827c0cb8ecfcc7f2982f5 /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: a7deeb5e189827c0cb8ecfcc7f2982f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a7deeb5e189827c0cb8ecfcc7f2982f5 /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: a7deeb5e189827c0cb8ecfcc7f2982f5 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/../.." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee /rclone-test-dikupew5budi/../.. 2025/10/19 04:41:15 DEBUG : ../..: Parsed hash: 99d58a2a5daaf8b20f56ef42a94bf1fcf97446ee === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3f760a0677146f1619e8a22a7e812f8f /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 3f760a0677146f1619e8a22a7e812f8f 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3f760a0677146f1619e8a22a7e812f8f /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 3f760a0677146f1619e8a22a7e812f8f 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3f760a0677146f1619e8a22a7e812f8f /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 3f760a0677146f1619e8a22a7e812f8f 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 /rclone-test-dikupew5budi/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/19 04:41:15 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: b2373b848c509ef1faf3c2d63393f9cdf0d30b23 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 16cb4f487668f18ae156f0bfcb487c73 /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 16cb4f487668f18ae156f0bfcb487c73 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 1a771bf42da696cd3f7daee6acf41dd8e868a74f /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 1a771bf42da696cd3f7daee6acf41dd8e868a74f 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 16cb4f487668f18ae156f0bfcb487c73 /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 16cb4f487668f18ae156f0bfcb487c73 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 1a771bf42da696cd3f7daee6acf41dd8e868a74f /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 1a771bf42da696cd3f7daee6acf41dd8e868a74f 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 16cb4f487668f18ae156f0bfcb487c73 /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 16cb4f487668f18ae156f0bfcb487c73 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/ leading space/ leading space" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\ leading\ space/\ leading\ space 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 1a771bf42da696cd3f7daee6acf41dd8e868a74f /rclone-test-dikupew5budi/ leading space/ leading space 2025/10/19 04:41:15 DEBUG : leading space/ leading space: Parsed hash: 1a771bf42da696cd3f7daee6acf41dd8e868a74f === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 25a14cb414676436f48d489bcae8b31c /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 25a14cb414676436f48d489bcae8b31c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d04a2b7c30a096f9c52777a9e3f59a348648d99d /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d04a2b7c30a096f9c52777a9e3f59a348648d99d 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 25a14cb414676436f48d489bcae8b31c /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 25a14cb414676436f48d489bcae8b31c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d04a2b7c30a096f9c52777a9e3f59a348648d99d /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d04a2b7c30a096f9c52777a9e3f59a348648d99d 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 25a14cb414676436f48d489bcae8b31c /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 25a14cb414676436f48d489bcae8b31c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/~leading tilde/~leading tilde" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/\~leading\ tilde/\~leading\ tilde 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d04a2b7c30a096f9c52777a9e3f59a348648d99d /rclone-test-dikupew5budi/~leading tilde/~leading tilde 2025/10/19 04:41:15 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d04a2b7c30a096f9c52777a9e3f59a348648d99d === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e620b1d44eeb5adf958c433fb4141768 /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e620b1d44eeb5adf958c433fb4141768 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 839f67c947e713e5597472de94f2b7ced5913f9c /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 839f67c947e713e5597472de94f2b7ced5913f9c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e620b1d44eeb5adf958c433fb4141768 /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e620b1d44eeb5adf958c433fb4141768 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 839f67c947e713e5597472de94f2b7ced5913f9c /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 839f67c947e713e5597472de94f2b7ced5913f9c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: e620b1d44eeb5adf958c433fb4141768 /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e620b1d44eeb5adf958c433fb4141768 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␍leading CR/␍leading CR" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␍leading\ CR/␍leading\ CR 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 839f67c947e713e5597472de94f2b7ced5913f9c /rclone-test-dikupew5budi/␍leading CR/␍leading CR 2025/10/19 04:41:15 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 839f67c947e713e5597472de94f2b7ced5913f9c === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1ec51809aa9ae0cb230ac7964242fc /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 5d1ec51809aa9ae0cb230ac7964242fc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1ec51809aa9ae0cb230ac7964242fc /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 5d1ec51809aa9ae0cb230ac7964242fc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1ec51809aa9ae0cb230ac7964242fc /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 5d1ec51809aa9ae0cb230ac7964242fc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␊leading LF/␊leading LF" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␊leading\ LF/␊leading\ LF 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 /rclone-test-dikupew5budi/␊leading LF/␊leading LF 2025/10/19 04:41:15 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 82bbc3a9760828cd9cfd0da40b9065a4cee38342 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 79f5baf2774c469f774aed27212d80ae /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 79f5baf2774c469f774aed27212d80ae 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 9a44d0abd6696e8c5f3276750564286f97f7ec77 /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9a44d0abd6696e8c5f3276750564286f97f7ec77 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 79f5baf2774c469f774aed27212d80ae /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 79f5baf2774c469f774aed27212d80ae 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 9a44d0abd6696e8c5f3276750564286f97f7ec77 /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9a44d0abd6696e8c5f3276750564286f97f7ec77 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 79f5baf2774c469f774aed27212d80ae /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 79f5baf2774c469f774aed27212d80ae 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␉leading HT/␉leading HT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␉leading\ HT/␉leading\ HT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 9a44d0abd6696e8c5f3276750564286f97f7ec77 /rclone-test-dikupew5budi/␉leading HT/␉leading HT 2025/10/19 04:41:15 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 9a44d0abd6696e8c5f3276750564286f97f7ec77 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: bd8db7f2ca6c78803ec6d39d83576c5a /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: bd8db7f2ca6c78803ec6d39d83576c5a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c75bd112c2ab0151ab87801e8ff775085a43c1a4 /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c75bd112c2ab0151ab87801e8ff775085a43c1a4 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: bd8db7f2ca6c78803ec6d39d83576c5a /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: bd8db7f2ca6c78803ec6d39d83576c5a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c75bd112c2ab0151ab87801e8ff775085a43c1a4 /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c75bd112c2ab0151ab87801e8ff775085a43c1a4 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: bd8db7f2ca6c78803ec6d39d83576c5a /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: bd8db7f2ca6c78803ec6d39d83576c5a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/␋leading VT/␋leading VT" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/␋leading\ VT/␋leading\ VT 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c75bd112c2ab0151ab87801e8ff775085a43c1a4 /rclone-test-dikupew5budi/␋leading VT/␋leading VT 2025/10/19 04:41:15 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c75bd112c2ab0151ab87801e8ff775085a43c1a4 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 059ee65c1c72ba5ae68453af71b6eb0a /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 059ee65c1c72ba5ae68453af71b6eb0a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 965ba936a663fb47a787a9ae41ef9b53e433e9dc /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 965ba936a663fb47a787a9ae41ef9b53e433e9dc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 059ee65c1c72ba5ae68453af71b6eb0a /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 059ee65c1c72ba5ae68453af71b6eb0a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 965ba936a663fb47a787a9ae41ef9b53e433e9dc /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 965ba936a663fb47a787a9ae41ef9b53e433e9dc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 059ee65c1c72ba5ae68453af71b6eb0a /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 059ee65c1c72ba5ae68453af71b6eb0a 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/.leading dot/.leading dot" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/.leading\ dot/.leading\ dot 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 965ba936a663fb47a787a9ae41ef9b53e433e9dc /rclone-test-dikupew5budi/.leading dot/.leading dot 2025/10/19 04:41:15 DEBUG : .leading dot/.leading dot: Parsed hash: 965ba936a663fb47a787a9ae41ef9b53e433e9dc === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 971a488c017d129e967b6c5637ea732c /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 971a488c017d129e967b6c5637ea732c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 971a488c017d129e967b6c5637ea732c /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 971a488c017d129e967b6c5637ea732c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 971a488c017d129e967b6c5637ea732c /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 971a488c017d129e967b6c5637ea732c 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing space /trailing space " 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ space\ /trailing\ space\ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 /rclone-test-dikupew5budi/trailing space /trailing space 2025/10/19 04:41:15 DEBUG : trailing space /trailing space : Parsed hash: 7a832fa3ec69459ce9a06e881b422aa7f28274e0 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b926b22fe90bd9b7687857f18223d7db /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b926b22fe90bd9b7687857f18223d7db 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b926b22fe90bd9b7687857f18223d7db /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b926b22fe90bd9b7687857f18223d7db 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b926b22fe90bd9b7687857f18223d7db /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b926b22fe90bd9b7687857f18223d7db 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing CR␍/trailing CR␍" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ CR␍/trailing\ CR␍ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 /rclone-test-dikupew5budi/trailing CR␍/trailing CR␍ 2025/10/19 04:41:15 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7e0c368a5edb3b1e02a69e654c99e10e4beeab02 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a78a5d9f1787faa61e44fb054b9ec273 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a78a5d9f1787faa61e44fb054b9ec273 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a78a5d9f1787faa61e44fb054b9ec273 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a78a5d9f1787faa61e44fb054b9ec273 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: a78a5d9f1787faa61e44fb054b9ec273 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a78a5d9f1787faa61e44fb054b9ec273 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing LF␊/trailing LF␊" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ LF␊/trailing\ LF␊ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 /rclone-test-dikupew5budi/trailing LF␊/trailing LF␊ 2025/10/19 04:41:15 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 24a2d5ad26b2b3c9d8ac660237e036ae8cecfba7 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 2053fbb156293dbafe2c194e409fb6b7 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2053fbb156293dbafe2c194e409fb6b7 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a1109db4824ac39a6a8a0cee535d7956b815438 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a1109db4824ac39a6a8a0cee535d7956b815438 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 2053fbb156293dbafe2c194e409fb6b7 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2053fbb156293dbafe2c194e409fb6b7 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a1109db4824ac39a6a8a0cee535d7956b815438 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a1109db4824ac39a6a8a0cee535d7956b815438 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 2053fbb156293dbafe2c194e409fb6b7 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2053fbb156293dbafe2c194e409fb6b7 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing HT␉/trailing HT␉" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ HT␉/trailing\ HT␉ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7a1109db4824ac39a6a8a0cee535d7956b815438 /rclone-test-dikupew5budi/trailing HT␉/trailing HT␉ 2025/10/19 04:41:15 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a1109db4824ac39a6a8a0cee535d7956b815438 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: adc36a72d5de251700faa34d0718aadf /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adc36a72d5de251700faa34d0718aadf 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: adc36a72d5de251700faa34d0718aadf /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adc36a72d5de251700faa34d0718aadf 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: adc36a72d5de251700faa34d0718aadf /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adc36a72d5de251700faa34d0718aadf 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing VT␋/trailing VT␋" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ VT␋/trailing\ VT␋ 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 /rclone-test-dikupew5budi/trailing VT␋/trailing VT␋ 2025/10/19 04:41:15 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 7bf8194bb205f0bf4d8f0b64e52d2bd48e597dc9 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c39f91cf79f7eb7562636907b6209bd3 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: c39f91cf79f7eb7562636907b6209bd3 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c39f91cf79f7eb7562636907b6209bd3 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: c39f91cf79f7eb7562636907b6209bd3 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: c39f91cf79f7eb7562636907b6209bd3 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: c39f91cf79f7eb7562636907b6209bd3 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/trailing dot./trailing dot." 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/trailing\ dot./trailing\ dot. 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 /rclone-test-dikupew5budi/trailing dot./trailing dot. 2025/10/19 04:41:15 DEBUG : trailing dot./trailing dot.: Parsed hash: 95071463aa3ff46498d4a68aaf2d3fddff6dd7c0 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1d77fe136e748919b0bdac21f31665 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 5d1d77fe136e748919b0bdac21f31665 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b1a6b92bc216088fedf47036d7de1d4f0d641057 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b1a6b92bc216088fedf47036d7de1d4f0d641057 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1d77fe136e748919b0bdac21f31665 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 5d1d77fe136e748919b0bdac21f31665 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b1a6b92bc216088fedf47036d7de1d4f0d641057 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b1a6b92bc216088fedf47036d7de1d4f0d641057 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5d1d77fe136e748919b0bdac21f31665 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 5d1d77fe136e748919b0bdac21f31665 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/invalid\ utf-8/invalid\ utf-8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b1a6b92bc216088fedf47036d7de1d4f0d641057 /rclone-test-dikupew5budi/invalid utf-8/invalid utf-8 2025/10/19 04:41:15 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: b1a6b92bc216088fedf47036d7de1d4f0d641057 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: af2b1dff02cfb8ede91d44ce3e483e97 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: af2b1dff02cfb8ede91d44ce3e483e97 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: af2b1dff02cfb8ede91d44ce3e483e97 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: af2b1dff02cfb8ede91d44ce3e483e97 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: af2b1dff02cfb8ede91d44ce3e483e97 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: af2b1dff02cfb8ede91d44ce3e483e97 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/test%46.txt/test%46.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/test\%46.txt/test\%46.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 /rclone-test-dikupew5budi/test%46.txt/test%46.txt 2025/10/19 04:41:15 DEBUG : test%46.txt/test%46.txt: Parsed hash: 858c8810fb4c781a5129f2d4c86f63cbaec7ccf8 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Connection OK after error: potato 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/zero-length-file" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/zero-length-file" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/zero-length-file" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/zero-length-file" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-dikupew5budi/zero-length-file 2025/10/19 04:41:15 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/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6d6376508c562401928af1fc5dd7dbfc /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 6d6376508c562401928af1fc5dd7dbfc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d1eec16eba5d2551b802d5306508b4041c725a70 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: d1eec16eba5d2551b802d5306508b4041c725a70 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6d6376508c562401928af1fc5dd7dbfc /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 6d6376508c562401928af1fc5dd7dbfc 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d1eec16eba5d2551b802d5306508b4041c725a70 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: d1eec16eba5d2551b802d5306508b4041c725a70 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 === 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/19 04:41:15 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/19 04:41:15 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:57958->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/19 04:41:15 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/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:15 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:15 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === 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/19 04:41:15 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-dikupew5budi/hello? sausage/êé" 2025/10/19 04:41:15 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:15 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:15 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:15 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:15 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: New connection 127.0.0.1:57966->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Shell type "unix" from config 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Relative path resolved to "/rclone-test-dikupew5budi/hello? sausage/êé" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Using root directory "/rclone-test-dikupew5budi/hello? sausage/êé" 2025/10/19 04:41:15 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-dikupew5budi/hello? sausage/êé" to be canonical "TestSFTPRclone{LqO2M}:rclone-test-dikupew5budi/hello? sausage/êé" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Remote command result: 8b73cc121a4d92d4affafc53ce432177 /rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : a/b/c/d/e.txt: Parsed hash: 8b73cc121a4d92d4affafc53ce432177 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Remote command result: c943e8f11a2a320ee72a74a95f2172f2dfecc1b9 /rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : a/b/c/d/e.txt: Parsed hash: c943e8f11a2a320ee72a74a95f2172f2dfecc1b9 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Remote command result: 8b73cc121a4d92d4affafc53ce432177 /rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : a/b/c/d/e.txt: Parsed hash: 8b73cc121a4d92d4affafc53ce432177 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: Remote command result: c943e8f11a2a320ee72a74a95f2172f2dfecc1b9 /rclone-test-dikupew5budi/hello? sausage/êé/a/b/c/d/e.txt 2025/10/19 04:41:15 DEBUG : a/b/c/d/e.txt: Parsed hash: c943e8f11a2a320ee72a74a95f2172f2dfecc1b9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé: New connection 127.0.0.1:57982->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : Waiting for deletions to finish 2025/10/19 04:41:16 INFO : a/b/c/d/e.txt: Deleted 2025/10/19 04:41:16 DEBUG : removing 1 level 4 directories 2025/10/19 04:41:16 INFO : a/b/c/d: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 3 directories 2025/10/19 04:41:16 INFO : a/b/c: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 2 directories 2025/10/19 04:41:16 INFO : a/b: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 1 directories 2025/10/19 04:41:16 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: New connection 127.0.0.1:57996->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/moveTest/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/moveTest/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/moveTest/other.txt 2025/10/19 04:41:16 DEBUG : moveTest/other.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/moveTest/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/moveTest/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/moveTest/other.txt 2025/10/19 04:41:16 DEBUG : moveTest/other.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/other.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/other.txt 2025/10/19 04:41:16 DEBUG : other.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/19 04:41:16 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-xepujek6coki" 2025/10/19 04:41:16 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: New connection 127.0.0.1:58012->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Shell type "unix" from config 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Relative path resolved to "/rclone-test-xepujek6coki" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Using root directory "/rclone-test-xepujek6coki" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Shell path "/rclone-test-xepujek6coki/new_name/sub_new_name/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Running remote command: md5sum /rclone-test-xepujek6coki/new_name/sub_new_name/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-xepujek6coki/new_name/sub_new_name/file name.txt 2025/10/19 04:41:16 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Shell path "/rclone-test-xepujek6coki/new_name/sub_new_name/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Running remote command: sha1sum /rclone-test-xepujek6coki/new_name/sub_new_name/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-xepujek6coki/new_name/sub_new_name/file name.txt 2025/10/19 04:41:16 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Shell path "/rclone-test-xepujek6coki/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Running remote command: md5sum /rclone-test-xepujek6coki/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-xepujek6coki/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Shell path "/rclone-test-xepujek6coki/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Running remote command: sha1sum /rclone-test-xepujek6coki/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-xepujek6coki/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: Purge dir "new_name" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xepujek6coki: 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/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 77f198568bec34747201e46cbb8748c6 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 77f198568bec34747201e46cbb8748c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3dbee50f15f73144091138e63c2f8df613d08ab9 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 3dbee50f15f73144091138e63c2f8df613d08ab9 === 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/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/19 04:41:16 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:58022->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/19 04:41:16 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-dikupew5budi/not found.txt" 2025/10/19 04:41:16 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/not found.txt: New connection 127.0.0.1:58032->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/not found.txt: Shell type "unix" from config 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/not found.txt: Relative path resolved to "/rclone-test-dikupew5budi/not found.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/not found.txt: Using root directory "/rclone-test-dikupew5budi/not found.txt" 2025/10/19 04:41:16 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-dikupew5budi" from "TestSFTPRclone:rclone-test-dikupew5budi" 2025/10/19 04:41:16 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/19 04:41:16 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:58038->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77da6905d46d865fedf4c2924164f934 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: 77da6905d46d865fedf4c2924164f934 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: baca3dec8a843c784b66415783c2e763d5e3c0c6 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: baca3dec8a843c784b66415783c2e763d5e3c0c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77da6905d46d865fedf4c2924164f934 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: 77da6905d46d865fedf4c2924164f934 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: baca3dec8a843c784b66415783c2e763d5e3c0c6 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: baca3dec8a843c784b66415783c2e763d5e3c0c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77da6905d46d865fedf4c2924164f934 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: 77da6905d46d865fedf4c2924164f934 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/created from root.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/created\ from\ root.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: baca3dec8a843c784b66415783c2e763d5e3c0c6 /rclone-test-dikupew5budi/created from root.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/created from root.txt: Parsed hash: baca3dec8a843c784b66415783c2e763d5e3c0c6 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fa0b14608a14a07df513fec16717e12 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fa0b14608a14a07df513fec16717e12 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/file name.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/file\ name.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6fecf50da7036fb7312996408b8caef8fec2b256 /rclone-test-dikupew5budi/file name.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/file name.txt: Parsed hash: 6fecf50da7036fb7312996408b8caef8fec2b256 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === 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/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 07e5b6d11cb48241cd59c6026c6dfa14 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 07e5b6d11cb48241cd59c6026c6dfa14 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 3b5c2f10dd17b04e8201858194f4e452b89be982 /rclone-test-dikupew5budi/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/19 04:41:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 3b5c2f10dd17b04e8201858194f4e452b89be982 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Server has VFS statistics extension 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: About path "/rclone-test-dikupew5budi" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: About path "/rclone-test-dikupew5budi" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: About using shell command for shell type "unix" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: df -k /rclone-test-dikupew5budi 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 113051092 37721916 71% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b2141730404f00f5623a04536d1b4227 /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: b2141730404f00f5623a04536d1b4227 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 0c2c3a1826c8b201558245ab430affa33fb3df4f /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: 0c2c3a1826c8b201558245ab430affa33fb3df4f 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: b2141730404f00f5623a04536d1b4227 /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: b2141730404f00f5623a04536d1b4227 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/piped data.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/piped\ data.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 0c2c3a1826c8b201558245ab430affa33fb3df4f /rclone-test-dikupew5budi/piped data.txt 2025/10/19 04:41:16 DEBUG : piped data.txt: Parsed hash: 0c2c3a1826c8b201558245ab430affa33fb3df4f === 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/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/unknown-size-update.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5b1ddb886c134620dc7f49bd0a048fff /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : unknown-size-update.txt: Parsed hash: 5b1ddb886c134620dc7f49bd0a048fff 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/unknown-size-update.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: fcb94a5de47ed23357e226b1cb0fc5688760736c /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : unknown-size-update.txt: Parsed hash: fcb94a5de47ed23357e226b1cb0fc5688760736c 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/unknown-size-update.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: md5sum /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: 5b1ddb886c134620dc7f49bd0a048fff /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : unknown-size-update.txt: Parsed hash: 5b1ddb886c134620dc7f49bd0a048fff 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Shell path "/rclone-test-dikupew5budi/unknown-size-update.txt" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Running remote command: sha1sum /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Remote command result: fcb94a5de47ed23357e226b1cb0fc5688760736c /rclone-test-dikupew5budi/unknown-size-update.txt 2025/10/19 04:41:16 DEBUG : unknown-size-update.txt: Parsed hash: fcb94a5de47ed23357e226b1cb0fc5688760736c === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/19 04:41:16 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-dikupew5budi/deeper/nonexisting/directory" 2025/10/19 04:41:16 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : TestSFTPRclone: detected overridden config - adding "{LqO2M}" suffix to name 2025/10/19 04:41:16 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/19 04:41:16 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/19 04:41:16 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/19 04:41:16 DEBUG : Setting pass="R-qJNuUJDGzRSWL5VFb5WpwVsT1OrIu68FdjhX8dtsgKcSc" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/deeper/nonexisting/directory: New connection 127.0.0.1:58042->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9181.ad316ec6e" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-dikupew5budi/deeper/nonexisting/directory" 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi/deeper/nonexisting/directory: Using root directory "/rclone-test-dikupew5budi/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/19 04:41:16 DEBUG : Waiting for deletions to finish 2025/10/19 04:41:16 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/19 04:41:16 DEBUG : removing 1 level 4 directories 2025/10/19 04:41:16 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 3 directories 2025/10/19 04:41:16 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 2 directories 2025/10/19 04:41:16 INFO : hello? sausage/êé: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 1 directories 2025/10/19 04:41:16 INFO : hello? sausage: Removing directory 2025/10/19 04:41:16 DEBUG : removing 1 level 0 directories 2025/10/19 04:41:16 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Removing directory 2025/10/19 04:41:16 ERROR : error listing: directory not found 2025/10/19 04:41:16 DEBUG : Waiting for deletions to finish 2025/10/19 04:41:16 ERROR : error listing: directory not found 2025/10/19 04:41:16 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Failed to list "": directory not found 2025/10/19 04:41:16 DEBUG : removing 1 level 0 directories 2025/10/19 04:41:16 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Removing directory 2025/10/19 04:41:16 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/19 04:41:16 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-dikupew5budi: Closing 2 unused connections 2025/10/19 04:41:16 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.01s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (0.71s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.02s) --- 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.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.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.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.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.187s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.02843919s (try 1/5)