"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 TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.17s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/14 01:46:03 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:04 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/14 01:46:04 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:05 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/14 01:46:05 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:06 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/14 01:46:06 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:07 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/14 01:46:07 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:08 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/14 01:46:08 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:09 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/14 01:46:09 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:10 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/14 01:46:10 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:11 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/14 01:46:11 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:12 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/14 01:46:12 NOTICE: TestSFTPRclone: Stopping server 2025/10/14 01:46:12 NOTICE: TestSFTPRclone: Starting server 2025/10/14 01:46:13 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/14 01:46:13 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/14 01:46:13 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/14 01:46:13 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zudowux4xuqa" 2025/10/14 01:46:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 01:46:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:13 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:13 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:13 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:13 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:13 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:13 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: New connection 127.0.0.1:55062->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell type "unix" from config 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Relative path resolved to "/rclone-test-zudowux4xuqa" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Using root directory "/rclone-test-zudowux4xuqa" 2025/10/14 01:46:13 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/14 01:46:13 INFO : dir/subdir: Making directory 2025/10/14 01:46:13 INFO : dir/subdir: Removing directory 2025/10/14 01:46:13 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/10/14 01:46:13 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: ec6adc558b1d83074a1f4bbcb590f903 /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ec6adc558b1d83074a1f4bbcb590f903 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20e29940a10925828adfe72d17e9bf7405e5654a /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 20e29940a10925828adfe72d17e9bf7405e5654a 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: ec6adc558b1d83074a1f4bbcb590f903 /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ec6adc558b1d83074a1f4bbcb590f903 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20e29940a10925828adfe72d17e9bf7405e5654a /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 20e29940a10925828adfe72d17e9bf7405e5654a 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: ec6adc558b1d83074a1f4bbcb590f903 /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ec6adc558b1d83074a1f4bbcb590f903 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20e29940a10925828adfe72d17e9bf7405e5654a /rclone-test-zudowux4xuqa/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/14 01:46:13 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 20e29940a10925828adfe72d17e9bf7405e5654a === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 91c1968ae89077c7a5098c8574aef460 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 91c1968ae89077c7a5098c8574aef460 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9897bb55a12aada6aed81635dc3dc28f531fcad7 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 9897bb55a12aada6aed81635dc3dc28f531fcad7 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 91c1968ae89077c7a5098c8574aef460 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 91c1968ae89077c7a5098c8574aef460 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9897bb55a12aada6aed81635dc3dc28f531fcad7 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 9897bb55a12aada6aed81635dc3dc28f531fcad7 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 91c1968ae89077c7a5098c8574aef460 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 91c1968ae89077c7a5098c8574aef460 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/./." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9897bb55a12aada6aed81635dc3dc28f531fcad7 /rclone-test-zudowux4xuqa/./. 2025/10/14 01:46:13 DEBUG : ./.: Parsed hash: 9897bb55a12aada6aed81635dc3dc28f531fcad7 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b80bd34f07d8373ef92126c52936ba40 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: b80bd34f07d8373ef92126c52936ba40 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b80bd34f07d8373ef92126c52936ba40 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: b80bd34f07d8373ef92126c52936ba40 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b80bd34f07d8373ef92126c52936ba40 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: b80bd34f07d8373ef92126c52936ba40 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/../.." 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 /rclone-test-zudowux4xuqa/../.. 2025/10/14 01:46:13 DEBUG : ../..: Parsed hash: 35c07c75ccf431412f7ebe8fe039ad79e1bb80a5 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8e354158bc5d499f4c46bd6493534a83 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8e354158bc5d499f4c46bd6493534a83 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 42cf2c4e7704939d53324683db7d116747b40f88 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 42cf2c4e7704939d53324683db7d116747b40f88 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8e354158bc5d499f4c46bd6493534a83 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8e354158bc5d499f4c46bd6493534a83 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 42cf2c4e7704939d53324683db7d116747b40f88 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 42cf2c4e7704939d53324683db7d116747b40f88 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8e354158bc5d499f4c46bd6493534a83 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8e354158bc5d499f4c46bd6493534a83 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 42cf2c4e7704939d53324683db7d116747b40f88 /rclone-test-zudowux4xuqa/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/14 01:46:13 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 42cf2c4e7704939d53324683db7d116747b40f88 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 108288e63185fc4bed38d24a59158d7d /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: 108288e63185fc4bed38d24a59158d7d 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f96321ed6735884be41ffd6eb7a0b625193f3c6b /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: f96321ed6735884be41ffd6eb7a0b625193f3c6b 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 108288e63185fc4bed38d24a59158d7d /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: 108288e63185fc4bed38d24a59158d7d 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f96321ed6735884be41ffd6eb7a0b625193f3c6b /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: f96321ed6735884be41ffd6eb7a0b625193f3c6b 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 108288e63185fc4bed38d24a59158d7d /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: 108288e63185fc4bed38d24a59158d7d 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/ leading space/ leading space" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\ leading\ space/\ leading\ space 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f96321ed6735884be41ffd6eb7a0b625193f3c6b /rclone-test-zudowux4xuqa/ leading space/ leading space 2025/10/14 01:46:13 DEBUG : leading space/ leading space: Parsed hash: f96321ed6735884be41ffd6eb7a0b625193f3c6b === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da79174f58487d461e8ebf376bfff8cf /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: da79174f58487d461e8ebf376bfff8cf 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: fd2b361e6ccf6c187777f552a3cc246e21a77dfc /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: fd2b361e6ccf6c187777f552a3cc246e21a77dfc 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da79174f58487d461e8ebf376bfff8cf /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: da79174f58487d461e8ebf376bfff8cf 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: fd2b361e6ccf6c187777f552a3cc246e21a77dfc /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: fd2b361e6ccf6c187777f552a3cc246e21a77dfc 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da79174f58487d461e8ebf376bfff8cf /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: da79174f58487d461e8ebf376bfff8cf 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/~leading tilde/~leading tilde" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/\~leading\ tilde/\~leading\ tilde 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: fd2b361e6ccf6c187777f552a3cc246e21a77dfc /rclone-test-zudowux4xuqa/~leading tilde/~leading tilde 2025/10/14 01:46:13 DEBUG : ~leading tilde/~leading tilde: Parsed hash: fd2b361e6ccf6c187777f552a3cc246e21a77dfc === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f480b7353781e2353a6134b846b09d31 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: f480b7353781e2353a6134b846b09d31 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 732d86ac0cdd6bb758d7bdd412df412d6e349714 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 732d86ac0cdd6bb758d7bdd412df412d6e349714 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f480b7353781e2353a6134b846b09d31 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: f480b7353781e2353a6134b846b09d31 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 732d86ac0cdd6bb758d7bdd412df412d6e349714 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 732d86ac0cdd6bb758d7bdd412df412d6e349714 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f480b7353781e2353a6134b846b09d31 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: f480b7353781e2353a6134b846b09d31 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␍leading CR/␍leading CR" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␍leading\ CR/␍leading\ CR 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 732d86ac0cdd6bb758d7bdd412df412d6e349714 /rclone-test-zudowux4xuqa/␍leading CR/␍leading CR 2025/10/14 01:46:13 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 732d86ac0cdd6bb758d7bdd412df412d6e349714 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f39931811827230a683a1e0305e8e5f2 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f39931811827230a683a1e0305e8e5f2 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f39931811827230a683a1e0305e8e5f2 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f39931811827230a683a1e0305e8e5f2 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f39931811827230a683a1e0305e8e5f2 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f39931811827230a683a1e0305e8e5f2 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␊leading LF/␊leading LF" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␊leading\ LF/␊leading\ LF 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 /rclone-test-zudowux4xuqa/␊leading LF/␊leading LF 2025/10/14 01:46:13 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f3cac5b44f0113ba6ba1a3e9c80bf4899eb6ef79 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e1954b77d42e82f44bee6c724f6f531 /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3e1954b77d42e82f44bee6c724f6f531 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 70aff35f202d5d42bfa5837922a74762c9d5532d /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 70aff35f202d5d42bfa5837922a74762c9d5532d 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e1954b77d42e82f44bee6c724f6f531 /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3e1954b77d42e82f44bee6c724f6f531 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 70aff35f202d5d42bfa5837922a74762c9d5532d /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 70aff35f202d5d42bfa5837922a74762c9d5532d 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e1954b77d42e82f44bee6c724f6f531 /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3e1954b77d42e82f44bee6c724f6f531 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␉leading HT/␉leading HT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␉leading\ HT/␉leading\ HT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 70aff35f202d5d42bfa5837922a74762c9d5532d /rclone-test-zudowux4xuqa/␉leading HT/␉leading HT 2025/10/14 01:46:13 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 70aff35f202d5d42bfa5837922a74762c9d5532d === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: be0f8b3d70e58e3d9976395a900865f7 /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: be0f8b3d70e58e3d9976395a900865f7 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20220fc670c57aa082db14a418cc40d6b0c2908c /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 20220fc670c57aa082db14a418cc40d6b0c2908c 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: be0f8b3d70e58e3d9976395a900865f7 /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: be0f8b3d70e58e3d9976395a900865f7 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20220fc670c57aa082db14a418cc40d6b0c2908c /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 20220fc670c57aa082db14a418cc40d6b0c2908c 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: be0f8b3d70e58e3d9976395a900865f7 /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: be0f8b3d70e58e3d9976395a900865f7 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/␋leading VT/␋leading VT" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/␋leading\ VT/␋leading\ VT 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 20220fc670c57aa082db14a418cc40d6b0c2908c /rclone-test-zudowux4xuqa/␋leading VT/␋leading VT 2025/10/14 01:46:13 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 20220fc670c57aa082db14a418cc40d6b0c2908c === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 34d1e864dfa79aa5875a7b15aaf83b47 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 34d1e864dfa79aa5875a7b15aaf83b47 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 34d1e864dfa79aa5875a7b15aaf83b47 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 34d1e864dfa79aa5875a7b15aaf83b47 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 34d1e864dfa79aa5875a7b15aaf83b47 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 34d1e864dfa79aa5875a7b15aaf83b47 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/.leading dot/.leading dot" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/.leading\ dot/.leading\ dot 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 /rclone-test-zudowux4xuqa/.leading dot/.leading dot 2025/10/14 01:46:13 DEBUG : .leading dot/.leading dot: Parsed hash: 31098289d7cfe23cfc27fda774ceb7cf296fdae4 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 7c020e1f7932e82f2f3caa7387301d02 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 7c020e1f7932e82f2f3caa7387301d02 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8160a595f80fcae4839a18543f31033d80c031e2 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 8160a595f80fcae4839a18543f31033d80c031e2 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 7c020e1f7932e82f2f3caa7387301d02 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 7c020e1f7932e82f2f3caa7387301d02 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8160a595f80fcae4839a18543f31033d80c031e2 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 8160a595f80fcae4839a18543f31033d80c031e2 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 7c020e1f7932e82f2f3caa7387301d02 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 7c020e1f7932e82f2f3caa7387301d02 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing space /trailing space " 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ space\ /trailing\ space\ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 8160a595f80fcae4839a18543f31033d80c031e2 /rclone-test-zudowux4xuqa/trailing space /trailing space 2025/10/14 01:46:13 DEBUG : trailing space /trailing space : Parsed hash: 8160a595f80fcae4839a18543f31033d80c031e2 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: e3457355ee3329f4a5205b70bb916c98 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e3457355ee3329f4a5205b70bb916c98 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: e3457355ee3329f4a5205b70bb916c98 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e3457355ee3329f4a5205b70bb916c98 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: e3457355ee3329f4a5205b70bb916c98 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: e3457355ee3329f4a5205b70bb916c98 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ CR␍/trailing\ CR␍ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 /rclone-test-zudowux4xuqa/trailing CR␍/trailing CR␍ 2025/10/14 01:46:13 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 1d39a713f80b8ff3b80f2373a483069bd52e6fa5 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 5ae5f833cee76c4b39976eb365c72d44 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5ae5f833cee76c4b39976eb365c72d44 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 5ae5f833cee76c4b39976eb365c72d44 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5ae5f833cee76c4b39976eb365c72d44 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 5ae5f833cee76c4b39976eb365c72d44 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5ae5f833cee76c4b39976eb365c72d44 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊" 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ LF␊/trailing\ LF␊ 2025/10/14 01:46:13 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 /rclone-test-zudowux4xuqa/trailing LF␊/trailing LF␊ 2025/10/14 01:46:13 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 3e748759e5e1383a2cdf5afb691bd49abd6ca815 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 40bc3dd96e9ca33ed83e10f1a694a906 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 40bc3dd96e9ca33ed83e10f1a694a906 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 07903fe58bb0f1e23d469c780c3268eb9698f791 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 07903fe58bb0f1e23d469c780c3268eb9698f791 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 40bc3dd96e9ca33ed83e10f1a694a906 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 40bc3dd96e9ca33ed83e10f1a694a906 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 07903fe58bb0f1e23d469c780c3268eb9698f791 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 07903fe58bb0f1e23d469c780c3268eb9698f791 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 40bc3dd96e9ca33ed83e10f1a694a906 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 40bc3dd96e9ca33ed83e10f1a694a906 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ HT␉/trailing\ HT␉ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 07903fe58bb0f1e23d469c780c3268eb9698f791 /rclone-test-zudowux4xuqa/trailing HT␉/trailing HT␉ 2025/10/14 01:46:14 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 07903fe58bb0f1e23d469c780c3268eb9698f791 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 50f13ebfee2af18cbda800e25718369c /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 50f13ebfee2af18cbda800e25718369c 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d243a79ddd8352437b0f63a24bbb47d061c67900 /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d243a79ddd8352437b0f63a24bbb47d061c67900 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 50f13ebfee2af18cbda800e25718369c /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 50f13ebfee2af18cbda800e25718369c 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d243a79ddd8352437b0f63a24bbb47d061c67900 /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d243a79ddd8352437b0f63a24bbb47d061c67900 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 50f13ebfee2af18cbda800e25718369c /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 50f13ebfee2af18cbda800e25718369c 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ VT␋/trailing\ VT␋ 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d243a79ddd8352437b0f63a24bbb47d061c67900 /rclone-test-zudowux4xuqa/trailing VT␋/trailing VT␋ 2025/10/14 01:46:14 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d243a79ddd8352437b0f63a24bbb47d061c67900 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 62d08c354a195e172bd6b84007b56364 /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 62d08c354a195e172bd6b84007b56364 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3981b346cc309e683329f730f5721182583f237b /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 3981b346cc309e683329f730f5721182583f237b 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 62d08c354a195e172bd6b84007b56364 /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 62d08c354a195e172bd6b84007b56364 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3981b346cc309e683329f730f5721182583f237b /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 3981b346cc309e683329f730f5721182583f237b 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 62d08c354a195e172bd6b84007b56364 /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 62d08c354a195e172bd6b84007b56364 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/trailing dot./trailing dot." 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/trailing\ dot./trailing\ dot. 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3981b346cc309e683329f730f5721182583f237b /rclone-test-zudowux4xuqa/trailing dot./trailing dot. 2025/10/14 01:46:14 DEBUG : trailing dot./trailing dot.: Parsed hash: 3981b346cc309e683329f730f5721182583f237b === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: c8987d4b9eed8839b52fa7e6148b2d54 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c8987d4b9eed8839b52fa7e6148b2d54 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: bf128fefb825842d5a8b05298ebee88db3174695 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bf128fefb825842d5a8b05298ebee88db3174695 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: c8987d4b9eed8839b52fa7e6148b2d54 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c8987d4b9eed8839b52fa7e6148b2d54 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: bf128fefb825842d5a8b05298ebee88db3174695 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bf128fefb825842d5a8b05298ebee88db3174695 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: c8987d4b9eed8839b52fa7e6148b2d54 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c8987d4b9eed8839b52fa7e6148b2d54 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/invalid\ utf-8/invalid\ utf-8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: bf128fefb825842d5a8b05298ebee88db3174695 /rclone-test-zudowux4xuqa/invalid utf-8/invalid utf-8 2025/10/14 01:46:14 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bf128fefb825842d5a8b05298ebee88db3174695 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3bd6042fdea4075c40009139d8eccfed /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3bd6042fdea4075c40009139d8eccfed 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 279c6b7c223eadac800684a6ea4b7ba420103240 /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 279c6b7c223eadac800684a6ea4b7ba420103240 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3bd6042fdea4075c40009139d8eccfed /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3bd6042fdea4075c40009139d8eccfed 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 279c6b7c223eadac800684a6ea4b7ba420103240 /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 279c6b7c223eadac800684a6ea4b7ba420103240 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 3bd6042fdea4075c40009139d8eccfed /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3bd6042fdea4075c40009139d8eccfed 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/test%46.txt/test%46.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/test\%46.txt/test\%46.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 279c6b7c223eadac800684a6ea4b7ba420103240 /rclone-test-zudowux4xuqa/test%46.txt/test%46.txt 2025/10/14 01:46:14 DEBUG : test%46.txt/test%46.txt: Parsed hash: 279c6b7c223eadac800684a6ea4b7ba420103240 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Connection OK after error: potato 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/zero-length-file" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/zero-length-file" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/zero-length-file" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/zero-length-file" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zudowux4xuqa/zero-length-file 2025/10/14 01:46:14 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:819: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 0a243008487f5a97b63666df9f1431c8 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 0a243008487f5a97b63666df9f1431c8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 00f066cb777a376d00cc93f2e199d5e4afe27891 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 00f066cb777a376d00cc93f2e199d5e4afe27891 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 0a243008487f5a97b63666df9f1431c8 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 0a243008487f5a97b63666df9f1431c8 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 00f066cb777a376d00cc93f2e199d5e4afe27891 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 00f066cb777a376d00cc93f2e199d5e4afe27891 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55066->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1153: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1190: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zudowux4xuqa/hello? sausage/êé" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: New connection 127.0.0.1:55076->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Relative path resolved to "/rclone-test-zudowux4xuqa/hello? sausage/êé" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Using root directory "/rclone-test-zudowux4xuqa/hello? sausage/êé" 2025/10/14 01:46:14 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-zudowux4xuqa/hello? sausage/êé" to be canonical "TestSFTPRclone{6YpKc}:rclone-test-zudowux4xuqa/hello? sausage/êé" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Remote command result: 1449d4036366948a359a1cfcdc551e1d /rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : a/b/c/d/e.txt: Parsed hash: 1449d4036366948a359a1cfcdc551e1d 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Remote command result: 3f4dcaad4bcb60bd2de24cea4beddde3208fb853 /rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : a/b/c/d/e.txt: Parsed hash: 3f4dcaad4bcb60bd2de24cea4beddde3208fb853 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Remote command result: 1449d4036366948a359a1cfcdc551e1d /rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : a/b/c/d/e.txt: Parsed hash: 1449d4036366948a359a1cfcdc551e1d 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: Remote command result: 3f4dcaad4bcb60bd2de24cea4beddde3208fb853 /rclone-test-zudowux4xuqa/hello? sausage/êé/a/b/c/d/e.txt 2025/10/14 01:46:14 DEBUG : a/b/c/d/e.txt: Parsed hash: 3f4dcaad4bcb60bd2de24cea4beddde3208fb853 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé: New connection 127.0.0.1:55088->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : Waiting for deletions to finish 2025/10/14 01:46:14 INFO : a/b/c/d/e.txt: Deleted 2025/10/14 01:46:14 DEBUG : removing 1 level 4 directories 2025/10/14 01:46:14 INFO : a/b/c/d: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 3 directories 2025/10/14 01:46:14 INFO : a/b/c: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 2 directories 2025/10/14 01:46:14 INFO : a/b: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 1 directories 2025/10/14 01:46:14 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: New connection 127.0.0.1:55090->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/moveTest/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/moveTest/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/moveTest/other.txt 2025/10/14 01:46:14 DEBUG : moveTest/other.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/moveTest/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/moveTest/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/moveTest/other.txt 2025/10/14 01:46:14 DEBUG : moveTest/other.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/other.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/other.txt 2025/10/14 01:46:14 DEBUG : other.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-gipubep2foqe" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: New connection 127.0.0.1:55104->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Relative path resolved to "/rclone-test-gipubep2foqe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Using root directory "/rclone-test-gipubep2foqe" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Shell path "/rclone-test-gipubep2foqe/new_name/sub_new_name/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Running remote command: md5sum /rclone-test-gipubep2foqe/new_name/sub_new_name/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-gipubep2foqe/new_name/sub_new_name/file name.txt 2025/10/14 01:46:14 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Shell path "/rclone-test-gipubep2foqe/new_name/sub_new_name/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Running remote command: sha1sum /rclone-test-gipubep2foqe/new_name/sub_new_name/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-gipubep2foqe/new_name/sub_new_name/file name.txt 2025/10/14 01:46:14 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Shell path "/rclone-test-gipubep2foqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Running remote command: md5sum /rclone-test-gipubep2foqe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-gipubep2foqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Shell path "/rclone-test-gipubep2foqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Running remote command: sha1sum /rclone-test-gipubep2foqe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-gipubep2foqe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: Purge dir "new_name" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gipubep2foqe: 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 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: b44fc80b076e5d600af0511fd7aaf4a9 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: b44fc80b076e5d600af0511fd7aaf4a9 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: a838f34d6ab24066624bbe836f4cb9627f277a41 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: a838f34d6ab24066624bbe836f4cb9627f277a41 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1592: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:55112->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zudowux4xuqa/not found.txt" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/not found.txt: New connection 127.0.0.1:55124->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/not found.txt: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/not found.txt: Relative path resolved to "/rclone-test-zudowux4xuqa/not found.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/not found.txt: Using root directory "/rclone-test-zudowux4xuqa/not found.txt" 2025/10/14 01:46:14 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-zudowux4xuqa" from "TestSFTPRclone:rclone-test-zudowux4xuqa" 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55134->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a025aa56fb4d7030c702373a235695bc /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: a025aa56fb4d7030c702373a235695bc 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a025aa56fb4d7030c702373a235695bc /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: a025aa56fb4d7030c702373a235695bc 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a025aa56fb4d7030c702373a235695bc /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: a025aa56fb4d7030c702373a235695bc 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/created from root.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/created\ from\ root.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 /rclone-test-zudowux4xuqa/created from root.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/created from root.txt: Parsed hash: 43ccf64e582a9bfe5d7ea644d768b5970e00d649 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 0eb510ddfd700677c53e5da23012d875 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 0eb510ddfd700677c53e5da23012d875 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/file name.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/file\ name.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 16db39967201c75f5411aed7cb2f916e8a787721 /rclone-test-zudowux4xuqa/file name.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/file name.txt: Parsed hash: 16db39967201c75f5411aed7cb2f916e8a787721 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2004: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2125: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 995fb4daa2b0ba042b12688276acec4a /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 995fb4daa2b0ba042b12688276acec4a 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 /rclone-test-zudowux4xuqa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/14 01:46:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 9af8d7aa24f32c6540c54ede42b195b47610f9b5 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Server has VFS statistics extension 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: About path "/rclone-test-zudowux4xuqa" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: About path "/rclone-test-zudowux4xuqa" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: About using shell command for shell type "unix" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: df -k /rclone-test-zudowux4xuqa 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 111672192 39100816 71% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f7b05cd4f584ae4c36bdd66c8f1a52f3 /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: f7b05cd4f584ae4c36bdd66c8f1a52f3 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: ae87d1a70cba1e53abce1be7b0bbff1bb933914d /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: ae87d1a70cba1e53abce1be7b0bbff1bb933914d 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: f7b05cd4f584ae4c36bdd66c8f1a52f3 /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: f7b05cd4f584ae4c36bdd66c8f1a52f3 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/piped data.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/piped\ data.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: ae87d1a70cba1e53abce1be7b0bbff1bb933914d /rclone-test-zudowux4xuqa/piped data.txt 2025/10/14 01:46:14 DEBUG : piped data.txt: Parsed hash: ae87d1a70cba1e53abce1be7b0bbff1bb933914d === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2343: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2364: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2476: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/unknown-size-update.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 2768919a1062733601d34557236e59ef /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : unknown-size-update.txt: Parsed hash: 2768919a1062733601d34557236e59ef 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/unknown-size-update.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 6794e518d48739aea99b9c005b33770105738ddb /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : unknown-size-update.txt: Parsed hash: 6794e518d48739aea99b9c005b33770105738ddb 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/unknown-size-update.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: md5sum /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 2768919a1062733601d34557236e59ef /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : unknown-size-update.txt: Parsed hash: 2768919a1062733601d34557236e59ef 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Shell path "/rclone-test-zudowux4xuqa/unknown-size-update.txt" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Running remote command: sha1sum /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Remote command result: 6794e518d48739aea99b9c005b33770105738ddb /rclone-test-zudowux4xuqa/unknown-size-update.txt 2025/10/14 01:46:14 DEBUG : unknown-size-update.txt: Parsed hash: 6794e518d48739aea99b9c005b33770105738ddb === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/14 01:46:14 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zudowux4xuqa/deeper/nonexisting/directory" 2025/10/14 01:46:14 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : TestSFTPRclone: detected overridden config - adding "{6YpKc}" suffix to name 2025/10/14 01:46:14 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/14 01:46:14 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/14 01:46:14 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/14 01:46:14 DEBUG : Setting pass="ITgZ1EDtBq0_r8nRco83cwWTUaQNTrM8LrA-TyR073tcFgE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/deeper/nonexisting/directory: New connection 127.0.0.1:55150->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-zudowux4xuqa/deeper/nonexisting/directory" 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa/deeper/nonexisting/directory: Using root directory "/rclone-test-zudowux4xuqa/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: FS has no Directory methods and doesn't Wrap 2025/10/14 01:46:14 DEBUG : Waiting for deletions to finish 2025/10/14 01:46:14 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/14 01:46:14 DEBUG : removing 1 level 4 directories 2025/10/14 01:46:14 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 3 directories 2025/10/14 01:46:14 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 2 directories 2025/10/14 01:46:14 INFO : hello? sausage/êé: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 1 directories 2025/10/14 01:46:14 INFO : hello? sausage: Removing directory 2025/10/14 01:46:14 DEBUG : removing 1 level 0 directories 2025/10/14 01:46:14 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Removing directory 2025/10/14 01:46:14 ERROR : error listing: directory not found 2025/10/14 01:46:14 DEBUG : Waiting for deletions to finish 2025/10/14 01:46:14 ERROR : error listing: directory not found 2025/10/14 01:46:14 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Failed to list "": directory not found 2025/10/14 01:46:14 DEBUG : removing 1 level 0 directories 2025/10/14 01:46:14 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Removing directory 2025/10/14 01:46:14 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/14 01:46:14 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zudowux4xuqa: Closing 2 unused connections 2025/10/14 01:46:14 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.11s) --- 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.82s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.25s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- 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.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.51s) --- 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.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- 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/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.06s) --- 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.03s) --- 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 12.295s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.261825926s (try 1/5)