"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.16s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/26 01:22:17 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:18 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/26 01:22:18 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:19 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/26 01:22:19 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:20 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/26 01:22:20 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:21 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/26 01:22:21 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:22 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/26 01:22:22 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:23 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/26 01:22:23 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:24 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/26 01:22:24 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:25 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/26 01:22:25 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:26 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/26 01:22:26 NOTICE: TestSFTPRclone: Stopping server 2025/10/26 01:22:26 NOTICE: TestSFTPRclone: Starting server 2025/10/26 01:22:27 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/26 01:22:27 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/26 01:22:27 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-leqatev3weya" 2025/10/26 01:22:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/26 01:22:27 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: New connection 127.0.0.1:59886->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell type "unix" from config 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Relative path resolved to "/rclone-test-leqatev3weya" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Using root directory "/rclone-test-leqatev3weya" 2025/10/26 01:22:27 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/26 01:22:27 INFO : dir/subdir: Making directory 2025/10/26 01:22:27 INFO : dir/subdir: Removing directory 2025/10/26 01:22:27 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/26 01:22:27 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/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b3c0e7ca9e61b6934315feef1b2caf0e /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b3c0e7ca9e61b6934315feef1b2caf0e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c0c3eb10154cade1cc5443c5007de71fd0578a85 /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c0c3eb10154cade1cc5443c5007de71fd0578a85 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b3c0e7ca9e61b6934315feef1b2caf0e /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b3c0e7ca9e61b6934315feef1b2caf0e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c0c3eb10154cade1cc5443c5007de71fd0578a85 /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c0c3eb10154cade1cc5443c5007de71fd0578a85 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b3c0e7ca9e61b6934315feef1b2caf0e /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: b3c0e7ca9e61b6934315feef1b2caf0e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c0c3eb10154cade1cc5443c5007de71fd0578a85 /rclone-test-leqatev3weya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/26 01:22:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: c0c3eb10154cade1cc5443c5007de71fd0578a85 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: af583d39e4a6284e38b1c5fee7a61bf5 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: af583d39e4a6284e38b1c5fee7a61bf5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: f3f6767f49303af3a3fd40aa2606285e85a19274 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: f3f6767f49303af3a3fd40aa2606285e85a19274 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: af583d39e4a6284e38b1c5fee7a61bf5 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: af583d39e4a6284e38b1c5fee7a61bf5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: f3f6767f49303af3a3fd40aa2606285e85a19274 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: f3f6767f49303af3a3fd40aa2606285e85a19274 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: af583d39e4a6284e38b1c5fee7a61bf5 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: af583d39e4a6284e38b1c5fee7a61bf5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/./." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: f3f6767f49303af3a3fd40aa2606285e85a19274 /rclone-test-leqatev3weya/./. 2025/10/26 01:22:27 DEBUG : ./.: Parsed hash: f3f6767f49303af3a3fd40aa2606285e85a19274 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: aff6a9df6072f503c685a665fc89f5de /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: aff6a9df6072f503c685a665fc89f5de 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 728c627e0962126be9e911a2be35c1b93810a6d1 /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: 728c627e0962126be9e911a2be35c1b93810a6d1 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: aff6a9df6072f503c685a665fc89f5de /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: aff6a9df6072f503c685a665fc89f5de 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 728c627e0962126be9e911a2be35c1b93810a6d1 /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: 728c627e0962126be9e911a2be35c1b93810a6d1 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: aff6a9df6072f503c685a665fc89f5de /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: aff6a9df6072f503c685a665fc89f5de 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/../.." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 728c627e0962126be9e911a2be35c1b93810a6d1 /rclone-test-leqatev3weya/../.. 2025/10/26 01:22:27 DEBUG : ../..: Parsed hash: 728c627e0962126be9e911a2be35c1b93810a6d1 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccafa8b366e1a1aa30785866d5d723f0 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ccafa8b366e1a1aa30785866d5d723f0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccafa8b366e1a1aa30785866d5d723f0 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ccafa8b366e1a1aa30785866d5d723f0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccafa8b366e1a1aa30785866d5d723f0 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: ccafa8b366e1a1aa30785866d5d723f0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 /rclone-test-leqatev3weya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/26 01:22:27 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: c14bc0fecdbae8ab62db60ad99e8fccf52a94d27 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4300c6577e9c71699706f31c0c3b2fc4 /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 4300c6577e9c71699706f31c0c3b2fc4 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7ec8c2db593741a1a175f620ec3b899bbbb703fc /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 7ec8c2db593741a1a175f620ec3b899bbbb703fc 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4300c6577e9c71699706f31c0c3b2fc4 /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 4300c6577e9c71699706f31c0c3b2fc4 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7ec8c2db593741a1a175f620ec3b899bbbb703fc /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 7ec8c2db593741a1a175f620ec3b899bbbb703fc 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4300c6577e9c71699706f31c0c3b2fc4 /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 4300c6577e9c71699706f31c0c3b2fc4 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/ leading space/ leading space" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\ leading\ space/\ leading\ space 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7ec8c2db593741a1a175f620ec3b899bbbb703fc /rclone-test-leqatev3weya/ leading space/ leading space 2025/10/26 01:22:27 DEBUG : leading space/ leading space: Parsed hash: 7ec8c2db593741a1a175f620ec3b899bbbb703fc === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 45b5c36dd15754f85689a87ce7f5317c /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45b5c36dd15754f85689a87ce7f5317c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 45b5c36dd15754f85689a87ce7f5317c /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45b5c36dd15754f85689a87ce7f5317c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 45b5c36dd15754f85689a87ce7f5317c /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45b5c36dd15754f85689a87ce7f5317c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/~leading tilde/~leading tilde" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/\~leading\ tilde/\~leading\ tilde 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 /rclone-test-leqatev3weya/~leading tilde/~leading tilde 2025/10/26 01:22:27 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8e24e9e820c2b88f3c90cb9185d39258d2fb4910 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 68698d673102d388b679c29937f41997 /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 68698d673102d388b679c29937f41997 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d5d0255f719869714ef2bc68b2b54ff1433f0a8f /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: d5d0255f719869714ef2bc68b2b54ff1433f0a8f 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 68698d673102d388b679c29937f41997 /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 68698d673102d388b679c29937f41997 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d5d0255f719869714ef2bc68b2b54ff1433f0a8f /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: d5d0255f719869714ef2bc68b2b54ff1433f0a8f 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 68698d673102d388b679c29937f41997 /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 68698d673102d388b679c29937f41997 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␍leading CR/␍leading CR" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␍leading\ CR/␍leading\ CR 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d5d0255f719869714ef2bc68b2b54ff1433f0a8f /rclone-test-leqatev3weya/␍leading CR/␍leading CR 2025/10/26 01:22:27 DEBUG : ␍leading CR/␍leading CR: Parsed hash: d5d0255f719869714ef2bc68b2b54ff1433f0a8f === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ca7789c889359a9717238efd4ed38dbd /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca7789c889359a9717238efd4ed38dbd 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 988ff329b1ced365988e79c0be44a0b3279bb49e /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 988ff329b1ced365988e79c0be44a0b3279bb49e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ca7789c889359a9717238efd4ed38dbd /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca7789c889359a9717238efd4ed38dbd 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 988ff329b1ced365988e79c0be44a0b3279bb49e /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 988ff329b1ced365988e79c0be44a0b3279bb49e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ca7789c889359a9717238efd4ed38dbd /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ca7789c889359a9717238efd4ed38dbd 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␊leading LF/␊leading LF" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␊leading\ LF/␊leading\ LF 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 988ff329b1ced365988e79c0be44a0b3279bb49e /rclone-test-leqatev3weya/␊leading LF/␊leading LF 2025/10/26 01:22:27 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 988ff329b1ced365988e79c0be44a0b3279bb49e === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8addf6e6bd61f62b53b9304cec83c57c /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 8addf6e6bd61f62b53b9304cec83c57c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8addf6e6bd61f62b53b9304cec83c57c /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 8addf6e6bd61f62b53b9304cec83c57c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8addf6e6bd61f62b53b9304cec83c57c /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 8addf6e6bd61f62b53b9304cec83c57c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␉leading HT/␉leading HT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␉leading\ HT/␉leading\ HT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 /rclone-test-leqatev3weya/␉leading HT/␉leading HT 2025/10/26 01:22:27 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 539fea9b4b92d76e51016bd4a2bcf74110470fa9 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2505773e75748b0e68295b4e01db54f8 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 2505773e75748b0e68295b4e01db54f8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ffb02f40c1a4cb96192c888cbce95fb90dd23142 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: ffb02f40c1a4cb96192c888cbce95fb90dd23142 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2505773e75748b0e68295b4e01db54f8 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 2505773e75748b0e68295b4e01db54f8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ffb02f40c1a4cb96192c888cbce95fb90dd23142 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: ffb02f40c1a4cb96192c888cbce95fb90dd23142 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2505773e75748b0e68295b4e01db54f8 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 2505773e75748b0e68295b4e01db54f8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/␋leading VT/␋leading VT" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/␋leading\ VT/␋leading\ VT 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ffb02f40c1a4cb96192c888cbce95fb90dd23142 /rclone-test-leqatev3weya/␋leading VT/␋leading VT 2025/10/26 01:22:27 DEBUG : ␋leading VT/␋leading VT: Parsed hash: ffb02f40c1a4cb96192c888cbce95fb90dd23142 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ed67231c170389689f85be2bbc070bc0 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: ed67231c170389689f85be2bbc070bc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 541211f13fc9f2bf48b44fbe7e6677c80246c226 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: 541211f13fc9f2bf48b44fbe7e6677c80246c226 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ed67231c170389689f85be2bbc070bc0 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: ed67231c170389689f85be2bbc070bc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 541211f13fc9f2bf48b44fbe7e6677c80246c226 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: 541211f13fc9f2bf48b44fbe7e6677c80246c226 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ed67231c170389689f85be2bbc070bc0 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: ed67231c170389689f85be2bbc070bc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/.leading dot/.leading dot" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/.leading\ dot/.leading\ dot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 541211f13fc9f2bf48b44fbe7e6677c80246c226 /rclone-test-leqatev3weya/.leading dot/.leading dot 2025/10/26 01:22:27 DEBUG : .leading dot/.leading dot: Parsed hash: 541211f13fc9f2bf48b44fbe7e6677c80246c226 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccc6c5dd7f09ab3cec06d9daf61cdc3f /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: ccc6c5dd7f09ab3cec06d9daf61cdc3f 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 86fed88e8e5db5a7801b27bd116a8154466876f3 /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: 86fed88e8e5db5a7801b27bd116a8154466876f3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccc6c5dd7f09ab3cec06d9daf61cdc3f /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: ccc6c5dd7f09ab3cec06d9daf61cdc3f 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 86fed88e8e5db5a7801b27bd116a8154466876f3 /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: 86fed88e8e5db5a7801b27bd116a8154466876f3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ccc6c5dd7f09ab3cec06d9daf61cdc3f /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: ccc6c5dd7f09ab3cec06d9daf61cdc3f 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing space /trailing space " 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ space\ /trailing\ space\ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 86fed88e8e5db5a7801b27bd116a8154466876f3 /rclone-test-leqatev3weya/trailing space /trailing space 2025/10/26 01:22:27 DEBUG : trailing space /trailing space : Parsed hash: 86fed88e8e5db5a7801b27bd116a8154466876f3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 10bf60ec19650d12d888658317b80413 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 10bf60ec19650d12d888658317b80413 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4f9b58544a44668e5e4e1a016f846158269d1187 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4f9b58544a44668e5e4e1a016f846158269d1187 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 10bf60ec19650d12d888658317b80413 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 10bf60ec19650d12d888658317b80413 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4f9b58544a44668e5e4e1a016f846158269d1187 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4f9b58544a44668e5e4e1a016f846158269d1187 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 10bf60ec19650d12d888658317b80413 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 10bf60ec19650d12d888658317b80413 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing CR␍/trailing CR␍" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ CR␍/trailing\ CR␍ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 4f9b58544a44668e5e4e1a016f846158269d1187 /rclone-test-leqatev3weya/trailing CR␍/trailing CR␍ 2025/10/26 01:22:27 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4f9b58544a44668e5e4e1a016f846158269d1187 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: dd82c7554b058e4738d4bd345bde17d7 /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd82c7554b058e4738d4bd345bde17d7 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 574fd62b4ccc07a9f53708b36c534f1128af530b /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 574fd62b4ccc07a9f53708b36c534f1128af530b 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: dd82c7554b058e4738d4bd345bde17d7 /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd82c7554b058e4738d4bd345bde17d7 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 574fd62b4ccc07a9f53708b36c534f1128af530b /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 574fd62b4ccc07a9f53708b36c534f1128af530b 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: dd82c7554b058e4738d4bd345bde17d7 /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: dd82c7554b058e4738d4bd345bde17d7 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing LF␊/trailing LF␊" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ LF␊/trailing\ LF␊ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 574fd62b4ccc07a9f53708b36c534f1128af530b /rclone-test-leqatev3weya/trailing LF␊/trailing LF␊ 2025/10/26 01:22:27 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 574fd62b4ccc07a9f53708b36c534f1128af530b === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c53f7bb1a82821f1213be04818ee4ca3 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: c53f7bb1a82821f1213be04818ee4ca3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 236fe84a11733d801dc0489f8b658f11cce6b9d7 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 236fe84a11733d801dc0489f8b658f11cce6b9d7 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c53f7bb1a82821f1213be04818ee4ca3 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: c53f7bb1a82821f1213be04818ee4ca3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 236fe84a11733d801dc0489f8b658f11cce6b9d7 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 236fe84a11733d801dc0489f8b658f11cce6b9d7 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: c53f7bb1a82821f1213be04818ee4ca3 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: c53f7bb1a82821f1213be04818ee4ca3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing HT␉/trailing HT␉" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ HT␉/trailing\ HT␉ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 236fe84a11733d801dc0489f8b658f11cce6b9d7 /rclone-test-leqatev3weya/trailing HT␉/trailing HT␉ 2025/10/26 01:22:27 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 236fe84a11733d801dc0489f8b658f11cce6b9d7 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: facf8a4788f6dc2ef29a72e7ecc3f550 /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: facf8a4788f6dc2ef29a72e7ecc3f550 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2f2e96821dab4f21b4648703c63656d197e22b6b /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 2f2e96821dab4f21b4648703c63656d197e22b6b 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: facf8a4788f6dc2ef29a72e7ecc3f550 /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: facf8a4788f6dc2ef29a72e7ecc3f550 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2f2e96821dab4f21b4648703c63656d197e22b6b /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 2f2e96821dab4f21b4648703c63656d197e22b6b 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: facf8a4788f6dc2ef29a72e7ecc3f550 /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: facf8a4788f6dc2ef29a72e7ecc3f550 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing VT␋/trailing VT␋" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ VT␋/trailing\ VT␋ 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2f2e96821dab4f21b4648703c63656d197e22b6b /rclone-test-leqatev3weya/trailing VT␋/trailing VT␋ 2025/10/26 01:22:27 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 2f2e96821dab4f21b4648703c63656d197e22b6b === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 39919051df89a1aaf1dd1428cecfeb0a /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 39919051df89a1aaf1dd1428cecfeb0a 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 0accfeff01539bea46ff59c64d11c3f3f0e13840 /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 0accfeff01539bea46ff59c64d11c3f3f0e13840 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 39919051df89a1aaf1dd1428cecfeb0a /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 39919051df89a1aaf1dd1428cecfeb0a 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 0accfeff01539bea46ff59c64d11c3f3f0e13840 /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 0accfeff01539bea46ff59c64d11c3f3f0e13840 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 39919051df89a1aaf1dd1428cecfeb0a /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 39919051df89a1aaf1dd1428cecfeb0a 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/trailing dot./trailing dot." 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/trailing\ dot./trailing\ dot. 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 0accfeff01539bea46ff59c64d11c3f3f0e13840 /rclone-test-leqatev3weya/trailing dot./trailing dot. 2025/10/26 01:22:27 DEBUG : trailing dot./trailing dot.: Parsed hash: 0accfeff01539bea46ff59c64d11c3f3f0e13840 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 69414864b1b9283845c9477dad6e3dc0 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 69414864b1b9283845c9477dad6e3dc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 210d89e86915103c428f6592e1dbad409fd1cc35 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 210d89e86915103c428f6592e1dbad409fd1cc35 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 69414864b1b9283845c9477dad6e3dc0 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 69414864b1b9283845c9477dad6e3dc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 210d89e86915103c428f6592e1dbad409fd1cc35 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 210d89e86915103c428f6592e1dbad409fd1cc35 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 69414864b1b9283845c9477dad6e3dc0 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 69414864b1b9283845c9477dad6e3dc0 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/invalid\ utf-8/invalid\ utf-8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 210d89e86915103c428f6592e1dbad409fd1cc35 /rclone-test-leqatev3weya/invalid utf-8/invalid utf-8 2025/10/26 01:22:27 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 210d89e86915103c428f6592e1dbad409fd1cc35 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 60673bf501613309a3fc33e13c4f97d3 /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: 60673bf501613309a3fc33e13c4f97d3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b9e0c56081f92e1051097fd95195cb75bf8af25c /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: b9e0c56081f92e1051097fd95195cb75bf8af25c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 60673bf501613309a3fc33e13c4f97d3 /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: 60673bf501613309a3fc33e13c4f97d3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b9e0c56081f92e1051097fd95195cb75bf8af25c /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: b9e0c56081f92e1051097fd95195cb75bf8af25c 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 60673bf501613309a3fc33e13c4f97d3 /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: 60673bf501613309a3fc33e13c4f97d3 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/test%46.txt/test%46.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/test\%46.txt/test\%46.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: b9e0c56081f92e1051097fd95195cb75bf8af25c /rclone-test-leqatev3weya/test%46.txt/test%46.txt 2025/10/26 01:22:27 DEBUG : test%46.txt/test%46.txt: Parsed hash: b9e0c56081f92e1051097fd95195cb75bf8af25c === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Connection OK after error: potato 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/zero-length-file" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/zero-length-file" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/zero-length-file" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/zero-length-file" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-leqatev3weya/zero-length-file 2025/10/26 01:22:27 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/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ac3147424f0e9c95fe88703b0db649fb /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: ac3147424f0e9c95fe88703b0db649fb 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6d4d48433fb548b821c1c3aa7b7f30eeb9839d60 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6d4d48433fb548b821c1c3aa7b7f30eeb9839d60 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: ac3147424f0e9c95fe88703b0db649fb /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: ac3147424f0e9c95fe88703b0db649fb 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6d4d48433fb548b821c1c3aa7b7f30eeb9839d60 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6d4d48433fb548b821c1c3aa7b7f30eeb9839d60 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 === 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/26 01:22:27 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/26 01:22:27 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:59896->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/26 01:22:27 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/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === 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/26 01:22:27 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-leqatev3weya/hello? sausage/êé" 2025/10/26 01:22:27 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: New connection 127.0.0.1:59904->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Shell type "unix" from config 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Relative path resolved to "/rclone-test-leqatev3weya/hello? sausage/êé" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Using root directory "/rclone-test-leqatev3weya/hello? sausage/êé" 2025/10/26 01:22:27 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-leqatev3weya/hello? sausage/êé" to be canonical "TestSFTPRclone{MnPRw}:rclone-test-leqatev3weya/hello? sausage/êé" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Remote command result: 1e5736a347c5599ce9f3b75a54c339fa /rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : a/b/c/d/e.txt: Parsed hash: 1e5736a347c5599ce9f3b75a54c339fa 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Remote command result: a98d61615dbf42420fce3d972e947f98adf4e5cd /rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : a/b/c/d/e.txt: Parsed hash: a98d61615dbf42420fce3d972e947f98adf4e5cd 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Remote command result: 1e5736a347c5599ce9f3b75a54c339fa /rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : a/b/c/d/e.txt: Parsed hash: 1e5736a347c5599ce9f3b75a54c339fa 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: Remote command result: a98d61615dbf42420fce3d972e947f98adf4e5cd /rclone-test-leqatev3weya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/26 01:22:27 DEBUG : a/b/c/d/e.txt: Parsed hash: a98d61615dbf42420fce3d972e947f98adf4e5cd 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé: New connection 127.0.0.1:59918->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : Waiting for deletions to finish 2025/10/26 01:22:27 INFO : a/b/c/d/e.txt: Deleted 2025/10/26 01:22:27 DEBUG : removing 1 level 4 directories 2025/10/26 01:22:27 INFO : a/b/c/d: Removing directory 2025/10/26 01:22:27 DEBUG : removing 1 level 3 directories 2025/10/26 01:22:27 INFO : a/b/c: Removing directory 2025/10/26 01:22:27 DEBUG : removing 1 level 2 directories 2025/10/26 01:22:27 INFO : a/b: Removing directory 2025/10/26 01:22:27 DEBUG : removing 1 level 1 directories 2025/10/26 01:22:27 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: New connection 127.0.0.1:59920->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/moveTest/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/moveTest/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/moveTest/other.txt 2025/10/26 01:22:27 DEBUG : moveTest/other.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/moveTest/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/moveTest/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/moveTest/other.txt 2025/10/26 01:22:27 DEBUG : moveTest/other.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/other.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/other.txt 2025/10/26 01:22:27 DEBUG : other.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/26 01:22:27 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-takopic5gura" 2025/10/26 01:22:27 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: New connection 127.0.0.1:59928->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Shell type "unix" from config 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Relative path resolved to "/rclone-test-takopic5gura" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Using root directory "/rclone-test-takopic5gura" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Shell path "/rclone-test-takopic5gura/new_name/sub_new_name/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Running remote command: md5sum /rclone-test-takopic5gura/new_name/sub_new_name/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-takopic5gura/new_name/sub_new_name/file name.txt 2025/10/26 01:22:27 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Shell path "/rclone-test-takopic5gura/new_name/sub_new_name/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Running remote command: sha1sum /rclone-test-takopic5gura/new_name/sub_new_name/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-takopic5gura/new_name/sub_new_name/file name.txt 2025/10/26 01:22:27 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Shell path "/rclone-test-takopic5gura/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Running remote command: md5sum /rclone-test-takopic5gura/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-takopic5gura/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Shell path "/rclone-test-takopic5gura/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Running remote command: sha1sum /rclone-test-takopic5gura/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-takopic5gura/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: Purge dir "new_name" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-takopic5gura: 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/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2a7727bced4baa5742812f64b65709b8 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 2a7727bced4baa5742812f64b65709b8 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 6379803e8325ff3a6ba7bc8db320e4f46aa268a5 === 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/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:27 DEBUG : file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/26 01:22:27 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:27 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:27 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:27 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:27 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:59938->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:27 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:27 DEBUG : z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/26 01:22:28 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-leqatev3weya/not found.txt" 2025/10/26 01:22:28 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/not found.txt: New connection 127.0.0.1:59942->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/not found.txt: Shell type "unix" from config 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/not found.txt: Relative path resolved to "/rclone-test-leqatev3weya/not found.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/not found.txt: Using root directory "/rclone-test-leqatev3weya/not found.txt" 2025/10/26 01:22:28 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-leqatev3weya" from "TestSFTPRclone:rclone-test-leqatev3weya" 2025/10/26 01:22:28 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/26 01:22:28 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:59956->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d10338f81667d9fa3a0f7c91fc6d4239 /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: d10338f81667d9fa3a0f7c91fc6d4239 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: caa7d46568f9b002f0094864ea673ae33c1ed8de /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: caa7d46568f9b002f0094864ea673ae33c1ed8de 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d10338f81667d9fa3a0f7c91fc6d4239 /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: d10338f81667d9fa3a0f7c91fc6d4239 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: caa7d46568f9b002f0094864ea673ae33c1ed8de /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: caa7d46568f9b002f0094864ea673ae33c1ed8de 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d10338f81667d9fa3a0f7c91fc6d4239 /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: d10338f81667d9fa3a0f7c91fc6d4239 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/created from root.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/created\ from\ root.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: caa7d46568f9b002f0094864ea673ae33c1ed8de /rclone-test-leqatev3weya/created from root.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/created from root.txt: Parsed hash: caa7d46568f9b002f0094864ea673ae33c1ed8de 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e1863b79335eb084b80c9776093ecb96 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: e1863b79335eb084b80c9776093ecb96 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/file name.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/file\ name.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 /rclone-test-leqatev3weya/file name.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/file name.txt: Parsed hash: 37fba2a29e48a115ba163bbd2f77ffa2ad904c78 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === 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/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 7895dc558494d50fad0fd05362bd5617 /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 7895dc558494d50fad0fd05362bd5617 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 1c35d200c569979e4ee93597f106248e5be12edf /rclone-test-leqatev3weya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/26 01:22:28 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1c35d200c569979e4ee93597f106248e5be12edf === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Server has VFS statistics extension 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: About path "/rclone-test-leqatev3weya" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: About path "/rclone-test-leqatev3weya" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: About using shell command for shell type "unix" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: df -k /rclone-test-leqatev3weya 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 114121160 36651848 72% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2d4632ac53dc318a3e7c253943c483e0 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: 2d4632ac53dc318a3e7c253943c483e0 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8a0888241a5f7df834375705e0e4f45c5a74cce7 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: 8a0888241a5f7df834375705e0e4f45c5a74cce7 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 2d4632ac53dc318a3e7c253943c483e0 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: 2d4632ac53dc318a3e7c253943c483e0 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/piped data.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/piped\ data.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: 8a0888241a5f7df834375705e0e4f45c5a74cce7 /rclone-test-leqatev3weya/piped data.txt 2025/10/26 01:22:28 DEBUG : piped data.txt: Parsed hash: 8a0888241a5f7df834375705e0e4f45c5a74cce7 === 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/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/unknown-size-update.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: dc47633e716a1bab933ae4abb3088561 /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : unknown-size-update.txt: Parsed hash: dc47633e716a1bab933ae4abb3088561 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/unknown-size-update.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: fdad24ea7a3861fe0e18b100777c7df45dbc0da6 /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : unknown-size-update.txt: Parsed hash: fdad24ea7a3861fe0e18b100777c7df45dbc0da6 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/unknown-size-update.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: md5sum /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: dc47633e716a1bab933ae4abb3088561 /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : unknown-size-update.txt: Parsed hash: dc47633e716a1bab933ae4abb3088561 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Shell path "/rclone-test-leqatev3weya/unknown-size-update.txt" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Running remote command: sha1sum /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Remote command result: fdad24ea7a3861fe0e18b100777c7df45dbc0da6 /rclone-test-leqatev3weya/unknown-size-update.txt 2025/10/26 01:22:28 DEBUG : unknown-size-update.txt: Parsed hash: fdad24ea7a3861fe0e18b100777c7df45dbc0da6 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/26 01:22:28 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-leqatev3weya/deeper/nonexisting/directory" 2025/10/26 01:22:28 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : TestSFTPRclone: detected overridden config - adding "{MnPRw}" suffix to name 2025/10/26 01:22:28 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/26 01:22:28 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/26 01:22:28 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/26 01:22:28 DEBUG : Setting pass="DLHPkqrN575rhKcn0LkE5wADQwzIA68rtD9QvQp5hfLZZkE" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/deeper/nonexisting/directory: New connection 127.0.0.1:59960->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9212.70d2fe656" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-leqatev3weya/deeper/nonexisting/directory" 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya/deeper/nonexisting/directory: Using root directory "/rclone-test-leqatev3weya/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/26 01:22:28 DEBUG : Waiting for deletions to finish 2025/10/26 01:22:28 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/26 01:22:28 DEBUG : removing 1 level 4 directories 2025/10/26 01:22:28 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/26 01:22:28 DEBUG : removing 1 level 3 directories 2025/10/26 01:22:28 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/26 01:22:28 DEBUG : removing 1 level 2 directories 2025/10/26 01:22:28 INFO : hello? sausage/êé: Removing directory 2025/10/26 01:22:28 DEBUG : removing 1 level 1 directories 2025/10/26 01:22:28 INFO : hello? sausage: Removing directory 2025/10/26 01:22:28 DEBUG : removing 1 level 0 directories 2025/10/26 01:22:28 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Removing directory 2025/10/26 01:22:28 ERROR : error listing: directory not found 2025/10/26 01:22:28 DEBUG : Waiting for deletions to finish 2025/10/26 01:22:28 ERROR : error listing: directory not found 2025/10/26 01:22:28 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Failed to list "": directory not found 2025/10/26 01:22:28 DEBUG : removing 1 level 0 directories 2025/10/26 01:22:28 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Removing directory 2025/10/26 01:22:28 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/26 01:22:28 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-leqatev3weya: Closing 2 unused connections 2025/10/26 01:22:28 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.06s) --- 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.75s) --- 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.24s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- 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.02s) --- 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.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.46s) --- 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.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 12.238s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.779507529s (try 1/5)