"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.18s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/16 04:04:21 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:22 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/16 04:04:22 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:23 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/16 04:04:23 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:24 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/16 04:04:24 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:25 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/16 04:04:25 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:26 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/16 04:04:26 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:27 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/16 04:04:27 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:28 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/16 04:04:28 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:29 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/16 04:04:29 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:30 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/16 04:04:30 NOTICE: TestSFTPRclone: Stopping server 2025/10/16 04:04:30 NOTICE: TestSFTPRclone: Starting server 2025/10/16 04:04:32 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/16 04:04:32 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: New connection 127.0.0.1:40856->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Relative path resolved to "/rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Using root directory "/rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 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/16 04:04:32 INFO : dir/subdir: Making directory 2025/10/16 04:04:32 INFO : dir/subdir: Removing directory 2025/10/16 04:04:32 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/16 04:04:32 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 7f715c5af7461361b5054cb1926d0be3 /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7f715c5af7461361b5054cb1926d0be3 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 37b96c6c4077f14e36259a84f8a906a7f371d9ce /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 37b96c6c4077f14e36259a84f8a906a7f371d9ce 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 7f715c5af7461361b5054cb1926d0be3 /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7f715c5af7461361b5054cb1926d0be3 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 37b96c6c4077f14e36259a84f8a906a7f371d9ce /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 37b96c6c4077f14e36259a84f8a906a7f371d9ce 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 7f715c5af7461361b5054cb1926d0be3 /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7f715c5af7461361b5054cb1926d0be3 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 37b96c6c4077f14e36259a84f8a906a7f371d9ce /rclone-test-livuxeg5taqo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/16 04:04:32 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 37b96c6c4077f14e36259a84f8a906a7f371d9ce === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: f987a53172ac6b8efe0bfe6d640b5fca /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: f987a53172ac6b8efe0bfe6d640b5fca 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: f987a53172ac6b8efe0bfe6d640b5fca /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: f987a53172ac6b8efe0bfe6d640b5fca 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: f987a53172ac6b8efe0bfe6d640b5fca /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: f987a53172ac6b8efe0bfe6d640b5fca 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/./." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 /rclone-test-livuxeg5taqo/./. 2025/10/16 04:04:32 DEBUG : ./.: Parsed hash: e6cbefd799e2db5aeb3dcab457cd784c28d0e713 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a41758416ea91ea14624866e6cfd7e20 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: a41758416ea91ea14624866e6cfd7e20 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d166ca3439775d9354ff0ccff90633b5ae6d4192 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: d166ca3439775d9354ff0ccff90633b5ae6d4192 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a41758416ea91ea14624866e6cfd7e20 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: a41758416ea91ea14624866e6cfd7e20 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d166ca3439775d9354ff0ccff90633b5ae6d4192 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: d166ca3439775d9354ff0ccff90633b5ae6d4192 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a41758416ea91ea14624866e6cfd7e20 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: a41758416ea91ea14624866e6cfd7e20 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/../.." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d166ca3439775d9354ff0ccff90633b5ae6d4192 /rclone-test-livuxeg5taqo/../.. 2025/10/16 04:04:32 DEBUG : ../..: Parsed hash: d166ca3439775d9354ff0ccff90633b5ae6d4192 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 4905fe5f5d5f0c3565897a510c1eadbb /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 4905fe5f5d5f0c3565897a510c1eadbb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 888b100a539db6a196547e9577da41f146b70d78 /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 888b100a539db6a196547e9577da41f146b70d78 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 4905fe5f5d5f0c3565897a510c1eadbb /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 4905fe5f5d5f0c3565897a510c1eadbb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 888b100a539db6a196547e9577da41f146b70d78 /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 888b100a539db6a196547e9577da41f146b70d78 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 4905fe5f5d5f0c3565897a510c1eadbb /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 4905fe5f5d5f0c3565897a510c1eadbb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 888b100a539db6a196547e9577da41f146b70d78 /rclone-test-livuxeg5taqo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/16 04:04:32 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 888b100a539db6a196547e9577da41f146b70d78 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a87834cdb6d793c1560fe68bbf95f54b /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: a87834cdb6d793c1560fe68bbf95f54b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a87834cdb6d793c1560fe68bbf95f54b /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: a87834cdb6d793c1560fe68bbf95f54b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: a87834cdb6d793c1560fe68bbf95f54b /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: a87834cdb6d793c1560fe68bbf95f54b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/ leading space/ leading space" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\ leading\ space/\ leading\ space 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf /rclone-test-livuxeg5taqo/ leading space/ leading space 2025/10/16 04:04:32 DEBUG : leading space/ leading space: Parsed hash: 678dc903b3a0fe4d77251f9b3a3e4c951dd8f6bf === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: ef4b5f8567d191f629e95ab85c1f0ff4 /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ef4b5f8567d191f629e95ab85c1f0ff4 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5da22b4b3c42bb774592f3507075cea56717c51f /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5da22b4b3c42bb774592f3507075cea56717c51f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: ef4b5f8567d191f629e95ab85c1f0ff4 /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ef4b5f8567d191f629e95ab85c1f0ff4 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5da22b4b3c42bb774592f3507075cea56717c51f /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5da22b4b3c42bb774592f3507075cea56717c51f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: ef4b5f8567d191f629e95ab85c1f0ff4 /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: ef4b5f8567d191f629e95ab85c1f0ff4 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/~leading tilde/~leading tilde" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/\~leading\ tilde/\~leading\ tilde 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5da22b4b3c42bb774592f3507075cea56717c51f /rclone-test-livuxeg5taqo/~leading tilde/~leading tilde 2025/10/16 04:04:32 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 5da22b4b3c42bb774592f3507075cea56717c51f === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 40cc7a19b3d0ee3109d3c47d106ffd8b /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 40cc7a19b3d0ee3109d3c47d106ffd8b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 92121ec1b9145f478d59004ad5d413f77bf98f12 /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 92121ec1b9145f478d59004ad5d413f77bf98f12 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 40cc7a19b3d0ee3109d3c47d106ffd8b /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 40cc7a19b3d0ee3109d3c47d106ffd8b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 92121ec1b9145f478d59004ad5d413f77bf98f12 /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 92121ec1b9145f478d59004ad5d413f77bf98f12 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 40cc7a19b3d0ee3109d3c47d106ffd8b /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 40cc7a19b3d0ee3109d3c47d106ffd8b 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␍leading CR/␍leading CR" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␍leading\ CR/␍leading\ CR 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 92121ec1b9145f478d59004ad5d413f77bf98f12 /rclone-test-livuxeg5taqo/␍leading CR/␍leading CR 2025/10/16 04:04:32 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 92121ec1b9145f478d59004ad5d413f77bf98f12 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: acc46dcb2947152d7b88c30d36b16b5c /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: acc46dcb2947152d7b88c30d36b16b5c 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: acc46dcb2947152d7b88c30d36b16b5c /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: acc46dcb2947152d7b88c30d36b16b5c 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: acc46dcb2947152d7b88c30d36b16b5c /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: acc46dcb2947152d7b88c30d36b16b5c 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␊leading LF/␊leading LF" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␊leading\ LF/␊leading\ LF 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 /rclone-test-livuxeg5taqo/␊leading LF/␊leading LF 2025/10/16 04:04:32 DEBUG : ␊leading LF/␊leading LF: Parsed hash: cfe94fceedb0d8e13befd9a9b17a81e0c9d06cd5 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: df3914522335e24c2a7e2e4f57e313f7 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: df3914522335e24c2a7e2e4f57e313f7 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 504c420db14c03f073e2919a8d93ad868f385ea8 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 504c420db14c03f073e2919a8d93ad868f385ea8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: df3914522335e24c2a7e2e4f57e313f7 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: df3914522335e24c2a7e2e4f57e313f7 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 504c420db14c03f073e2919a8d93ad868f385ea8 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 504c420db14c03f073e2919a8d93ad868f385ea8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: df3914522335e24c2a7e2e4f57e313f7 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: df3914522335e24c2a7e2e4f57e313f7 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␉leading HT/␉leading HT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␉leading\ HT/␉leading\ HT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 504c420db14c03f073e2919a8d93ad868f385ea8 /rclone-test-livuxeg5taqo/␉leading HT/␉leading HT 2025/10/16 04:04:32 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 504c420db14c03f073e2919a8d93ad868f385ea8 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 1e5cdae3ba84fbbf0c4a36aa008d7fae /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1e5cdae3ba84fbbf0c4a36aa008d7fae 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 455ce2daf43817c24d336cdb21de05f63c8cf03d /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 455ce2daf43817c24d336cdb21de05f63c8cf03d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 1e5cdae3ba84fbbf0c4a36aa008d7fae /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1e5cdae3ba84fbbf0c4a36aa008d7fae 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 455ce2daf43817c24d336cdb21de05f63c8cf03d /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 455ce2daf43817c24d336cdb21de05f63c8cf03d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 1e5cdae3ba84fbbf0c4a36aa008d7fae /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1e5cdae3ba84fbbf0c4a36aa008d7fae 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/␋leading VT/␋leading VT" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/␋leading\ VT/␋leading\ VT 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 455ce2daf43817c24d336cdb21de05f63c8cf03d /rclone-test-livuxeg5taqo/␋leading VT/␋leading VT 2025/10/16 04:04:32 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 455ce2daf43817c24d336cdb21de05f63c8cf03d === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5e4e4fc97917778205fb988e1189efbe /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 5e4e4fc97917778205fb988e1189efbe 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6f9afefcbcf618a9a9f5012c6432007cc0986feb /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 6f9afefcbcf618a9a9f5012c6432007cc0986feb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5e4e4fc97917778205fb988e1189efbe /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 5e4e4fc97917778205fb988e1189efbe 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6f9afefcbcf618a9a9f5012c6432007cc0986feb /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 6f9afefcbcf618a9a9f5012c6432007cc0986feb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5e4e4fc97917778205fb988e1189efbe /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 5e4e4fc97917778205fb988e1189efbe 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/.leading dot/.leading dot" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/.leading\ dot/.leading\ dot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6f9afefcbcf618a9a9f5012c6432007cc0986feb /rclone-test-livuxeg5taqo/.leading dot/.leading dot 2025/10/16 04:04:32 DEBUG : .leading dot/.leading dot: Parsed hash: 6f9afefcbcf618a9a9f5012c6432007cc0986feb === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b18751533cace004aebeee1bea05f46e /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: b18751533cace004aebeee1bea05f46e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b18751533cace004aebeee1bea05f46e /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: b18751533cace004aebeee1bea05f46e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b18751533cace004aebeee1bea05f46e /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: b18751533cace004aebeee1bea05f46e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing space /trailing space " 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ space\ /trailing\ space\ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d /rclone-test-livuxeg5taqo/trailing space /trailing space 2025/10/16 04:04:32 DEBUG : trailing space /trailing space : Parsed hash: 6161f34f40a9b44e1b805a2ea07bf63f1de50f2d === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 31343dbf4607d0448e3ab0e68a03502a /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 31343dbf4607d0448e3ab0e68a03502a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6a78f9190387458711e3c09afde13afe93984bed /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6a78f9190387458711e3c09afde13afe93984bed 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 31343dbf4607d0448e3ab0e68a03502a /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 31343dbf4607d0448e3ab0e68a03502a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6a78f9190387458711e3c09afde13afe93984bed /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6a78f9190387458711e3c09afde13afe93984bed 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 31343dbf4607d0448e3ab0e68a03502a /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 31343dbf4607d0448e3ab0e68a03502a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ CR␍/trailing\ CR␍ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6a78f9190387458711e3c09afde13afe93984bed /rclone-test-livuxeg5taqo/trailing CR␍/trailing CR␍ 2025/10/16 04:04:32 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 6a78f9190387458711e3c09afde13afe93984bed === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e18d15ceb41fdac47c012df2557a12e0 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e18d15ceb41fdac47c012df2557a12e0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e18d15ceb41fdac47c012df2557a12e0 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e18d15ceb41fdac47c012df2557a12e0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e18d15ceb41fdac47c012df2557a12e0 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e18d15ceb41fdac47c012df2557a12e0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ LF␊/trailing\ LF␊ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 /rclone-test-livuxeg5taqo/trailing LF␊/trailing LF␊ 2025/10/16 04:04:32 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9a93b7195042d63db03533e60f0f3b2fcd1e3009 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 20b84d430938c80653399f87be9aa81d /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 20b84d430938c80653399f87be9aa81d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 20b84d430938c80653399f87be9aa81d /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 20b84d430938c80653399f87be9aa81d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 20b84d430938c80653399f87be9aa81d /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 20b84d430938c80653399f87be9aa81d 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ HT␉/trailing\ HT␉ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 /rclone-test-livuxeg5taqo/trailing HT␉/trailing HT␉ 2025/10/16 04:04:32 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 48e7e4ccb9dbe1f1fa6ce79ce57807e36fa584d3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 22aecfc8befae57e7eaac549f387dffb /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 22aecfc8befae57e7eaac549f387dffb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 22aecfc8befae57e7eaac549f387dffb /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 22aecfc8befae57e7eaac549f387dffb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 22aecfc8befae57e7eaac549f387dffb /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 22aecfc8befae57e7eaac549f387dffb 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ VT␋/trailing\ VT␋ 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 /rclone-test-livuxeg5taqo/trailing VT␋/trailing VT␋ 2025/10/16 04:04:32 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 0f59d1f9f5a6564fccc154c715aa8eab1e026748 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6786195fb7f4df1e84fa17c5f6443ac9 /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 6786195fb7f4df1e84fa17c5f6443ac9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 99cea64045b4085c61d3371739fd6c4339c4490e /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 99cea64045b4085c61d3371739fd6c4339c4490e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6786195fb7f4df1e84fa17c5f6443ac9 /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 6786195fb7f4df1e84fa17c5f6443ac9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 99cea64045b4085c61d3371739fd6c4339c4490e /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 99cea64045b4085c61d3371739fd6c4339c4490e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 6786195fb7f4df1e84fa17c5f6443ac9 /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 6786195fb7f4df1e84fa17c5f6443ac9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/trailing dot./trailing dot." 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/trailing\ dot./trailing\ dot. 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 99cea64045b4085c61d3371739fd6c4339c4490e /rclone-test-livuxeg5taqo/trailing dot./trailing dot. 2025/10/16 04:04:32 DEBUG : trailing dot./trailing dot.: Parsed hash: 99cea64045b4085c61d3371739fd6c4339c4490e === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 49b333842b6d2886a70eba41b9bc61dc /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49b333842b6d2886a70eba41b9bc61dc 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 05083e33fd1985444b7f58c01a58d40b52493e4e /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 05083e33fd1985444b7f58c01a58d40b52493e4e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 49b333842b6d2886a70eba41b9bc61dc /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49b333842b6d2886a70eba41b9bc61dc 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 05083e33fd1985444b7f58c01a58d40b52493e4e /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 05083e33fd1985444b7f58c01a58d40b52493e4e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 49b333842b6d2886a70eba41b9bc61dc /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 49b333842b6d2886a70eba41b9bc61dc 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/invalid\ utf-8/invalid\ utf-8 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 05083e33fd1985444b7f58c01a58d40b52493e4e /rclone-test-livuxeg5taqo/invalid utf-8/invalid utf-8 2025/10/16 04:04:32 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 05083e33fd1985444b7f58c01a58d40b52493e4e === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: c9a62a56377851d56751e795a3dd989a /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: c9a62a56377851d56751e795a3dd989a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: c9a62a56377851d56751e795a3dd989a /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: c9a62a56377851d56751e795a3dd989a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: c9a62a56377851d56751e795a3dd989a /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: c9a62a56377851d56751e795a3dd989a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/test%46.txt/test%46.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/test\%46.txt/test\%46.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 /rclone-test-livuxeg5taqo/test%46.txt/test%46.txt 2025/10/16 04:04:32 DEBUG : test%46.txt/test%46.txt: Parsed hash: 8b10f532a1b1ceb6947a1e14d693ad0e48e4d6a7 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Connection OK after error: potato 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/zero-length-file" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/zero-length-file" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/zero-length-file" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/zero-length-file" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-livuxeg5taqo/zero-length-file 2025/10/16 04:04:32 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: f5fb731cc565d47c1b906971b7c6312f /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: f5fb731cc565d47c1b906971b7c6312f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 3897ec914b2fb4f0e73b47277b0c26dc2dd69e77 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 3897ec914b2fb4f0e73b47277b0c26dc2dd69e77 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: f5fb731cc565d47c1b906971b7c6312f /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: f5fb731cc565d47c1b906971b7c6312f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 3897ec914b2fb4f0e73b47277b0c26dc2dd69e77 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 3897ec914b2fb4f0e73b47277b0c26dc2dd69e77 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 === 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/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:40860->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/16 04:04:32 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === 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/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-livuxeg5taqo/hello? sausage/êé" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: New connection 127.0.0.1:40870->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Relative path resolved to "/rclone-test-livuxeg5taqo/hello? sausage/êé" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Using root directory "/rclone-test-livuxeg5taqo/hello? sausage/êé" 2025/10/16 04:04:32 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-livuxeg5taqo/hello? sausage/êé" to be canonical "TestSFTPRclone{hFN1D}:rclone-test-livuxeg5taqo/hello? sausage/êé" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Remote command result: d3579529592c1c41dec824408db13e8a /rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : a/b/c/d/e.txt: Parsed hash: d3579529592c1c41dec824408db13e8a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Remote command result: 4ef6f151c324694ee9bbfdb87a19cc46882439b0 /rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : a/b/c/d/e.txt: Parsed hash: 4ef6f151c324694ee9bbfdb87a19cc46882439b0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Remote command result: d3579529592c1c41dec824408db13e8a /rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : a/b/c/d/e.txt: Parsed hash: d3579529592c1c41dec824408db13e8a 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: Remote command result: 4ef6f151c324694ee9bbfdb87a19cc46882439b0 /rclone-test-livuxeg5taqo/hello? sausage/êé/a/b/c/d/e.txt 2025/10/16 04:04:32 DEBUG : a/b/c/d/e.txt: Parsed hash: 4ef6f151c324694ee9bbfdb87a19cc46882439b0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé: New connection 127.0.0.1:40878->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : Waiting for deletions to finish 2025/10/16 04:04:32 INFO : a/b/c/d/e.txt: Deleted 2025/10/16 04:04:32 DEBUG : removing 1 level 4 directories 2025/10/16 04:04:32 INFO : a/b/c/d: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 3 directories 2025/10/16 04:04:32 INFO : a/b/c: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 2 directories 2025/10/16 04:04:32 INFO : a/b: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 1 directories 2025/10/16 04:04:32 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: New connection 127.0.0.1:40882->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/moveTest/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/moveTest/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/moveTest/other.txt 2025/10/16 04:04:32 DEBUG : moveTest/other.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/moveTest/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/moveTest/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/moveTest/other.txt 2025/10/16 04:04:32 DEBUG : moveTest/other.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/other.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/other.txt 2025/10/16 04:04:32 DEBUG : other.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-movehaf2sewu" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: New connection 127.0.0.1:40890->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Relative path resolved to "/rclone-test-movehaf2sewu" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Using root directory "/rclone-test-movehaf2sewu" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Shell path "/rclone-test-movehaf2sewu/new_name/sub_new_name/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Running remote command: md5sum /rclone-test-movehaf2sewu/new_name/sub_new_name/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-movehaf2sewu/new_name/sub_new_name/file name.txt 2025/10/16 04:04:32 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Shell path "/rclone-test-movehaf2sewu/new_name/sub_new_name/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Running remote command: sha1sum /rclone-test-movehaf2sewu/new_name/sub_new_name/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-movehaf2sewu/new_name/sub_new_name/file name.txt 2025/10/16 04:04:32 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Shell path "/rclone-test-movehaf2sewu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Running remote command: md5sum /rclone-test-movehaf2sewu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-movehaf2sewu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Shell path "/rclone-test-movehaf2sewu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Running remote command: sha1sum /rclone-test-movehaf2sewu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-movehaf2sewu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: Purge dir "new_name" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-movehaf2sewu: 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 886a03f8aad8a6455b7f1e7a6dd864a9 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 886a03f8aad8a6455b7f1e7a6dd864a9 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 088971cf325a84e94e02ee423de6179d8cfbded6 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 088971cf325a84e94e02ee423de6179d8cfbded6 === 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:40900->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-livuxeg5taqo/not found.txt" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/not found.txt: New connection 127.0.0.1:40910->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/not found.txt: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/not found.txt: Relative path resolved to "/rclone-test-livuxeg5taqo/not found.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/not found.txt: Using root directory "/rclone-test-livuxeg5taqo/not found.txt" 2025/10/16 04:04:32 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-livuxeg5taqo" from "TestSFTPRclone:rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:40922->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 022cf9230aefbcf43e400794a41cfda2 /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: 022cf9230aefbcf43e400794a41cfda2 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dbb4936a232e375f33786e1e3a14fcc689baf37f /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: dbb4936a232e375f33786e1e3a14fcc689baf37f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 022cf9230aefbcf43e400794a41cfda2 /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: 022cf9230aefbcf43e400794a41cfda2 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dbb4936a232e375f33786e1e3a14fcc689baf37f /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: dbb4936a232e375f33786e1e3a14fcc689baf37f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 022cf9230aefbcf43e400794a41cfda2 /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: 022cf9230aefbcf43e400794a41cfda2 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/created from root.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/created\ from\ root.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dbb4936a232e375f33786e1e3a14fcc689baf37f /rclone-test-livuxeg5taqo/created from root.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/created from root.txt: Parsed hash: dbb4936a232e375f33786e1e3a14fcc689baf37f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 70e7e1cf7c5783a34128f626c68d6508 /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 70e7e1cf7c5783a34128f626c68d6508 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/file name.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/file\ name.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 4871c1d99c23c80826b63bbc45916bd6e13da6be /rclone-test-livuxeg5taqo/file name.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/file name.txt: Parsed hash: 4871c1d99c23c80826b63bbc45916bd6e13da6be 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: aadee478bcf80ad53cda2d9e2213734f /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: aadee478bcf80ad53cda2d9e2213734f 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: b23b4cb283ad9c63bad89812be4d89ab827c0499 /rclone-test-livuxeg5taqo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/16 04:04:32 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b23b4cb283ad9c63bad89812be4d89ab827c0499 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Server has VFS statistics extension 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: About path "/rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: About path "/rclone-test-livuxeg5taqo" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: About using shell command for shell type "unix" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: df -k /rclone-test-livuxeg5taqo 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 112207568 38565440 71% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e900aeb5780dd1fad2526b4cdb0ce512 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: e900aeb5780dd1fad2526b4cdb0ce512 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5bc90fe721f356f92c067e7af602d1388ad41076 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: 5bc90fe721f356f92c067e7af602d1388ad41076 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: e900aeb5780dd1fad2526b4cdb0ce512 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: e900aeb5780dd1fad2526b4cdb0ce512 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/piped data.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/piped\ data.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 5bc90fe721f356f92c067e7af602d1388ad41076 /rclone-test-livuxeg5taqo/piped data.txt 2025/10/16 04:04:32 DEBUG : piped data.txt: Parsed hash: 5bc90fe721f356f92c067e7af602d1388ad41076 === 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/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/unknown-size-update.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 9aed2c993deb0d22fda65179fb11af5e /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : unknown-size-update.txt: Parsed hash: 9aed2c993deb0d22fda65179fb11af5e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/unknown-size-update.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 246da44b8c056ad41d71fd06a144fa3d34b56616 /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : unknown-size-update.txt: Parsed hash: 246da44b8c056ad41d71fd06a144fa3d34b56616 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/unknown-size-update.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: md5sum /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 9aed2c993deb0d22fda65179fb11af5e /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : unknown-size-update.txt: Parsed hash: 9aed2c993deb0d22fda65179fb11af5e 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Shell path "/rclone-test-livuxeg5taqo/unknown-size-update.txt" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Running remote command: sha1sum /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Remote command result: 246da44b8c056ad41d71fd06a144fa3d34b56616 /rclone-test-livuxeg5taqo/unknown-size-update.txt 2025/10/16 04:04:32 DEBUG : unknown-size-update.txt: Parsed hash: 246da44b8c056ad41d71fd06a144fa3d34b56616 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/16 04:04:32 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-livuxeg5taqo/deeper/nonexisting/directory" 2025/10/16 04:04:32 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : TestSFTPRclone: detected overridden config - adding "{hFN1D}" suffix to name 2025/10/16 04:04:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/16 04:04:32 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/16 04:04:32 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/16 04:04:32 DEBUG : Setting pass="suNViSxIkxCabZg6GlerhuWzXPtrxLAhcHbW8qlkFYMDbh0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/deeper/nonexisting/directory: New connection 127.0.0.1:40924->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9179.1903b4c1a" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-livuxeg5taqo/deeper/nonexisting/directory" 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo/deeper/nonexisting/directory: Using root directory "/rclone-test-livuxeg5taqo/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/16 04:04:32 DEBUG : Waiting for deletions to finish 2025/10/16 04:04:32 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/16 04:04:32 DEBUG : removing 1 level 4 directories 2025/10/16 04:04:32 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 3 directories 2025/10/16 04:04:32 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 2 directories 2025/10/16 04:04:32 INFO : hello? sausage/êé: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 1 directories 2025/10/16 04:04:32 INFO : hello? sausage: Removing directory 2025/10/16 04:04:32 DEBUG : removing 1 level 0 directories 2025/10/16 04:04:32 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Removing directory 2025/10/16 04:04:32 ERROR : error listing: directory not found 2025/10/16 04:04:32 DEBUG : Waiting for deletions to finish 2025/10/16 04:04:32 ERROR : error listing: directory not found 2025/10/16 04:04:32 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Failed to list "": directory not found 2025/10/16 04:04:32 DEBUG : removing 1 level 0 directories 2025/10/16 04:04:32 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Removing directory 2025/10/16 04:04:32 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/16 04:04:32 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-livuxeg5taqo: Closing 2 unused connections 2025/10/16 04:04:32 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (10.96s) --- 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.69s) --- 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.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.01s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 12.165s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.062616198s (try 1/5)