"go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestRemotePathEncodesRemoteNames --- PASS: TestRemotePathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesRemoteNames --- PASS: TestRemoteShellPathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesPathOverrideNames --- PASS: TestRemoteShellPathEncodesPathOverrideNames (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestSSHExternalWaitMultipleCalls --- PASS: TestSSHExternalWaitMultipleCalls (0.10s) === RUN TestSSHExternalCloseMultipleCalls --- PASS: TestSSHExternalCloseMultipleCalls (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.11s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPOpenssh:" 2026/06/30 03:41:10 NOTICE: TestSFTPOpenssh: Starting server 2026/06/30 03:41:11 NOTICE: TestSFTPOpenssh: Attempting to connect to "127.0.0.1:28627" try 1/100 2026/06/30 03:41:11 DEBUG : TestSFTPOpenssh: Read 1, error: 2026/06/30 03:41:11 NOTICE: TestSFTPOpenssh: Started server and connected to "127.0.0.1:28627" 2026/06/30 03:41:11 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-hihuzab1xezo" 2026/06/30 03:41:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/30 03:41:11 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:11 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:11 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:11 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:11 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:11 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:11 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:11 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:11 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:11 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:11 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:11 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: New connection 127.0.0.1:56634->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell type "unix" from config 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Relative path resolved to "/home/rclone/rclone-test-hihuzab1xezo" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Using root directory "/home/rclone/rclone-test-hihuzab1xezo" 2026/06/30 03:41:11 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_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 2026/06/30 03:41:11 INFO : dir/subdir: Making directory 2026/06/30 03:41:11 INFO : dir/subdir: Removing directory 2026/06/30 03:41: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 2026/06/30 03:41: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:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 6d9190d782ecb06588aaef3982a265ea /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6d9190d782ecb06588aaef3982a265ea 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 6d9190d782ecb06588aaef3982a265ea /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6d9190d782ecb06588aaef3982a265ea 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 6d9190d782ecb06588aaef3982a265ea /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6d9190d782ecb06588aaef3982a265ea 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 /home/rclone/rclone-test-hihuzab1xezo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/30 03:41:11 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c80b9fda8ec8fdaf2e5f2d481200ebd4f7d20340 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f9583f35ae096a7b389e2cf5a4a35ac4 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: f9583f35ae096a7b389e2cf5a4a35ac4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f9583f35ae096a7b389e2cf5a4a35ac4 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: f9583f35ae096a7b389e2cf5a4a35ac4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f9583f35ae096a7b389e2cf5a4a35ac4 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: f9583f35ae096a7b389e2cf5a4a35ac4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/./." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 /home/rclone/rclone-test-hihuzab1xezo/./. 2026/06/30 03:41:11 DEBUG : ./.: Parsed hash: cfe6ace8553ce60ea57fd5627afdbd8ed9128c85 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 78c54cc87ef55b9a0eb78e23445bd08a /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 78c54cc87ef55b9a0eb78e23445bd08a 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 78c54cc87ef55b9a0eb78e23445bd08a /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 78c54cc87ef55b9a0eb78e23445bd08a 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 78c54cc87ef55b9a0eb78e23445bd08a /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 78c54cc87ef55b9a0eb78e23445bd08a 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/../.." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c /home/rclone/rclone-test-hihuzab1xezo/../.. 2026/06/30 03:41:11 DEBUG : ../..: Parsed hash: 1a0bbafffb4b548397c9c9843e8382b8e0b0e55c === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7b67c1f7dbe54fdda8f2ea194dc4b700 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7b67c1f7dbe54fdda8f2ea194dc4b700 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7b67c1f7dbe54fdda8f2ea194dc4b700 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7b67c1f7dbe54fdda8f2ea194dc4b700 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7b67c1f7dbe54fdda8f2ea194dc4b700 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 7b67c1f7dbe54fdda8f2ea194dc4b700 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 /home/rclone/rclone-test-hihuzab1xezo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/30 03:41:11 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 17f92d7a14eaf3e750a5e1e94c61afa05beb7812 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f524a6d33b066c7844794b503c6f97f0 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: f524a6d33b066c7844794b503c6f97f0 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 8791c103dcc78ed5576ee46a0455126680808ef6 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: 8791c103dcc78ed5576ee46a0455126680808ef6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f524a6d33b066c7844794b503c6f97f0 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: f524a6d33b066c7844794b503c6f97f0 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 8791c103dcc78ed5576ee46a0455126680808ef6 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: 8791c103dcc78ed5576ee46a0455126680808ef6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f524a6d33b066c7844794b503c6f97f0 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: f524a6d33b066c7844794b503c6f97f0 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\ leading\ space/\ leading\ space 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 8791c103dcc78ed5576ee46a0455126680808ef6 /home/rclone/rclone-test-hihuzab1xezo/ leading space/ leading space 2026/06/30 03:41:11 DEBUG : leading space/ leading space: Parsed hash: 8791c103dcc78ed5576ee46a0455126680808ef6 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a6b0894bcb493268f9c2d14ff6aab7da /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: a6b0894bcb493268f9c2d14ff6aab7da 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ac100cae3ff833a501c75c71ca5c1dcc4477993e /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ac100cae3ff833a501c75c71ca5c1dcc4477993e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a6b0894bcb493268f9c2d14ff6aab7da /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: a6b0894bcb493268f9c2d14ff6aab7da 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ac100cae3ff833a501c75c71ca5c1dcc4477993e /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ac100cae3ff833a501c75c71ca5c1dcc4477993e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a6b0894bcb493268f9c2d14ff6aab7da /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: a6b0894bcb493268f9c2d14ff6aab7da 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/\~leading\ tilde/\~leading\ tilde 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ac100cae3ff833a501c75c71ca5c1dcc4477993e /home/rclone/rclone-test-hihuzab1xezo/~leading tilde/~leading tilde 2026/06/30 03:41:11 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ac100cae3ff833a501c75c71ca5c1dcc4477993e === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 661bc352b7fa868a2f9b203608447947 /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 661bc352b7fa868a2f9b203608447947 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a7d35fbee5319f69baca3913e7e2a146edf761eb /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a7d35fbee5319f69baca3913e7e2a146edf761eb 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 661bc352b7fa868a2f9b203608447947 /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 661bc352b7fa868a2f9b203608447947 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a7d35fbee5319f69baca3913e7e2a146edf761eb /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a7d35fbee5319f69baca3913e7e2a146edf761eb 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 661bc352b7fa868a2f9b203608447947 /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 661bc352b7fa868a2f9b203608447947 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␍leading\ CR/␍leading\ CR 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a7d35fbee5319f69baca3913e7e2a146edf761eb /home/rclone/rclone-test-hihuzab1xezo/␍leading CR/␍leading CR 2026/06/30 03:41:11 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a7d35fbee5319f69baca3913e7e2a146edf761eb === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 268891e1fcef820098a329c7152715c2 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 268891e1fcef820098a329c7152715c2 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f8c4794d40ca3db69a895746a776ae694e4a1b27 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f8c4794d40ca3db69a895746a776ae694e4a1b27 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 268891e1fcef820098a329c7152715c2 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 268891e1fcef820098a329c7152715c2 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f8c4794d40ca3db69a895746a776ae694e4a1b27 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f8c4794d40ca3db69a895746a776ae694e4a1b27 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 268891e1fcef820098a329c7152715c2 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 268891e1fcef820098a329c7152715c2 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␊leading\ LF/␊leading\ LF 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f8c4794d40ca3db69a895746a776ae694e4a1b27 /home/rclone/rclone-test-hihuzab1xezo/␊leading LF/␊leading LF 2026/06/30 03:41:11 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f8c4794d40ca3db69a895746a776ae694e4a1b27 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 775d94e4f49d02494f2ab4d6f9e0a11d /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 775d94e4f49d02494f2ab4d6f9e0a11d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a336973ef72c81d7c0a3fb3dba708948ee963008 /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a336973ef72c81d7c0a3fb3dba708948ee963008 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 775d94e4f49d02494f2ab4d6f9e0a11d /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 775d94e4f49d02494f2ab4d6f9e0a11d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a336973ef72c81d7c0a3fb3dba708948ee963008 /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a336973ef72c81d7c0a3fb3dba708948ee963008 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 775d94e4f49d02494f2ab4d6f9e0a11d /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 775d94e4f49d02494f2ab4d6f9e0a11d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␉leading\ HT/␉leading\ HT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a336973ef72c81d7c0a3fb3dba708948ee963008 /home/rclone/rclone-test-hihuzab1xezo/␉leading HT/␉leading HT 2026/06/30 03:41:11 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a336973ef72c81d7c0a3fb3dba708948ee963008 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f2634a0fb32d9e2adca30a9fb0a66b5b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f2634a0fb32d9e2adca30a9fb0a66b5b 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9b85fb045c653b4d514b56b4ed52b1a75297a26b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9b85fb045c653b4d514b56b4ed52b1a75297a26b 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f2634a0fb32d9e2adca30a9fb0a66b5b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f2634a0fb32d9e2adca30a9fb0a66b5b 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9b85fb045c653b4d514b56b4ed52b1a75297a26b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9b85fb045c653b4d514b56b4ed52b1a75297a26b 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f2634a0fb32d9e2adca30a9fb0a66b5b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f2634a0fb32d9e2adca30a9fb0a66b5b 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/␋leading\ VT/␋leading\ VT 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9b85fb045c653b4d514b56b4ed52b1a75297a26b /home/rclone/rclone-test-hihuzab1xezo/␋leading VT/␋leading VT 2026/06/30 03:41:11 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9b85fb045c653b4d514b56b4ed52b1a75297a26b === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f6c0372c9a5e90ad4cd30e7ff29bd899 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: f6c0372c9a5e90ad4cd30e7ff29bd899 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f6c0372c9a5e90ad4cd30e7ff29bd899 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: f6c0372c9a5e90ad4cd30e7ff29bd899 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f6c0372c9a5e90ad4cd30e7ff29bd899 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: f6c0372c9a5e90ad4cd30e7ff29bd899 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/.leading\ dot/.leading\ dot 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 /home/rclone/rclone-test-hihuzab1xezo/.leading dot/.leading dot 2026/06/30 03:41:11 DEBUG : .leading dot/.leading dot: Parsed hash: ae05483cab83a3f6dedf11d3284cda1e98a7b8b8 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9ccb46b6e3b05949fbc0119372ae4c27 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9ccb46b6e3b05949fbc0119372ae4c27 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9fed662f05cfe77951855c84d63f26ed17cd3128 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9fed662f05cfe77951855c84d63f26ed17cd3128 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9ccb46b6e3b05949fbc0119372ae4c27 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9ccb46b6e3b05949fbc0119372ae4c27 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9fed662f05cfe77951855c84d63f26ed17cd3128 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9fed662f05cfe77951855c84d63f26ed17cd3128 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9ccb46b6e3b05949fbc0119372ae4c27 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9ccb46b6e3b05949fbc0119372ae4c27 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space " 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ space\ /trailing\ space\ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9fed662f05cfe77951855c84d63f26ed17cd3128 /home/rclone/rclone-test-hihuzab1xezo/trailing space /trailing space 2026/06/30 03:41:11 DEBUG : trailing space /trailing space : Parsed hash: 9fed662f05cfe77951855c84d63f26ed17cd3128 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 664ca076d3a83c3fcdff734708dec067 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 664ca076d3a83c3fcdff734708dec067 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7ce25abfa917e9a4a475a13c508475500ddc6321 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7ce25abfa917e9a4a475a13c508475500ddc6321 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 664ca076d3a83c3fcdff734708dec067 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 664ca076d3a83c3fcdff734708dec067 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7ce25abfa917e9a4a475a13c508475500ddc6321 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7ce25abfa917e9a4a475a13c508475500ddc6321 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 664ca076d3a83c3fcdff734708dec067 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 664ca076d3a83c3fcdff734708dec067 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ CR␍/trailing\ CR␍ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7ce25abfa917e9a4a475a13c508475500ddc6321 /home/rclone/rclone-test-hihuzab1xezo/trailing CR␍/trailing CR␍ 2026/06/30 03:41:11 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 7ce25abfa917e9a4a475a13c508475500ddc6321 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 0098bb78fc6b383eb4cd275ff2190851 /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 0098bb78fc6b383eb4cd275ff2190851 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d181ea36d8149085d2106ef093a8be5a4506e67e /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d181ea36d8149085d2106ef093a8be5a4506e67e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 0098bb78fc6b383eb4cd275ff2190851 /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 0098bb78fc6b383eb4cd275ff2190851 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d181ea36d8149085d2106ef093a8be5a4506e67e /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d181ea36d8149085d2106ef093a8be5a4506e67e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 0098bb78fc6b383eb4cd275ff2190851 /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 0098bb78fc6b383eb4cd275ff2190851 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ LF␊/trailing\ LF␊ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d181ea36d8149085d2106ef093a8be5a4506e67e /home/rclone/rclone-test-hihuzab1xezo/trailing LF␊/trailing LF␊ 2026/06/30 03:41:11 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d181ea36d8149085d2106ef093a8be5a4506e67e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 475a56d04781fddbf0609d96b472c902 /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 475a56d04781fddbf0609d96b472c902 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 346c92f84177a451af43841d2a42f10e918ed75e /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 346c92f84177a451af43841d2a42f10e918ed75e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 475a56d04781fddbf0609d96b472c902 /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 475a56d04781fddbf0609d96b472c902 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 346c92f84177a451af43841d2a42f10e918ed75e /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 346c92f84177a451af43841d2a42f10e918ed75e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 475a56d04781fddbf0609d96b472c902 /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 475a56d04781fddbf0609d96b472c902 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ HT␉/trailing\ HT␉ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 346c92f84177a451af43841d2a42f10e918ed75e /home/rclone/rclone-test-hihuzab1xezo/trailing HT␉/trailing HT␉ 2026/06/30 03:41:11 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 346c92f84177a451af43841d2a42f10e918ed75e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 67688e874de6489b0c6979f822d87cc3 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 67688e874de6489b0c6979f822d87cc3 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9c6cc87f55c581bf31063e69024038e0b68de708 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9c6cc87f55c581bf31063e69024038e0b68de708 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 67688e874de6489b0c6979f822d87cc3 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 67688e874de6489b0c6979f822d87cc3 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9c6cc87f55c581bf31063e69024038e0b68de708 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9c6cc87f55c581bf31063e69024038e0b68de708 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 67688e874de6489b0c6979f822d87cc3 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 67688e874de6489b0c6979f822d87cc3 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ VT␋/trailing\ VT␋ 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 9c6cc87f55c581bf31063e69024038e0b68de708 /home/rclone/rclone-test-hihuzab1xezo/trailing VT␋/trailing VT␋ 2026/06/30 03:41:11 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9c6cc87f55c581bf31063e69024038e0b68de708 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c9ed469c962adc3d67608656820cea3d /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: c9ed469c962adc3d67608656820cea3d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ad6a2b7d891b3a63057008729f541fee0ff3db3e /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: ad6a2b7d891b3a63057008729f541fee0ff3db3e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c9ed469c962adc3d67608656820cea3d /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: c9ed469c962adc3d67608656820cea3d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ad6a2b7d891b3a63057008729f541fee0ff3db3e /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: ad6a2b7d891b3a63057008729f541fee0ff3db3e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c9ed469c962adc3d67608656820cea3d /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: c9ed469c962adc3d67608656820cea3d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot." 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/trailing\ dot./trailing\ dot. 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ad6a2b7d891b3a63057008729f541fee0ff3db3e /home/rclone/rclone-test-hihuzab1xezo/trailing dot./trailing dot. 2026/06/30 03:41:11 DEBUG : trailing dot./trailing dot.: Parsed hash: ad6a2b7d891b3a63057008729f541fee0ff3db3e === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a42611be14203026a52d584b188a7dd4 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a42611be14203026a52d584b188a7dd4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a42611be14203026a52d584b188a7dd4 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a42611be14203026a52d584b188a7dd4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: a42611be14203026a52d584b188a7dd4 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: a42611be14203026a52d584b188a7dd4 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/invalid\ utf-8/invalid\ utf-8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 /home/rclone/rclone-test-hihuzab1xezo/invalid utf-8/invalid utf-8 2026/06/30 03:41:11 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c5548316ea6bfcf11a1ae2e177ad11cb82bf8ae6 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 20f37031353c129789a8a0b37979c89d /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 20f37031353c129789a8a0b37979c89d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 3ecf7b0585f1410c0670ce1a597521779e2e3291 /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3ecf7b0585f1410c0670ce1a597521779e2e3291 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 20f37031353c129789a8a0b37979c89d /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 20f37031353c129789a8a0b37979c89d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 3ecf7b0585f1410c0670ce1a597521779e2e3291 /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3ecf7b0585f1410c0670ce1a597521779e2e3291 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 20f37031353c129789a8a0b37979c89d /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 20f37031353c129789a8a0b37979c89d 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/test\%46.txt/test\%46.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 3ecf7b0585f1410c0670ce1a597521779e2e3291 /home/rclone/rclone-test-hihuzab1xezo/test%46.txt/test%46.txt 2026/06/30 03:41:11 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3ecf7b0585f1410c0670ce1a597521779e2e3291 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Connection OK after error: potato 2026/06/30 03:41:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/zero-length-file" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/zero-length-file" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/zero-length-file" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/zero-length-file" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-hihuzab1xezo/zero-length-file 2026/06/30 03:41:11 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ce3ba9581333fb4c671ceae91fca9fd8 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: ce3ba9581333fb4c671ceae91fca9fd8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 4df7acc0c6ccff1acaf0a325000bbf3106c36fe6 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: 4df7acc0c6ccff1acaf0a325000bbf3106c36fe6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: ce3ba9581333fb4c671ceae91fca9fd8 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: ce3ba9581333fb4c671ceae91fca9fd8 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 4df7acc0c6ccff1acaf0a325000bbf3106c36fe6 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: 4df7acc0c6ccff1acaf0a325000bbf3106c36fe6 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:11 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:11 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:11 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed === 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 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:56650->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === 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 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1158: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1195: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-hihuzab1xezo/hello? sausage/êé" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: New connection 127.0.0.1:56656->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Relative path resolved to "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Using root directory "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé" 2026/06/30 03:41:12 DEBUG : fs cache: renaming cache item "TestSFTPOpenssh:rclone-test-hihuzab1xezo/hello? sausage/êé" to be canonical "TestSFTPOpenssh{1N7HM}:rclone-test-hihuzab1xezo/hello? sausage/êé" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Remote command result: 4ace952bdb0abd894de5629b2c1e206c /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : a/b/c/d/e.txt: Parsed hash: 4ace952bdb0abd894de5629b2c1e206c 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Remote command result: 312d90e3e075837383dfe0504721510b7f7f7922 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : a/b/c/d/e.txt: Parsed hash: 312d90e3e075837383dfe0504721510b7f7f7922 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Remote command result: 4ace952bdb0abd894de5629b2c1e206c /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : a/b/c/d/e.txt: Parsed hash: 4ace952bdb0abd894de5629b2c1e206c 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: Remote command result: 312d90e3e075837383dfe0504721510b7f7f7922 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/30 03:41:12 DEBUG : a/b/c/d/e.txt: Parsed hash: 312d90e3e075837383dfe0504721510b7f7f7922 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé: New connection 127.0.0.1:56672->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : Waiting for deletions to finish 2026/06/30 03:41:12 INFO : a/b/c/d/e.txt: Deleted 2026/06/30 03:41:12 DEBUG : removing 1 level 4 directories 2026/06/30 03:41:12 INFO : a/b/c/d: Removing directory 2026/06/30 03:41:12 DEBUG : removing 1 level 3 directories 2026/06/30 03:41:12 INFO : a/b/c: Removing directory 2026/06/30 03:41:12 DEBUG : removing 1 level 2 directories 2026/06/30 03:41:12 INFO : a/b: Removing directory 2026/06/30 03:41:12 DEBUG : removing 1 level 1 directories 2026/06/30 03:41:12 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: New connection 127.0.0.1:56678->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt 2026/06/30 03:41:12 DEBUG : moveTest/other.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/moveTest/other.txt 2026/06/30 03:41:12 DEBUG : moveTest/other.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/other.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/other.txt 2026/06/30 03:41:12 DEBUG : other.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-vorijaj7qihu" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: New connection 127.0.0.1:56684->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Relative path resolved to "/home/rclone/rclone-test-vorijaj7qihu" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Using root directory "/home/rclone/rclone-test-vorijaj7qihu" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Shell path "/home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Running remote command: md5sum /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file name.txt 2026/06/30 03:41:12 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Shell path "/home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Running remote command: sha1sum /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/file name.txt 2026/06/30 03:41:12 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Shell path "/home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Running remote command: md5sum /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Shell path "/home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Running remote command: sha1sum /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-vorijaj7qihu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: Purge dir "new_name" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-vorijaj7qihu: 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 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: fb51a5a5e8d8e58761c8cbeda6e52cf1 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: fb51a5a5e8d8e58761c8cbeda6e52cf1 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e9aa6c12562a562148c58842dda04d7d4b7018ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e9aa6c12562a562148c58842dda04d7d4b7018ed === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1601: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1632: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1703: 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 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:56692->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-hihuzab1xezo/not found.txt" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/not found.txt: New connection 127.0.0.1:56706->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/not found.txt: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/not found.txt: Relative path resolved to "/home/rclone/rclone-test-hihuzab1xezo/not found.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/not found.txt: Using root directory "/home/rclone/rclone-test-hihuzab1xezo/not found.txt" 2026/06/30 03:41:12 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestSFTPOpenssh:" path "rclone-test-hihuzab1xezo" from "TestSFTPOpenssh:rclone-test-hihuzab1xezo" 2026/06/30 03:41:12 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/06/30 03:41:12 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:12 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:12 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:12 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:12 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:12 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:12 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:56722->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1957: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 52054763ba670fd345f0cdbae4c00eea /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 52054763ba670fd345f0cdbae4c00eea 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 06aeae71231f9a5804fd6e10412347853b0fff23 /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 06aeae71231f9a5804fd6e10412347853b0fff23 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 52054763ba670fd345f0cdbae4c00eea /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 52054763ba670fd345f0cdbae4c00eea 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 06aeae71231f9a5804fd6e10412347853b0fff23 /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 06aeae71231f9a5804fd6e10412347853b0fff23 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 52054763ba670fd345f0cdbae4c00eea /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 52054763ba670fd345f0cdbae4c00eea 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/created from root.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/created\ from\ root.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 06aeae71231f9a5804fd6e10412347853b0fff23 /home/rclone/rclone-test-hihuzab1xezo/created from root.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/created from root.txt: Parsed hash: 06aeae71231f9a5804fd6e10412347853b0fff23 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e3b1e8232a08eb730c38fe87bc1665ed /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: e3b1e8232a08eb730c38fe87bc1665ed 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/file name.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/file\ name.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0053c26cc0dddc274f59e578e444b922b4147556 /home/rclone/rclone-test-hihuzab1xezo/file name.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/file name.txt: Parsed hash: 0053c26cc0dddc274f59e578e444b922b4147556 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2016: 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:2121: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2137: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 32d81ec7835ee3e59e110b7be0a57744 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 32d81ec7835ee3e59e110b7be0a57744 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 7e84da1aee9bb0ff220b46d21598b732b76e6752 /home/rclone/rclone-test-hihuzab1xezo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/30 03:41:12 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7e84da1aee9bb0ff220b46d21598b732b76e6752 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Server has VFS statistics extension 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: About path "/home/rclone/rclone-test-hihuzab1xezo" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 5b45859f2160e0088fd390ad17dc2801 /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: 5b45859f2160e0088fd390ad17dc2801 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 42060ad264c84cfb8483d4c3ae0d230f9a35467a /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: 42060ad264c84cfb8483d4c3ae0d230f9a35467a 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 5b45859f2160e0088fd390ad17dc2801 /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:12 DEBUG : piped data.txt: Parsed hash: 5b45859f2160e0088fd390ad17dc2801 2026/06/30 03:41:12 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/piped data.txt" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/piped\ data.txt 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 42060ad264c84cfb8483d4c3ae0d230f9a35467a /home/rclone/rclone-test-hihuzab1xezo/piped data.txt 2026/06/30 03:41:13 DEBUG : piped data.txt: Parsed hash: 42060ad264c84cfb8483d4c3ae0d230f9a35467a === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2355: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2376: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2497: *sftp.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 81a15598bd3df5b6931877cfd6cb0115 /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : unknown-size-update.txt: Parsed hash: 81a15598bd3df5b6931877cfd6cb0115 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f6ff288454e1db0d89a219f488d61a71769f0b25 /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : unknown-size-update.txt: Parsed hash: f6ff288454e1db0d89a219f488d61a71769f0b25 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: md5sum /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: 81a15598bd3df5b6931877cfd6cb0115 /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : unknown-size-update.txt: Parsed hash: 81a15598bd3df5b6931877cfd6cb0115 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Shell path "/home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Running remote command: sha1sum /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Remote command result: f6ff288454e1db0d89a219f488d61a71769f0b25 /home/rclone/rclone-test-hihuzab1xezo/unknown-size-update.txt 2026/06/30 03:41:13 DEBUG : unknown-size-update.txt: Parsed hash: f6ff288454e1db0d89a219f488d61a71769f0b25 === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/06/30 03:41:13 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-hihuzab1xezo/deeper/nonexisting/directory" 2026/06/30 03:41:13 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/30 03:41:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:13 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:13 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:13 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:13 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:13 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{1N7HM}" suffix to name 2026/06/30 03:41:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/30 03:41:13 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/30 03:41:13 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/30 03:41:13 DEBUG : Setting pass="iuQMGXrx4wuiWVfMSjt3rPVzjlRASlTt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/30 03:41:13 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/30 03:41:13 NOTICE: TestSFTPOpenssh{1N7HM}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/deeper/nonexisting/directory: New connection 127.0.0.1:56734->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/deeper/nonexisting/directory: Shell type "unix" from config 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/deeper/nonexisting/directory: Failed to resolve path using RealPath: file does not exist 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/deeper/nonexisting/directory: Relative path joined with current directory to get absolute path "/home/rclone/rclone-test-hihuzab1xezo/deeper/nonexisting/directory" 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo/deeper/nonexisting/directory: Using root directory "/home/rclone/rclone-test-hihuzab1xezo/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2680: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2737: FS has no Directory methods and doesn't Wrap 2026/06/30 03:41:13 DEBUG : Waiting for deletions to finish 2026/06/30 03:41:13 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/06/30 03:41:13 DEBUG : removing 1 level 4 directories 2026/06/30 03:41:13 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/06/30 03:41:13 DEBUG : removing 1 level 3 directories 2026/06/30 03:41:13 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/06/30 03:41:13 DEBUG : removing 1 level 2 directories 2026/06/30 03:41:13 INFO : hello? sausage/êé: Removing directory 2026/06/30 03:41:13 DEBUG : removing 1 level 1 directories 2026/06/30 03:41:13 INFO : hello? sausage: Removing directory 2026/06/30 03:41:13 DEBUG : removing 1 level 0 directories 2026/06/30 03:41:13 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Removing directory 2026/06/30 03:41:13 ERROR : error listing: directory not found 2026/06/30 03:41:13 DEBUG : Waiting for deletions to finish 2026/06/30 03:41:13 ERROR : error listing: directory not found 2026/06/30 03:41:13 ERROR : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Failed to list "": directory not found 2026/06/30 03:41:13 DEBUG : removing 1 level 0 directories 2026/06/30 03:41:13 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Removing directory 2026/06/30 03:41:13 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/06/30 03:41:13 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-hihuzab1xezo: Closing 2 unused connections 2026/06/30 03:41:13 NOTICE: TestSFTPOpenssh: Stopping server --- PASS: TestIntegration (2.71s) --- 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 (1.56s) --- 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.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.02s) --- 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 (1.03s) --- 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.08s) --- 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.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.14s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.12s) --- 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.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.01s) --- 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.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.02s) --- 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.08s) --- 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 3.942s "go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 4.668081646s (try 1/5)