"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.24s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/07 02:28:01 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:02 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/07 02:28:02 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:03 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/07 02:28:03 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:04 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/07 02:28:04 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:05 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/07 02:28:05 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:06 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/07 02:28:06 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:07 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/07 02:28:07 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:08 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/07 02:28:08 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:09 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/07 02:28:09 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:10 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/07 02:28:10 NOTICE: TestSFTPRclone: Stopping server 2025/10/07 02:28:10 NOTICE: TestSFTPRclone: Starting server 2025/10/07 02:28:11 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/07 02:28:11 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/07 02:28:11 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/07 02:28:11 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-laverar5foca" 2025/10/07 02:28:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/07 02:28:11 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: New connection 127.0.0.1:36504->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell type "unix" from config 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Relative path resolved to "/rclone-test-laverar5foca" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Using root directory "/rclone-test-laverar5foca" 2025/10/07 02:28:11 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/07 02:28:11 INFO : dir/subdir: Making directory 2025/10/07 02:28:11 INFO : dir/subdir: Removing directory 2025/10/07 02:28:11 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/07 02:28:11 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/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b9d39673d69ada55d90d4417243a2a95 /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b9d39673d69ada55d90d4417243a2a95 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9498cd7f081a8b7c9af88713914e99b9145f04dd /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9498cd7f081a8b7c9af88713914e99b9145f04dd 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b9d39673d69ada55d90d4417243a2a95 /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b9d39673d69ada55d90d4417243a2a95 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9498cd7f081a8b7c9af88713914e99b9145f04dd /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9498cd7f081a8b7c9af88713914e99b9145f04dd 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b9d39673d69ada55d90d4417243a2a95 /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b9d39673d69ada55d90d4417243a2a95 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9498cd7f081a8b7c9af88713914e99b9145f04dd /rclone-test-laverar5foca/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/07 02:28:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9498cd7f081a8b7c9af88713914e99b9145f04dd === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bbafdf21e69d5fc58b2188bebec6c629 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: bbafdf21e69d5fc58b2188bebec6c629 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a92523df909f4fb35de8f96d8774ee0e3125ea31 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: a92523df909f4fb35de8f96d8774ee0e3125ea31 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bbafdf21e69d5fc58b2188bebec6c629 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: bbafdf21e69d5fc58b2188bebec6c629 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a92523df909f4fb35de8f96d8774ee0e3125ea31 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: a92523df909f4fb35de8f96d8774ee0e3125ea31 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bbafdf21e69d5fc58b2188bebec6c629 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: bbafdf21e69d5fc58b2188bebec6c629 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/./." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a92523df909f4fb35de8f96d8774ee0e3125ea31 /rclone-test-laverar5foca/./. 2025/10/07 02:28:11 DEBUG : ./.: Parsed hash: a92523df909f4fb35de8f96d8774ee0e3125ea31 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1ebdd5aec73df40f3ac36968824813a1 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 1ebdd5aec73df40f3ac36968824813a1 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 12e7744e46c617ac02abf9a69014a134e8deea45 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 12e7744e46c617ac02abf9a69014a134e8deea45 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1ebdd5aec73df40f3ac36968824813a1 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 1ebdd5aec73df40f3ac36968824813a1 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 12e7744e46c617ac02abf9a69014a134e8deea45 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 12e7744e46c617ac02abf9a69014a134e8deea45 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1ebdd5aec73df40f3ac36968824813a1 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 1ebdd5aec73df40f3ac36968824813a1 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/../.." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 12e7744e46c617ac02abf9a69014a134e8deea45 /rclone-test-laverar5foca/../.. 2025/10/07 02:28:11 DEBUG : ../..: Parsed hash: 12e7744e46c617ac02abf9a69014a134e8deea45 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 314e1643089151cab01c2806f49a2e50 /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 314e1643089151cab01c2806f49a2e50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 314e1643089151cab01c2806f49a2e50 /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 314e1643089151cab01c2806f49a2e50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 314e1643089151cab01c2806f49a2e50 /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 314e1643089151cab01c2806f49a2e50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e /rclone-test-laverar5foca/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/07 02:28:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: bb44ec74d76d5966f4336083cf9e9a58e8d6f11e === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f88272f6ce0f3a5dd24bebbe8bbb5507 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: f88272f6ce0f3a5dd24bebbe8bbb5507 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f88272f6ce0f3a5dd24bebbe8bbb5507 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: f88272f6ce0f3a5dd24bebbe8bbb5507 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f88272f6ce0f3a5dd24bebbe8bbb5507 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: f88272f6ce0f3a5dd24bebbe8bbb5507 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/ leading space/ leading space" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\ leading\ space/\ leading\ space 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 /rclone-test-laverar5foca/ leading space/ leading space 2025/10/07 02:28:11 DEBUG : leading space/ leading space: Parsed hash: 81dd077254471d205d3b3fc3f0a6a5b2a8700e23 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: cb411493a0e1c7ecaadbad8c8be2bbb9 /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: cb411493a0e1c7ecaadbad8c8be2bbb9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: cb411493a0e1c7ecaadbad8c8be2bbb9 /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: cb411493a0e1c7ecaadbad8c8be2bbb9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: cb411493a0e1c7ecaadbad8c8be2bbb9 /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: cb411493a0e1c7ecaadbad8c8be2bbb9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/~leading tilde/~leading tilde" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/\~leading\ tilde/\~leading\ tilde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a /rclone-test-laverar5foca/~leading tilde/~leading tilde 2025/10/07 02:28:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5c7af7e019e9dbd0e86d055f951ffb0f6cc8055a === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 600e5420db018b3f6e47ad5a1567d156 /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 600e5420db018b3f6e47ad5a1567d156 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 0364fb1fde33e3d6a8c3500526558cbed92f917a /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0364fb1fde33e3d6a8c3500526558cbed92f917a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 600e5420db018b3f6e47ad5a1567d156 /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 600e5420db018b3f6e47ad5a1567d156 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 0364fb1fde33e3d6a8c3500526558cbed92f917a /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0364fb1fde33e3d6a8c3500526558cbed92f917a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 600e5420db018b3f6e47ad5a1567d156 /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 600e5420db018b3f6e47ad5a1567d156 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␍leading CR/␍leading CR" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␍leading\ CR/␍leading\ CR 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 0364fb1fde33e3d6a8c3500526558cbed92f917a /rclone-test-laverar5foca/␍leading CR/␍leading CR 2025/10/07 02:28:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0364fb1fde33e3d6a8c3500526558cbed92f917a === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 91d2e102349982f211c0b3b1f8b703c0 /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 91d2e102349982f211c0b3b1f8b703c0 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b725be8b44500c70205c024fde196cdb37393f0b /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b725be8b44500c70205c024fde196cdb37393f0b 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 91d2e102349982f211c0b3b1f8b703c0 /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 91d2e102349982f211c0b3b1f8b703c0 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b725be8b44500c70205c024fde196cdb37393f0b /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b725be8b44500c70205c024fde196cdb37393f0b 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 91d2e102349982f211c0b3b1f8b703c0 /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 91d2e102349982f211c0b3b1f8b703c0 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␊leading LF/␊leading LF" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␊leading\ LF/␊leading\ LF 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b725be8b44500c70205c024fde196cdb37393f0b /rclone-test-laverar5foca/␊leading LF/␊leading LF 2025/10/07 02:28:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b725be8b44500c70205c024fde196cdb37393f0b === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 85c5cf8e0801d73ea66fc2f86a84b87b /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 85c5cf8e0801d73ea66fc2f86a84b87b 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 85c5cf8e0801d73ea66fc2f86a84b87b /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 85c5cf8e0801d73ea66fc2f86a84b87b 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 85c5cf8e0801d73ea66fc2f86a84b87b /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 85c5cf8e0801d73ea66fc2f86a84b87b 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␉leading HT/␉leading HT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␉leading\ HT/␉leading\ HT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba /rclone-test-laverar5foca/␉leading HT/␉leading HT 2025/10/07 02:28:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: d0632d2a237ed5cbc9c9b66b4a0237276503b3ba === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a8207269694bbe4343681a48c5f67383 /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: a8207269694bbe4343681a48c5f67383 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8e7c3da869d0de47b42626d870faef74ebf2dbde /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8e7c3da869d0de47b42626d870faef74ebf2dbde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a8207269694bbe4343681a48c5f67383 /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: a8207269694bbe4343681a48c5f67383 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8e7c3da869d0de47b42626d870faef74ebf2dbde /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8e7c3da869d0de47b42626d870faef74ebf2dbde 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a8207269694bbe4343681a48c5f67383 /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: a8207269694bbe4343681a48c5f67383 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/␋leading VT/␋leading VT" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/␋leading\ VT/␋leading\ VT 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8e7c3da869d0de47b42626d870faef74ebf2dbde /rclone-test-laverar5foca/␋leading VT/␋leading VT 2025/10/07 02:28:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8e7c3da869d0de47b42626d870faef74ebf2dbde === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d376ca94e53deb849fe8abc6905087bb /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: d376ca94e53deb849fe8abc6905087bb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9109eb2372493c9a06446cba64930b14d60eebb1 /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: 9109eb2372493c9a06446cba64930b14d60eebb1 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d376ca94e53deb849fe8abc6905087bb /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: d376ca94e53deb849fe8abc6905087bb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9109eb2372493c9a06446cba64930b14d60eebb1 /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: 9109eb2372493c9a06446cba64930b14d60eebb1 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d376ca94e53deb849fe8abc6905087bb /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: d376ca94e53deb849fe8abc6905087bb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/.leading dot/.leading dot" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/.leading\ dot/.leading\ dot 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 9109eb2372493c9a06446cba64930b14d60eebb1 /rclone-test-laverar5foca/.leading dot/.leading dot 2025/10/07 02:28:11 DEBUG : .leading dot/.leading dot: Parsed hash: 9109eb2372493c9a06446cba64930b14d60eebb1 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: e78846b67f403e118b5a3748334efa50 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: e78846b67f403e118b5a3748334efa50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: e78846b67f403e118b5a3748334efa50 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: e78846b67f403e118b5a3748334efa50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: e78846b67f403e118b5a3748334efa50 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: e78846b67f403e118b5a3748334efa50 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing space /trailing space " 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ space\ /trailing\ space\ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 /rclone-test-laverar5foca/trailing space /trailing space 2025/10/07 02:28:11 DEBUG : trailing space /trailing space : Parsed hash: 05a1fc0fb8dd2e2a1426818d33ccf99a66458630 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b64f803dcfcd33e6cb7cc659443c4373 /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b64f803dcfcd33e6cb7cc659443c4373 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 142199983794a0801e3fb71742e807db46a7c57a /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 142199983794a0801e3fb71742e807db46a7c57a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b64f803dcfcd33e6cb7cc659443c4373 /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b64f803dcfcd33e6cb7cc659443c4373 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 142199983794a0801e3fb71742e807db46a7c57a /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 142199983794a0801e3fb71742e807db46a7c57a 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b64f803dcfcd33e6cb7cc659443c4373 /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b64f803dcfcd33e6cb7cc659443c4373 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing CR␍/trailing CR␍" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ CR␍/trailing\ CR␍ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 142199983794a0801e3fb71742e807db46a7c57a /rclone-test-laverar5foca/trailing CR␍/trailing CR␍ 2025/10/07 02:28:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 142199983794a0801e3fb71742e807db46a7c57a === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b6a18cee5a40930ff35b63e169802a51 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: b6a18cee5a40930ff35b63e169802a51 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b6a18cee5a40930ff35b63e169802a51 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: b6a18cee5a40930ff35b63e169802a51 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b6a18cee5a40930ff35b63e169802a51 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: b6a18cee5a40930ff35b63e169802a51 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing LF␊/trailing LF␊" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ LF␊/trailing\ LF␊ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 /rclone-test-laverar5foca/trailing LF␊/trailing LF␊ 2025/10/07 02:28:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: a845c8ec3e6580efc1ffb36eb8623c240d2ef3f3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 348f17396d6ba899b76af9dd1488930f /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 348f17396d6ba899b76af9dd1488930f 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 348f17396d6ba899b76af9dd1488930f /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 348f17396d6ba899b76af9dd1488930f 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 348f17396d6ba899b76af9dd1488930f /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 348f17396d6ba899b76af9dd1488930f 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing HT␉/trailing HT␉" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ HT␉/trailing\ HT␉ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 /rclone-test-laverar5foca/trailing HT␉/trailing HT␉ 2025/10/07 02:28:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 864f7d37d65b3ac2048711a2e5ed4e19f50c0614 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a04aa6fff6ba003d92aea21be3bff76 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1a04aa6fff6ba003d92aea21be3bff76 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a04aa6fff6ba003d92aea21be3bff76 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1a04aa6fff6ba003d92aea21be3bff76 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a04aa6fff6ba003d92aea21be3bff76 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1a04aa6fff6ba003d92aea21be3bff76 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing VT␋/trailing VT␋" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ VT␋/trailing\ VT␋ 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 /rclone-test-laverar5foca/trailing VT␋/trailing VT␋ 2025/10/07 02:28:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: f4b1861a04f3a1cea9b840e82da6390ea2cd4333 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 054c9f5838ea21dde9286a4eba510ffd /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: 054c9f5838ea21dde9286a4eba510ffd 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b876f3f18326dafb6384717f74ec9437e6756c9c /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: b876f3f18326dafb6384717f74ec9437e6756c9c 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 054c9f5838ea21dde9286a4eba510ffd /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: 054c9f5838ea21dde9286a4eba510ffd 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b876f3f18326dafb6384717f74ec9437e6756c9c /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: b876f3f18326dafb6384717f74ec9437e6756c9c 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 054c9f5838ea21dde9286a4eba510ffd /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: 054c9f5838ea21dde9286a4eba510ffd 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/trailing dot./trailing dot." 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/trailing\ dot./trailing\ dot. 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b876f3f18326dafb6384717f74ec9437e6756c9c /rclone-test-laverar5foca/trailing dot./trailing dot. 2025/10/07 02:28:11 DEBUG : trailing dot./trailing dot.: Parsed hash: b876f3f18326dafb6384717f74ec9437e6756c9c === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 74994fe75232e0f49eea28d5aea788fb /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 74994fe75232e0f49eea28d5aea788fb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 74994fe75232e0f49eea28d5aea788fb /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 74994fe75232e0f49eea28d5aea788fb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 74994fe75232e0f49eea28d5aea788fb /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 74994fe75232e0f49eea28d5aea788fb 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/invalid\ utf-8/invalid\ utf-8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa /rclone-test-laverar5foca/invalid utf-8/invalid utf-8 2025/10/07 02:28:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a5a73b730bd47c8b02c54a5c17889a8ee5c80eaa === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b1631301564bac63c1c31121a82ea2c8 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: b1631301564bac63c1c31121a82ea2c8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b1631301564bac63c1c31121a82ea2c8 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: b1631301564bac63c1c31121a82ea2c8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: b1631301564bac63c1c31121a82ea2c8 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: b1631301564bac63c1c31121a82ea2c8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/test%46.txt/test%46.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/test\%46.txt/test\%46.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 /rclone-test-laverar5foca/test%46.txt/test%46.txt 2025/10/07 02:28:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: d1fc817c575cfcb63835b1a88b25dae1a2f01e80 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Connection OK after error: potato 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/zero-length-file" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/zero-length-file" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/zero-length-file" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/zero-length-file" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-laverar5foca/zero-length-file 2025/10/07 02:28:11 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/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 159dfe4156bf73014969daa8bb7d0448 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 159dfe4156bf73014969daa8bb7d0448 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 28b5f97e07af9cdba8e087873c4fa1f3c4779c06 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 28b5f97e07af9cdba8e087873c4fa1f3c4779c06 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 159dfe4156bf73014969daa8bb7d0448 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 159dfe4156bf73014969daa8bb7d0448 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 28b5f97e07af9cdba8e087873c4fa1f3c4779c06 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 28b5f97e07af9cdba8e087873c4fa1f3c4779c06 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 === 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/07 02:28:11 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/07 02:28:11 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:36506->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/07 02:28:11 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/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:11 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === 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/07 02:28:11 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-laverar5foca/hello? sausage/êé" 2025/10/07 02:28:11 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:11 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:11 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:11 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: New connection 127.0.0.1:36512->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Shell type "unix" from config 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Relative path resolved to "/rclone-test-laverar5foca/hello? sausage/êé" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Using root directory "/rclone-test-laverar5foca/hello? sausage/êé" 2025/10/07 02:28:11 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-laverar5foca/hello? sausage/êé" to be canonical "TestSFTPRclone{8PkPW}:rclone-test-laverar5foca/hello? sausage/êé" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Remote command result: 1a892d01c8185ab7729b6bbca7268017 /rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : a/b/c/d/e.txt: Parsed hash: 1a892d01c8185ab7729b6bbca7268017 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Remote command result: 575158d3784d3ace830d6f568ee79d9debe2f126 /rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : a/b/c/d/e.txt: Parsed hash: 575158d3784d3ace830d6f568ee79d9debe2f126 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Remote command result: 1a892d01c8185ab7729b6bbca7268017 /rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : a/b/c/d/e.txt: Parsed hash: 1a892d01c8185ab7729b6bbca7268017 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: Remote command result: 575158d3784d3ace830d6f568ee79d9debe2f126 /rclone-test-laverar5foca/hello? sausage/êé/a/b/c/d/e.txt 2025/10/07 02:28:11 DEBUG : a/b/c/d/e.txt: Parsed hash: 575158d3784d3ace830d6f568ee79d9debe2f126 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé: New connection 127.0.0.1:36518->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : Waiting for deletions to finish 2025/10/07 02:28:12 INFO : a/b/c/d/e.txt: Deleted 2025/10/07 02:28:12 DEBUG : removing 1 level 4 directories 2025/10/07 02:28:12 INFO : a/b/c/d: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 3 directories 2025/10/07 02:28:12 INFO : a/b/c: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 2 directories 2025/10/07 02:28:12 INFO : a/b: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 1 directories 2025/10/07 02:28:12 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: New connection 127.0.0.1:36524->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/moveTest/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/moveTest/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/moveTest/other.txt 2025/10/07 02:28:12 DEBUG : moveTest/other.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/moveTest/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/moveTest/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/moveTest/other.txt 2025/10/07 02:28:12 DEBUG : moveTest/other.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/other.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/other.txt 2025/10/07 02:28:12 DEBUG : other.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/07 02:28:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-ratokiw8deyo" 2025/10/07 02:28:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: New connection 127.0.0.1:36526->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Shell type "unix" from config 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Relative path resolved to "/rclone-test-ratokiw8deyo" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Using root directory "/rclone-test-ratokiw8deyo" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Shell path "/rclone-test-ratokiw8deyo/new_name/sub_new_name/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Running remote command: md5sum /rclone-test-ratokiw8deyo/new_name/sub_new_name/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-ratokiw8deyo/new_name/sub_new_name/file name.txt 2025/10/07 02:28:12 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Shell path "/rclone-test-ratokiw8deyo/new_name/sub_new_name/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Running remote command: sha1sum /rclone-test-ratokiw8deyo/new_name/sub_new_name/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-ratokiw8deyo/new_name/sub_new_name/file name.txt 2025/10/07 02:28:12 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Shell path "/rclone-test-ratokiw8deyo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Running remote command: md5sum /rclone-test-ratokiw8deyo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-ratokiw8deyo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Shell path "/rclone-test-ratokiw8deyo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Running remote command: sha1sum /rclone-test-ratokiw8deyo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-ratokiw8deyo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: Purge dir "new_name" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-ratokiw8deyo: 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/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 8bd02c2f0719721534459b7f9c3d9717 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 8bd02c2f0719721534459b7f9c3d9717 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 737301f7647afe292450660b5366722c0e78fde8 /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 737301f7647afe292450660b5366722c0e78fde8 === 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/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/07 02:28:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:36530->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/07 02:28:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-laverar5foca/not found.txt" 2025/10/07 02:28:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/not found.txt: New connection 127.0.0.1:36542->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/not found.txt: Shell type "unix" from config 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/not found.txt: Relative path resolved to "/rclone-test-laverar5foca/not found.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/not found.txt: Using root directory "/rclone-test-laverar5foca/not found.txt" 2025/10/07 02:28:12 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-laverar5foca" from "TestSFTPRclone:rclone-test-laverar5foca" 2025/10/07 02:28:12 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/07 02:28:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:36558->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c2f4cbb6fbab82aec930c77b21bbef9 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 1c2f4cbb6fbab82aec930c77b21bbef9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 29142682a62b80a9eda303539270e70bf41a4b52 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 29142682a62b80a9eda303539270e70bf41a4b52 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c2f4cbb6fbab82aec930c77b21bbef9 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 1c2f4cbb6fbab82aec930c77b21bbef9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 29142682a62b80a9eda303539270e70bf41a4b52 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 29142682a62b80a9eda303539270e70bf41a4b52 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c2f4cbb6fbab82aec930c77b21bbef9 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 1c2f4cbb6fbab82aec930c77b21bbef9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/created from root.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/created\ from\ root.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 29142682a62b80a9eda303539270e70bf41a4b52 /rclone-test-laverar5foca/created from root.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/created from root.txt: Parsed hash: 29142682a62b80a9eda303539270e70bf41a4b52 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 673f78f51650e0e1a07b7189b3e8930f /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 673f78f51650e0e1a07b7189b3e8930f 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/file name.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/file\ name.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0849f824d720e1309fad4dd617b3609b3820779d /rclone-test-laverar5foca/file name.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/file name.txt: Parsed hash: 0849f824d720e1309fad4dd617b3609b3820779d 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === 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/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 1a3365bbbe24030cdb7636336c2b01e9 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1a3365bbbe24030cdb7636336c2b01e9 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5e741d18af6d0eb8363ee57ae5254cab48553d6 /rclone-test-laverar5foca/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/07 02:28:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: c5e741d18af6d0eb8363ee57ae5254cab48553d6 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Server has VFS statistics extension 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: About path "/rclone-test-laverar5foca" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: About path "/rclone-test-laverar5foca" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: About using shell command for shell type "unix" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: df -k /rclone-test-laverar5foca 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 111291936 39481072 70% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5fe65c4253582f8b3318a9173ccf69e /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: c5fe65c4253582f8b3318a9173ccf69e 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 7831485fb3b2d84272f013fe05b923a216c34c8b /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: 7831485fb3b2d84272f013fe05b923a216c34c8b 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c5fe65c4253582f8b3318a9173ccf69e /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: c5fe65c4253582f8b3318a9173ccf69e 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/piped data.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/piped\ data.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 7831485fb3b2d84272f013fe05b923a216c34c8b /rclone-test-laverar5foca/piped data.txt 2025/10/07 02:28:12 DEBUG : piped data.txt: Parsed hash: 7831485fb3b2d84272f013fe05b923a216c34c8b === 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/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/unknown-size-update.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 3b43a0be382e4a2fde4aa33fc1444d85 /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : unknown-size-update.txt: Parsed hash: 3b43a0be382e4a2fde4aa33fc1444d85 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/unknown-size-update.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c532cdadf7a505cd6f105f3068b9aa496376562a /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : unknown-size-update.txt: Parsed hash: c532cdadf7a505cd6f105f3068b9aa496376562a 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/unknown-size-update.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: md5sum /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: 3b43a0be382e4a2fde4aa33fc1444d85 /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : unknown-size-update.txt: Parsed hash: 3b43a0be382e4a2fde4aa33fc1444d85 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Shell path "/rclone-test-laverar5foca/unknown-size-update.txt" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Running remote command: sha1sum /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Remote command result: c532cdadf7a505cd6f105f3068b9aa496376562a /rclone-test-laverar5foca/unknown-size-update.txt 2025/10/07 02:28:12 DEBUG : unknown-size-update.txt: Parsed hash: c532cdadf7a505cd6f105f3068b9aa496376562a === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/07 02:28:12 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-laverar5foca/deeper/nonexisting/directory" 2025/10/07 02:28:12 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : TestSFTPRclone: detected overridden config - adding "{8PkPW}" suffix to name 2025/10/07 02:28:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/07 02:28:12 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/07 02:28:12 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/07 02:28:12 DEBUG : Setting pass="RQIUlGaNAoGZ69fZCgBs-oe2-BipGlRMt6pzl-jlQ5IkxBw" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/deeper/nonexisting/directory: New connection 127.0.0.1:36562->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-laverar5foca/deeper/nonexisting/directory" 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca/deeper/nonexisting/directory: Using root directory "/rclone-test-laverar5foca/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/07 02:28:12 DEBUG : Waiting for deletions to finish 2025/10/07 02:28:12 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/07 02:28:12 DEBUG : removing 1 level 4 directories 2025/10/07 02:28:12 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 3 directories 2025/10/07 02:28:12 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 2 directories 2025/10/07 02:28:12 INFO : hello? sausage/êé: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 1 directories 2025/10/07 02:28:12 INFO : hello? sausage: Removing directory 2025/10/07 02:28:12 DEBUG : removing 1 level 0 directories 2025/10/07 02:28:12 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Removing directory 2025/10/07 02:28:12 ERROR : error listing: directory not found 2025/10/07 02:28:12 DEBUG : Waiting for deletions to finish 2025/10/07 02:28:12 ERROR : error listing: directory not found 2025/10/07 02:28:12 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Failed to list "": directory not found 2025/10/07 02:28:12 DEBUG : removing 1 level 0 directories 2025/10/07 02:28:12 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Removing directory 2025/10/07 02:28:12 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/07 02:28:12 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-laverar5foca: Closing 2 unused connections 2025/10/07 02:28:12 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.15s) --- 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.85s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.10s) --- 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.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.02s) --- 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.400s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.527658169s (try 1/5)