"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 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.09s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPOpenssh:" 2026/05/15 04:27:19 NOTICE: TestSFTPOpenssh: Starting server 2026/05/15 04:27:20 NOTICE: TestSFTPOpenssh: Attempting to connect to "127.0.0.1:28627" try 1/100 2026/05/15 04:27:20 DEBUG : TestSFTPOpenssh: Read 1, error: 2026/05/15 04:27:20 NOTICE: TestSFTPOpenssh: Started server and connected to "127.0.0.1:28627" 2026/05/15 04:27:20 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe" 2026/05/15 04:27:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/15 04:27:20 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:20 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:20 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:20 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:20 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:20 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:20 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:20 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:20 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:20 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:20 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:20 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:20 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: New connection 127.0.0.1:36764->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell type "unix" from config 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Relative path resolved to "/home/rclone/rclone-test-cuxaxuk6doxe" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Using root directory "/home/rclone/rclone-test-cuxaxuk6doxe" 2026/05/15 04:27:20 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/05/15 04:27:20 INFO : dir/subdir: Making directory 2026/05/15 04:27:20 INFO : dir/subdir: Removing directory 2026/05/15 04:27:20 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/05/15 04:27:20 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/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 414d50f71eacfecd01f9183e2795758e /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 414d50f71eacfecd01f9183e2795758e 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: cc552bd425313e844606725c007e7b54827d374d /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: cc552bd425313e844606725c007e7b54827d374d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 414d50f71eacfecd01f9183e2795758e /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 414d50f71eacfecd01f9183e2795758e 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: cc552bd425313e844606725c007e7b54827d374d /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: cc552bd425313e844606725c007e7b54827d374d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 414d50f71eacfecd01f9183e2795758e /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 414d50f71eacfecd01f9183e2795758e 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: cc552bd425313e844606725c007e7b54827d374d /home/rclone/rclone-test-cuxaxuk6doxe/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/05/15 04:27:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: cc552bd425313e844606725c007e7b54827d374d === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d9cdd369b8c839ad3c9d2c6601ed689d /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: d9cdd369b8c839ad3c9d2c6601ed689d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5d03ddf62fac735935a3a957848b177ecda8357a /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: 5d03ddf62fac735935a3a957848b177ecda8357a 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d9cdd369b8c839ad3c9d2c6601ed689d /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: d9cdd369b8c839ad3c9d2c6601ed689d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5d03ddf62fac735935a3a957848b177ecda8357a /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: 5d03ddf62fac735935a3a957848b177ecda8357a 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d9cdd369b8c839ad3c9d2c6601ed689d /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: d9cdd369b8c839ad3c9d2c6601ed689d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/./." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5d03ddf62fac735935a3a957848b177ecda8357a /home/rclone/rclone-test-cuxaxuk6doxe/./. 2026/05/15 04:27:20 DEBUG : ./.: Parsed hash: 5d03ddf62fac735935a3a957848b177ecda8357a === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b571a748c448151676a583d2c21168fc /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: b571a748c448151676a583d2c21168fc 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0dbf794947edf35a44e8390c8baf62ea3bd0653d /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: 0dbf794947edf35a44e8390c8baf62ea3bd0653d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b571a748c448151676a583d2c21168fc /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: b571a748c448151676a583d2c21168fc 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0dbf794947edf35a44e8390c8baf62ea3bd0653d /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: 0dbf794947edf35a44e8390c8baf62ea3bd0653d 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b571a748c448151676a583d2c21168fc /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: b571a748c448151676a583d2c21168fc 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/../.." 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0dbf794947edf35a44e8390c8baf62ea3bd0653d /home/rclone/rclone-test-cuxaxuk6doxe/../.. 2026/05/15 04:27:20 DEBUG : ../..: Parsed hash: 0dbf794947edf35a44e8390c8baf62ea3bd0653d === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 8feb08a2ead58c2a4e72ab5e5067e3b4 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8feb08a2ead58c2a4e72ab5e5067e3b4 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fbc94cc5e45246baa0f657bc98981aaef25b07d1 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fbc94cc5e45246baa0f657bc98981aaef25b07d1 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 8feb08a2ead58c2a4e72ab5e5067e3b4 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8feb08a2ead58c2a4e72ab5e5067e3b4 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fbc94cc5e45246baa0f657bc98981aaef25b07d1 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fbc94cc5e45246baa0f657bc98981aaef25b07d1 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 8feb08a2ead58c2a4e72ab5e5067e3b4 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8feb08a2ead58c2a4e72ab5e5067e3b4 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fbc94cc5e45246baa0f657bc98981aaef25b07d1 /home/rclone/rclone-test-cuxaxuk6doxe/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/05/15 04:27:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fbc94cc5e45246baa0f657bc98981aaef25b07d1 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 96e333bb7b88b670201e3d3800b8d551 /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 96e333bb7b88b670201e3d3800b8d551 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 9fcd429cd27cc72f1d4194ed0910494a5d74726f /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 9fcd429cd27cc72f1d4194ed0910494a5d74726f 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 96e333bb7b88b670201e3d3800b8d551 /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 96e333bb7b88b670201e3d3800b8d551 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 9fcd429cd27cc72f1d4194ed0910494a5d74726f /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 9fcd429cd27cc72f1d4194ed0910494a5d74726f 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 96e333bb7b88b670201e3d3800b8d551 /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 96e333bb7b88b670201e3d3800b8d551 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\ leading\ space/\ leading\ space 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 9fcd429cd27cc72f1d4194ed0910494a5d74726f /home/rclone/rclone-test-cuxaxuk6doxe/ leading space/ leading space 2026/05/15 04:27:20 DEBUG : leading space/ leading space: Parsed hash: 9fcd429cd27cc72f1d4194ed0910494a5d74726f === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e56f8230ba290a12417c688177930421 /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e56f8230ba290a12417c688177930421 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e4865c39a44e25c64acee84efd51c13fce83f58e /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e4865c39a44e25c64acee84efd51c13fce83f58e 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e56f8230ba290a12417c688177930421 /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e56f8230ba290a12417c688177930421 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e4865c39a44e25c64acee84efd51c13fce83f58e /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e4865c39a44e25c64acee84efd51c13fce83f58e 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e56f8230ba290a12417c688177930421 /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e56f8230ba290a12417c688177930421 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/\~leading\ tilde/\~leading\ tilde 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e4865c39a44e25c64acee84efd51c13fce83f58e /home/rclone/rclone-test-cuxaxuk6doxe/~leading tilde/~leading tilde 2026/05/15 04:27:20 DEBUG : ~leading tilde/~leading tilde: Parsed hash: e4865c39a44e25c64acee84efd51c13fce83f58e === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2882b49a00b1894b82665c138839fc15 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:20 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2882b49a00b1894b82665c138839fc15 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 55de729207adbaf409c088f7f5eb0f29f143dbe9 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:20 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 55de729207adbaf409c088f7f5eb0f29f143dbe9 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2882b49a00b1894b82665c138839fc15 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:20 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2882b49a00b1894b82665c138839fc15 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 55de729207adbaf409c088f7f5eb0f29f143dbe9 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:20 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 55de729207adbaf409c088f7f5eb0f29f143dbe9 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2882b49a00b1894b82665c138839fc15 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:20 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2882b49a00b1894b82665c138839fc15 2026/05/15 04:27:20 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␍leading\ CR/␍leading\ CR 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 55de729207adbaf409c088f7f5eb0f29f143dbe9 /home/rclone/rclone-test-cuxaxuk6doxe/␍leading CR/␍leading CR 2026/05/15 04:27:21 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 55de729207adbaf409c088f7f5eb0f29f143dbe9 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 6db1e997262b188045373b0731db81cc /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6db1e997262b188045373b0731db81cc 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 6db1e997262b188045373b0731db81cc /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6db1e997262b188045373b0731db81cc 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 6db1e997262b188045373b0731db81cc /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6db1e997262b188045373b0731db81cc 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␊leading\ LF/␊leading\ LF 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 /home/rclone/rclone-test-cuxaxuk6doxe/␊leading LF/␊leading LF 2026/05/15 04:27:21 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 13541f3ef47d36ad24a618fc7674cc4ea69fbd16 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b1f47f34a7f25b762f6afefa7cccc5b9 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1f47f34a7f25b762f6afefa7cccc5b9 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e0c424b4c47b24230790a1efb562abb0b1aa2677 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0c424b4c47b24230790a1efb562abb0b1aa2677 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b1f47f34a7f25b762f6afefa7cccc5b9 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1f47f34a7f25b762f6afefa7cccc5b9 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e0c424b4c47b24230790a1efb562abb0b1aa2677 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0c424b4c47b24230790a1efb562abb0b1aa2677 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b1f47f34a7f25b762f6afefa7cccc5b9 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1f47f34a7f25b762f6afefa7cccc5b9 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␉leading\ HT/␉leading\ HT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: e0c424b4c47b24230790a1efb562abb0b1aa2677 /home/rclone/rclone-test-cuxaxuk6doxe/␉leading HT/␉leading HT 2026/05/15 04:27:21 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0c424b4c47b24230790a1efb562abb0b1aa2677 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5ef7cbc5635b146c4bdeded837ae75b0 /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 5ef7cbc5635b146c4bdeded837ae75b0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5ef7cbc5635b146c4bdeded837ae75b0 /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 5ef7cbc5635b146c4bdeded837ae75b0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5ef7cbc5635b146c4bdeded837ae75b0 /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 5ef7cbc5635b146c4bdeded837ae75b0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/␋leading\ VT/␋leading\ VT 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e /home/rclone/rclone-test-cuxaxuk6doxe/␋leading VT/␋leading VT 2026/05/15 04:27:21 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 23b984bd33b4b62c9b4a14c29f91f40a3f507e9e === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1d973fc723feccee6b99bf2c11f0b9a7 /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 1d973fc723feccee6b99bf2c11f0b9a7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1d973fc723feccee6b99bf2c11f0b9a7 /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 1d973fc723feccee6b99bf2c11f0b9a7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1d973fc723feccee6b99bf2c11f0b9a7 /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 1d973fc723feccee6b99bf2c11f0b9a7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/.leading\ dot/.leading\ dot 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e /home/rclone/rclone-test-cuxaxuk6doxe/.leading dot/.leading dot 2026/05/15 04:27:21 DEBUG : .leading dot/.leading dot: Parsed hash: 5474cbec2b5a6d82c11c70f9d52f5007b8c8866e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: baefb3dfc9d2c66cc067d4a19f08e8d0 /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: baefb3dfc9d2c66cc067d4a19f08e8d0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: baefb3dfc9d2c66cc067d4a19f08e8d0 /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: baefb3dfc9d2c66cc067d4a19f08e8d0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: baefb3dfc9d2c66cc067d4a19f08e8d0 /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: baefb3dfc9d2c66cc067d4a19f08e8d0 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space " 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ space\ /trailing\ space\ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d /home/rclone/rclone-test-cuxaxuk6doxe/trailing space /trailing space 2026/05/15 04:27:21 DEBUG : trailing space /trailing space : Parsed hash: c5037a1ecc11b6e3125e3047cbdbe8c75973d38d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: a88f18532c4e1dd3486ad1e5967b8a01 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: a88f18532c4e1dd3486ad1e5967b8a01 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 59ea00aad7becb572175c3f15e119879eadbd3a8 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 59ea00aad7becb572175c3f15e119879eadbd3a8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: a88f18532c4e1dd3486ad1e5967b8a01 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: a88f18532c4e1dd3486ad1e5967b8a01 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 59ea00aad7becb572175c3f15e119879eadbd3a8 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 59ea00aad7becb572175c3f15e119879eadbd3a8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: a88f18532c4e1dd3486ad1e5967b8a01 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: a88f18532c4e1dd3486ad1e5967b8a01 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ CR␍/trailing\ CR␍ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 59ea00aad7becb572175c3f15e119879eadbd3a8 /home/rclone/rclone-test-cuxaxuk6doxe/trailing CR␍/trailing CR␍ 2026/05/15 04:27:21 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 59ea00aad7becb572175c3f15e119879eadbd3a8 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5c49a1167172f0b5fa143ee212da99c /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c5c49a1167172f0b5fa143ee212da99c 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5c49a1167172f0b5fa143ee212da99c /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c5c49a1167172f0b5fa143ee212da99c 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c5c49a1167172f0b5fa143ee212da99c /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c5c49a1167172f0b5fa143ee212da99c 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ LF␊/trailing\ LF␊ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 /home/rclone/rclone-test-cuxaxuk6doxe/trailing LF␊/trailing LF␊ 2026/05/15 04:27:21 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 1558f460d4f88c04636b8d7b862b6aeb98eb3376 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 94039892c9d57203414c2f3f494bb586 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 94039892c9d57203414c2f3f494bb586 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 821204d0bddf6a583be17ca3be67c3113e816228 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 821204d0bddf6a583be17ca3be67c3113e816228 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 94039892c9d57203414c2f3f494bb586 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 94039892c9d57203414c2f3f494bb586 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 821204d0bddf6a583be17ca3be67c3113e816228 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 821204d0bddf6a583be17ca3be67c3113e816228 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 94039892c9d57203414c2f3f494bb586 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 94039892c9d57203414c2f3f494bb586 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ HT␉/trailing\ HT␉ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 821204d0bddf6a583be17ca3be67c3113e816228 /home/rclone/rclone-test-cuxaxuk6doxe/trailing HT␉/trailing HT␉ 2026/05/15 04:27:21 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 821204d0bddf6a583be17ca3be67c3113e816228 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 666585b17b0974b55597712adf342805 /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 666585b17b0974b55597712adf342805 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fb178fbf6f63b8247827dc757b3db4b2e43dacef /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: fb178fbf6f63b8247827dc757b3db4b2e43dacef 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 666585b17b0974b55597712adf342805 /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 666585b17b0974b55597712adf342805 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fb178fbf6f63b8247827dc757b3db4b2e43dacef /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: fb178fbf6f63b8247827dc757b3db4b2e43dacef 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 666585b17b0974b55597712adf342805 /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 666585b17b0974b55597712adf342805 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ VT␋/trailing\ VT␋ 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: fb178fbf6f63b8247827dc757b3db4b2e43dacef /home/rclone/rclone-test-cuxaxuk6doxe/trailing VT␋/trailing VT␋ 2026/05/15 04:27:21 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: fb178fbf6f63b8247827dc757b3db4b2e43dacef === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: ad751cecc6e1babe6d71edb6bcd324fb /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: ad751cecc6e1babe6d71edb6bcd324fb 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0be211a491bbcd22e212755967e636d9763fb908 /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: 0be211a491bbcd22e212755967e636d9763fb908 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: ad751cecc6e1babe6d71edb6bcd324fb /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: ad751cecc6e1babe6d71edb6bcd324fb 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0be211a491bbcd22e212755967e636d9763fb908 /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: 0be211a491bbcd22e212755967e636d9763fb908 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: ad751cecc6e1babe6d71edb6bcd324fb /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: ad751cecc6e1babe6d71edb6bcd324fb 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot." 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/trailing\ dot./trailing\ dot. 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0be211a491bbcd22e212755967e636d9763fb908 /home/rclone/rclone-test-cuxaxuk6doxe/trailing dot./trailing dot. 2026/05/15 04:27:21 DEBUG : trailing dot./trailing dot.: Parsed hash: 0be211a491bbcd22e212755967e636d9763fb908 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0b7f83b20a762d879e78d4c8686b1ec1 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0b7f83b20a762d879e78d4c8686b1ec1 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7c1be5904943b91591829d6ac93d80f7a2d46d66 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c1be5904943b91591829d6ac93d80f7a2d46d66 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0b7f83b20a762d879e78d4c8686b1ec1 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0b7f83b20a762d879e78d4c8686b1ec1 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7c1be5904943b91591829d6ac93d80f7a2d46d66 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c1be5904943b91591829d6ac93d80f7a2d46d66 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0b7f83b20a762d879e78d4c8686b1ec1 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0b7f83b20a762d879e78d4c8686b1ec1 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8\xfe/invalid utf-8\xfe" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/invalid\ utf-8/invalid\ utf-8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7c1be5904943b91591829d6ac93d80f7a2d46d66 /home/rclone/rclone-test-cuxaxuk6doxe/invalid utf-8/invalid utf-8 2026/05/15 04:27:21 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 7c1be5904943b91591829d6ac93d80f7a2d46d66 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2658a22b35cdbfae47c1176c0a7064d7 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2658a22b35cdbfae47c1176c0a7064d7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2658a22b35cdbfae47c1176c0a7064d7 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2658a22b35cdbfae47c1176c0a7064d7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 2658a22b35cdbfae47c1176c0a7064d7 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2658a22b35cdbfae47c1176c0a7064d7 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/test\%46.txt/test\%46.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 /home/rclone/rclone-test-cuxaxuk6doxe/test%46.txt/test%46.txt 2026/05/15 04:27:21 DEBUG : test%46.txt/test%46.txt: Parsed hash: 88b953d5b4b4da56f1a0cb68a1cff3b3cfca67a8 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Connection OK after error: potato 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-cuxaxuk6doxe/zero-length-file 2026/05/15 04:27:21 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/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: a64eaa8ba5bfbdf1081e08dcd5f6f78c /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: a64eaa8ba5bfbdf1081e08dcd5f6f78c 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 8c91bb14c3708504216172b2aadb208aa33365f2 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 8c91bb14c3708504216172b2aadb208aa33365f2 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: a64eaa8ba5bfbdf1081e08dcd5f6f78c /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: a64eaa8ba5bfbdf1081e08dcd5f6f78c 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 8c91bb14c3708504216172b2aadb208aa33365f2 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 8c91bb14c3708504216172b2aadb208aa33365f2 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e === 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/05/15 04:27:21 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/05/15 04:27:21 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:21 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:21 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:21 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:21 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:21 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:21 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:21 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:21 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:21 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:21 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:21 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:21 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:42534->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/05/15 04:27:21 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/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === 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/05/15 04:27:21 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe/hello? sausage/êé" 2026/05/15 04:27:21 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:21 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:21 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:21 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:21 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:21 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:21 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:21 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:21 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:21 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:21 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:21 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:21 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: New connection 127.0.0.1:42540->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Shell type "unix" from config 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Relative path resolved to "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Using root directory "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé" 2026/05/15 04:27:21 DEBUG : fs cache: renaming cache item "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe/hello? sausage/êé" to be canonical "TestSFTPOpenssh{97jEJ}:rclone-test-cuxaxuk6doxe/hello? sausage/êé" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Remote command result: fe619cf629a99d104e9ebe24f0521493 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : a/b/c/d/e.txt: Parsed hash: fe619cf629a99d104e9ebe24f0521493 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Remote command result: dd9d256f003e870f84a31bc8cf3a245a419073b1 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : a/b/c/d/e.txt: Parsed hash: dd9d256f003e870f84a31bc8cf3a245a419073b1 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Remote command result: fe619cf629a99d104e9ebe24f0521493 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : a/b/c/d/e.txt: Parsed hash: fe619cf629a99d104e9ebe24f0521493 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: Remote command result: dd9d256f003e870f84a31bc8cf3a245a419073b1 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/a/b/c/d/e.txt 2026/05/15 04:27:21 DEBUG : a/b/c/d/e.txt: Parsed hash: dd9d256f003e870f84a31bc8cf3a245a419073b1 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé: New connection 127.0.0.1:42552->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:21 DEBUG : Waiting for deletions to finish 2026/05/15 04:27:21 INFO : a/b/c/d/e.txt: Deleted 2026/05/15 04:27:21 DEBUG : removing 1 level 4 directories 2026/05/15 04:27:21 INFO : a/b/c/d: Removing directory 2026/05/15 04:27:21 DEBUG : removing 1 level 3 directories 2026/05/15 04:27:21 INFO : a/b/c: Removing directory 2026/05/15 04:27:21 DEBUG : removing 1 level 2 directories 2026/05/15 04:27:21 INFO : a/b: Removing directory 2026/05/15 04:27:21 DEBUG : removing 1 level 1 directories 2026/05/15 04:27:21 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt-copy" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt-copy 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy 2026/05/15 04:27:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:21 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:21 DEBUG : other.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:21 DEBUG : other.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:21 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: New connection 127.0.0.1:42556->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : other.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : other.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt 2026/05/15 04:27:22 DEBUG : moveTest/other.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/moveTest/other.txt 2026/05/15 04:27:22 DEBUG : moveTest/other.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : other.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/other.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/other.txt 2026/05/15 04:27:22 DEBUG : other.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/05/15 04:27:22 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cisirot3jupu" 2026/05/15 04:27:22 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: New connection 127.0.0.1:42560->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Shell type "unix" from config 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Relative path resolved to "/home/rclone/rclone-test-cisirot3jupu" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Using root directory "/home/rclone/rclone-test-cisirot3jupu" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Shell path "/home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Running remote command: md5sum /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file name.txt 2026/05/15 04:27:22 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Shell path "/home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Running remote command: sha1sum /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/file name.txt 2026/05/15 04:27:22 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Shell path "/home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Running remote command: md5sum /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Shell path "/home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Running remote command: sha1sum /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cisirot3jupu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: Purge dir "new_name" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cisirot3jupu: 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/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: f7c3a9db026348041e24977ba14bdde6 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: f7c3a9db026348041e24977ba14bdde6 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 371fafc16a82a3210ce771f1ebf3fbb75f8cf85e === 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/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/05/15 04:27:22 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:42568->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/05/15 04:27:22 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe/not found.txt" 2026/05/15 04:27:22 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/not found.txt: New connection 127.0.0.1:42578->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/not found.txt: Shell type "unix" from config 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/not found.txt: Relative path resolved to "/home/rclone/rclone-test-cuxaxuk6doxe/not found.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/not found.txt: Using root directory "/home/rclone/rclone-test-cuxaxuk6doxe/not found.txt" 2026/05/15 04:27:22 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestSFTPOpenssh:" path "rclone-test-cuxaxuk6doxe" from "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe" 2026/05/15 04:27:22 DEBUG : Creating backend with remote "TestSFTPOpenssh:" 2026/05/15 04:27:22 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: New connection 127.0.0.1:42586->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell type "unix" from config 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Relative path resolved to "/home/rclone" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Using root directory "/home/rclone" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1957: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b4ad2574ffa913913e62c44e6c6829a0 /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: b4ad2574ffa913913e62c44e6c6829a0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e107af2ec4398d8eef1171c5e9a6b12bdeba241d /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: e107af2ec4398d8eef1171c5e9a6b12bdeba241d 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b4ad2574ffa913913e62c44e6c6829a0 /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: b4ad2574ffa913913e62c44e6c6829a0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e107af2ec4398d8eef1171c5e9a6b12bdeba241d /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: e107af2ec4398d8eef1171c5e9a6b12bdeba241d 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b4ad2574ffa913913e62c44e6c6829a0 /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: b4ad2574ffa913913e62c44e6c6829a0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/created\ from\ root.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: e107af2ec4398d8eef1171c5e9a6b12bdeba241d /home/rclone/rclone-test-cuxaxuk6doxe/created from root.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/created from root.txt: Parsed hash: e107af2ec4398d8eef1171c5e9a6b12bdeba241d 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 37795435ec455fa2428f044a1bbe893a /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: 37795435ec455fa2428f044a1bbe893a 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/file name.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/file\ name.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 /home/rclone/rclone-test-cuxaxuk6doxe/file name.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/file name.txt: Parsed hash: b1f90ed60332de9a39ec1a5c7c2a651d7b8731b0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === 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/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 0ae9a07dbe8874aeced25f5d5434cc24 /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 0ae9a07dbe8874aeced25f5d5434cc24 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 7f5b8c73c829ff097bc8eab0b2d310911812c98e /home/rclone/rclone-test-cuxaxuk6doxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/05/15 04:27:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7f5b8c73c829ff097bc8eab0b2d310911812c98e === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Server has VFS statistics extension 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: About path "/home/rclone/rclone-test-cuxaxuk6doxe" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 62a88a4b34ee10ce8af7426b3119cf90 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: 62a88a4b34ee10ce8af7426b3119cf90 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 3d9ed8da822061566e982348ce821b3ba0469fd3 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: 3d9ed8da822061566e982348ce821b3ba0469fd3 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 62a88a4b34ee10ce8af7426b3119cf90 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: 62a88a4b34ee10ce8af7426b3119cf90 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/piped\ data.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 3d9ed8da822061566e982348ce821b3ba0469fd3 /home/rclone/rclone-test-cuxaxuk6doxe/piped data.txt 2026/05/15 04:27:22 DEBUG : piped data.txt: Parsed hash: 3d9ed8da822061566e982348ce821b3ba0469fd3 === 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/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c7058d335a84b85b1612bdda12673790 /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : unknown-size-update.txt: Parsed hash: c7058d335a84b85b1612bdda12673790 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 71a62e52c5f7cb37b9651fbdb61e95e220358856 /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : unknown-size-update.txt: Parsed hash: 71a62e52c5f7cb37b9651fbdb61e95e220358856 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: md5sum /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: c7058d335a84b85b1612bdda12673790 /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : unknown-size-update.txt: Parsed hash: c7058d335a84b85b1612bdda12673790 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Shell path "/home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Running remote command: sha1sum /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Remote command result: 71a62e52c5f7cb37b9651fbdb61e95e220358856 /home/rclone/rclone-test-cuxaxuk6doxe/unknown-size-update.txt 2026/05/15 04:27:22 DEBUG : unknown-size-update.txt: Parsed hash: 71a62e52c5f7cb37b9651fbdb61e95e220358856 === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/05/15 04:27:22 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory" 2026/05/15 04:27:22 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{97jEJ}" suffix to name 2026/05/15 04:27:22 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/15 04:27:22 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/15 04:27:22 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/15 04:27:22 DEBUG : Setting pass="E4lAY00z55EmStmghpgGjYs0wFgsiJDt" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/15 04:27:22 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh{97jEJ}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory: New connection 127.0.0.1:42602->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory: Shell type "unix" from config 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory: Failed to resolve path using RealPath: file does not exist 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory: Relative path joined with current directory to get absolute path "/home/rclone/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory" 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe/deeper/nonexisting/directory: Using root directory "/home/rclone/rclone-test-cuxaxuk6doxe/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/05/15 04:27:22 DEBUG : Waiting for deletions to finish 2026/05/15 04:27:22 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/05/15 04:27:22 DEBUG : removing 1 level 4 directories 2026/05/15 04:27:22 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/05/15 04:27:22 DEBUG : removing 1 level 3 directories 2026/05/15 04:27:22 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/05/15 04:27:22 DEBUG : removing 1 level 2 directories 2026/05/15 04:27:22 INFO : hello? sausage/êé: Removing directory 2026/05/15 04:27:22 DEBUG : removing 1 level 1 directories 2026/05/15 04:27:22 INFO : hello? sausage: Removing directory 2026/05/15 04:27:22 DEBUG : removing 1 level 0 directories 2026/05/15 04:27:22 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Removing directory 2026/05/15 04:27:22 ERROR : error listing: directory not found 2026/05/15 04:27:22 DEBUG : Waiting for deletions to finish 2026/05/15 04:27:22 ERROR : error listing: directory not found 2026/05/15 04:27:22 ERROR : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Failed to list "": directory not found 2026/05/15 04:27:22 DEBUG : removing 1 level 0 directories 2026/05/15 04:27:22 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Removing directory 2026/05/15 04:27:22 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/05/15 04:27:22 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-cuxaxuk6doxe: Closing 2 unused connections 2026/05/15 04:27:22 NOTICE: TestSFTPOpenssh: Stopping server --- PASS: TestIntegration (3.17s) --- 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.97s) --- 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.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.03s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.02s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (1.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.09s) --- 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.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.14s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.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.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.02s) --- 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.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.08s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.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.379s "go test -v -timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 5.813828438s (try 1/5)