"go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.14s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/27 04:35:31 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:32 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/27 04:35:32 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:33 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/27 04:35:33 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:34 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/27 04:35:34 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:35 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/27 04:35:35 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:36 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/27 04:35:36 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:37 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/27 04:35:37 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:38 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/27 04:35:38 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:39 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/27 04:35:39 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:40 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/27 04:35:40 NOTICE: TestSFTPRclone: Stopping server 2025/10/27 04:35:40 NOTICE: TestSFTPRclone: Starting server 2025/10/27 04:35:41 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/27 04:35:41 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/27 04:35:41 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/27 04:35:41 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-faracuy8mubu" 2025/10/27 04:35:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 04:35:41 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:41 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:41 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:41 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:41 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:41 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:41 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:41 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: New connection 127.0.0.1:40732->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell type "unix" from config 2025/10/27 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Relative path resolved to "/rclone-test-faracuy8mubu" 2025/10/27 04:35:41 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Using root directory "/rclone-test-faracuy8mubu" 2025/10/27 04:35:41 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/27 04:35:41 INFO : dir/subdir: Making directory 2025/10/27 04:35:41 INFO : dir/subdir: Removing directory 2025/10/27 04:35:41 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/27 04:35:42 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7c99f2affbb0a773babc3ad365ca70b3 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7c99f2affbb0a773babc3ad365ca70b3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6546f335cda428a33495758132e208b6b68b4456 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6546f335cda428a33495758132e208b6b68b4456 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7c99f2affbb0a773babc3ad365ca70b3 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7c99f2affbb0a773babc3ad365ca70b3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6546f335cda428a33495758132e208b6b68b4456 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6546f335cda428a33495758132e208b6b68b4456 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7c99f2affbb0a773babc3ad365ca70b3 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 7c99f2affbb0a773babc3ad365ca70b3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6546f335cda428a33495758132e208b6b68b4456 /rclone-test-faracuy8mubu/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/27 04:35:42 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 6546f335cda428a33495758132e208b6b68b4456 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fd8cbbf439945bef8b91e45ce36db4a /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 9fd8cbbf439945bef8b91e45ce36db4a 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5d955a46575ae76317e1f1a3c6663143533d37e9 /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 5d955a46575ae76317e1f1a3c6663143533d37e9 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fd8cbbf439945bef8b91e45ce36db4a /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 9fd8cbbf439945bef8b91e45ce36db4a 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5d955a46575ae76317e1f1a3c6663143533d37e9 /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 5d955a46575ae76317e1f1a3c6663143533d37e9 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fd8cbbf439945bef8b91e45ce36db4a /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 9fd8cbbf439945bef8b91e45ce36db4a 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/./." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5d955a46575ae76317e1f1a3c6663143533d37e9 /rclone-test-faracuy8mubu/./. 2025/10/27 04:35:42 DEBUG : ./.: Parsed hash: 5d955a46575ae76317e1f1a3c6663143533d37e9 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 94dbf9e7848d96a1105e70df75ae9530 /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 94dbf9e7848d96a1105e70df75ae9530 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4bed0134d21cf55d0f057dafb6169f689edb382e /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 4bed0134d21cf55d0f057dafb6169f689edb382e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 94dbf9e7848d96a1105e70df75ae9530 /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 94dbf9e7848d96a1105e70df75ae9530 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4bed0134d21cf55d0f057dafb6169f689edb382e /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 4bed0134d21cf55d0f057dafb6169f689edb382e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 94dbf9e7848d96a1105e70df75ae9530 /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 94dbf9e7848d96a1105e70df75ae9530 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/../.." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4bed0134d21cf55d0f057dafb6169f689edb382e /rclone-test-faracuy8mubu/../.. 2025/10/27 04:35:42 DEBUG : ../..: Parsed hash: 4bed0134d21cf55d0f057dafb6169f689edb382e === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d7a512908ebfb03115c7ad8b996ff44b /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d7a512908ebfb03115c7ad8b996ff44b 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f5ec63677be652c0a78e241a29b24c8394c7d21e /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f5ec63677be652c0a78e241a29b24c8394c7d21e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d7a512908ebfb03115c7ad8b996ff44b /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d7a512908ebfb03115c7ad8b996ff44b 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f5ec63677be652c0a78e241a29b24c8394c7d21e /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f5ec63677be652c0a78e241a29b24c8394c7d21e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d7a512908ebfb03115c7ad8b996ff44b /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d7a512908ebfb03115c7ad8b996ff44b 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f5ec63677be652c0a78e241a29b24c8394c7d21e /rclone-test-faracuy8mubu/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/27 04:35:42 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: f5ec63677be652c0a78e241a29b24c8394c7d21e === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 981f21cd77a635735c3ec22654ea52b4 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 981f21cd77a635735c3ec22654ea52b4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 981f21cd77a635735c3ec22654ea52b4 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 981f21cd77a635735c3ec22654ea52b4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 981f21cd77a635735c3ec22654ea52b4 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 981f21cd77a635735c3ec22654ea52b4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/ leading space/ leading space" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\ leading\ space/\ leading\ space 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 /rclone-test-faracuy8mubu/ leading space/ leading space 2025/10/27 04:35:42 DEBUG : leading space/ leading space: Parsed hash: 42b326c0ca74c76b4cd6d70c2401fe600aa54b45 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9c80a9ec092912ea6e764df17ae0f6bb /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9c80a9ec092912ea6e764df17ae0f6bb 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 8059ef00516d6e181890b1e522f626b58c5837f8 /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8059ef00516d6e181890b1e522f626b58c5837f8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9c80a9ec092912ea6e764df17ae0f6bb /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9c80a9ec092912ea6e764df17ae0f6bb 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 8059ef00516d6e181890b1e522f626b58c5837f8 /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8059ef00516d6e181890b1e522f626b58c5837f8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9c80a9ec092912ea6e764df17ae0f6bb /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9c80a9ec092912ea6e764df17ae0f6bb 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/~leading tilde/~leading tilde" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/\~leading\ tilde/\~leading\ tilde 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 8059ef00516d6e181890b1e522f626b58c5837f8 /rclone-test-faracuy8mubu/~leading tilde/~leading tilde 2025/10/27 04:35:42 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8059ef00516d6e181890b1e522f626b58c5837f8 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 970b42416666bf0f28ab008045690fb4 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 970b42416666bf0f28ab008045690fb4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fe9edaa2a509d732c8b0785abdbf89d635563b63 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: fe9edaa2a509d732c8b0785abdbf89d635563b63 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 970b42416666bf0f28ab008045690fb4 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 970b42416666bf0f28ab008045690fb4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fe9edaa2a509d732c8b0785abdbf89d635563b63 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: fe9edaa2a509d732c8b0785abdbf89d635563b63 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 970b42416666bf0f28ab008045690fb4 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 970b42416666bf0f28ab008045690fb4 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␍leading CR/␍leading CR" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␍leading\ CR/␍leading\ CR 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fe9edaa2a509d732c8b0785abdbf89d635563b63 /rclone-test-faracuy8mubu/␍leading CR/␍leading CR 2025/10/27 04:35:42 DEBUG : ␍leading CR/␍leading CR: Parsed hash: fe9edaa2a509d732c8b0785abdbf89d635563b63 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e00c8e64b617b2e3f59798a8975bb9b0 /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e00c8e64b617b2e3f59798a8975bb9b0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: ed8871637601e1409e971ab044e11fea303fa8ab /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ed8871637601e1409e971ab044e11fea303fa8ab 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e00c8e64b617b2e3f59798a8975bb9b0 /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e00c8e64b617b2e3f59798a8975bb9b0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: ed8871637601e1409e971ab044e11fea303fa8ab /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ed8871637601e1409e971ab044e11fea303fa8ab 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e00c8e64b617b2e3f59798a8975bb9b0 /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e00c8e64b617b2e3f59798a8975bb9b0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␊leading LF/␊leading LF" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␊leading\ LF/␊leading\ LF 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: ed8871637601e1409e971ab044e11fea303fa8ab /rclone-test-faracuy8mubu/␊leading LF/␊leading LF 2025/10/27 04:35:42 DEBUG : ␊leading LF/␊leading LF: Parsed hash: ed8871637601e1409e971ab044e11fea303fa8ab === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f9dc92ff3683a67464bd6a734df109ed /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f9dc92ff3683a67464bd6a734df109ed 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b1156d916c0ea678add214d49f105b411cebd72e /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1156d916c0ea678add214d49f105b411cebd72e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f9dc92ff3683a67464bd6a734df109ed /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f9dc92ff3683a67464bd6a734df109ed 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b1156d916c0ea678add214d49f105b411cebd72e /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1156d916c0ea678add214d49f105b411cebd72e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: f9dc92ff3683a67464bd6a734df109ed /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: f9dc92ff3683a67464bd6a734df109ed 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␉leading HT/␉leading HT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␉leading\ HT/␉leading\ HT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b1156d916c0ea678add214d49f105b411cebd72e /rclone-test-faracuy8mubu/␉leading HT/␉leading HT 2025/10/27 04:35:42 DEBUG : ␉leading HT/␉leading HT: Parsed hash: b1156d916c0ea678add214d49f105b411cebd72e === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d9c9359c40d8f8ef357212699ee0e6d0 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: d9c9359c40d8f8ef357212699ee0e6d0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e336f1aff2075a5ec6157d8d43a92522e76bdb63 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e336f1aff2075a5ec6157d8d43a92522e76bdb63 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d9c9359c40d8f8ef357212699ee0e6d0 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: d9c9359c40d8f8ef357212699ee0e6d0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e336f1aff2075a5ec6157d8d43a92522e76bdb63 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e336f1aff2075a5ec6157d8d43a92522e76bdb63 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d9c9359c40d8f8ef357212699ee0e6d0 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: d9c9359c40d8f8ef357212699ee0e6d0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/␋leading VT/␋leading VT" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/␋leading\ VT/␋leading\ VT 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: e336f1aff2075a5ec6157d8d43a92522e76bdb63 /rclone-test-faracuy8mubu/␋leading VT/␋leading VT 2025/10/27 04:35:42 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e336f1aff2075a5ec6157d8d43a92522e76bdb63 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 05eaddd0bce4f2eac45dd2416dbb5bfd /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 05eaddd0bce4f2eac45dd2416dbb5bfd 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 0f3523d54204074e0573a8efa3679c2fa2daae6f /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 0f3523d54204074e0573a8efa3679c2fa2daae6f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 05eaddd0bce4f2eac45dd2416dbb5bfd /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 05eaddd0bce4f2eac45dd2416dbb5bfd 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 0f3523d54204074e0573a8efa3679c2fa2daae6f /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 0f3523d54204074e0573a8efa3679c2fa2daae6f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 05eaddd0bce4f2eac45dd2416dbb5bfd /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 05eaddd0bce4f2eac45dd2416dbb5bfd 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/.leading dot/.leading dot" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/.leading\ dot/.leading\ dot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 0f3523d54204074e0573a8efa3679c2fa2daae6f /rclone-test-faracuy8mubu/.leading dot/.leading dot 2025/10/27 04:35:42 DEBUG : .leading dot/.leading dot: Parsed hash: 0f3523d54204074e0573a8efa3679c2fa2daae6f === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 096647f271d7a62b76f80e2d6fd1b562 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 096647f271d7a62b76f80e2d6fd1b562 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1a4a31286fd5bd3788de92967baacdf49e21ae33 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 1a4a31286fd5bd3788de92967baacdf49e21ae33 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 096647f271d7a62b76f80e2d6fd1b562 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 096647f271d7a62b76f80e2d6fd1b562 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1a4a31286fd5bd3788de92967baacdf49e21ae33 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 1a4a31286fd5bd3788de92967baacdf49e21ae33 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 096647f271d7a62b76f80e2d6fd1b562 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 096647f271d7a62b76f80e2d6fd1b562 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing space /trailing space " 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ space\ /trailing\ space\ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1a4a31286fd5bd3788de92967baacdf49e21ae33 /rclone-test-faracuy8mubu/trailing space /trailing space 2025/10/27 04:35:42 DEBUG : trailing space /trailing space : Parsed hash: 1a4a31286fd5bd3788de92967baacdf49e21ae33 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4a42896bf08f604e005af1e7217ae35f /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4a42896bf08f604e005af1e7217ae35f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 63be29bdd02e18c764c502c863a3ee11a76441a1 /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 63be29bdd02e18c764c502c863a3ee11a76441a1 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4a42896bf08f604e005af1e7217ae35f /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4a42896bf08f604e005af1e7217ae35f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 63be29bdd02e18c764c502c863a3ee11a76441a1 /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 63be29bdd02e18c764c502c863a3ee11a76441a1 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 4a42896bf08f604e005af1e7217ae35f /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4a42896bf08f604e005af1e7217ae35f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ CR␍/trailing\ CR␍ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 63be29bdd02e18c764c502c863a3ee11a76441a1 /rclone-test-faracuy8mubu/trailing CR␍/trailing CR␍ 2025/10/27 04:35:42 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 63be29bdd02e18c764c502c863a3ee11a76441a1 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5246e5ee9bf15b8bf02def235775e31d /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5246e5ee9bf15b8bf02def235775e31d 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5246e5ee9bf15b8bf02def235775e31d /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5246e5ee9bf15b8bf02def235775e31d 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 5246e5ee9bf15b8bf02def235775e31d /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5246e5ee9bf15b8bf02def235775e31d 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ LF␊/trailing\ LF␊ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 /rclone-test-faracuy8mubu/trailing LF␊/trailing LF␊ 2025/10/27 04:35:42 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 9fcae4ce9c588e9a673c746655d21d91b93cdcc3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7a545af339d7312b596fd3732da5494f /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a545af339d7312b596fd3732da5494f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b2aec2ee17d553817d25160aa4573a860c2a2dab /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b2aec2ee17d553817d25160aa4573a860c2a2dab 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7a545af339d7312b596fd3732da5494f /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a545af339d7312b596fd3732da5494f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b2aec2ee17d553817d25160aa4573a860c2a2dab /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b2aec2ee17d553817d25160aa4573a860c2a2dab 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7a545af339d7312b596fd3732da5494f /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7a545af339d7312b596fd3732da5494f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ HT␉/trailing\ HT␉ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b2aec2ee17d553817d25160aa4573a860c2a2dab /rclone-test-faracuy8mubu/trailing HT␉/trailing HT␉ 2025/10/27 04:35:42 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b2aec2ee17d553817d25160aa4573a860c2a2dab === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: eccae8a42c32c6143d98c9b0a05c0649 /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eccae8a42c32c6143d98c9b0a05c0649 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: eccae8a42c32c6143d98c9b0a05c0649 /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eccae8a42c32c6143d98c9b0a05c0649 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: eccae8a42c32c6143d98c9b0a05c0649 /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eccae8a42c32c6143d98c9b0a05c0649 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ VT␋/trailing\ VT␋ 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af /rclone-test-faracuy8mubu/trailing VT␋/trailing VT␋ 2025/10/27 04:35:42 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 1543c6a8fc93a9ecb1f97af5cbf282d56c3440af === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fdb039b8b2a072571a777ec809550199 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: fdb039b8b2a072571a777ec809550199 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fdb039b8b2a072571a777ec809550199 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: fdb039b8b2a072571a777ec809550199 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: fdb039b8b2a072571a777ec809550199 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: fdb039b8b2a072571a777ec809550199 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/trailing dot./trailing dot." 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/trailing\ dot./trailing\ dot. 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 /rclone-test-faracuy8mubu/trailing dot./trailing dot. 2025/10/27 04:35:42 DEBUG : trailing dot./trailing dot.: Parsed hash: c944b75f27df4ca169ca3a7798ffad74e0b7a5e1 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6697b5b96697f17257fa96e5acf6d9d5 /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6697b5b96697f17257fa96e5acf6d9d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 761f0e09a0b765660cbaa54173e88c006bc60f4e /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 761f0e09a0b765660cbaa54173e88c006bc60f4e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6697b5b96697f17257fa96e5acf6d9d5 /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6697b5b96697f17257fa96e5acf6d9d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 761f0e09a0b765660cbaa54173e88c006bc60f4e /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 761f0e09a0b765660cbaa54173e88c006bc60f4e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6697b5b96697f17257fa96e5acf6d9d5 /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 6697b5b96697f17257fa96e5acf6d9d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/invalid\ utf-8/invalid\ utf-8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 761f0e09a0b765660cbaa54173e88c006bc60f4e /rclone-test-faracuy8mubu/invalid utf-8/invalid utf-8 2025/10/27 04:35:42 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 761f0e09a0b765660cbaa54173e88c006bc60f4e === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b4509e9d5577dabc4593286a96618552 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: b4509e9d5577dabc4593286a96618552 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3b03035b9196bb96ef190e10fb095f9084d1d206 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3b03035b9196bb96ef190e10fb095f9084d1d206 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b4509e9d5577dabc4593286a96618552 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: b4509e9d5577dabc4593286a96618552 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3b03035b9196bb96ef190e10fb095f9084d1d206 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3b03035b9196bb96ef190e10fb095f9084d1d206 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: b4509e9d5577dabc4593286a96618552 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: b4509e9d5577dabc4593286a96618552 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/test%46.txt/test%46.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/test\%46.txt/test\%46.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3b03035b9196bb96ef190e10fb095f9084d1d206 /rclone-test-faracuy8mubu/test%46.txt/test%46.txt 2025/10/27 04:35:42 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3b03035b9196bb96ef190e10fb095f9084d1d206 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Connection OK after error: potato 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/zero-length-file" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/zero-length-file" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/zero-length-file" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/zero-length-file" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-faracuy8mubu/zero-length-file 2025/10/27 04:35:42 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 090566aa888409781527d2c6e2772ea8 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 090566aa888409781527d2c6e2772ea8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3509b22e2a2531fc7c89b1986a0c5b5438d37d99 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 3509b22e2a2531fc7c89b1986a0c5b5438d37d99 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 090566aa888409781527d2c6e2772ea8 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 090566aa888409781527d2c6e2772ea8 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3509b22e2a2531fc7c89b1986a0c5b5438d37d99 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 3509b22e2a2531fc7c89b1986a0c5b5438d37d99 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 === 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/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:40746->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/27 04:35:42 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === 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/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-faracuy8mubu/hello? sausage/êé" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: New connection 127.0.0.1:40752->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Relative path resolved to "/rclone-test-faracuy8mubu/hello? sausage/êé" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Using root directory "/rclone-test-faracuy8mubu/hello? sausage/êé" 2025/10/27 04:35:42 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-faracuy8mubu/hello? sausage/êé" to be canonical "TestSFTPRclone{eDRYX}:rclone-test-faracuy8mubu/hello? sausage/êé" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Remote command result: fbbe4f07d41929b867faf185473c2c09 /rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : a/b/c/d/e.txt: Parsed hash: fbbe4f07d41929b867faf185473c2c09 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Remote command result: d5c3a58340c3021b547e48427d8ea72137f0abf3 /rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : a/b/c/d/e.txt: Parsed hash: d5c3a58340c3021b547e48427d8ea72137f0abf3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Remote command result: fbbe4f07d41929b867faf185473c2c09 /rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : a/b/c/d/e.txt: Parsed hash: fbbe4f07d41929b867faf185473c2c09 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: Remote command result: d5c3a58340c3021b547e48427d8ea72137f0abf3 /rclone-test-faracuy8mubu/hello? sausage/êé/a/b/c/d/e.txt 2025/10/27 04:35:42 DEBUG : a/b/c/d/e.txt: Parsed hash: d5c3a58340c3021b547e48427d8ea72137f0abf3 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé: New connection 127.0.0.1:40758->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : Waiting for deletions to finish 2025/10/27 04:35:42 INFO : a/b/c/d/e.txt: Deleted 2025/10/27 04:35:42 DEBUG : removing 1 level 4 directories 2025/10/27 04:35:42 INFO : a/b/c/d: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 3 directories 2025/10/27 04:35:42 INFO : a/b/c: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 2 directories 2025/10/27 04:35:42 INFO : a/b: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 1 directories 2025/10/27 04:35:42 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: New connection 127.0.0.1:40768->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/moveTest/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/moveTest/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/moveTest/other.txt 2025/10/27 04:35:42 DEBUG : moveTest/other.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/moveTest/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/moveTest/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/moveTest/other.txt 2025/10/27 04:35:42 DEBUG : moveTest/other.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/other.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/other.txt 2025/10/27 04:35:42 DEBUG : other.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-zarewos1vuve" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: New connection 127.0.0.1:40782->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Relative path resolved to "/rclone-test-zarewos1vuve" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Using root directory "/rclone-test-zarewos1vuve" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Shell path "/rclone-test-zarewos1vuve/new_name/sub_new_name/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Running remote command: md5sum /rclone-test-zarewos1vuve/new_name/sub_new_name/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-zarewos1vuve/new_name/sub_new_name/file name.txt 2025/10/27 04:35:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Shell path "/rclone-test-zarewos1vuve/new_name/sub_new_name/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Running remote command: sha1sum /rclone-test-zarewos1vuve/new_name/sub_new_name/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-zarewos1vuve/new_name/sub_new_name/file name.txt 2025/10/27 04:35:42 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Shell path "/rclone-test-zarewos1vuve/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Running remote command: md5sum /rclone-test-zarewos1vuve/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-zarewos1vuve/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Shell path "/rclone-test-zarewos1vuve/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Running remote command: sha1sum /rclone-test-zarewos1vuve/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-zarewos1vuve/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: Purge dir "new_name" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-zarewos1vuve: 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6a66791f1a8fdea8abe2b2ea87678a83 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 6a66791f1a8fdea8abe2b2ea87678a83 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 47edfffe9f202b368ed492c337d18d23f89e7369 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 47edfffe9f202b368ed492c337d18d23f89e7369 === 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:40798->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-faracuy8mubu/not found.txt" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/not found.txt: New connection 127.0.0.1:40812->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/not found.txt: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/not found.txt: Relative path resolved to "/rclone-test-faracuy8mubu/not found.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/not found.txt: Using root directory "/rclone-test-faracuy8mubu/not found.txt" 2025/10/27 04:35:42 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-faracuy8mubu" from "TestSFTPRclone:rclone-test-faracuy8mubu" 2025/10/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:40822->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0aff942fda529b408006178a07d06d5 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: e0aff942fda529b408006178a07d06d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 88c7d2628e7d219c63be809adc8970823ba2ee00 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: 88c7d2628e7d219c63be809adc8970823ba2ee00 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0aff942fda529b408006178a07d06d5 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: e0aff942fda529b408006178a07d06d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 88c7d2628e7d219c63be809adc8970823ba2ee00 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: 88c7d2628e7d219c63be809adc8970823ba2ee00 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: e0aff942fda529b408006178a07d06d5 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: e0aff942fda529b408006178a07d06d5 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/created from root.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/created\ from\ root.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 88c7d2628e7d219c63be809adc8970823ba2ee00 /rclone-test-faracuy8mubu/created from root.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/created from root.txt: Parsed hash: 88c7d2628e7d219c63be809adc8970823ba2ee00 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: d96ed984d9dd453f2f8991fcde3ed86f /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: d96ed984d9dd453f2f8991fcde3ed86f 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/file name.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/file\ name.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3a33a367593ad42bef67e973cf18a3519d67d226 /rclone-test-faracuy8mubu/file name.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/file name.txt: Parsed hash: 3a33a367593ad42bef67e973cf18a3519d67d226 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 1985fa77769760429a485430d421ed39 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 1985fa77769760429a485430d421ed39 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 55d6979c8962447688a7b4cd1f456523a34a9150 /rclone-test-faracuy8mubu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/27 04:35:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 55d6979c8962447688a7b4cd1f456523a34a9150 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Server has VFS statistics extension 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: About path "/rclone-test-faracuy8mubu" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: About path "/rclone-test-faracuy8mubu" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: About using shell command for shell type "unix" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: df -k /rclone-test-faracuy8mubu 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 115848264 34924744 73% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6b1d635b20c9d330310b96f92e97dfc0 /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: 6b1d635b20c9d330310b96f92e97dfc0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7048f41252c425d2a9b48a7ca005587c16c2ffac /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: 7048f41252c425d2a9b48a7ca005587c16c2ffac 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 6b1d635b20c9d330310b96f92e97dfc0 /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: 6b1d635b20c9d330310b96f92e97dfc0 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/piped data.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/piped\ data.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 7048f41252c425d2a9b48a7ca005587c16c2ffac /rclone-test-faracuy8mubu/piped data.txt 2025/10/27 04:35:42 DEBUG : piped data.txt: Parsed hash: 7048f41252c425d2a9b48a7ca005587c16c2ffac === 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/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/unknown-size-update.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 45a9cf00dcfbd1a2ab16f3924c1ece57 /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 45a9cf00dcfbd1a2ab16f3924c1ece57 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/unknown-size-update.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 63d666be42b1371ed5e6e36c334c9f9b481d1e5a /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 63d666be42b1371ed5e6e36c334c9f9b481d1e5a 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/unknown-size-update.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: md5sum /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 45a9cf00dcfbd1a2ab16f3924c1ece57 /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 45a9cf00dcfbd1a2ab16f3924c1ece57 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Shell path "/rclone-test-faracuy8mubu/unknown-size-update.txt" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Running remote command: sha1sum /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Remote command result: 63d666be42b1371ed5e6e36c334c9f9b481d1e5a /rclone-test-faracuy8mubu/unknown-size-update.txt 2025/10/27 04:35:42 DEBUG : unknown-size-update.txt: Parsed hash: 63d666be42b1371ed5e6e36c334c9f9b481d1e5a === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/27 04:35:42 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-faracuy8mubu/deeper/nonexisting/directory" 2025/10/27 04:35:42 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : TestSFTPRclone: detected overridden config - adding "{eDRYX}" suffix to name 2025/10/27 04:35:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/27 04:35:42 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/27 04:35:42 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/27 04:35:42 DEBUG : Setting pass="TP85Si3SZVP8AgYZI68DPPxmb5Ao4OG6R9R-g1jv7C9aMD4" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/deeper/nonexisting/directory: New connection 127.0.0.1:40836->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9216.eaab3f527" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-faracuy8mubu/deeper/nonexisting/directory" 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu/deeper/nonexisting/directory: Using root directory "/rclone-test-faracuy8mubu/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/27 04:35:42 DEBUG : Waiting for deletions to finish 2025/10/27 04:35:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/27 04:35:42 DEBUG : removing 1 level 4 directories 2025/10/27 04:35:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 3 directories 2025/10/27 04:35:42 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 2 directories 2025/10/27 04:35:42 INFO : hello? sausage/êé: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 1 directories 2025/10/27 04:35:42 INFO : hello? sausage: Removing directory 2025/10/27 04:35:42 DEBUG : removing 1 level 0 directories 2025/10/27 04:35:42 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Removing directory 2025/10/27 04:35:42 ERROR : error listing: directory not found 2025/10/27 04:35:42 DEBUG : Waiting for deletions to finish 2025/10/27 04:35:42 ERROR : error listing: directory not found 2025/10/27 04:35:42 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Failed to list "": directory not found 2025/10/27 04:35:42 DEBUG : removing 1 level 0 directories 2025/10/27 04:35:42 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Removing directory 2025/10/27 04:35:42 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/27 04:35:42 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-faracuy8mubu: Closing 2 unused connections 2025/10/27 04:35:42 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.14s) --- 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.84s) --- 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.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.02s) --- 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.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.05s) --- 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.01s) --- 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.289s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.20462328s (try 1/5)