"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.14s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/24 02:57:28 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:29 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/24 02:57:30 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:31 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/24 02:57:31 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:32 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/24 02:57:32 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:33 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/24 02:57:33 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:34 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/24 02:57:34 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:35 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/24 02:57:35 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:36 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/24 02:57:36 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:37 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/24 02:57:37 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:38 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/24 02:57:38 NOTICE: TestSFTPRclone: Stopping server 2025/10/24 02:57:38 NOTICE: TestSFTPRclone: Starting server 2025/10/24 02:57:39 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/24 02:57:39 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: New connection 127.0.0.1:53140->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Relative path resolved to "/rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Using root directory "/rclone-test-cilezof2wija" 2025/10/24 02:57:39 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/24 02:57:39 INFO : dir/subdir: Making directory 2025/10/24 02:57:39 INFO : dir/subdir: Removing directory 2025/10/24 02:57:39 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/24 02:57:39 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 35eb121440666ce5202ef61eaeda6941 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 35eb121440666ce5202ef61eaeda6941 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 35eb121440666ce5202ef61eaeda6941 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 35eb121440666ce5202ef61eaeda6941 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 35eb121440666ce5202ef61eaeda6941 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 35eb121440666ce5202ef61eaeda6941 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 /rclone-test-cilezof2wija/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/24 02:57:39 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d5fa9d34eac5803b72325892fd8f7db5ccce4fa2 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 7380ebe64a4a04d67e09ef54cd7eac0c /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: 7380ebe64a4a04d67e09ef54cd7eac0c 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c03edb8252426dc69b08d5aeb1103876699d5c00 /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: c03edb8252426dc69b08d5aeb1103876699d5c00 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 7380ebe64a4a04d67e09ef54cd7eac0c /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: 7380ebe64a4a04d67e09ef54cd7eac0c 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c03edb8252426dc69b08d5aeb1103876699d5c00 /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: c03edb8252426dc69b08d5aeb1103876699d5c00 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 7380ebe64a4a04d67e09ef54cd7eac0c /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: 7380ebe64a4a04d67e09ef54cd7eac0c 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/./." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c03edb8252426dc69b08d5aeb1103876699d5c00 /rclone-test-cilezof2wija/./. 2025/10/24 02:57:39 DEBUG : ./.: Parsed hash: c03edb8252426dc69b08d5aeb1103876699d5c00 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 2daff9c9014cb002cc6135d07014c890 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 2daff9c9014cb002cc6135d07014c890 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 2daff9c9014cb002cc6135d07014c890 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 2daff9c9014cb002cc6135d07014c890 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 2daff9c9014cb002cc6135d07014c890 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 2daff9c9014cb002cc6135d07014c890 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/../.." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 /rclone-test-cilezof2wija/../.. 2025/10/24 02:57:39 DEBUG : ../..: Parsed hash: 284c3c5960d5a17a6f83fe559950b58fe0a77e79 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f2798b3338481a5fcea018b0a17ce725 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f2798b3338481a5fcea018b0a17ce725 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 0780d96f071a7ed13bd88df165eee6e5306a5533 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 0780d96f071a7ed13bd88df165eee6e5306a5533 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f2798b3338481a5fcea018b0a17ce725 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f2798b3338481a5fcea018b0a17ce725 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 0780d96f071a7ed13bd88df165eee6e5306a5533 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 0780d96f071a7ed13bd88df165eee6e5306a5533 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f2798b3338481a5fcea018b0a17ce725 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f2798b3338481a5fcea018b0a17ce725 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 0780d96f071a7ed13bd88df165eee6e5306a5533 /rclone-test-cilezof2wija/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/24 02:57:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 0780d96f071a7ed13bd88df165eee6e5306a5533 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c76c8481d7bb05181d145be0fcacc129 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: c76c8481d7bb05181d145be0fcacc129 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f57feafac10319e4af80ef53c6ad7e30303bb8f8 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: f57feafac10319e4af80ef53c6ad7e30303bb8f8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c76c8481d7bb05181d145be0fcacc129 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: c76c8481d7bb05181d145be0fcacc129 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f57feafac10319e4af80ef53c6ad7e30303bb8f8 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: f57feafac10319e4af80ef53c6ad7e30303bb8f8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c76c8481d7bb05181d145be0fcacc129 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: c76c8481d7bb05181d145be0fcacc129 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/ leading space/ leading space" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\ leading\ space/\ leading\ space 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f57feafac10319e4af80ef53c6ad7e30303bb8f8 /rclone-test-cilezof2wija/ leading space/ leading space 2025/10/24 02:57:39 DEBUG : leading space/ leading space: Parsed hash: f57feafac10319e4af80ef53c6ad7e30303bb8f8 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 48b202e7508581b85da88952de3d5bcf /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 48b202e7508581b85da88952de3d5bcf 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 48b202e7508581b85da88952de3d5bcf /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 48b202e7508581b85da88952de3d5bcf 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 48b202e7508581b85da88952de3d5bcf /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 48b202e7508581b85da88952de3d5bcf 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/~leading tilde/~leading tilde" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/\~leading\ tilde/\~leading\ tilde 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 /rclone-test-cilezof2wija/~leading tilde/~leading tilde 2025/10/24 02:57:39 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 19e82f1f41bbcd93d9a2cf83d85afa1ad46ccaa9 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6d836c83cb19c91f8fc0156484e3e0b4 /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d836c83cb19c91f8fc0156484e3e0b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a0edba775e8a8e5784ffc1f734adc841d426fb8d /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a0edba775e8a8e5784ffc1f734adc841d426fb8d 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6d836c83cb19c91f8fc0156484e3e0b4 /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d836c83cb19c91f8fc0156484e3e0b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a0edba775e8a8e5784ffc1f734adc841d426fb8d /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a0edba775e8a8e5784ffc1f734adc841d426fb8d 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6d836c83cb19c91f8fc0156484e3e0b4 /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d836c83cb19c91f8fc0156484e3e0b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␍leading CR/␍leading CR" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␍leading\ CR/␍leading\ CR 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a0edba775e8a8e5784ffc1f734adc841d426fb8d /rclone-test-cilezof2wija/␍leading CR/␍leading CR 2025/10/24 02:57:39 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a0edba775e8a8e5784ffc1f734adc841d426fb8d === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ceb0c2bc693f6207c01e8f259ffa0545 /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ceb0c2bc693f6207c01e8f259ffa0545 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 610cf389850869417327c8c72fa218b5b005c07c /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 610cf389850869417327c8c72fa218b5b005c07c 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ceb0c2bc693f6207c01e8f259ffa0545 /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ceb0c2bc693f6207c01e8f259ffa0545 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 610cf389850869417327c8c72fa218b5b005c07c /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 610cf389850869417327c8c72fa218b5b005c07c 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ceb0c2bc693f6207c01e8f259ffa0545 /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ceb0c2bc693f6207c01e8f259ffa0545 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␊leading LF/␊leading LF" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␊leading\ LF/␊leading\ LF 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 610cf389850869417327c8c72fa218b5b005c07c /rclone-test-cilezof2wija/␊leading LF/␊leading LF 2025/10/24 02:57:39 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 610cf389850869417327c8c72fa218b5b005c07c === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1d9d39d93fa8bae0ef181acc833d8d97 /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 1d9d39d93fa8bae0ef181acc833d8d97 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f97ff368158db57bc036ddb475e32ffdbeb6724f /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f97ff368158db57bc036ddb475e32ffdbeb6724f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1d9d39d93fa8bae0ef181acc833d8d97 /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 1d9d39d93fa8bae0ef181acc833d8d97 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f97ff368158db57bc036ddb475e32ffdbeb6724f /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f97ff368158db57bc036ddb475e32ffdbeb6724f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1d9d39d93fa8bae0ef181acc833d8d97 /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 1d9d39d93fa8bae0ef181acc833d8d97 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␉leading HT/␉leading HT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␉leading\ HT/␉leading\ HT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f97ff368158db57bc036ddb475e32ffdbeb6724f /rclone-test-cilezof2wija/␉leading HT/␉leading HT 2025/10/24 02:57:39 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f97ff368158db57bc036ddb475e32ffdbeb6724f === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 223e3633750259e393ec5410e012498f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 223e3633750259e393ec5410e012498f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: b0a2254e7b1503cd58e78bf321fec8edb712c15f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: b0a2254e7b1503cd58e78bf321fec8edb712c15f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 223e3633750259e393ec5410e012498f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 223e3633750259e393ec5410e012498f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: b0a2254e7b1503cd58e78bf321fec8edb712c15f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: b0a2254e7b1503cd58e78bf321fec8edb712c15f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 223e3633750259e393ec5410e012498f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 223e3633750259e393ec5410e012498f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/␋leading VT/␋leading VT" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/␋leading\ VT/␋leading\ VT 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: b0a2254e7b1503cd58e78bf321fec8edb712c15f /rclone-test-cilezof2wija/␋leading VT/␋leading VT 2025/10/24 02:57:39 DEBUG : ␋leading VT/␋leading VT: Parsed hash: b0a2254e7b1503cd58e78bf321fec8edb712c15f === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f9226113c0ae2d3ff97ea12cd08b7421 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: f9226113c0ae2d3ff97ea12cd08b7421 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ebf830f551f9a75308dcef163641b40b262330e5 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: ebf830f551f9a75308dcef163641b40b262330e5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f9226113c0ae2d3ff97ea12cd08b7421 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: f9226113c0ae2d3ff97ea12cd08b7421 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ebf830f551f9a75308dcef163641b40b262330e5 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: ebf830f551f9a75308dcef163641b40b262330e5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f9226113c0ae2d3ff97ea12cd08b7421 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: f9226113c0ae2d3ff97ea12cd08b7421 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/.leading dot/.leading dot" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/.leading\ dot/.leading\ dot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ebf830f551f9a75308dcef163641b40b262330e5 /rclone-test-cilezof2wija/.leading dot/.leading dot 2025/10/24 02:57:39 DEBUG : .leading dot/.leading dot: Parsed hash: ebf830f551f9a75308dcef163641b40b262330e5 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a3d4ae07de73a66b783c924290565c2f /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: a3d4ae07de73a66b783c924290565c2f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a3d4ae07de73a66b783c924290565c2f /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: a3d4ae07de73a66b783c924290565c2f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a3d4ae07de73a66b783c924290565c2f /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: a3d4ae07de73a66b783c924290565c2f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing space /trailing space " 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ space\ /trailing\ space\ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db /rclone-test-cilezof2wija/trailing space /trailing space 2025/10/24 02:57:39 DEBUG : trailing space /trailing space : Parsed hash: f5a8ee8a1afbf0ccc85cf5b38b5b7c2c4d53a5db === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 3b8dbf9c9c9ec20b3ab0960be174687f /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 3b8dbf9c9c9ec20b3ab0960be174687f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: cbdd48dd81f364f5b23c88f3a45691651100beb6 /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cbdd48dd81f364f5b23c88f3a45691651100beb6 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 3b8dbf9c9c9ec20b3ab0960be174687f /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 3b8dbf9c9c9ec20b3ab0960be174687f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: cbdd48dd81f364f5b23c88f3a45691651100beb6 /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cbdd48dd81f364f5b23c88f3a45691651100beb6 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 3b8dbf9c9c9ec20b3ab0960be174687f /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 3b8dbf9c9c9ec20b3ab0960be174687f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing CR␍/trailing CR␍" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ CR␍/trailing\ CR␍ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: cbdd48dd81f364f5b23c88f3a45691651100beb6 /rclone-test-cilezof2wija/trailing CR␍/trailing CR␍ 2025/10/24 02:57:39 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: cbdd48dd81f364f5b23c88f3a45691651100beb6 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 827617265dfa645c9639e12c8f1798ce /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 827617265dfa645c9639e12c8f1798ce 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 8aaa4309cd36834f668c658f8a389c4c06dc392f /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 8aaa4309cd36834f668c658f8a389c4c06dc392f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 827617265dfa645c9639e12c8f1798ce /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 827617265dfa645c9639e12c8f1798ce 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 8aaa4309cd36834f668c658f8a389c4c06dc392f /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 8aaa4309cd36834f668c658f8a389c4c06dc392f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 827617265dfa645c9639e12c8f1798ce /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 827617265dfa645c9639e12c8f1798ce 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing LF␊/trailing LF␊" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ LF␊/trailing\ LF␊ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 8aaa4309cd36834f668c658f8a389c4c06dc392f /rclone-test-cilezof2wija/trailing LF␊/trailing LF␊ 2025/10/24 02:57:39 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 8aaa4309cd36834f668c658f8a389c4c06dc392f === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 701ca16b56d860e937527b09e3d5084f /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 701ca16b56d860e937527b09e3d5084f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1ae9c0036709c0bac660ce000e0b9f627d5890fa /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1ae9c0036709c0bac660ce000e0b9f627d5890fa 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 701ca16b56d860e937527b09e3d5084f /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 701ca16b56d860e937527b09e3d5084f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1ae9c0036709c0bac660ce000e0b9f627d5890fa /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1ae9c0036709c0bac660ce000e0b9f627d5890fa 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 701ca16b56d860e937527b09e3d5084f /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 701ca16b56d860e937527b09e3d5084f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing HT␉/trailing HT␉" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ HT␉/trailing\ HT␉ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 1ae9c0036709c0bac660ce000e0b9f627d5890fa /rclone-test-cilezof2wija/trailing HT␉/trailing HT␉ 2025/10/24 02:57:39 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1ae9c0036709c0bac660ce000e0b9f627d5890fa === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19797c211d8b68dc660583e44da70c08 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 19797c211d8b68dc660583e44da70c08 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 125fa4103ef3338da28ed2ef082c08cca4a648f5 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 125fa4103ef3338da28ed2ef082c08cca4a648f5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19797c211d8b68dc660583e44da70c08 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 19797c211d8b68dc660583e44da70c08 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 125fa4103ef3338da28ed2ef082c08cca4a648f5 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 125fa4103ef3338da28ed2ef082c08cca4a648f5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 19797c211d8b68dc660583e44da70c08 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 19797c211d8b68dc660583e44da70c08 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing VT␋/trailing VT␋" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ VT␋/trailing\ VT␋ 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 125fa4103ef3338da28ed2ef082c08cca4a648f5 /rclone-test-cilezof2wija/trailing VT␋/trailing VT␋ 2025/10/24 02:57:39 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 125fa4103ef3338da28ed2ef082c08cca4a648f5 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c0787c79ee20a88f94df964ce6d82079 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: c0787c79ee20a88f94df964ce6d82079 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ed79e5ce4456701e6f75d85692e66684cd1d5476 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: ed79e5ce4456701e6f75d85692e66684cd1d5476 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c0787c79ee20a88f94df964ce6d82079 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: c0787c79ee20a88f94df964ce6d82079 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ed79e5ce4456701e6f75d85692e66684cd1d5476 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: ed79e5ce4456701e6f75d85692e66684cd1d5476 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c0787c79ee20a88f94df964ce6d82079 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: c0787c79ee20a88f94df964ce6d82079 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/trailing dot./trailing dot." 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/trailing\ dot./trailing\ dot. 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: ed79e5ce4456701e6f75d85692e66684cd1d5476 /rclone-test-cilezof2wija/trailing dot./trailing dot. 2025/10/24 02:57:39 DEBUG : trailing dot./trailing dot.: Parsed hash: ed79e5ce4456701e6f75d85692e66684cd1d5476 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 49fb76498dab93e80bb4be3083366c4f /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49fb76498dab93e80bb4be3083366c4f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6350312c1aff930203ef7ae59535a88ee6466bef /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6350312c1aff930203ef7ae59535a88ee6466bef 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 49fb76498dab93e80bb4be3083366c4f /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49fb76498dab93e80bb4be3083366c4f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6350312c1aff930203ef7ae59535a88ee6466bef /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6350312c1aff930203ef7ae59535a88ee6466bef 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 49fb76498dab93e80bb4be3083366c4f /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49fb76498dab93e80bb4be3083366c4f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/invalid\ utf-8/invalid\ utf-8 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6350312c1aff930203ef7ae59535a88ee6466bef /rclone-test-cilezof2wija/invalid utf-8/invalid utf-8 2025/10/24 02:57:39 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6350312c1aff930203ef7ae59535a88ee6466bef === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 4365d084901618668a613e61194a3c27 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4365d084901618668a613e61194a3c27 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 22ced076d76f8057b08c2bcd6926538160c37620 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 22ced076d76f8057b08c2bcd6926538160c37620 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 4365d084901618668a613e61194a3c27 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4365d084901618668a613e61194a3c27 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 22ced076d76f8057b08c2bcd6926538160c37620 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 22ced076d76f8057b08c2bcd6926538160c37620 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 4365d084901618668a613e61194a3c27 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4365d084901618668a613e61194a3c27 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/test%46.txt/test%46.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/test\%46.txt/test\%46.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 22ced076d76f8057b08c2bcd6926538160c37620 /rclone-test-cilezof2wija/test%46.txt/test%46.txt 2025/10/24 02:57:39 DEBUG : test%46.txt/test%46.txt: Parsed hash: 22ced076d76f8057b08c2bcd6926538160c37620 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Connection OK after error: potato 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/zero-length-file" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/zero-length-file" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/zero-length-file" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/zero-length-file" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-cilezof2wija/zero-length-file 2025/10/24 02:57:39 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 3dc47256d7f20ed7e20b42be4f6aaf1d /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 3dc47256d7f20ed7e20b42be4f6aaf1d 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 026206b72c3e87cf623d0a86ce0f19e7cf42d84f /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 026206b72c3e87cf623d0a86ce0f19e7cf42d84f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 3dc47256d7f20ed7e20b42be4f6aaf1d /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 3dc47256d7f20ed7e20b42be4f6aaf1d 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 026206b72c3e87cf623d0a86ce0f19e7cf42d84f /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 026206b72c3e87cf623d0a86ce0f19e7cf42d84f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 === 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/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:53148->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/24 02:57:39 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === 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/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-cilezof2wija/hello? sausage/êé" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: New connection 127.0.0.1:53152->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Relative path resolved to "/rclone-test-cilezof2wija/hello? sausage/êé" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Using root directory "/rclone-test-cilezof2wija/hello? sausage/êé" 2025/10/24 02:57:39 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-cilezof2wija/hello? sausage/êé" to be canonical "TestSFTPRclone{y-dFM}:rclone-test-cilezof2wija/hello? sausage/êé" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Remote command result: 4a8f33c3caa0636cefce3eb992acce36 /rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : a/b/c/d/e.txt: Parsed hash: 4a8f33c3caa0636cefce3eb992acce36 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Remote command result: 4a7b1c08f0b79acfd9e1624540a0876462f1a351 /rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : a/b/c/d/e.txt: Parsed hash: 4a7b1c08f0b79acfd9e1624540a0876462f1a351 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Remote command result: 4a8f33c3caa0636cefce3eb992acce36 /rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : a/b/c/d/e.txt: Parsed hash: 4a8f33c3caa0636cefce3eb992acce36 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: Remote command result: 4a7b1c08f0b79acfd9e1624540a0876462f1a351 /rclone-test-cilezof2wija/hello? sausage/êé/a/b/c/d/e.txt 2025/10/24 02:57:39 DEBUG : a/b/c/d/e.txt: Parsed hash: 4a7b1c08f0b79acfd9e1624540a0876462f1a351 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé: New connection 127.0.0.1:53154->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : Waiting for deletions to finish 2025/10/24 02:57:39 INFO : a/b/c/d/e.txt: Deleted 2025/10/24 02:57:39 DEBUG : removing 1 level 4 directories 2025/10/24 02:57:39 INFO : a/b/c/d: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 3 directories 2025/10/24 02:57:39 INFO : a/b/c: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 2 directories 2025/10/24 02:57:39 INFO : a/b: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 1 directories 2025/10/24 02:57:39 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: New connection 127.0.0.1:53168->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/moveTest/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/moveTest/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/moveTest/other.txt 2025/10/24 02:57:39 DEBUG : moveTest/other.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/moveTest/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/moveTest/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/moveTest/other.txt 2025/10/24 02:57:39 DEBUG : moveTest/other.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/other.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/other.txt 2025/10/24 02:57:39 DEBUG : other.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-tatusuc7fixe" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: New connection 127.0.0.1:53174->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Relative path resolved to "/rclone-test-tatusuc7fixe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Using root directory "/rclone-test-tatusuc7fixe" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Shell path "/rclone-test-tatusuc7fixe/new_name/sub_new_name/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Running remote command: md5sum /rclone-test-tatusuc7fixe/new_name/sub_new_name/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-tatusuc7fixe/new_name/sub_new_name/file name.txt 2025/10/24 02:57:39 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Shell path "/rclone-test-tatusuc7fixe/new_name/sub_new_name/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Running remote command: sha1sum /rclone-test-tatusuc7fixe/new_name/sub_new_name/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-tatusuc7fixe/new_name/sub_new_name/file name.txt 2025/10/24 02:57:39 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Shell path "/rclone-test-tatusuc7fixe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Running remote command: md5sum /rclone-test-tatusuc7fixe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-tatusuc7fixe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Shell path "/rclone-test-tatusuc7fixe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Running remote command: sha1sum /rclone-test-tatusuc7fixe/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-tatusuc7fixe/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: Purge dir "new_name" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-tatusuc7fixe: 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 6ebc010f58fd75e3040b26b807f73131 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: 6ebc010f58fd75e3040b26b807f73131 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c1b3cd702294f7d8ff873bb4bd163cd92b98b8b4 === 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:53176->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-cilezof2wija/not found.txt" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/not found.txt: New connection 127.0.0.1:53180->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/not found.txt: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/not found.txt: Relative path resolved to "/rclone-test-cilezof2wija/not found.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/not found.txt: Using root directory "/rclone-test-cilezof2wija/not found.txt" 2025/10/24 02:57:39 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-cilezof2wija" from "TestSFTPRclone:rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:53182->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8335d30894f31940237670dea13781b9 /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: 8335d30894f31940237670dea13781b9 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: df0b892c2cccf97d0fe2d992360728f4b231ee6a /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: df0b892c2cccf97d0fe2d992360728f4b231ee6a 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8335d30894f31940237670dea13781b9 /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: 8335d30894f31940237670dea13781b9 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: df0b892c2cccf97d0fe2d992360728f4b231ee6a /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: df0b892c2cccf97d0fe2d992360728f4b231ee6a 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 8335d30894f31940237670dea13781b9 /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: 8335d30894f31940237670dea13781b9 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/created from root.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/created\ from\ root.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: df0b892c2cccf97d0fe2d992360728f4b231ee6a /rclone-test-cilezof2wija/created from root.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/created from root.txt: Parsed hash: df0b892c2cccf97d0fe2d992360728f4b231ee6a 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c7a95d089e4ec6e62cd2c84b5fcf70d5 /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: c7a95d089e4ec6e62cd2c84b5fcf70d5 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/file name.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/file\ name.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d6b1a6059c051c0f475e859092afb9ea046dadfe /rclone-test-cilezof2wija/file name.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/file name.txt: Parsed hash: d6b1a6059c051c0f475e859092afb9ea046dadfe 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 83b36200c41cbe39d3723a4544100fdb /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 83b36200c41cbe39d3723a4544100fdb 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: e0c70e23c79dccafd45106dfc56a8582d0f92c94 /rclone-test-cilezof2wija/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/24 02:57:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: e0c70e23c79dccafd45106dfc56a8582d0f92c94 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Server has VFS statistics extension 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: About path "/rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: About path "/rclone-test-cilezof2wija" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: About using shell command for shell type "unix" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: df -k /rclone-test-cilezof2wija 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 113463300 37309708 72% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 62bebddec72052c91c11fdb2dc2498ba /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: 62bebddec72052c91c11fdb2dc2498ba 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a407091a4e2ba06fc674dddda4f0a5f1c31bcd88 /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: a407091a4e2ba06fc674dddda4f0a5f1c31bcd88 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 62bebddec72052c91c11fdb2dc2498ba /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: 62bebddec72052c91c11fdb2dc2498ba 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/piped data.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/piped\ data.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: a407091a4e2ba06fc674dddda4f0a5f1c31bcd88 /rclone-test-cilezof2wija/piped data.txt 2025/10/24 02:57:39 DEBUG : piped data.txt: Parsed hash: a407091a4e2ba06fc674dddda4f0a5f1c31bcd88 === 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/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/unknown-size-update.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 61e0f1d91891607d43bac1d76cfab16f /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : unknown-size-update.txt: Parsed hash: 61e0f1d91891607d43bac1d76cfab16f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/unknown-size-update.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 203f01ce97f1193117a01080ca6d6677de68b419 /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : unknown-size-update.txt: Parsed hash: 203f01ce97f1193117a01080ca6d6677de68b419 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/unknown-size-update.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: md5sum /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 61e0f1d91891607d43bac1d76cfab16f /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : unknown-size-update.txt: Parsed hash: 61e0f1d91891607d43bac1d76cfab16f 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Shell path "/rclone-test-cilezof2wija/unknown-size-update.txt" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Running remote command: sha1sum /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Remote command result: 203f01ce97f1193117a01080ca6d6677de68b419 /rclone-test-cilezof2wija/unknown-size-update.txt 2025/10/24 02:57:39 DEBUG : unknown-size-update.txt: Parsed hash: 203f01ce97f1193117a01080ca6d6677de68b419 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/24 02:57:39 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-cilezof2wija/deeper/nonexisting/directory" 2025/10/24 02:57:39 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : TestSFTPRclone: detected overridden config - adding "{y-dFM}" suffix to name 2025/10/24 02:57:39 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/24 02:57:39 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/24 02:57:39 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/24 02:57:39 DEBUG : Setting pass="a2q_Lxz1nrcn4zCyf2dkYzOjxLyHwyCOv5aQ0dCa9hMf8TI" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/deeper/nonexisting/directory: New connection 127.0.0.1:53192->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9206.6663eb346" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-cilezof2wija/deeper/nonexisting/directory" 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija/deeper/nonexisting/directory: Using root directory "/rclone-test-cilezof2wija/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/24 02:57:39 DEBUG : Waiting for deletions to finish 2025/10/24 02:57:39 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/24 02:57:39 DEBUG : removing 1 level 4 directories 2025/10/24 02:57:39 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 3 directories 2025/10/24 02:57:39 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 2 directories 2025/10/24 02:57:39 INFO : hello? sausage/êé: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 1 directories 2025/10/24 02:57:39 INFO : hello? sausage: Removing directory 2025/10/24 02:57:39 DEBUG : removing 1 level 0 directories 2025/10/24 02:57:39 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Removing directory 2025/10/24 02:57:39 ERROR : error listing: directory not found 2025/10/24 02:57:39 DEBUG : Waiting for deletions to finish 2025/10/24 02:57:39 ERROR : error listing: directory not found 2025/10/24 02:57:39 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Failed to list "": directory not found 2025/10/24 02:57:39 DEBUG : removing 1 level 0 directories 2025/10/24 02:57:39 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Removing directory 2025/10/24 02:57:39 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/24 02:57:39 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-cilezof2wija: Closing 2 unused connections 2025/10/24 02:57:39 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.02s) --- 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.77s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.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.01s) --- 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.47s) --- 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.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.00s) --- 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.03s) --- 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.00s) --- 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.00s) --- 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.179s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.080159423s (try 1/5)