"go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestRemotePathEncodesRemoteNames --- PASS: TestRemotePathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesRemoteNames --- PASS: TestRemoteShellPathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesPathOverrideNames --- PASS: TestRemoteShellPathEncodesPathOverrideNames (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestSSHExternalWaitMultipleCalls --- PASS: TestSSHExternalWaitMultipleCalls (0.10s) === RUN TestSSHExternalCloseMultipleCalls --- PASS: TestSSHExternalCloseMultipleCalls (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.15s) === RUN TestIntegration fstests.go:457: Using remote "TestSFTPRclone:" 2026/07/22 03:08:33 NOTICE: TestSFTPRclone: Starting server 2026/07/22 03:08:34 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2026/07/22 03:08:34 DEBUG : TestSFTPRclone: Read 1, error: 2026/07/22 03:08:34 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2026/07/22 03:08:34 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-pevexop4jada" 2026/07/22 03:08:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/22 03:08:34 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:34 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:34 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:34 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:34 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:34 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:34 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:34 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:34 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:34 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:34 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: New connection 127.0.0.1:38066->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell type "unix" from config 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Relative path resolved to "/rclone-test-pevexop4jada" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Using root directory "/rclone-test-pevexop4jada" 2026/07/22 03:08:34 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:526: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/07/22 03:08:34 INFO : dir/subdir: Making directory 2026/07/22 03:08:34 INFO : dir/subdir: Removing directory 2026/07/22 03:08:34 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/07/22 03:08:34 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b42035558fd2ebc908052aa77a6002fc /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b42035558fd2ebc908052aa77a6002fc 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2935493ebc46bff2ecdfd1b760365b228bc1c399 /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2935493ebc46bff2ecdfd1b760365b228bc1c399 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b42035558fd2ebc908052aa77a6002fc /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b42035558fd2ebc908052aa77a6002fc 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2935493ebc46bff2ecdfd1b760365b228bc1c399 /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2935493ebc46bff2ecdfd1b760365b228bc1c399 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b42035558fd2ebc908052aa77a6002fc /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b42035558fd2ebc908052aa77a6002fc 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2935493ebc46bff2ecdfd1b760365b228bc1c399 /rclone-test-pevexop4jada/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/22 03:08:34 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2935493ebc46bff2ecdfd1b760365b228bc1c399 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3740b85bd438ac260f3b3c8b6132c8a7 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 3740b85bd438ac260f3b3c8b6132c8a7 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 848fc4937a081988e6dd423b00bb7d936ca46db3 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 848fc4937a081988e6dd423b00bb7d936ca46db3 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3740b85bd438ac260f3b3c8b6132c8a7 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 3740b85bd438ac260f3b3c8b6132c8a7 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 848fc4937a081988e6dd423b00bb7d936ca46db3 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 848fc4937a081988e6dd423b00bb7d936ca46db3 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3740b85bd438ac260f3b3c8b6132c8a7 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 3740b85bd438ac260f3b3c8b6132c8a7 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/./." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 848fc4937a081988e6dd423b00bb7d936ca46db3 /rclone-test-pevexop4jada/./. 2026/07/22 03:08:34 DEBUG : ./.: Parsed hash: 848fc4937a081988e6dd423b00bb7d936ca46db3 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: df5a224ff6ac13e233ac302aa1796769 /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: df5a224ff6ac13e233ac302aa1796769 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 19038944700373f340d697db4b536eb2baae65cd /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: 19038944700373f340d697db4b536eb2baae65cd 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: df5a224ff6ac13e233ac302aa1796769 /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: df5a224ff6ac13e233ac302aa1796769 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 19038944700373f340d697db4b536eb2baae65cd /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: 19038944700373f340d697db4b536eb2baae65cd 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: df5a224ff6ac13e233ac302aa1796769 /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: df5a224ff6ac13e233ac302aa1796769 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/../.." 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 19038944700373f340d697db4b536eb2baae65cd /rclone-test-pevexop4jada/../.. 2026/07/22 03:08:34 DEBUG : ../..: Parsed hash: 19038944700373f340d697db4b536eb2baae65cd === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 22af8e5b55c1b4fb54061319ed5b925a /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 22af8e5b55c1b4fb54061319ed5b925a 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 22af8e5b55c1b4fb54061319ed5b925a /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 22af8e5b55c1b4fb54061319ed5b925a 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 22af8e5b55c1b4fb54061319ed5b925a /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 22af8e5b55c1b4fb54061319ed5b925a 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/22 03:08:34 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 /rclone-test-pevexop4jada/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/22 03:08:34 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 759ebcd6442b42551fbaab7f1dbb4ff22155e604 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5d08aae06e58e4aa7b8a1b6fd5fac84c /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 5d08aae06e58e4aa7b8a1b6fd5fac84c 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 437652d9a49516f36a64eac36c1431e826ff06da /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 437652d9a49516f36a64eac36c1431e826ff06da 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5d08aae06e58e4aa7b8a1b6fd5fac84c /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 5d08aae06e58e4aa7b8a1b6fd5fac84c 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 437652d9a49516f36a64eac36c1431e826ff06da /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 437652d9a49516f36a64eac36c1431e826ff06da 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5d08aae06e58e4aa7b8a1b6fd5fac84c /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 5d08aae06e58e4aa7b8a1b6fd5fac84c 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/ leading space/ leading space" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\ leading\ space/\ leading\ space 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 437652d9a49516f36a64eac36c1431e826ff06da /rclone-test-pevexop4jada/ leading space/ leading space 2026/07/22 03:08:35 DEBUG : leading space/ leading space: Parsed hash: 437652d9a49516f36a64eac36c1431e826ff06da === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9eb4a414209a15ec0a80f7d22711a8ff /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9eb4a414209a15ec0a80f7d22711a8ff 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 04e301ecb86eadd13722ca0a441cfbed2d11c891 /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 04e301ecb86eadd13722ca0a441cfbed2d11c891 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9eb4a414209a15ec0a80f7d22711a8ff /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9eb4a414209a15ec0a80f7d22711a8ff 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 04e301ecb86eadd13722ca0a441cfbed2d11c891 /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 04e301ecb86eadd13722ca0a441cfbed2d11c891 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9eb4a414209a15ec0a80f7d22711a8ff /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9eb4a414209a15ec0a80f7d22711a8ff 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/~leading tilde/~leading tilde" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/\~leading\ tilde/\~leading\ tilde 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 04e301ecb86eadd13722ca0a441cfbed2d11c891 /rclone-test-pevexop4jada/~leading tilde/~leading tilde 2026/07/22 03:08:35 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 04e301ecb86eadd13722ca0a441cfbed2d11c891 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: a6c560c174120ccdc3be2c6d5342917e /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a6c560c174120ccdc3be2c6d5342917e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: a6c560c174120ccdc3be2c6d5342917e /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a6c560c174120ccdc3be2c6d5342917e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: a6c560c174120ccdc3be2c6d5342917e /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a6c560c174120ccdc3be2c6d5342917e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␍leading CR/␍leading CR" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␍leading\ CR/␍leading\ CR 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 /rclone-test-pevexop4jada/␍leading CR/␍leading CR 2026/07/22 03:08:35 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 5fd8d2ff663d6b46630cf9dd549721e7ae062087 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3796784a30c3049577299aae7f9e441d /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 3796784a30c3049577299aae7f9e441d 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3796784a30c3049577299aae7f9e441d /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 3796784a30c3049577299aae7f9e441d 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3796784a30c3049577299aae7f9e441d /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 3796784a30c3049577299aae7f9e441d 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␊leading LF/␊leading LF" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␊leading\ LF/␊leading\ LF 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 /rclone-test-pevexop4jada/␊leading LF/␊leading LF 2026/07/22 03:08:35 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca68a97ed2b4d4abf684ed3f6e1ebf67c5bf3931 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b2b3241a235d518a847010b52031cf6a /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b2b3241a235d518a847010b52031cf6a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b2b3241a235d518a847010b52031cf6a /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b2b3241a235d518a847010b52031cf6a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: b2b3241a235d518a847010b52031cf6a /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b2b3241a235d518a847010b52031cf6a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␉leading HT/␉leading HT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␉leading\ HT/␉leading\ HT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 /rclone-test-pevexop4jada/␉leading HT/␉leading HT 2026/07/22 03:08:35 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 93390a8f93298d21e084e2c737ae3f8a9aa4fd62 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 510648c3734b0bcb1bcbd73bce31bad1 /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 510648c3734b0bcb1bcbd73bce31bad1 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 510648c3734b0bcb1bcbd73bce31bad1 /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 510648c3734b0bcb1bcbd73bce31bad1 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 510648c3734b0bcb1bcbd73bce31bad1 /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 510648c3734b0bcb1bcbd73bce31bad1 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/␋leading VT/␋leading VT" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/␋leading\ VT/␋leading\ VT 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb /rclone-test-pevexop4jada/␋leading VT/␋leading VT 2026/07/22 03:08:35 DEBUG : ␋leading VT/␋leading VT: Parsed hash: dce61a5e1fb47f5755dba6f7ca4ab4f156cb8dcb === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 66f2f4b6128643a547675501bb536529 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 66f2f4b6128643a547675501bb536529 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 66f2f4b6128643a547675501bb536529 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 66f2f4b6128643a547675501bb536529 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 66f2f4b6128643a547675501bb536529 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 66f2f4b6128643a547675501bb536529 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/.leading dot/.leading dot" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/.leading\ dot/.leading\ dot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 /rclone-test-pevexop4jada/.leading dot/.leading dot 2026/07/22 03:08:35 DEBUG : .leading dot/.leading dot: Parsed hash: 2b8fbf7df0159a6c5b0badbb80d504dfde523b33 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 951b28dd28975bbe83ade20856a65f7a /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 951b28dd28975bbe83ade20856a65f7a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9749a69db4348b23e2a665965305d1a55814b541 /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 9749a69db4348b23e2a665965305d1a55814b541 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 951b28dd28975bbe83ade20856a65f7a /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 951b28dd28975bbe83ade20856a65f7a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9749a69db4348b23e2a665965305d1a55814b541 /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 9749a69db4348b23e2a665965305d1a55814b541 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 951b28dd28975bbe83ade20856a65f7a /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 951b28dd28975bbe83ade20856a65f7a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing space /trailing space " 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ space\ /trailing\ space\ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 9749a69db4348b23e2a665965305d1a55814b541 /rclone-test-pevexop4jada/trailing space /trailing space 2026/07/22 03:08:35 DEBUG : trailing space /trailing space : Parsed hash: 9749a69db4348b23e2a665965305d1a55814b541 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1d9509cf3d849459ff0583d55c6391a3 /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d9509cf3d849459ff0583d55c6391a3 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1d9509cf3d849459ff0583d55c6391a3 /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d9509cf3d849459ff0583d55c6391a3 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1d9509cf3d849459ff0583d55c6391a3 /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d9509cf3d849459ff0583d55c6391a3 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing CR␍/trailing CR␍" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ CR␍/trailing\ CR␍ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a /rclone-test-pevexop4jada/trailing CR␍/trailing CR␍ 2026/07/22 03:08:35 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e96a4a41a576ff37fb371b01cf03ebb33cee9d4a === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c21ef8fd54e8e9bdd1fd15b69014631a /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c21ef8fd54e8e9bdd1fd15b69014631a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 56f6583ef58a710469d4be30873e91c048b2a8ef /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 56f6583ef58a710469d4be30873e91c048b2a8ef 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c21ef8fd54e8e9bdd1fd15b69014631a /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c21ef8fd54e8e9bdd1fd15b69014631a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 56f6583ef58a710469d4be30873e91c048b2a8ef /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 56f6583ef58a710469d4be30873e91c048b2a8ef 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c21ef8fd54e8e9bdd1fd15b69014631a /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c21ef8fd54e8e9bdd1fd15b69014631a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing LF␊/trailing LF␊" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ LF␊/trailing\ LF␊ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 56f6583ef58a710469d4be30873e91c048b2a8ef /rclone-test-pevexop4jada/trailing LF␊/trailing LF␊ 2026/07/22 03:08:35 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 56f6583ef58a710469d4be30873e91c048b2a8ef === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1966ebef8422770f78cd6d39fd06b711 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1966ebef8422770f78cd6d39fd06b711 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2683fe8839b99fdb39743992d771186c065d1861 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2683fe8839b99fdb39743992d771186c065d1861 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1966ebef8422770f78cd6d39fd06b711 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1966ebef8422770f78cd6d39fd06b711 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2683fe8839b99fdb39743992d771186c065d1861 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2683fe8839b99fdb39743992d771186c065d1861 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 1966ebef8422770f78cd6d39fd06b711 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1966ebef8422770f78cd6d39fd06b711 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing HT␉/trailing HT␉" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ HT␉/trailing\ HT␉ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2683fe8839b99fdb39743992d771186c065d1861 /rclone-test-pevexop4jada/trailing HT␉/trailing HT␉ 2026/07/22 03:08:35 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 2683fe8839b99fdb39743992d771186c065d1861 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: adac5a69924dd13d5709db89545a6394 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adac5a69924dd13d5709db89545a6394 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: adac5a69924dd13d5709db89545a6394 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adac5a69924dd13d5709db89545a6394 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: adac5a69924dd13d5709db89545a6394 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: adac5a69924dd13d5709db89545a6394 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing VT␋/trailing VT␋" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ VT␋/trailing\ VT␋ 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 /rclone-test-pevexop4jada/trailing VT␋/trailing VT␋ 2026/07/22 03:08:35 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 527b50720dfb5da4cd157a9069b05c8dbf2beb38 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 01e3a0322e43418011135a58be1e904a /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: 01e3a0322e43418011135a58be1e904a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c2a3881ace793824a5d6af68586f015ef13cf136 /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: c2a3881ace793824a5d6af68586f015ef13cf136 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 01e3a0322e43418011135a58be1e904a /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: 01e3a0322e43418011135a58be1e904a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c2a3881ace793824a5d6af68586f015ef13cf136 /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: c2a3881ace793824a5d6af68586f015ef13cf136 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 01e3a0322e43418011135a58be1e904a /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: 01e3a0322e43418011135a58be1e904a 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/trailing dot./trailing dot." 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/trailing\ dot./trailing\ dot. 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: c2a3881ace793824a5d6af68586f015ef13cf136 /rclone-test-pevexop4jada/trailing dot./trailing dot. 2026/07/22 03:08:35 DEBUG : trailing dot./trailing dot.: Parsed hash: c2a3881ace793824a5d6af68586f015ef13cf136 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: cc924c84e3699bab834f0e80aac69355 /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cc924c84e3699bab834f0e80aac69355 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: aeb08400ee3546e93d1a709ad13e074b9a9f69bf /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: aeb08400ee3546e93d1a709ad13e074b9a9f69bf 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: cc924c84e3699bab834f0e80aac69355 /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cc924c84e3699bab834f0e80aac69355 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: aeb08400ee3546e93d1a709ad13e074b9a9f69bf /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: aeb08400ee3546e93d1a709ad13e074b9a9f69bf 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: cc924c84e3699bab834f0e80aac69355 /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cc924c84e3699bab834f0e80aac69355 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/invalid\ utf-8/invalid\ utf-8 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: aeb08400ee3546e93d1a709ad13e074b9a9f69bf /rclone-test-pevexop4jada/invalid utf-8/invalid utf-8 2026/07/22 03:08:35 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: aeb08400ee3546e93d1a709ad13e074b9a9f69bf === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2cb7da2cc24c980c4731b27b495d159e /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2cb7da2cc24c980c4731b27b495d159e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d43eb67cd7541e438c496e972efd473185943e89 /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: d43eb67cd7541e438c496e972efd473185943e89 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2cb7da2cc24c980c4731b27b495d159e /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2cb7da2cc24c980c4731b27b495d159e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d43eb67cd7541e438c496e972efd473185943e89 /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: d43eb67cd7541e438c496e972efd473185943e89 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 2cb7da2cc24c980c4731b27b495d159e /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: 2cb7da2cc24c980c4731b27b495d159e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/test%46.txt/test%46.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/test\%46.txt/test\%46.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d43eb67cd7541e438c496e972efd473185943e89 /rclone-test-pevexop4jada/test%46.txt/test%46.txt 2026/07/22 03:08:35 DEBUG : test%46.txt/test%46.txt: Parsed hash: d43eb67cd7541e438c496e972efd473185943e89 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Connection OK after error: potato 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/zero-length-file" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/zero-length-file" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/zero-length-file" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/zero-length-file" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pevexop4jada/zero-length-file 2026/07/22 03:08:35 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:839: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d0604bdda902baed4729bddd44f8a224 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: d0604bdda902baed4729bddd44f8a224 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: eb98a630a50f20ce4496cd7a10f92c2d444a3e79 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: eb98a630a50f20ce4496cd7a10f92c2d444a3e79 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d0604bdda902baed4729bddd44f8a224 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: d0604bdda902baed4729bddd44f8a224 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: eb98a630a50f20ce4496cd7a10f92c2d444a3e79 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: eb98a630a50f20ce4496cd7a10f92c2d444a3e79 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:38070->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1145: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1177: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1214: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-pevexop4jada/hello? sausage/êé" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: New connection 127.0.0.1:38072->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Relative path resolved to "/rclone-test-pevexop4jada/hello? sausage/êé" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Using root directory "/rclone-test-pevexop4jada/hello? sausage/êé" 2026/07/22 03:08:35 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-pevexop4jada/hello? sausage/êé" to be canonical "TestSFTPRclone{TmWGI}:rclone-test-pevexop4jada/hello? sausage/êé" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Remote command result: 0230f7eeaa45e7ac2c2ba1ebc6969d20 /rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : a/b/c/d/e.txt: Parsed hash: 0230f7eeaa45e7ac2c2ba1ebc6969d20 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Remote command result: 88b095f2d47ed561db334785a29fc7781518a208 /rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : a/b/c/d/e.txt: Parsed hash: 88b095f2d47ed561db334785a29fc7781518a208 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Remote command result: 0230f7eeaa45e7ac2c2ba1ebc6969d20 /rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : a/b/c/d/e.txt: Parsed hash: 0230f7eeaa45e7ac2c2ba1ebc6969d20 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: Remote command result: 88b095f2d47ed561db334785a29fc7781518a208 /rclone-test-pevexop4jada/hello? sausage/êé/a/b/c/d/e.txt 2026/07/22 03:08:35 DEBUG : a/b/c/d/e.txt: Parsed hash: 88b095f2d47ed561db334785a29fc7781518a208 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé: New connection 127.0.0.1:38080->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : Waiting for deletions to finish 2026/07/22 03:08:35 INFO : a/b/c/d/e.txt: Deleted 2026/07/22 03:08:35 DEBUG : removing 1 level 4 directories 2026/07/22 03:08:35 INFO : a/b/c/d: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 3 directories 2026/07/22 03:08:35 INFO : a/b/c: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 2 directories 2026/07/22 03:08:35 INFO : a/b: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 1 directories 2026/07/22 03:08:35 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1278: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: New connection 127.0.0.1:38096->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/moveTest/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/moveTest/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/moveTest/other.txt 2026/07/22 03:08:35 DEBUG : moveTest/other.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/moveTest/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/moveTest/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/moveTest/other.txt 2026/07/22 03:08:35 DEBUG : moveTest/other.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/other.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/other.txt 2026/07/22 03:08:35 DEBUG : other.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1430: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-lakogiq2saqo" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: New connection 127.0.0.1:38102->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Relative path resolved to "/rclone-test-lakogiq2saqo" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Using root directory "/rclone-test-lakogiq2saqo" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Shell path "/rclone-test-lakogiq2saqo/new_name/sub_new_name/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Running remote command: md5sum /rclone-test-lakogiq2saqo/new_name/sub_new_name/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-lakogiq2saqo/new_name/sub_new_name/file name.txt 2026/07/22 03:08:35 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Shell path "/rclone-test-lakogiq2saqo/new_name/sub_new_name/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Running remote command: sha1sum /rclone-test-lakogiq2saqo/new_name/sub_new_name/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-lakogiq2saqo/new_name/sub_new_name/file name.txt 2026/07/22 03:08:35 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Shell path "/rclone-test-lakogiq2saqo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Running remote command: md5sum /rclone-test-lakogiq2saqo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-lakogiq2saqo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Shell path "/rclone-test-lakogiq2saqo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Running remote command: sha1sum /rclone-test-lakogiq2saqo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-lakogiq2saqo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Purge dir "new_name" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-lakogiq2saqo: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 3b9b9b7f8e1202f1b3be4f8632942873e6c85834 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1626: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1657: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1728: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 8f978adb0ef83627ae5ade85bf24373b /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 8f978adb0ef83627ae5ade85bf24373b === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:38104->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-pevexop4jada/not found.txt" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/not found.txt: New connection 127.0.0.1:38112->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/not found.txt: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/not found.txt: Relative path resolved to "/rclone-test-pevexop4jada/not found.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/not found.txt: Using root directory "/rclone-test-pevexop4jada/not found.txt" 2026/07/22 03:08:35 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestSFTPRclone:" path "rclone-test-pevexop4jada" from "TestSFTPRclone:rclone-test-pevexop4jada" 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:38114->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:2024: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c0f7c0482b8081049724c8e2c53b3e74 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: c0f7c0482b8081049724c8e2c53b3e74 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c0f7c0482b8081049724c8e2c53b3e74 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: c0f7c0482b8081049724c8e2c53b3e74 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c0f7c0482b8081049724c8e2c53b3e74 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: c0f7c0482b8081049724c8e2c53b3e74 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/created from root.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/created\ from\ root.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 /rclone-test-pevexop4jada/created from root.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/created from root.txt: Parsed hash: e4399eda38ffb4f2b7d310dc7009cb1c0f4a3759 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0a3dafdbb549c4cbc7555c4534d82d13 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 0a3dafdbb549c4cbc7555c4534d82d13 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/file name.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/file\ name.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 /rclone-test-pevexop4jada/file name.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/file name.txt: Parsed hash: 52cd5ddcf9f7de2d2588f7db4eb0675a3204ffd4 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2083: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:431: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2188: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2204: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ee3b862fce1cd6668e697626e7874605 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: ee3b862fce1cd6668e697626e7874605 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: e35a8621c6cb3f28bbf24d3d939509cd9333db07 /rclone-test-pevexop4jada/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/22 03:08:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e35a8621c6cb3f28bbf24d3d939509cd9333db07 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Server has VFS statistics extension 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: About path "/rclone-test-pevexop4jada" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: f357d2ad507a3d1468366747df4a8eed /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: f357d2ad507a3d1468366747df4a8eed 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 575180da1c0a985a5fe6705fbe9bc1fea31d7e47 /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: 575180da1c0a985a5fe6705fbe9bc1fea31d7e47 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: f357d2ad507a3d1468366747df4a8eed /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: f357d2ad507a3d1468366747df4a8eed 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/piped data.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/piped\ data.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 575180da1c0a985a5fe6705fbe9bc1fea31d7e47 /rclone-test-pevexop4jada/piped data.txt 2026/07/22 03:08:35 DEBUG : piped data.txt: Parsed hash: 575180da1c0a985a5fe6705fbe9bc1fea31d7e47 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2424: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2445: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2557: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/unknown-size-update.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 42019e3aaf9ab752a2838483d06d3da3 /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : unknown-size-update.txt: Parsed hash: 42019e3aaf9ab752a2838483d06d3da3 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/unknown-size-update.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ff0d73c068b7d9d7dae4e44bdccb90ca2814ff75 /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : unknown-size-update.txt: Parsed hash: ff0d73c068b7d9d7dae4e44bdccb90ca2814ff75 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/unknown-size-update.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: md5sum /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: 42019e3aaf9ab752a2838483d06d3da3 /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : unknown-size-update.txt: Parsed hash: 42019e3aaf9ab752a2838483d06d3da3 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Shell path "/rclone-test-pevexop4jada/unknown-size-update.txt" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Running remote command: sha1sum /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Remote command result: ff0d73c068b7d9d7dae4e44bdccb90ca2814ff75 /rclone-test-pevexop4jada/unknown-size-update.txt 2026/07/22 03:08:35 DEBUG : unknown-size-update.txt: Parsed hash: ff0d73c068b7d9d7dae4e44bdccb90ca2814ff75 === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/22 03:08:35 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-pevexop4jada/deeper/nonexisting/directory" 2026/07/22 03:08:35 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 DEBUG : TestSFTPRclone: detected overridden config - adding "{TmWGI}" suffix to name 2026/07/22 03:08:35 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/22 03:08:35 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/22 03:08:35 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/22 03:08:35 DEBUG : Setting pass="d_Zfk1OgxJAL5qvsoaM-_rDuK-LK9IIC5MOh37uUwSErv4E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/22 03:08:35 NOTICE: TestSFTPRclone{TmWGI}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/deeper/nonexisting/directory: New connection 127.0.0.1:38128->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9975.a1d906fd3" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/deeper/nonexisting/directory: Shell type "unix" from config 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-pevexop4jada/deeper/nonexisting/directory" 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada/deeper/nonexisting/directory: Using root directory "/rclone-test-pevexop4jada/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2749: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2806: FS has no Directory methods and doesn't Wrap 2026/07/22 03:08:35 DEBUG : Waiting for deletions to finish 2026/07/22 03:08:35 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/07/22 03:08:35 DEBUG : removing 1 level 4 directories 2026/07/22 03:08:35 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 3 directories 2026/07/22 03:08:35 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 2 directories 2026/07/22 03:08:35 INFO : hello? sausage/êé: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 1 directories 2026/07/22 03:08:35 INFO : hello? sausage: Removing directory 2026/07/22 03:08:35 DEBUG : removing 1 level 0 directories 2026/07/22 03:08:35 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Removing directory 2026/07/22 03:08:35 ERROR : error listing: directory not found 2026/07/22 03:08:35 DEBUG : Waiting for deletions to finish 2026/07/22 03:08:35 ERROR : error listing: directory not found 2026/07/22 03:08:35 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Failed to list "": directory not found 2026/07/22 03:08:35 DEBUG : removing 1 level 0 directories 2026/07/22 03:08:35 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Removing directory 2026/07/22 03:08:35 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/07/22 03:08:35 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-pevexop4jada: Closing 2 unused connections 2026/07/22 03:08:35 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (2.01s) --- 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 (0.93s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.02s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.29s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 3.292s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 4.451415724s (try 1/5)