"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.15s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPOpenssh:" 2026/07/05 01:57:39 NOTICE: TestSFTPOpenssh: Starting server 2026/07/05 01:57:40 NOTICE: TestSFTPOpenssh: Attempting to connect to "127.0.0.1:28627" try 1/100 2026/07/05 01:57:40 DEBUG : TestSFTPOpenssh: Read 1, error: 2026/07/05 01:57:40 NOTICE: TestSFTPOpenssh: Started server and connected to "127.0.0.1:28627" 2026/07/05 01:57:40 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-lefetuq5cuze" 2026/07/05 01:57:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/05 01:57:40 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:40 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:40 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:40 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:40 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:40 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:40 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:40 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:40 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:40 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:40 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:40 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:40 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: New connection 127.0.0.1:48864->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell type "unix" from config 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Relative path resolved to "/home/rclone/rclone-test-lefetuq5cuze" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Using root directory "/home/rclone/rclone-test-lefetuq5cuze" 2026/07/05 01:57:40 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/07/05 01:57:40 INFO : dir/subdir: Making directory 2026/07/05 01:57:40 INFO : dir/subdir: Removing directory 2026/07/05 01:57:40 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/07/05 01:57:40 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8b52ca76c771e51712de26c3a007ca72 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 8b52ca76c771e51712de26c3a007ca72 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e62f1d34f1fc30279e303338c97e0c57f15fae15 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e62f1d34f1fc30279e303338c97e0c57f15fae15 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8b52ca76c771e51712de26c3a007ca72 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 8b52ca76c771e51712de26c3a007ca72 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e62f1d34f1fc30279e303338c97e0c57f15fae15 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e62f1d34f1fc30279e303338c97e0c57f15fae15 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8b52ca76c771e51712de26c3a007ca72 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 8b52ca76c771e51712de26c3a007ca72 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e62f1d34f1fc30279e303338c97e0c57f15fae15 /home/rclone/rclone-test-lefetuq5cuze/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/05 01:57:40 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: e62f1d34f1fc30279e303338c97e0c57f15fae15 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: df558c9ce4ecc16b5c2b4fd8ceafae07 /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: df558c9ce4ecc16b5c2b4fd8ceafae07 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: df558c9ce4ecc16b5c2b4fd8ceafae07 /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: df558c9ce4ecc16b5c2b4fd8ceafae07 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: df558c9ce4ecc16b5c2b4fd8ceafae07 /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: df558c9ce4ecc16b5c2b4fd8ceafae07 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/./." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a /home/rclone/rclone-test-lefetuq5cuze/./. 2026/07/05 01:57:40 DEBUG : ./.: Parsed hash: 8ec3f9feec5d63e4c603af3a7ca52478d5702e6a === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4f5c1c35a3b9d975b1d14d1847a68685 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:40 DEBUG : ../..: Parsed hash: 4f5c1c35a3b9d975b1d14d1847a68685 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7500d11d26ca707fc95743189390366ee6f03312 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : ../..: Parsed hash: 7500d11d26ca707fc95743189390366ee6f03312 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4f5c1c35a3b9d975b1d14d1847a68685 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : ../..: Parsed hash: 4f5c1c35a3b9d975b1d14d1847a68685 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7500d11d26ca707fc95743189390366ee6f03312 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : ../..: Parsed hash: 7500d11d26ca707fc95743189390366ee6f03312 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4f5c1c35a3b9d975b1d14d1847a68685 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : ../..: Parsed hash: 4f5c1c35a3b9d975b1d14d1847a68685 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/../.." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7500d11d26ca707fc95743189390366ee6f03312 /home/rclone/rclone-test-lefetuq5cuze/../.. 2026/07/05 01:57:41 DEBUG : ../..: Parsed hash: 7500d11d26ca707fc95743189390366ee6f03312 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75540bf42b81aac4d253f20ca4991690 /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 75540bf42b81aac4d253f20ca4991690 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da8e3c75eebbaec562e5320d3ca258fe2a403a8a /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: da8e3c75eebbaec562e5320d3ca258fe2a403a8a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75540bf42b81aac4d253f20ca4991690 /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 75540bf42b81aac4d253f20ca4991690 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da8e3c75eebbaec562e5320d3ca258fe2a403a8a /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: da8e3c75eebbaec562e5320d3ca258fe2a403a8a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75540bf42b81aac4d253f20ca4991690 /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 75540bf42b81aac4d253f20ca4991690 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da8e3c75eebbaec562e5320d3ca258fe2a403a8a /home/rclone/rclone-test-lefetuq5cuze/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/05 01:57:41 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: da8e3c75eebbaec562e5320d3ca258fe2a403a8a === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 623074ec293419dbb7d3497b08367d13 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 623074ec293419dbb7d3497b08367d13 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 53afa48064aa4445c905f91d3fe939c710640d81 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 53afa48064aa4445c905f91d3fe939c710640d81 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 623074ec293419dbb7d3497b08367d13 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 623074ec293419dbb7d3497b08367d13 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 53afa48064aa4445c905f91d3fe939c710640d81 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 53afa48064aa4445c905f91d3fe939c710640d81 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 623074ec293419dbb7d3497b08367d13 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 623074ec293419dbb7d3497b08367d13 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\ leading\ space/\ leading\ space 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 53afa48064aa4445c905f91d3fe939c710640d81 /home/rclone/rclone-test-lefetuq5cuze/ leading space/ leading space 2026/07/05 01:57:41 DEBUG : leading space/ leading space: Parsed hash: 53afa48064aa4445c905f91d3fe939c710640d81 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 74885ab419988a34016ccd66e8f75d05 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 74885ab419988a34016ccd66e8f75d05 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b3717053c35fd15234c7dc79fb5e80741bcb5c46 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: b3717053c35fd15234c7dc79fb5e80741bcb5c46 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 74885ab419988a34016ccd66e8f75d05 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 74885ab419988a34016ccd66e8f75d05 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b3717053c35fd15234c7dc79fb5e80741bcb5c46 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: b3717053c35fd15234c7dc79fb5e80741bcb5c46 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 74885ab419988a34016ccd66e8f75d05 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 74885ab419988a34016ccd66e8f75d05 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/\~leading\ tilde/\~leading\ tilde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b3717053c35fd15234c7dc79fb5e80741bcb5c46 /home/rclone/rclone-test-lefetuq5cuze/~leading tilde/~leading tilde 2026/07/05 01:57:41 DEBUG : ~leading tilde/~leading tilde: Parsed hash: b3717053c35fd15234c7dc79fb5e80741bcb5c46 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4fb83b1224ed1db8490f376cc50e4fe2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 4fb83b1224ed1db8490f376cc50e4fe2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4fb83b1224ed1db8490f376cc50e4fe2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 4fb83b1224ed1db8490f376cc50e4fe2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4fb83b1224ed1db8490f376cc50e4fe2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 4fb83b1224ed1db8490f376cc50e4fe2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␍leading\ CR/␍leading\ CR 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 /home/rclone/rclone-test-lefetuq5cuze/␍leading CR/␍leading CR 2026/07/05 01:57:41 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 433b0192fb28480dbb8adad1f70bf36bd3da26f2 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c2b85328e895af16e4acbf43fb7519d5 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c2b85328e895af16e4acbf43fb7519d5 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4689baa2815c47baa1c830fa058969b8d229c9e2 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 4689baa2815c47baa1c830fa058969b8d229c9e2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c2b85328e895af16e4acbf43fb7519d5 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c2b85328e895af16e4acbf43fb7519d5 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4689baa2815c47baa1c830fa058969b8d229c9e2 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 4689baa2815c47baa1c830fa058969b8d229c9e2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c2b85328e895af16e4acbf43fb7519d5 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: c2b85328e895af16e4acbf43fb7519d5 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␊leading\ LF/␊leading\ LF 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 4689baa2815c47baa1c830fa058969b8d229c9e2 /home/rclone/rclone-test-lefetuq5cuze/␊leading LF/␊leading LF 2026/07/05 01:57:41 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 4689baa2815c47baa1c830fa058969b8d229c9e2 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b9311b05d9e89b63311fc902a56533b8 /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b9311b05d9e89b63311fc902a56533b8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eeededb12195c7649d81570000b8f8032c233d7a /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: eeededb12195c7649d81570000b8f8032c233d7a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b9311b05d9e89b63311fc902a56533b8 /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b9311b05d9e89b63311fc902a56533b8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eeededb12195c7649d81570000b8f8032c233d7a /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: eeededb12195c7649d81570000b8f8032c233d7a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: b9311b05d9e89b63311fc902a56533b8 /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b9311b05d9e89b63311fc902a56533b8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␉leading\ HT/␉leading\ HT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eeededb12195c7649d81570000b8f8032c233d7a /home/rclone/rclone-test-lefetuq5cuze/␉leading HT/␉leading HT 2026/07/05 01:57:41 DEBUG : ␉leading HT/␉leading HT: Parsed hash: eeededb12195c7649d81570000b8f8032c233d7a === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: cf79bf95188f277bf02d0c2573424803 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: cf79bf95188f277bf02d0c2573424803 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: cf79bf95188f277bf02d0c2573424803 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: cf79bf95188f277bf02d0c2573424803 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: cf79bf95188f277bf02d0c2573424803 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: cf79bf95188f277bf02d0c2573424803 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/␋leading\ VT/␋leading\ VT 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 /home/rclone/rclone-test-lefetuq5cuze/␋leading VT/␋leading VT 2026/07/05 01:57:41 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 601f9fa7804fe1b3a8cba45eeacec789bee97e03 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c1e634dcddfe6a1041d261733d9561e2 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: c1e634dcddfe6a1041d261733d9561e2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 9bc5648fb67be04f043b009676b50d8ad0bd7740 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: 9bc5648fb67be04f043b009676b50d8ad0bd7740 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c1e634dcddfe6a1041d261733d9561e2 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: c1e634dcddfe6a1041d261733d9561e2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 9bc5648fb67be04f043b009676b50d8ad0bd7740 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: 9bc5648fb67be04f043b009676b50d8ad0bd7740 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c1e634dcddfe6a1041d261733d9561e2 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: c1e634dcddfe6a1041d261733d9561e2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/.leading\ dot/.leading\ dot 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 9bc5648fb67be04f043b009676b50d8ad0bd7740 /home/rclone/rclone-test-lefetuq5cuze/.leading dot/.leading dot 2026/07/05 01:57:41 DEBUG : .leading dot/.leading dot: Parsed hash: 9bc5648fb67be04f043b009676b50d8ad0bd7740 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ce2c9f5fe2dd9fe31c2b9c1fde909cad /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: ce2c9f5fe2dd9fe31c2b9c1fde909cad 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eee0bd7372b77fa5763c33fca9f956fa215504bf /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: eee0bd7372b77fa5763c33fca9f956fa215504bf 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ce2c9f5fe2dd9fe31c2b9c1fde909cad /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: ce2c9f5fe2dd9fe31c2b9c1fde909cad 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eee0bd7372b77fa5763c33fca9f956fa215504bf /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: eee0bd7372b77fa5763c33fca9f956fa215504bf 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ce2c9f5fe2dd9fe31c2b9c1fde909cad /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: ce2c9f5fe2dd9fe31c2b9c1fde909cad 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space " 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ space\ /trailing\ space\ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: eee0bd7372b77fa5763c33fca9f956fa215504bf /home/rclone/rclone-test-lefetuq5cuze/trailing space /trailing space 2026/07/05 01:57:41 DEBUG : trailing space /trailing space : Parsed hash: eee0bd7372b77fa5763c33fca9f956fa215504bf === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6b3aeeb3a31392918852a3d47f8117c7 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6b3aeeb3a31392918852a3d47f8117c7 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 078cf44830c9aa1040e4dd255dc90069b1802204 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 078cf44830c9aa1040e4dd255dc90069b1802204 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6b3aeeb3a31392918852a3d47f8117c7 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6b3aeeb3a31392918852a3d47f8117c7 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 078cf44830c9aa1040e4dd255dc90069b1802204 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 078cf44830c9aa1040e4dd255dc90069b1802204 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6b3aeeb3a31392918852a3d47f8117c7 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6b3aeeb3a31392918852a3d47f8117c7 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ CR␍/trailing\ CR␍ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 078cf44830c9aa1040e4dd255dc90069b1802204 /home/rclone/rclone-test-lefetuq5cuze/trailing CR␍/trailing CR␍ 2026/07/05 01:57:41 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 078cf44830c9aa1040e4dd255dc90069b1802204 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f3f7c919f0f7d11769281d80f6ccbe0b /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f3f7c919f0f7d11769281d80f6ccbe0b 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f3f7c919f0f7d11769281d80f6ccbe0b /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f3f7c919f0f7d11769281d80f6ccbe0b 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f3f7c919f0f7d11769281d80f6ccbe0b /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: f3f7c919f0f7d11769281d80f6ccbe0b 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ LF␊/trailing\ LF␊ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 /home/rclone/rclone-test-lefetuq5cuze/trailing LF␊/trailing LF␊ 2026/07/05 01:57:41 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 7dfe48c1b6e6e950aa18c0d5cadc109807c7d968 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 909c50fb6b30b8173ca670a37a000776 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 909c50fb6b30b8173ca670a37a000776 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 31604d6873ee91276672dc17dff4388a8eff1758 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 31604d6873ee91276672dc17dff4388a8eff1758 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 909c50fb6b30b8173ca670a37a000776 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 909c50fb6b30b8173ca670a37a000776 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 31604d6873ee91276672dc17dff4388a8eff1758 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 31604d6873ee91276672dc17dff4388a8eff1758 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 909c50fb6b30b8173ca670a37a000776 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 909c50fb6b30b8173ca670a37a000776 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ HT␉/trailing\ HT␉ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 31604d6873ee91276672dc17dff4388a8eff1758 /home/rclone/rclone-test-lefetuq5cuze/trailing HT␉/trailing HT␉ 2026/07/05 01:57:41 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 31604d6873ee91276672dc17dff4388a8eff1758 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75e4fbf181f9126449542518ec687296 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 75e4fbf181f9126449542518ec687296 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ac4159d438326752f42920436fe79aa965fb2be0 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: ac4159d438326752f42920436fe79aa965fb2be0 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75e4fbf181f9126449542518ec687296 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 75e4fbf181f9126449542518ec687296 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ac4159d438326752f42920436fe79aa965fb2be0 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: ac4159d438326752f42920436fe79aa965fb2be0 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 75e4fbf181f9126449542518ec687296 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 75e4fbf181f9126449542518ec687296 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ VT␋/trailing\ VT␋ 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: ac4159d438326752f42920436fe79aa965fb2be0 /home/rclone/rclone-test-lefetuq5cuze/trailing VT␋/trailing VT␋ 2026/07/05 01:57:41 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: ac4159d438326752f42920436fe79aa965fb2be0 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7ef432f5bb050220cfbd5bb99ab7db5a /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7ef432f5bb050220cfbd5bb99ab7db5a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7822de2952f7a36155c27e831d1c43df73c122ea /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7822de2952f7a36155c27e831d1c43df73c122ea 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7ef432f5bb050220cfbd5bb99ab7db5a /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7ef432f5bb050220cfbd5bb99ab7db5a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7822de2952f7a36155c27e831d1c43df73c122ea /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7822de2952f7a36155c27e831d1c43df73c122ea 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7ef432f5bb050220cfbd5bb99ab7db5a /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7ef432f5bb050220cfbd5bb99ab7db5a 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot." 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/trailing\ dot./trailing\ dot. 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7822de2952f7a36155c27e831d1c43df73c122ea /home/rclone/rclone-test-lefetuq5cuze/trailing dot./trailing dot. 2026/07/05 01:57:41 DEBUG : trailing dot./trailing dot.: Parsed hash: 7822de2952f7a36155c27e831d1c43df73c122ea === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7f5d9ed82d4bda27c0baa518957d1dde /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7f5d9ed82d4bda27c0baa518957d1dde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6190efbe198e1213ea31535df105bfe2af8aeb61 /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6190efbe198e1213ea31535df105bfe2af8aeb61 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7f5d9ed82d4bda27c0baa518957d1dde /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7f5d9ed82d4bda27c0baa518957d1dde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6190efbe198e1213ea31535df105bfe2af8aeb61 /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6190efbe198e1213ea31535df105bfe2af8aeb61 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 7f5d9ed82d4bda27c0baa518957d1dde /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7f5d9ed82d4bda27c0baa518957d1dde 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/invalid\ utf-8/invalid\ utf-8 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 6190efbe198e1213ea31535df105bfe2af8aeb61 /home/rclone/rclone-test-lefetuq5cuze/invalid utf-8/invalid utf-8 2026/07/05 01:57:41 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6190efbe198e1213ea31535df105bfe2af8aeb61 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: be8dabeb5db8d026f865e0bfaa7c1f87 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: be8dabeb5db8d026f865e0bfaa7c1f87 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f273c9657ac69abf50231f2c84898dead0afdb75 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: f273c9657ac69abf50231f2c84898dead0afdb75 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: be8dabeb5db8d026f865e0bfaa7c1f87 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: be8dabeb5db8d026f865e0bfaa7c1f87 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f273c9657ac69abf50231f2c84898dead0afdb75 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: f273c9657ac69abf50231f2c84898dead0afdb75 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: be8dabeb5db8d026f865e0bfaa7c1f87 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: be8dabeb5db8d026f865e0bfaa7c1f87 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/test\%46.txt/test\%46.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f273c9657ac69abf50231f2c84898dead0afdb75 /home/rclone/rclone-test-lefetuq5cuze/test%46.txt/test%46.txt 2026/07/05 01:57:41 DEBUG : test%46.txt/test%46.txt: Parsed hash: f273c9657ac69abf50231f2c84898dead0afdb75 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Connection OK after error: potato 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/zero-length-file" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/zero-length-file" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/zero-length-file" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/zero-length-file" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-lefetuq5cuze/zero-length-file 2026/07/05 01:57:41 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 86aa55ce601a4a2045c4937127f4ccad /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: 86aa55ce601a4a2045c4937127f4ccad 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 5524e78742f0ea5098b3e6d7c736fd84bc9dbcbc /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: 5524e78742f0ea5098b3e6d7c736fd84bc9dbcbc 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 86aa55ce601a4a2045c4937127f4ccad /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: 86aa55ce601a4a2045c4937127f4ccad 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 5524e78742f0ea5098b3e6d7c736fd84bc9dbcbc /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: 5524e78742f0ea5098b3e6d7c736fd84bc9dbcbc 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/07/05 01:57:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/07/05 01:57:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:41724->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1158: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1195: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/07/05 01:57:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-lefetuq5cuze/hello? sausage/êé" 2026/07/05 01:57:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: New connection 127.0.0.1:41738->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Shell type "unix" from config 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Relative path resolved to "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Using root directory "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé" 2026/07/05 01:57:41 DEBUG : fs cache: renaming cache item "TestSFTPOpenssh:rclone-test-lefetuq5cuze/hello? sausage/êé" to be canonical "TestSFTPOpenssh{IAPNL}:rclone-test-lefetuq5cuze/hello? sausage/êé" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Remote command result: 290f7044c3369643c664c42941fae1c9 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 290f7044c3369643c664c42941fae1c9 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Remote command result: 45eedfca31a89a3e1c9f8981923b05516565c666 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 45eedfca31a89a3e1c9f8981923b05516565c666 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Remote command result: 290f7044c3369643c664c42941fae1c9 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 290f7044c3369643c664c42941fae1c9 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: Remote command result: 45eedfca31a89a3e1c9f8981923b05516565c666 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/a/b/c/d/e.txt 2026/07/05 01:57:41 DEBUG : a/b/c/d/e.txt: Parsed hash: 45eedfca31a89a3e1c9f8981923b05516565c666 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé: New connection 127.0.0.1:41742->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:41 DEBUG : Waiting for deletions to finish 2026/07/05 01:57:41 INFO : a/b/c/d/e.txt: Deleted 2026/07/05 01:57:41 DEBUG : removing 1 level 4 directories 2026/07/05 01:57:41 INFO : a/b/c/d: Removing directory 2026/07/05 01:57:41 DEBUG : removing 1 level 3 directories 2026/07/05 01:57:41 INFO : a/b/c: Removing directory 2026/07/05 01:57:41 DEBUG : removing 1 level 2 directories 2026/07/05 01:57:41 INFO : a/b: Removing directory 2026/07/05 01:57:41 DEBUG : removing 1 level 1 directories 2026/07/05 01:57:41 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: New connection 127.0.0.1:41754->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt 2026/07/05 01:57:41 DEBUG : moveTest/other.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/moveTest/other.txt 2026/07/05 01:57:41 DEBUG : moveTest/other.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/other.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/other.txt 2026/07/05 01:57:41 DEBUG : other.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:41 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/05 01:57:41 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-nirejav7papu" 2026/07/05 01:57:41 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:41 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:41 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:41 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:41 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:41 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: New connection 127.0.0.1:41756->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Shell type "unix" from config 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Relative path resolved to "/home/rclone/rclone-test-nirejav7papu" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Using root directory "/home/rclone/rclone-test-nirejav7papu" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Shell path "/home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Running remote command: md5sum /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file\ name.txt 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file name.txt 2026/07/05 01:57:41 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Shell path "/home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file name.txt" 2026/07/05 01:57:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Running remote command: sha1sum /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/file name.txt 2026/07/05 01:57:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Shell path "/home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Running remote command: md5sum /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Shell path "/home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Running remote command: sha1sum /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-nirejav7papu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Purge dir "new_name" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-nirejav7papu: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c4d6d658d14320a1379c7cc969fe1627 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: c4d6d658d14320a1379c7cc969fe1627 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: c9914c594532ff0a0e8a40fd9e25ce8e277f9f07 === 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/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/07/05 01:57:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:41764->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/07/05 01:57:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-lefetuq5cuze/not found.txt" 2026/07/05 01:57:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/not found.txt: New connection 127.0.0.1:41766->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/not found.txt: Shell type "unix" from config 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/not found.txt: Relative path resolved to "/home/rclone/rclone-test-lefetuq5cuze/not found.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/not found.txt: Using root directory "/home/rclone/rclone-test-lefetuq5cuze/not found.txt" 2026/07/05 01:57:42 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestSFTPOpenssh:" path "rclone-test-lefetuq5cuze" from "TestSFTPOpenssh:rclone-test-lefetuq5cuze" 2026/07/05 01:57:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/07/05 01:57:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:41782->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1957: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 3898fb7cbc3ab85a21335790e01f639b /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: 3898fb7cbc3ab85a21335790e01f639b 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: a66df236b02070482f55f90c446a2d0a219dc51a /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: a66df236b02070482f55f90c446a2d0a219dc51a 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 3898fb7cbc3ab85a21335790e01f639b /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: 3898fb7cbc3ab85a21335790e01f639b 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: a66df236b02070482f55f90c446a2d0a219dc51a /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: a66df236b02070482f55f90c446a2d0a219dc51a 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 3898fb7cbc3ab85a21335790e01f639b /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: 3898fb7cbc3ab85a21335790e01f639b 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/created from root.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/created\ from\ root.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: a66df236b02070482f55f90c446a2d0a219dc51a /home/rclone/rclone-test-lefetuq5cuze/created from root.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/created from root.txt: Parsed hash: a66df236b02070482f55f90c446a2d0a219dc51a 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: edf64cb2b74307d625eb323c3e066d77 /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: edf64cb2b74307d625eb323c3e066d77 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/file name.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/file\ name.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 2b3ea6415cb75da9c61e81fcb512c9233037146e /home/rclone/rclone-test-lefetuq5cuze/file name.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/file name.txt: Parsed hash: 2b3ea6415cb75da9c61e81fcb512c9233037146e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === 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/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 811695f680432c1a9611299d4e2f8603 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 811695f680432c1a9611299d4e2f8603 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: e929d094c785dee9e9e552244a7dd5525210b081 /home/rclone/rclone-test-lefetuq5cuze/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/05 01:57:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e929d094c785dee9e9e552244a7dd5525210b081 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Server has VFS statistics extension 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: About path "/home/rclone/rclone-test-lefetuq5cuze" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 43e9cbd0882deed555ec60de21093963 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: 43e9cbd0882deed555ec60de21093963 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f7948a13378997b598893ddb9736a9b2d08ff587 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: f7948a13378997b598893ddb9736a9b2d08ff587 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 43e9cbd0882deed555ec60de21093963 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: 43e9cbd0882deed555ec60de21093963 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/piped data.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/piped\ data.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: f7948a13378997b598893ddb9736a9b2d08ff587 /home/rclone/rclone-test-lefetuq5cuze/piped data.txt 2026/07/05 01:57:42 DEBUG : piped data.txt: Parsed hash: f7948a13378997b598893ddb9736a9b2d08ff587 === 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/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 08b0f83e72c5291cbcca70fa6a690c45 /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : unknown-size-update.txt: Parsed hash: 08b0f83e72c5291cbcca70fa6a690c45 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d5b49ffa7c8feed5ecf06d5bd39526f8b3e6c404 /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : unknown-size-update.txt: Parsed hash: d5b49ffa7c8feed5ecf06d5bd39526f8b3e6c404 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: md5sum /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: 08b0f83e72c5291cbcca70fa6a690c45 /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : unknown-size-update.txt: Parsed hash: 08b0f83e72c5291cbcca70fa6a690c45 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Shell path "/home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Running remote command: sha1sum /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Remote command result: d5b49ffa7c8feed5ecf06d5bd39526f8b3e6c404 /home/rclone/rclone-test-lefetuq5cuze/unknown-size-update.txt 2026/07/05 01:57:42 DEBUG : unknown-size-update.txt: Parsed hash: d5b49ffa7c8feed5ecf06d5bd39526f8b3e6c404 === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/05 01:57:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-lefetuq5cuze/deeper/nonexisting/directory" 2026/07/05 01:57:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{IAPNL}" suffix to name 2026/07/05 01:57:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/05 01:57:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/05 01:57:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/05 01:57:42 DEBUG : Setting pass="9CvqCxmLs6Gm8sM90JlLbHxSc8BPleF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/05 01:57:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/05 01:57:42 NOTICE: TestSFTPOpenssh{IAPNL}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/deeper/nonexisting/directory: New connection 127.0.0.1:41794->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/deeper/nonexisting/directory: Shell type "unix" from config 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/deeper/nonexisting/directory: Failed to resolve path using RealPath: file does not exist 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/deeper/nonexisting/directory: Relative path joined with current directory to get absolute path "/home/rclone/rclone-test-lefetuq5cuze/deeper/nonexisting/directory" 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze/deeper/nonexisting/directory: Using root directory "/home/rclone/rclone-test-lefetuq5cuze/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/07/05 01:57:42 DEBUG : Waiting for deletions to finish 2026/07/05 01:57:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/07/05 01:57:42 DEBUG : removing 1 level 4 directories 2026/07/05 01:57:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/07/05 01:57:42 DEBUG : removing 1 level 3 directories 2026/07/05 01:57:42 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/07/05 01:57:42 DEBUG : removing 1 level 2 directories 2026/07/05 01:57:42 INFO : hello? sausage/êé: Removing directory 2026/07/05 01:57:42 DEBUG : removing 1 level 1 directories 2026/07/05 01:57:42 INFO : hello? sausage: Removing directory 2026/07/05 01:57:42 DEBUG : removing 1 level 0 directories 2026/07/05 01:57:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Removing directory 2026/07/05 01:57:42 ERROR : error listing: directory not found 2026/07/05 01:57:42 DEBUG : Waiting for deletions to finish 2026/07/05 01:57:42 ERROR : error listing: directory not found 2026/07/05 01:57:42 ERROR : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Failed to list "": directory not found 2026/07/05 01:57:42 DEBUG : removing 1 level 0 directories 2026/07/05 01:57:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Removing directory 2026/07/05 01:57:42 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/07/05 01:57:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-lefetuq5cuze: Closing 2 unused connections 2026/07/05 01:57:42 NOTICE: TestSFTPOpenssh: Stopping server --- PASS: TestIntegration (2.79s) --- 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.64s) --- 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.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.03s) --- 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.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.02s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.14s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.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.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.17s) --- 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.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.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.02s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.08s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.01s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 4.057s "go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 4.903904671s (try 1/5)