"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.12s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPOpenssh:" 2026/07/10 04:35:39 NOTICE: TestSFTPOpenssh: Starting server 2026/07/10 04:35:40 NOTICE: TestSFTPOpenssh: Attempting to connect to "127.0.0.1:28627" try 1/100 2026/07/10 04:35:40 DEBUG : TestSFTPOpenssh: Read 1, error: 2026/07/10 04:35:40 NOTICE: TestSFTPOpenssh: Started server and connected to "127.0.0.1:28627" 2026/07/10 04:35:40 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xaguyic0vale" 2026/07/10 04:35:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/10 04:35:40 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:40 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:40 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:40 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:40 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:40 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:40 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:40 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:40 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:40 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:40 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:40 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:40 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: New connection 127.0.0.1:37550->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell type "unix" from config 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Relative path resolved to "/home/rclone/rclone-test-xaguyic0vale" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Using root directory "/home/rclone/rclone-test-xaguyic0vale" 2026/07/10 04:35:40 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/07/10 04:35:40 INFO : dir/subdir: Making directory 2026/07/10 04:35:40 INFO : dir/subdir: Removing directory 2026/07/10 04:35:40 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/07/10 04:35:40 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/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ed5555b53c6cffd9a7b35ba13119c7df /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ed5555b53c6cffd9a7b35ba13119c7df 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ed5555b53c6cffd9a7b35ba13119c7df /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ed5555b53c6cffd9a7b35ba13119c7df 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ed5555b53c6cffd9a7b35ba13119c7df /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ed5555b53c6cffd9a7b35ba13119c7df 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c /home/rclone/rclone-test-xaguyic0vale/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 04:35:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 9a93b81a721b68770344a7dd4f08f7f4e9b2497c === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: db99a5fa31f61a60365c2c640f4e8ba7 /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: db99a5fa31f61a60365c2c640f4e8ba7 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: f484cfabc08ab0db47e43a4ba72ed9130d9909cf /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: f484cfabc08ab0db47e43a4ba72ed9130d9909cf 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: db99a5fa31f61a60365c2c640f4e8ba7 /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: db99a5fa31f61a60365c2c640f4e8ba7 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: f484cfabc08ab0db47e43a4ba72ed9130d9909cf /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: f484cfabc08ab0db47e43a4ba72ed9130d9909cf 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: db99a5fa31f61a60365c2c640f4e8ba7 /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: db99a5fa31f61a60365c2c640f4e8ba7 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/./." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: f484cfabc08ab0db47e43a4ba72ed9130d9909cf /home/rclone/rclone-test-xaguyic0vale/./. 2026/07/10 04:35:40 DEBUG : ./.: Parsed hash: f484cfabc08ab0db47e43a4ba72ed9130d9909cf === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1799522ab5e22c50eee536a3fcb3e685 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: 1799522ab5e22c50eee536a3fcb3e685 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cc290b54191d1e4c5f79510907c8bad8a55e17 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: b3cc290b54191d1e4c5f79510907c8bad8a55e17 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1799522ab5e22c50eee536a3fcb3e685 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: 1799522ab5e22c50eee536a3fcb3e685 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cc290b54191d1e4c5f79510907c8bad8a55e17 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: b3cc290b54191d1e4c5f79510907c8bad8a55e17 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1799522ab5e22c50eee536a3fcb3e685 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: 1799522ab5e22c50eee536a3fcb3e685 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/../.." 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cc290b54191d1e4c5f79510907c8bad8a55e17 /home/rclone/rclone-test-xaguyic0vale/../.. 2026/07/10 04:35:40 DEBUG : ../..: Parsed hash: b3cc290b54191d1e4c5f79510907c8bad8a55e17 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 509ab123e68b1fafaaac03e4ee1bba8a /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 509ab123e68b1fafaaac03e4ee1bba8a 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 509ab123e68b1fafaaac03e4ee1bba8a /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 509ab123e68b1fafaaac03e4ee1bba8a 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 509ab123e68b1fafaaac03e4ee1bba8a /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 509ab123e68b1fafaaac03e4ee1bba8a 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 /home/rclone/rclone-test-xaguyic0vale/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 04:35:40 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 5740038c4a68f1c9f94cff8b88dc2fd052c3f5e4 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e1439f6a38e5cc46e3b6b9ab1c0273c8 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e1439f6a38e5cc46e3b6b9ab1c0273c8 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e17b786b69355319105d6d062edd05df0ad89012 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e17b786b69355319105d6d062edd05df0ad89012 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e1439f6a38e5cc46e3b6b9ab1c0273c8 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e1439f6a38e5cc46e3b6b9ab1c0273c8 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e17b786b69355319105d6d062edd05df0ad89012 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e17b786b69355319105d6d062edd05df0ad89012 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e1439f6a38e5cc46e3b6b9ab1c0273c8 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e1439f6a38e5cc46e3b6b9ab1c0273c8 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\ leading\ space/\ leading\ space 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e17b786b69355319105d6d062edd05df0ad89012 /home/rclone/rclone-test-xaguyic0vale/ leading space/ leading space 2026/07/10 04:35:40 DEBUG : leading space/ leading space: Parsed hash: e17b786b69355319105d6d062edd05df0ad89012 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: febccc176491b458b55e03238682db75 /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:40 DEBUG : ~leading tilde/~leading tilde: Parsed hash: febccc176491b458b55e03238682db75 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:40 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: febccc176491b458b55e03238682db75 /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: febccc176491b458b55e03238682db75 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: febccc176491b458b55e03238682db75 /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: febccc176491b458b55e03238682db75 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/\~leading\ tilde/\~leading\ tilde 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b /home/rclone/rclone-test-xaguyic0vale/~leading tilde/~leading tilde 2026/07/10 04:35:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 6605b156c87d103b9ffc376cd69bfdd2b7a2265b === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e7a37714d594bd79e1dc6c39f2174702 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e7a37714d594bd79e1dc6c39f2174702 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e7a37714d594bd79e1dc6c39f2174702 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e7a37714d594bd79e1dc6c39f2174702 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e7a37714d594bd79e1dc6c39f2174702 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e7a37714d594bd79e1dc6c39f2174702 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␍leading\ CR/␍leading\ CR 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 /home/rclone/rclone-test-xaguyic0vale/␍leading CR/␍leading CR 2026/07/10 04:35:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 9cfb39704a4e5a49e602fc8b9a6506734eb32bc0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e4a0a7288bdabd2a467e65f404effbfb /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e4a0a7288bdabd2a467e65f404effbfb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: fd96047d0dfb368991d7e54c7509cff72d1cea78 /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: fd96047d0dfb368991d7e54c7509cff72d1cea78 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e4a0a7288bdabd2a467e65f404effbfb /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e4a0a7288bdabd2a467e65f404effbfb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: fd96047d0dfb368991d7e54c7509cff72d1cea78 /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: fd96047d0dfb368991d7e54c7509cff72d1cea78 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e4a0a7288bdabd2a467e65f404effbfb /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e4a0a7288bdabd2a467e65f404effbfb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␊leading\ LF/␊leading\ LF 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: fd96047d0dfb368991d7e54c7509cff72d1cea78 /home/rclone/rclone-test-xaguyic0vale/␊leading LF/␊leading LF 2026/07/10 04:35:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: fd96047d0dfb368991d7e54c7509cff72d1cea78 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b68b74c5e03d24aa467b441ca11bc9fa /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b68b74c5e03d24aa467b441ca11bc9fa 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b48d3fb5e355a21cd155e0f84e144267578407bd /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b48d3fb5e355a21cd155e0f84e144267578407bd 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b68b74c5e03d24aa467b441ca11bc9fa /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b68b74c5e03d24aa467b441ca11bc9fa 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b48d3fb5e355a21cd155e0f84e144267578407bd /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b48d3fb5e355a21cd155e0f84e144267578407bd 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b68b74c5e03d24aa467b441ca11bc9fa /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b68b74c5e03d24aa467b441ca11bc9fa 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␉leading\ HT/␉leading\ HT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b48d3fb5e355a21cd155e0f84e144267578407bd /home/rclone/rclone-test-xaguyic0vale/␉leading HT/␉leading HT 2026/07/10 04:35:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b48d3fb5e355a21cd155e0f84e144267578407bd === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 088103be5662bd542c3bc275db8745ff /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 088103be5662bd542c3bc275db8745ff 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 4b4e313e0096581286a082e680af78911f496ca6 /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4b4e313e0096581286a082e680af78911f496ca6 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 088103be5662bd542c3bc275db8745ff /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 088103be5662bd542c3bc275db8745ff 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 4b4e313e0096581286a082e680af78911f496ca6 /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4b4e313e0096581286a082e680af78911f496ca6 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 088103be5662bd542c3bc275db8745ff /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 088103be5662bd542c3bc275db8745ff 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/␋leading\ VT/␋leading\ VT 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 4b4e313e0096581286a082e680af78911f496ca6 /home/rclone/rclone-test-xaguyic0vale/␋leading VT/␋leading VT 2026/07/10 04:35:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4b4e313e0096581286a082e680af78911f496ca6 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 73ab1bd4a402e6db98445bef478c94d9 /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: 73ab1bd4a402e6db98445bef478c94d9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b1f28c2e2fad037b1b3761003a47029b015b122e /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: b1f28c2e2fad037b1b3761003a47029b015b122e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 73ab1bd4a402e6db98445bef478c94d9 /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: 73ab1bd4a402e6db98445bef478c94d9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b1f28c2e2fad037b1b3761003a47029b015b122e /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: b1f28c2e2fad037b1b3761003a47029b015b122e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 73ab1bd4a402e6db98445bef478c94d9 /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: 73ab1bd4a402e6db98445bef478c94d9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/.leading\ dot/.leading\ dot 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b1f28c2e2fad037b1b3761003a47029b015b122e /home/rclone/rclone-test-xaguyic0vale/.leading dot/.leading dot 2026/07/10 04:35:41 DEBUG : .leading dot/.leading dot: Parsed hash: b1f28c2e2fad037b1b3761003a47029b015b122e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5dc5aa89e7195c1942fbcf2583afca91 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 5dc5aa89e7195c1942fbcf2583afca91 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 70daa1029faca495663ef63e947a4ccb778817e6 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 70daa1029faca495663ef63e947a4ccb778817e6 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5dc5aa89e7195c1942fbcf2583afca91 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 5dc5aa89e7195c1942fbcf2583afca91 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 70daa1029faca495663ef63e947a4ccb778817e6 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 70daa1029faca495663ef63e947a4ccb778817e6 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 5dc5aa89e7195c1942fbcf2583afca91 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 5dc5aa89e7195c1942fbcf2583afca91 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space " 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ space\ /trailing\ space\ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 70daa1029faca495663ef63e947a4ccb778817e6 /home/rclone/rclone-test-xaguyic0vale/trailing space /trailing space 2026/07/10 04:35:41 DEBUG : trailing space /trailing space : Parsed hash: 70daa1029faca495663ef63e947a4ccb778817e6 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 20a5558faf268a24cd833aced0da7ea8 /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 20a5558faf268a24cd833aced0da7ea8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 257b9774c01e5b839e715269f0236517c52f7e6a /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 257b9774c01e5b839e715269f0236517c52f7e6a 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 20a5558faf268a24cd833aced0da7ea8 /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 20a5558faf268a24cd833aced0da7ea8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 257b9774c01e5b839e715269f0236517c52f7e6a /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 257b9774c01e5b839e715269f0236517c52f7e6a 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 20a5558faf268a24cd833aced0da7ea8 /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 20a5558faf268a24cd833aced0da7ea8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ CR␍/trailing\ CR␍ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 257b9774c01e5b839e715269f0236517c52f7e6a /home/rclone/rclone-test-xaguyic0vale/trailing CR␍/trailing CR␍ 2026/07/10 04:35:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 257b9774c01e5b839e715269f0236517c52f7e6a === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9bd2bec93efda575e51e6cfdfd3ea8b9 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9bd2bec93efda575e51e6cfdfd3ea8b9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 2da2f78f8c0923eb855d1eb5cc60cff932860656 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 2da2f78f8c0923eb855d1eb5cc60cff932860656 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9bd2bec93efda575e51e6cfdfd3ea8b9 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9bd2bec93efda575e51e6cfdfd3ea8b9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 2da2f78f8c0923eb855d1eb5cc60cff932860656 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 2da2f78f8c0923eb855d1eb5cc60cff932860656 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 9bd2bec93efda575e51e6cfdfd3ea8b9 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9bd2bec93efda575e51e6cfdfd3ea8b9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ LF␊/trailing\ LF␊ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 2da2f78f8c0923eb855d1eb5cc60cff932860656 /home/rclone/rclone-test-xaguyic0vale/trailing LF␊/trailing LF␊ 2026/07/10 04:35:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 2da2f78f8c0923eb855d1eb5cc60cff932860656 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1fad4926a141190e42edecd11ee70c7a /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fad4926a141190e42edecd11ee70c7a 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e894a7846e6ffd766e160c5913f08e91d74d4bee /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e894a7846e6ffd766e160c5913f08e91d74d4bee 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1fad4926a141190e42edecd11ee70c7a /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fad4926a141190e42edecd11ee70c7a 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e894a7846e6ffd766e160c5913f08e91d74d4bee /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e894a7846e6ffd766e160c5913f08e91d74d4bee 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 1fad4926a141190e42edecd11ee70c7a /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fad4926a141190e42edecd11ee70c7a 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ HT␉/trailing\ HT␉ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e894a7846e6ffd766e160c5913f08e91d74d4bee /home/rclone/rclone-test-xaguyic0vale/trailing HT␉/trailing HT␉ 2026/07/10 04:35:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e894a7846e6ffd766e160c5913f08e91d74d4bee === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 24a0f014a6a73a4f48eb941f4b1a26dc /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 24a0f014a6a73a4f48eb941f4b1a26dc 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e86d24d5e453d4f9108f0ab6321de000aee6acd7 /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: e86d24d5e453d4f9108f0ab6321de000aee6acd7 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 24a0f014a6a73a4f48eb941f4b1a26dc /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 24a0f014a6a73a4f48eb941f4b1a26dc 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e86d24d5e453d4f9108f0ab6321de000aee6acd7 /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: e86d24d5e453d4f9108f0ab6321de000aee6acd7 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 24a0f014a6a73a4f48eb941f4b1a26dc /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 24a0f014a6a73a4f48eb941f4b1a26dc 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ VT␋/trailing\ VT␋ 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e86d24d5e453d4f9108f0ab6321de000aee6acd7 /home/rclone/rclone-test-xaguyic0vale/trailing VT␋/trailing VT␋ 2026/07/10 04:35:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: e86d24d5e453d4f9108f0ab6321de000aee6acd7 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 076b0014d387843d9af7952e78882b2e /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 076b0014d387843d9af7952e78882b2e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 076b0014d387843d9af7952e78882b2e /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 076b0014d387843d9af7952e78882b2e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 076b0014d387843d9af7952e78882b2e /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 076b0014d387843d9af7952e78882b2e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot." 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/trailing\ dot./trailing\ dot. 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 /home/rclone/rclone-test-xaguyic0vale/trailing dot./trailing dot. 2026/07/10 04:35:41 DEBUG : trailing dot./trailing dot.: Parsed hash: cc4af76a88b43ee5a2f4fb54315eaf9777958c31 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 482f44c522be5a5aa7348298dfeddfc5 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 482f44c522be5a5aa7348298dfeddfc5 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 78934e03304c37ce8bf24039cd79cf5a84fdc647 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 78934e03304c37ce8bf24039cd79cf5a84fdc647 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 482f44c522be5a5aa7348298dfeddfc5 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 482f44c522be5a5aa7348298dfeddfc5 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 78934e03304c37ce8bf24039cd79cf5a84fdc647 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 78934e03304c37ce8bf24039cd79cf5a84fdc647 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 482f44c522be5a5aa7348298dfeddfc5 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 482f44c522be5a5aa7348298dfeddfc5 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/invalid\ utf-8/invalid\ utf-8 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 78934e03304c37ce8bf24039cd79cf5a84fdc647 /home/rclone/rclone-test-xaguyic0vale/invalid utf-8/invalid utf-8 2026/07/10 04:35:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 78934e03304c37ce8bf24039cd79cf5a84fdc647 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e2d20baa9a7a09a944de89f386bd4ebb /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: e2d20baa9a7a09a944de89f386bd4ebb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b8b5202ada40629e3015944ba094a661dcf62095 /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: b8b5202ada40629e3015944ba094a661dcf62095 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e2d20baa9a7a09a944de89f386bd4ebb /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: e2d20baa9a7a09a944de89f386bd4ebb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b8b5202ada40629e3015944ba094a661dcf62095 /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: b8b5202ada40629e3015944ba094a661dcf62095 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: e2d20baa9a7a09a944de89f386bd4ebb /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: e2d20baa9a7a09a944de89f386bd4ebb 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/test\%46.txt/test\%46.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b8b5202ada40629e3015944ba094a661dcf62095 /home/rclone/rclone-test-xaguyic0vale/test%46.txt/test%46.txt 2026/07/10 04:35:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: b8b5202ada40629e3015944ba094a661dcf62095 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Connection OK after error: potato 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/zero-length-file" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/zero-length-file" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/zero-length-file" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/zero-length-file" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xaguyic0vale/zero-length-file 2026/07/10 04:35:41 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/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 904dffeb14f470e472bdb186cc7a8470 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: 904dffeb14f470e472bdb186cc7a8470 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 79826f1f43023676c99a11c6096e6e1a7fe67433 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: 79826f1f43023676c99a11c6096e6e1a7fe67433 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 904dffeb14f470e472bdb186cc7a8470 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: 904dffeb14f470e472bdb186cc7a8470 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 79826f1f43023676c99a11c6096e6e1a7fe67433 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: 79826f1f43023676c99a11c6096e6e1a7fe67433 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df === 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/07/10 04:35:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/07/10 04:35:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:41 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:41 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:41 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:58942->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/07/10 04:35:41 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/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === 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/07/10 04:35:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xaguyic0vale/hello? sausage/êé" 2026/07/10 04:35:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:41 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:41 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:41 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: New connection 127.0.0.1:58944->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Shell type "unix" from config 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Relative path resolved to "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Using root directory "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé" 2026/07/10 04:35:41 DEBUG : fs cache: renaming cache item "TestSFTPOpenssh:rclone-test-xaguyic0vale/hello? sausage/êé" to be canonical "TestSFTPOpenssh{r5PRA}:rclone-test-xaguyic0vale/hello? sausage/êé" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Remote command result: 7fd4771aeda9d018723c9d22de4bb4c9 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 7fd4771aeda9d018723c9d22de4bb4c9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Remote command result: 968603c4646660a9e96cf3ee441c35ab9e02d31b /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 968603c4646660a9e96cf3ee441c35ab9e02d31b 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Remote command result: 7fd4771aeda9d018723c9d22de4bb4c9 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 7fd4771aeda9d018723c9d22de4bb4c9 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: Remote command result: 968603c4646660a9e96cf3ee441c35ab9e02d31b /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 04:35:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 968603c4646660a9e96cf3ee441c35ab9e02d31b 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé: New connection 127.0.0.1:58946->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:41 DEBUG : Waiting for deletions to finish 2026/07/10 04:35:41 INFO : a/b/c/d/e.txt: Deleted 2026/07/10 04:35:41 DEBUG : removing 1 level 4 directories 2026/07/10 04:35:41 INFO : a/b/c/d: Removing directory 2026/07/10 04:35:41 DEBUG : removing 1 level 3 directories 2026/07/10 04:35:41 INFO : a/b/c: Removing directory 2026/07/10 04:35:41 DEBUG : removing 1 level 2 directories 2026/07/10 04:35:41 INFO : a/b: Removing directory 2026/07/10 04:35:41 DEBUG : removing 1 level 1 directories 2026/07/10 04:35:41 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/07/10 04:35:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:41 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:41 DEBUG : other.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:41 DEBUG : other.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: New connection 127.0.0.1:58952->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : other.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : other.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt 2026/07/10 04:35:42 DEBUG : moveTest/other.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/moveTest/other.txt 2026/07/10 04:35:42 DEBUG : moveTest/other.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : other.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/other.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/other.txt 2026/07/10 04:35:42 DEBUG : other.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/10 04:35:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-wukolih6qehu" 2026/07/10 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: New connection 127.0.0.1:58968->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Shell type "unix" from config 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Relative path resolved to "/home/rclone/rclone-test-wukolih6qehu" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Using root directory "/home/rclone/rclone-test-wukolih6qehu" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Shell path "/home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Running remote command: md5sum /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file name.txt 2026/07/10 04:35:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Shell path "/home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Running remote command: sha1sum /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/file name.txt 2026/07/10 04:35:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Shell path "/home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Running remote command: md5sum /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Shell path "/home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Running remote command: sha1sum /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-wukolih6qehu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: Purge dir "new_name" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-wukolih6qehu: 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/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: dc89141e83ae59489eda06b3fdb8fe041fd120df /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: dc89141e83ae59489eda06b3fdb8fe041fd120df === 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/ObjectOpenFingerprint 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b3cd6a985a8ed21f6153d2e34bc91591 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: b3cd6a985a8ed21f6153d2e34bc91591 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/07/10 04:35:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:58970->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/07/10 04:35:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xaguyic0vale/not found.txt" 2026/07/10 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/not found.txt: New connection 127.0.0.1:58972->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/not found.txt: Shell type "unix" from config 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/not found.txt: Relative path resolved to "/home/rclone/rclone-test-xaguyic0vale/not found.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/not found.txt: Using root directory "/home/rclone/rclone-test-xaguyic0vale/not found.txt" 2026/07/10 04:35:42 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1958: Opening root remote "TestSFTPOpenssh:" path "rclone-test-xaguyic0vale" from "TestSFTPOpenssh:rclone-test-xaguyic0vale" 2026/07/10 04:35:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/07/10 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:58986->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1995: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: cc85ed8b4ab75537e3940eb7c7744bcb /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: cc85ed8b4ab75537e3940eb7c7744bcb 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b8638f99f557dbbbdf313f017c7429e7ec597f8d /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: b8638f99f557dbbbdf313f017c7429e7ec597f8d 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: cc85ed8b4ab75537e3940eb7c7744bcb /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: cc85ed8b4ab75537e3940eb7c7744bcb 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b8638f99f557dbbbdf313f017c7429e7ec597f8d /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: b8638f99f557dbbbdf313f017c7429e7ec597f8d 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: cc85ed8b4ab75537e3940eb7c7744bcb /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: cc85ed8b4ab75537e3940eb7c7744bcb 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/created from root.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/created\ from\ root.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b8638f99f557dbbbdf313f017c7429e7ec597f8d /home/rclone/rclone-test-xaguyic0vale/created from root.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/created from root.txt: Parsed hash: b8638f99f557dbbbdf313f017c7429e7ec597f8d 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 24a7e9fe2b906e417d270dc8137f6ea1 /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: 24a7e9fe2b906e417d270dc8137f6ea1 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/file name.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/file\ name.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf /home/rclone/rclone-test-xaguyic0vale/file name.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/file name.txt: Parsed hash: d9f421f86edab1d3144ea6ff87ceebb2aa7649bf 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2054: 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:2159: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2175: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d73fe8619ecb6fd3dba526ac71f71b45 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: d73fe8619ecb6fd3dba526ac71f71b45 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: ff0d373a91efef2891bd4de41c0c8bac413d96b7 /home/rclone/rclone-test-xaguyic0vale/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ff0d373a91efef2891bd4de41c0c8bac413d96b7 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Server has VFS statistics extension 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: About path "/home/rclone/rclone-test-xaguyic0vale" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d2a43ae5556a821c528ef55d060002e5 /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: d2a43ae5556a821c528ef55d060002e5 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b5c21662d48b96d26e9960b44f994335aa90d0bc /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: b5c21662d48b96d26e9960b44f994335aa90d0bc 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: d2a43ae5556a821c528ef55d060002e5 /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: d2a43ae5556a821c528ef55d060002e5 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/piped data.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/piped\ data.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: b5c21662d48b96d26e9960b44f994335aa90d0bc /home/rclone/rclone-test-xaguyic0vale/piped data.txt 2026/07/10 04:35:42 DEBUG : piped data.txt: Parsed hash: b5c21662d48b96d26e9960b44f994335aa90d0bc === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2393: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2414: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2535: *sftp.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 7dc99f8f839365e67b79ad118c25b2a2 /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 7dc99f8f839365e67b79ad118c25b2a2 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: deb1d7c2c8829eaf59b42c58cfb56c63dab26d81 /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: deb1d7c2c8829eaf59b42c58cfb56c63dab26d81 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: md5sum /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: 7dc99f8f839365e67b79ad118c25b2a2 /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 7dc99f8f839365e67b79ad118c25b2a2 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Shell path "/home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Running remote command: sha1sum /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Remote command result: deb1d7c2c8829eaf59b42c58cfb56c63dab26d81 /home/rclone/rclone-test-xaguyic0vale/unknown-size-update.txt 2026/07/10 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: deb1d7c2c8829eaf59b42c58cfb56c63dab26d81 === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/10 04:35:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xaguyic0vale/deeper/nonexisting/directory" 2026/07/10 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{r5PRA}" suffix to name 2026/07/10 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/10 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/10 04:35:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/10 04:35:42 DEBUG : Setting pass="D50TuG6u6GXFk-GAOLmmkTEI6Q-pjFcq" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/10 04:35:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh{r5PRA}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/deeper/nonexisting/directory: New connection 127.0.0.1:58990->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/deeper/nonexisting/directory: Shell type "unix" from config 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/deeper/nonexisting/directory: Failed to resolve path using RealPath: file does not exist 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/deeper/nonexisting/directory: Relative path joined with current directory to get absolute path "/home/rclone/rclone-test-xaguyic0vale/deeper/nonexisting/directory" 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale/deeper/nonexisting/directory: Using root directory "/home/rclone/rclone-test-xaguyic0vale/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2718: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2775: FS has no Directory methods and doesn't Wrap 2026/07/10 04:35:42 DEBUG : Waiting for deletions to finish 2026/07/10 04:35:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/07/10 04:35:42 DEBUG : removing 1 level 4 directories 2026/07/10 04:35:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/07/10 04:35:42 DEBUG : removing 1 level 3 directories 2026/07/10 04:35:42 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/07/10 04:35:42 DEBUG : removing 1 level 2 directories 2026/07/10 04:35:42 INFO : hello? sausage/êé: Removing directory 2026/07/10 04:35:42 DEBUG : removing 1 level 1 directories 2026/07/10 04:35:42 INFO : hello? sausage: Removing directory 2026/07/10 04:35:42 DEBUG : removing 1 level 0 directories 2026/07/10 04:35:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Removing directory 2026/07/10 04:35:42 ERROR : error listing: directory not found 2026/07/10 04:35:42 DEBUG : Waiting for deletions to finish 2026/07/10 04:35:42 ERROR : error listing: directory not found 2026/07/10 04:35:42 ERROR : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Failed to list "": directory not found 2026/07/10 04:35:42 DEBUG : removing 1 level 0 directories 2026/07/10 04:35:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Removing directory 2026/07/10 04:35:42 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/07/10 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xaguyic0vale: Closing 2 unused connections 2026/07/10 04:35:42 NOTICE: TestSFTPOpenssh: Stopping server --- PASS: TestIntegration (3.34s) --- 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 (2.16s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.02s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.03s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.02s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (1.30s) --- 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.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s) --- 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.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.19s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.13s) --- 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.01s) --- 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/ObjectOpenFingerprint (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.06s) --- 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.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.03s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.02s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.09s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.01s) --- 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 4.582s "go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 6.052000831s (try 1/5)