"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.14s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPOpenssh:" 2026/06/06 02:09:40 NOTICE: TestSFTPOpenssh: Starting server 2026/06/06 02:09:41 NOTICE: TestSFTPOpenssh: Attempting to connect to "127.0.0.1:28627" try 1/100 2026/06/06 02:09:41 DEBUG : TestSFTPOpenssh: Read 1, error: 2026/06/06 02:09:41 NOTICE: TestSFTPOpenssh: Started server and connected to "127.0.0.1:28627" 2026/06/06 02:09:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xisimav3zazu" 2026/06/06 02:09:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/06 02:09:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:41 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:41 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:41 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: New connection 127.0.0.1:37326->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell type "unix" from config 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Relative path resolved to "/home/rclone/rclone-test-xisimav3zazu" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Using root directory "/home/rclone/rclone-test-xisimav3zazu" 2026/06/06 02:09:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/06/06 02:09:41 INFO : dir/subdir: Making directory 2026/06/06 02:09:41 INFO : dir/subdir: Removing directory 2026/06/06 02:09:41 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/06/06 02:09:41 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ab8c153b1a72b03bb9e854facad3eae /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2ab8c153b1a72b03bb9e854facad3eae 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ab8c153b1a72b03bb9e854facad3eae /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2ab8c153b1a72b03bb9e854facad3eae 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ab8c153b1a72b03bb9e854facad3eae /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2ab8c153b1a72b03bb9e854facad3eae 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 /home/rclone/rclone-test-xisimav3zazu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/06 02:09:41 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e2712dda9270432fcb11dc3ab7b49c046a6b11d1 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 1bd4cb93495cc265905b6c27ab3dc16f /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 1bd4cb93495cc265905b6c27ab3dc16f 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6d30edb4b5f7cf2384c8a507d29093428dab7969 /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 6d30edb4b5f7cf2384c8a507d29093428dab7969 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 1bd4cb93495cc265905b6c27ab3dc16f /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 1bd4cb93495cc265905b6c27ab3dc16f 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6d30edb4b5f7cf2384c8a507d29093428dab7969 /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 6d30edb4b5f7cf2384c8a507d29093428dab7969 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 1bd4cb93495cc265905b6c27ab3dc16f /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 1bd4cb93495cc265905b6c27ab3dc16f 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/./." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6d30edb4b5f7cf2384c8a507d29093428dab7969 /home/rclone/rclone-test-xisimav3zazu/./. 2026/06/06 02:09:41 DEBUG : ./.: Parsed hash: 6d30edb4b5f7cf2384c8a507d29093428dab7969 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f44488593dacd1b756a3a0800e2c1c /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: d7f44488593dacd1b756a3a0800e2c1c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 546f68282184db700e64bb3c15b4c2e3bc4c832e /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: 546f68282184db700e64bb3c15b4c2e3bc4c832e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f44488593dacd1b756a3a0800e2c1c /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: d7f44488593dacd1b756a3a0800e2c1c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 546f68282184db700e64bb3c15b4c2e3bc4c832e /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: 546f68282184db700e64bb3c15b4c2e3bc4c832e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f44488593dacd1b756a3a0800e2c1c /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: d7f44488593dacd1b756a3a0800e2c1c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/../.." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 546f68282184db700e64bb3c15b4c2e3bc4c832e /home/rclone/rclone-test-xisimav3zazu/../.. 2026/06/06 02:09:41 DEBUG : ../..: Parsed hash: 546f68282184db700e64bb3c15b4c2e3bc4c832e === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: a02435c4e55ac97eeacbbd61a7951020 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a02435c4e55ac97eeacbbd61a7951020 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: af4dd932ed760f20feb00937ca013cc0ad7b5510 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: af4dd932ed760f20feb00937ca013cc0ad7b5510 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: a02435c4e55ac97eeacbbd61a7951020 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a02435c4e55ac97eeacbbd61a7951020 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: af4dd932ed760f20feb00937ca013cc0ad7b5510 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: af4dd932ed760f20feb00937ca013cc0ad7b5510 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: a02435c4e55ac97eeacbbd61a7951020 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a02435c4e55ac97eeacbbd61a7951020 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: af4dd932ed760f20feb00937ca013cc0ad7b5510 /home/rclone/rclone-test-xisimav3zazu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/06 02:09:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: af4dd932ed760f20feb00937ca013cc0ad7b5510 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 299acb405732b15b1751aa87fbd59b7c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 299acb405732b15b1751aa87fbd59b7c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 717722575df7117d81b1b2f42662bd0c948d645c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 717722575df7117d81b1b2f42662bd0c948d645c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 299acb405732b15b1751aa87fbd59b7c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 299acb405732b15b1751aa87fbd59b7c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 717722575df7117d81b1b2f42662bd0c948d645c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 717722575df7117d81b1b2f42662bd0c948d645c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 299acb405732b15b1751aa87fbd59b7c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 299acb405732b15b1751aa87fbd59b7c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\ leading\ space/\ leading\ space 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 717722575df7117d81b1b2f42662bd0c948d645c /home/rclone/rclone-test-xisimav3zazu/ leading space/ leading space 2026/06/06 02:09:41 DEBUG : leading space/ leading space: Parsed hash: 717722575df7117d81b1b2f42662bd0c948d645c === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d2d4ad166ade95eff89fd3049c2224a7 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d2d4ad166ade95eff89fd3049c2224a7 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: c572a488fec51dce3905e165585212e05a6fca86 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c572a488fec51dce3905e165585212e05a6fca86 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d2d4ad166ade95eff89fd3049c2224a7 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d2d4ad166ade95eff89fd3049c2224a7 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: c572a488fec51dce3905e165585212e05a6fca86 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c572a488fec51dce3905e165585212e05a6fca86 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d2d4ad166ade95eff89fd3049c2224a7 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d2d4ad166ade95eff89fd3049c2224a7 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/\~leading\ tilde/\~leading\ tilde 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: c572a488fec51dce3905e165585212e05a6fca86 /home/rclone/rclone-test-xisimav3zazu/~leading tilde/~leading tilde 2026/06/06 02:09:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: c572a488fec51dce3905e165585212e05a6fca86 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2d6e5ec7756d9a252e59121fab1781a /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e2d6e5ec7756d9a252e59121fab1781a 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 609e6587b69b5ad168f7a94952ff4868b4f37f01 /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 609e6587b69b5ad168f7a94952ff4868b4f37f01 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2d6e5ec7756d9a252e59121fab1781a /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e2d6e5ec7756d9a252e59121fab1781a 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 609e6587b69b5ad168f7a94952ff4868b4f37f01 /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 609e6587b69b5ad168f7a94952ff4868b4f37f01 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e2d6e5ec7756d9a252e59121fab1781a /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: e2d6e5ec7756d9a252e59121fab1781a 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␍leading\ CR/␍leading\ CR 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 609e6587b69b5ad168f7a94952ff4868b4f37f01 /home/rclone/rclone-test-xisimav3zazu/␍leading CR/␍leading CR 2026/06/06 02:09:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 609e6587b69b5ad168f7a94952ff4868b4f37f01 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 77a7fa47f30938f8bbd9fc0d20ff0f7e /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 77a7fa47f30938f8bbd9fc0d20ff0f7e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f7375c840746a3de6b77aa512fedbc1e11a90c /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: d7f7375c840746a3de6b77aa512fedbc1e11a90c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 77a7fa47f30938f8bbd9fc0d20ff0f7e /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 77a7fa47f30938f8bbd9fc0d20ff0f7e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f7375c840746a3de6b77aa512fedbc1e11a90c /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: d7f7375c840746a3de6b77aa512fedbc1e11a90c 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 77a7fa47f30938f8bbd9fc0d20ff0f7e /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 77a7fa47f30938f8bbd9fc0d20ff0f7e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␊leading\ LF/␊leading\ LF 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d7f7375c840746a3de6b77aa512fedbc1e11a90c /home/rclone/rclone-test-xisimav3zazu/␊leading LF/␊leading LF 2026/06/06 02:09:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: d7f7375c840746a3de6b77aa512fedbc1e11a90c === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 3c0b2669e2ec0b238a676868c790765d /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3c0b2669e2ec0b238a676868c790765d 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6462cff19016bf24627346b6e5ce53d7af5cc710 /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 6462cff19016bf24627346b6e5ce53d7af5cc710 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 3c0b2669e2ec0b238a676868c790765d /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3c0b2669e2ec0b238a676868c790765d 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6462cff19016bf24627346b6e5ce53d7af5cc710 /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 6462cff19016bf24627346b6e5ce53d7af5cc710 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 3c0b2669e2ec0b238a676868c790765d /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3c0b2669e2ec0b238a676868c790765d 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␉leading\ HT/␉leading\ HT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6462cff19016bf24627346b6e5ce53d7af5cc710 /home/rclone/rclone-test-xisimav3zazu/␉leading HT/␉leading HT 2026/06/06 02:09:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 6462cff19016bf24627346b6e5ce53d7af5cc710 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4ea3012c804f3755f68f4b42a9427031 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4ea3012c804f3755f68f4b42a9427031 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 7168b98a817743e88e2de2c1f090f96ad28fe560 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7168b98a817743e88e2de2c1f090f96ad28fe560 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4ea3012c804f3755f68f4b42a9427031 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4ea3012c804f3755f68f4b42a9427031 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 7168b98a817743e88e2de2c1f090f96ad28fe560 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7168b98a817743e88e2de2c1f090f96ad28fe560 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4ea3012c804f3755f68f4b42a9427031 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 4ea3012c804f3755f68f4b42a9427031 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/␋leading\ VT/␋leading\ VT 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 7168b98a817743e88e2de2c1f090f96ad28fe560 /home/rclone/rclone-test-xisimav3zazu/␋leading VT/␋leading VT 2026/06/06 02:09:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7168b98a817743e88e2de2c1f090f96ad28fe560 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8fb222c98b1cc2937919b190c1792d03 /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: 8fb222c98b1cc2937919b190c1792d03 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: b10e5e60f6f6f51ac8155aa2333581271f16c52d /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: b10e5e60f6f6f51ac8155aa2333581271f16c52d 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8fb222c98b1cc2937919b190c1792d03 /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: 8fb222c98b1cc2937919b190c1792d03 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: b10e5e60f6f6f51ac8155aa2333581271f16c52d /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: b10e5e60f6f6f51ac8155aa2333581271f16c52d 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8fb222c98b1cc2937919b190c1792d03 /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: 8fb222c98b1cc2937919b190c1792d03 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/.leading\ dot/.leading\ dot 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: b10e5e60f6f6f51ac8155aa2333581271f16c52d /home/rclone/rclone-test-xisimav3zazu/.leading dot/.leading dot 2026/06/06 02:09:41 DEBUG : .leading dot/.leading dot: Parsed hash: b10e5e60f6f6f51ac8155aa2333581271f16c52d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2e3718f19fb7d878ed430e5cc4f5e901 /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 2e3718f19fb7d878ed430e5cc4f5e901 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 460074b5b1607a73705b2c1443d83391024e77ef /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 460074b5b1607a73705b2c1443d83391024e77ef 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2e3718f19fb7d878ed430e5cc4f5e901 /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 2e3718f19fb7d878ed430e5cc4f5e901 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 460074b5b1607a73705b2c1443d83391024e77ef /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 460074b5b1607a73705b2c1443d83391024e77ef 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2e3718f19fb7d878ed430e5cc4f5e901 /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 2e3718f19fb7d878ed430e5cc4f5e901 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space " 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ space\ /trailing\ space\ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 460074b5b1607a73705b2c1443d83391024e77ef /home/rclone/rclone-test-xisimav3zazu/trailing space /trailing space 2026/06/06 02:09:41 DEBUG : trailing space /trailing space : Parsed hash: 460074b5b1607a73705b2c1443d83391024e77ef === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 03c4a806b03009b3d01c62c386e0831e /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 03c4a806b03009b3d01c62c386e0831e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: cf2f352621df6b868c12ace1aff90ddc57e486e9 /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cf2f352621df6b868c12ace1aff90ddc57e486e9 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 03c4a806b03009b3d01c62c386e0831e /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 03c4a806b03009b3d01c62c386e0831e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: cf2f352621df6b868c12ace1aff90ddc57e486e9 /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cf2f352621df6b868c12ace1aff90ddc57e486e9 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 03c4a806b03009b3d01c62c386e0831e /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 03c4a806b03009b3d01c62c386e0831e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ CR␍/trailing\ CR␍ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: cf2f352621df6b868c12ace1aff90ddc57e486e9 /home/rclone/rclone-test-xisimav3zazu/trailing CR␍/trailing CR␍ 2026/06/06 02:09:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cf2f352621df6b868c12ace1aff90ddc57e486e9 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: f6cc15afc82de7530475dad4f83a5765 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f6cc15afc82de7530475dad4f83a5765 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 70998e1ce728922d7d382fcd85314b09087f4da5 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 70998e1ce728922d7d382fcd85314b09087f4da5 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: f6cc15afc82de7530475dad4f83a5765 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f6cc15afc82de7530475dad4f83a5765 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 70998e1ce728922d7d382fcd85314b09087f4da5 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 70998e1ce728922d7d382fcd85314b09087f4da5 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: f6cc15afc82de7530475dad4f83a5765 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f6cc15afc82de7530475dad4f83a5765 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ LF␊/trailing\ LF␊ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 70998e1ce728922d7d382fcd85314b09087f4da5 /home/rclone/rclone-test-xisimav3zazu/trailing LF␊/trailing LF␊ 2026/06/06 02:09:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 70998e1ce728922d7d382fcd85314b09087f4da5 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e264c1f86c776055500630071781917e /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e264c1f86c776055500630071781917e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 720bae7dff8445e48f2e3e6739e27356c5092ac4 /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 720bae7dff8445e48f2e3e6739e27356c5092ac4 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e264c1f86c776055500630071781917e /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e264c1f86c776055500630071781917e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 720bae7dff8445e48f2e3e6739e27356c5092ac4 /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 720bae7dff8445e48f2e3e6739e27356c5092ac4 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: e264c1f86c776055500630071781917e /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e264c1f86c776055500630071781917e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ HT␉/trailing\ HT␉ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 720bae7dff8445e48f2e3e6739e27356c5092ac4 /home/rclone/rclone-test-xisimav3zazu/trailing HT␉/trailing HT␉ 2026/06/06 02:09:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 720bae7dff8445e48f2e3e6739e27356c5092ac4 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 53b4ff239cbc5acb047b550a0c21f000 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 53b4ff239cbc5acb047b550a0c21f000 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 53b4ff239cbc5acb047b550a0c21f000 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 53b4ff239cbc5acb047b550a0c21f000 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 53b4ff239cbc5acb047b550a0c21f000 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 53b4ff239cbc5acb047b550a0c21f000 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ VT␋/trailing\ VT␋ 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 /home/rclone/rclone-test-xisimav3zazu/trailing VT␋/trailing VT␋ 2026/06/06 02:09:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 5e57f4f1c4d6fd465db30768636c72dca1a26e10 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 231265c26118ead594caa42439da6224 /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 231265c26118ead594caa42439da6224 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 74942875d7669d00124f6af3cc0f7dc5e232b49b /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 74942875d7669d00124f6af3cc0f7dc5e232b49b 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 231265c26118ead594caa42439da6224 /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 231265c26118ead594caa42439da6224 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 74942875d7669d00124f6af3cc0f7dc5e232b49b /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 74942875d7669d00124f6af3cc0f7dc5e232b49b 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 231265c26118ead594caa42439da6224 /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 231265c26118ead594caa42439da6224 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot." 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/trailing\ dot./trailing\ dot. 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 74942875d7669d00124f6af3cc0f7dc5e232b49b /home/rclone/rclone-test-xisimav3zazu/trailing dot./trailing dot. 2026/06/06 02:09:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 74942875d7669d00124f6af3cc0f7dc5e232b49b === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ac1c344cc2ca722f7d2879b8f4a26f4 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ac1c344cc2ca722f7d2879b8f4a26f4 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 13f78f21fad51b29c83b723a698559a87c03af36 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 13f78f21fad51b29c83b723a698559a87c03af36 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ac1c344cc2ca722f7d2879b8f4a26f4 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ac1c344cc2ca722f7d2879b8f4a26f4 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 13f78f21fad51b29c83b723a698559a87c03af36 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 13f78f21fad51b29c83b723a698559a87c03af36 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 2ac1c344cc2ca722f7d2879b8f4a26f4 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ac1c344cc2ca722f7d2879b8f4a26f4 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/invalid\ utf-8/invalid\ utf-8 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 13f78f21fad51b29c83b723a698559a87c03af36 /home/rclone/rclone-test-xisimav3zazu/invalid utf-8/invalid utf-8 2026/06/06 02:09:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 13f78f21fad51b29c83b723a698559a87c03af36 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 987363a77c5becd0a1e6d85fff4f2694 /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 987363a77c5becd0a1e6d85fff4f2694 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6905f84ff34d72f05549fb0e518c41634fab689b /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6905f84ff34d72f05549fb0e518c41634fab689b 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 987363a77c5becd0a1e6d85fff4f2694 /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 987363a77c5becd0a1e6d85fff4f2694 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6905f84ff34d72f05549fb0e518c41634fab689b /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6905f84ff34d72f05549fb0e518c41634fab689b 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 987363a77c5becd0a1e6d85fff4f2694 /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 987363a77c5becd0a1e6d85fff4f2694 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/test\%46.txt/test\%46.txt 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 6905f84ff34d72f05549fb0e518c41634fab689b /home/rclone/rclone-test-xisimav3zazu/test%46.txt/test%46.txt 2026/06/06 02:09:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6905f84ff34d72f05549fb0e518c41634fab689b === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Connection OK after error: potato 2026/06/06 02:09:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/zero-length-file" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:41 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/zero-length-file" 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:41 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/zero-length-file" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:42 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/zero-length-file" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xisimav3zazu/zero-length-file 2026/06/06 02:09:42 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 086917a81b38fce073519f3dc9760c31 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 086917a81b38fce073519f3dc9760c31 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: f510d11284760fb2ecb6dbba557b5244915f9870 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: f510d11284760fb2ecb6dbba557b5244915f9870 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 086917a81b38fce073519f3dc9760c31 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 086917a81b38fce073519f3dc9760c31 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: f510d11284760fb2ecb6dbba557b5244915f9870 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: f510d11284760fb2ecb6dbba557b5244915f9870 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:37340->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1158: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1195: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xisimav3zazu/hello? sausage/êé" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: New connection 127.0.0.1:37354->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Shell type "unix" from config 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Relative path resolved to "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Using root directory "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé" 2026/06/06 02:09:42 DEBUG : fs cache: renaming cache item "TestSFTPOpenssh:rclone-test-xisimav3zazu/hello? sausage/êé" to be canonical "TestSFTPOpenssh{W5d6r}:rclone-test-xisimav3zazu/hello? sausage/êé" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Remote command result: 72e6baf533dc4ef93d5cf54035db583e /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : a/b/c/d/e.txt: Parsed hash: 72e6baf533dc4ef93d5cf54035db583e 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Remote command result: 84fcb6cbf44dd3d90a3c4dfb6654a0793761b06f /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : a/b/c/d/e.txt: Parsed hash: 84fcb6cbf44dd3d90a3c4dfb6654a0793761b06f 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Remote command result: 72e6baf533dc4ef93d5cf54035db583e /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : a/b/c/d/e.txt: Parsed hash: 72e6baf533dc4ef93d5cf54035db583e 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: Remote command result: 84fcb6cbf44dd3d90a3c4dfb6654a0793761b06f /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/a/b/c/d/e.txt 2026/06/06 02:09:42 DEBUG : a/b/c/d/e.txt: Parsed hash: 84fcb6cbf44dd3d90a3c4dfb6654a0793761b06f 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé: New connection 127.0.0.1:37358->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : Waiting for deletions to finish 2026/06/06 02:09:42 INFO : a/b/c/d/e.txt: Deleted 2026/06/06 02:09:42 DEBUG : removing 1 level 4 directories 2026/06/06 02:09:42 INFO : a/b/c/d: Removing directory 2026/06/06 02:09:42 DEBUG : removing 1 level 3 directories 2026/06/06 02:09:42 INFO : a/b/c: Removing directory 2026/06/06 02:09:42 DEBUG : removing 1 level 2 directories 2026/06/06 02:09:42 INFO : a/b: Removing directory 2026/06/06 02:09:42 DEBUG : removing 1 level 1 directories 2026/06/06 02:09:42 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: New connection 127.0.0.1:37366->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt 2026/06/06 02:09:42 DEBUG : moveTest/other.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/moveTest/other.txt 2026/06/06 02:09:42 DEBUG : moveTest/other.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/other.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/other.txt 2026/06/06 02:09:42 DEBUG : other.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cixilow6wote" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: New connection 127.0.0.1:37368->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Shell type "unix" from config 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Relative path resolved to "/home/rclone/rclone-test-cixilow6wote" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Using root directory "/home/rclone/rclone-test-cixilow6wote" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Shell path "/home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Running remote command: md5sum /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file name.txt 2026/06/06 02:09:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Shell path "/home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Running remote command: sha1sum /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/file name.txt 2026/06/06 02:09:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Shell path "/home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Running remote command: md5sum /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Shell path "/home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Running remote command: sha1sum /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-cixilow6wote/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Purge dir "new_name" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cixilow6wote: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 9398c9f6d2e9782b51630cc97a6a663d /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 9398c9f6d2e9782b51630cc97a6a663d 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 8b5fb8ff6715d8b978bc9219cdafa5db100455ef === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1601: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1632: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1703: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:42 DEBUG : file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:37378->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:42 DEBUG : z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xisimav3zazu/not found.txt" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/not found.txt: New connection 127.0.0.1:37382->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/not found.txt: Shell type "unix" from config 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/not found.txt: Relative path resolved to "/home/rclone/rclone-test-xisimav3zazu/not found.txt" 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/not found.txt: Using root directory "/home/rclone/rclone-test-xisimav3zazu/not found.txt" 2026/06/06 02:09:42 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestSFTPOpenssh:" path "rclone-test-xisimav3zazu" from "TestSFTPOpenssh:rclone-test-xisimav3zazu" 2026/06/06 02:09:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/06/06 02:09:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:42 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:42 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:42 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:37390->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1957: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 916de7fa3b61b3abf48dd5b4d80446ef /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: 916de7fa3b61b3abf48dd5b4d80446ef 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 916de7fa3b61b3abf48dd5b4d80446ef /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: 916de7fa3b61b3abf48dd5b4d80446ef 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 916de7fa3b61b3abf48dd5b4d80446ef /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: 916de7fa3b61b3abf48dd5b4d80446ef 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/created from root.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/created\ from\ root.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 /home/rclone/rclone-test-xisimav3zazu/created from root.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/created from root.txt: Parsed hash: ad1bbe6dbe3e7d8ce5d41a0c78c25e1292f79447 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 21878230c78cd6b4b170ddaa0240abd9 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 21878230c78cd6b4b170ddaa0240abd9 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/file name.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/file\ name.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 302518d35bd149483ee161a71f7c7ec1410330d4 /home/rclone/rclone-test-xisimav3zazu/file name.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/file name.txt: Parsed hash: 302518d35bd149483ee161a71f7c7ec1410330d4 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2016: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2121: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2137: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 4df8542e120d1ac943f8c7e63b0066ac /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 4df8542e120d1ac943f8c7e63b0066ac 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 420c9da5b9de9e534170a67d86977f3b5f372128 /home/rclone/rclone-test-xisimav3zazu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/06 02:09:43 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 420c9da5b9de9e534170a67d86977f3b5f372128 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Server has VFS statistics extension 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: About path "/home/rclone/rclone-test-xisimav3zazu" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 546e52c68e42bdf85b26324dd53aba8d /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: 546e52c68e42bdf85b26324dd53aba8d 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 305194668de1ba351407223ea1d4a74e3a892c41 /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: 305194668de1ba351407223ea1d4a74e3a892c41 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 546e52c68e42bdf85b26324dd53aba8d /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: 546e52c68e42bdf85b26324dd53aba8d 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/piped data.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/piped\ data.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: 305194668de1ba351407223ea1d4a74e3a892c41 /home/rclone/rclone-test-xisimav3zazu/piped data.txt 2026/06/06 02:09:43 DEBUG : piped data.txt: Parsed hash: 305194668de1ba351407223ea1d4a74e3a892c41 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2355: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2376: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2497: *sftp.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: a4761a6ca26460eea631ded876fcbb66 /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : unknown-size-update.txt: Parsed hash: a4761a6ca26460eea631ded876fcbb66 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: fb6af4244577a4154d63cb46f707421e5f88049e /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : unknown-size-update.txt: Parsed hash: fb6af4244577a4154d63cb46f707421e5f88049e 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: md5sum /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: a4761a6ca26460eea631ded876fcbb66 /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : unknown-size-update.txt: Parsed hash: a4761a6ca26460eea631ded876fcbb66 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Shell path "/home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Running remote command: sha1sum /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Remote command result: fb6af4244577a4154d63cb46f707421e5f88049e /home/rclone/rclone-test-xisimav3zazu/unknown-size-update.txt 2026/06/06 02:09:43 DEBUG : unknown-size-update.txt: Parsed hash: fb6af4244577a4154d63cb46f707421e5f88049e === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/06/06 02:09:43 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-xisimav3zazu/deeper/nonexisting/directory" 2026/06/06 02:09:43 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/06/06 02:09:43 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:43 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:43 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:43 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:43 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:43 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{W5d6r}" suffix to name 2026/06/06 02:09:43 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/06/06 02:09:43 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/06/06 02:09:43 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/06/06 02:09:43 DEBUG : Setting pass="WxjzlhPZg6uz3w9_QSy3KE3OGLLQqyp5" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/06/06 02:09:43 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/06/06 02:09:43 NOTICE: TestSFTPOpenssh{W5d6r}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/deeper/nonexisting/directory: New connection 127.0.0.1:37396->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/deeper/nonexisting/directory: Shell type "unix" from config 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/deeper/nonexisting/directory: Failed to resolve path using RealPath: file does not exist 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/deeper/nonexisting/directory: Relative path joined with current directory to get absolute path "/home/rclone/rclone-test-xisimav3zazu/deeper/nonexisting/directory" 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu/deeper/nonexisting/directory: Using root directory "/home/rclone/rclone-test-xisimav3zazu/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2680: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2737: FS has no Directory methods and doesn't Wrap 2026/06/06 02:09:43 DEBUG : Waiting for deletions to finish 2026/06/06 02:09:43 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/06/06 02:09:43 DEBUG : removing 1 level 4 directories 2026/06/06 02:09:43 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/06/06 02:09:43 DEBUG : removing 1 level 3 directories 2026/06/06 02:09:43 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/06/06 02:09:43 DEBUG : removing 1 level 2 directories 2026/06/06 02:09:43 INFO : hello? sausage/êé: Removing directory 2026/06/06 02:09:43 DEBUG : removing 1 level 1 directories 2026/06/06 02:09:43 INFO : hello? sausage: Removing directory 2026/06/06 02:09:43 DEBUG : removing 1 level 0 directories 2026/06/06 02:09:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Removing directory 2026/06/06 02:09:43 ERROR : error listing: directory not found 2026/06/06 02:09:43 DEBUG : Waiting for deletions to finish 2026/06/06 02:09:43 ERROR : error listing: directory not found 2026/06/06 02:09:43 ERROR : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Failed to list "": directory not found 2026/06/06 02:09:43 DEBUG : removing 1 level 0 directories 2026/06/06 02:09:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Removing directory 2026/06/06 02:09:43 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/06/06 02:09:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-xisimav3zazu: Closing 2 unused connections 2026/06/06 02:09:43 NOTICE: TestSFTPOpenssh: Stopping server --- PASS: TestIntegration (2.90s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (1.71s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.03s) --- 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.11s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.15s) --- 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/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.02s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.08s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 4.164s "go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 5.065581221s (try 1/5)