"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.15s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/13 03:00:47 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:48 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/13 03:00:48 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:49 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/13 03:00:49 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:50 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/13 03:00:50 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:51 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/13 03:00:51 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:52 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/13 03:00:52 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:53 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/13 03:00:53 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:54 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/13 03:00:54 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:55 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/13 03:00:55 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:56 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/13 03:00:56 NOTICE: TestSFTPRclone: Stopping server 2025/10/13 03:00:56 NOTICE: TestSFTPRclone: Starting server 2025/10/13 03:00:57 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/13 03:00:57 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: New connection 127.0.0.1:55304->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Relative path resolved to "/rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Using root directory "/rclone-test-hiquled8moya" 2025/10/13 03:00:57 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/13 03:00:57 INFO : dir/subdir: Making directory 2025/10/13 03:00:57 INFO : dir/subdir: Removing directory 2025/10/13 03:00:57 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/13 03:00:57 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 60d34be4de5be275e10502723cd485a2 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 60d34be4de5be275e10502723cd485a2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ca7b6530e56445c9f78538004e892db3eb82ac91 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ca7b6530e56445c9f78538004e892db3eb82ac91 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 60d34be4de5be275e10502723cd485a2 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 60d34be4de5be275e10502723cd485a2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ca7b6530e56445c9f78538004e892db3eb82ac91 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ca7b6530e56445c9f78538004e892db3eb82ac91 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 60d34be4de5be275e10502723cd485a2 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 60d34be4de5be275e10502723cd485a2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ca7b6530e56445c9f78538004e892db3eb82ac91 /rclone-test-hiquled8moya/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/13 03:00:57 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ca7b6530e56445c9f78538004e892db3eb82ac91 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: dd6c383299e3875671646f49c7ec25d9 /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: dd6c383299e3875671646f49c7ec25d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: dd6c383299e3875671646f49c7ec25d9 /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: dd6c383299e3875671646f49c7ec25d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: dd6c383299e3875671646f49c7ec25d9 /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: dd6c383299e3875671646f49c7ec25d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/./." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f /rclone-test-hiquled8moya/./. 2025/10/13 03:00:57 DEBUG : ./.: Parsed hash: cf7ff9d6b05da3526ed0045ce7f8483d4cffaa6f === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 51f83bd8709343a7cebbf93a90b8f6d4 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: 51f83bd8709343a7cebbf93a90b8f6d4 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a3714ca64ebf43a1f878959791dcb229e4869047 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: a3714ca64ebf43a1f878959791dcb229e4869047 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 51f83bd8709343a7cebbf93a90b8f6d4 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: 51f83bd8709343a7cebbf93a90b8f6d4 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a3714ca64ebf43a1f878959791dcb229e4869047 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: a3714ca64ebf43a1f878959791dcb229e4869047 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 51f83bd8709343a7cebbf93a90b8f6d4 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: 51f83bd8709343a7cebbf93a90b8f6d4 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/../.." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a3714ca64ebf43a1f878959791dcb229e4869047 /rclone-test-hiquled8moya/../.. 2025/10/13 03:00:57 DEBUG : ../..: Parsed hash: a3714ca64ebf43a1f878959791dcb229e4869047 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d482eec6f57a515ab88bac8cb2d2e42b /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d482eec6f57a515ab88bac8cb2d2e42b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9f082a4478777030132e83873a5eae071b2ebe65 /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9f082a4478777030132e83873a5eae071b2ebe65 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d482eec6f57a515ab88bac8cb2d2e42b /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d482eec6f57a515ab88bac8cb2d2e42b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9f082a4478777030132e83873a5eae071b2ebe65 /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9f082a4478777030132e83873a5eae071b2ebe65 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d482eec6f57a515ab88bac8cb2d2e42b /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: d482eec6f57a515ab88bac8cb2d2e42b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9f082a4478777030132e83873a5eae071b2ebe65 /rclone-test-hiquled8moya/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/13 03:00:57 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9f082a4478777030132e83873a5eae071b2ebe65 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 03353d26f5003ea93aaff0a709dbd522 /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 03353d26f5003ea93aaff0a709dbd522 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 03353d26f5003ea93aaff0a709dbd522 /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 03353d26f5003ea93aaff0a709dbd522 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 03353d26f5003ea93aaff0a709dbd522 /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 03353d26f5003ea93aaff0a709dbd522 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/ leading space/ leading space" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\ leading\ space/\ leading\ space 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe /rclone-test-hiquled8moya/ leading space/ leading space 2025/10/13 03:00:57 DEBUG : leading space/ leading space: Parsed hash: 9e1f1557c7e250428fcf7b7e20ffd579ee256efe === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 0620fe3c598aef0a58b76c6c798c424f /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 0620fe3c598aef0a58b76c6c798c424f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8227ea7f8fabfd991775dae520041f1798152695 /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8227ea7f8fabfd991775dae520041f1798152695 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 0620fe3c598aef0a58b76c6c798c424f /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 0620fe3c598aef0a58b76c6c798c424f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8227ea7f8fabfd991775dae520041f1798152695 /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8227ea7f8fabfd991775dae520041f1798152695 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 0620fe3c598aef0a58b76c6c798c424f /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 0620fe3c598aef0a58b76c6c798c424f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/~leading tilde/~leading tilde" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/\~leading\ tilde/\~leading\ tilde 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8227ea7f8fabfd991775dae520041f1798152695 /rclone-test-hiquled8moya/~leading tilde/~leading tilde 2025/10/13 03:00:57 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 8227ea7f8fabfd991775dae520041f1798152695 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 550f7552055b8654757115f878d46b75 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 550f7552055b8654757115f878d46b75 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 550f7552055b8654757115f878d46b75 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 550f7552055b8654757115f878d46b75 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 550f7552055b8654757115f878d46b75 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 550f7552055b8654757115f878d46b75 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␍leading CR/␍leading CR" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␍leading\ CR/␍leading\ CR 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 /rclone-test-hiquled8moya/␍leading CR/␍leading CR 2025/10/13 03:00:57 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 2b0d816abb2f4f3d447ba4e19767b6809a1283d9 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: f5f31d875e798d6c8f5e0bb7e6243332 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f5f31d875e798d6c8f5e0bb7e6243332 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 026eacde722145f93915da1d1d681c0225313ed3 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 026eacde722145f93915da1d1d681c0225313ed3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: f5f31d875e798d6c8f5e0bb7e6243332 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f5f31d875e798d6c8f5e0bb7e6243332 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 026eacde722145f93915da1d1d681c0225313ed3 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 026eacde722145f93915da1d1d681c0225313ed3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: f5f31d875e798d6c8f5e0bb7e6243332 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: f5f31d875e798d6c8f5e0bb7e6243332 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␊leading LF/␊leading LF" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␊leading\ LF/␊leading\ LF 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 026eacde722145f93915da1d1d681c0225313ed3 /rclone-test-hiquled8moya/␊leading LF/␊leading LF 2025/10/13 03:00:57 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 026eacde722145f93915da1d1d681c0225313ed3 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ba8a0a103679ba9bbfa85620aa0088fa /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: ba8a0a103679ba9bbfa85620aa0088fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ba8a0a103679ba9bbfa85620aa0088fa /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: ba8a0a103679ba9bbfa85620aa0088fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ba8a0a103679ba9bbfa85620aa0088fa /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: ba8a0a103679ba9bbfa85620aa0088fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␉leading HT/␉leading HT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␉leading\ HT/␉leading\ HT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 /rclone-test-hiquled8moya/␉leading HT/␉leading HT 2025/10/13 03:00:57 DEBUG : ␉leading HT/␉leading HT: Parsed hash: a8f444e7c583bf9a21bc744b988a26ddd57af5c2 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 1b5492a8e3d5bfbf4adaf2b7221f1128 /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1b5492a8e3d5bfbf4adaf2b7221f1128 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8da9436e001679885028f84f6bf9cdefea6e63ab /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8da9436e001679885028f84f6bf9cdefea6e63ab 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 1b5492a8e3d5bfbf4adaf2b7221f1128 /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1b5492a8e3d5bfbf4adaf2b7221f1128 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8da9436e001679885028f84f6bf9cdefea6e63ab /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8da9436e001679885028f84f6bf9cdefea6e63ab 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 1b5492a8e3d5bfbf4adaf2b7221f1128 /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 1b5492a8e3d5bfbf4adaf2b7221f1128 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/␋leading VT/␋leading VT" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/␋leading\ VT/␋leading\ VT 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8da9436e001679885028f84f6bf9cdefea6e63ab /rclone-test-hiquled8moya/␋leading VT/␋leading VT 2025/10/13 03:00:57 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 8da9436e001679885028f84f6bf9cdefea6e63ab === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d5981bbb4d84094d3a9f23316945f9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: 86d5981bbb4d84094d3a9f23316945f9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a5d293e933885230b02ca5f74c083a5a867943d9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: a5d293e933885230b02ca5f74c083a5a867943d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d5981bbb4d84094d3a9f23316945f9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: 86d5981bbb4d84094d3a9f23316945f9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a5d293e933885230b02ca5f74c083a5a867943d9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: a5d293e933885230b02ca5f74c083a5a867943d9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d5981bbb4d84094d3a9f23316945f9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: 86d5981bbb4d84094d3a9f23316945f9 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/.leading dot/.leading dot" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/.leading\ dot/.leading\ dot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a5d293e933885230b02ca5f74c083a5a867943d9 /rclone-test-hiquled8moya/.leading dot/.leading dot 2025/10/13 03:00:57 DEBUG : .leading dot/.leading dot: Parsed hash: a5d293e933885230b02ca5f74c083a5a867943d9 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fd765bef348822a8c9f636bd89ccace2 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: fd765bef348822a8c9f636bd89ccace2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d71502fa500213e33458a552f31aeefec9e1c9b5 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: d71502fa500213e33458a552f31aeefec9e1c9b5 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fd765bef348822a8c9f636bd89ccace2 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: fd765bef348822a8c9f636bd89ccace2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d71502fa500213e33458a552f31aeefec9e1c9b5 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: d71502fa500213e33458a552f31aeefec9e1c9b5 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fd765bef348822a8c9f636bd89ccace2 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: fd765bef348822a8c9f636bd89ccace2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing space /trailing space " 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ space\ /trailing\ space\ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d71502fa500213e33458a552f31aeefec9e1c9b5 /rclone-test-hiquled8moya/trailing space /trailing space 2025/10/13 03:00:57 DEBUG : trailing space /trailing space : Parsed hash: d71502fa500213e33458a552f31aeefec9e1c9b5 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: b3444b1b0a6fe273659277bdf9d52283 /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b3444b1b0a6fe273659277bdf9d52283 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: b3444b1b0a6fe273659277bdf9d52283 /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b3444b1b0a6fe273659277bdf9d52283 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: b3444b1b0a6fe273659277bdf9d52283 /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: b3444b1b0a6fe273659277bdf9d52283 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing CR␍/trailing CR␍" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ CR␍/trailing\ CR␍ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a /rclone-test-hiquled8moya/trailing CR␍/trailing CR␍ 2025/10/13 03:00:57 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 2b0d4adb0afdd8c0ca019ce77c29aa1356ba5a5a === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 5f2c8e44705623e78910305ebb0a77fe /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5f2c8e44705623e78910305ebb0a77fe 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 5f2c8e44705623e78910305ebb0a77fe /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5f2c8e44705623e78910305ebb0a77fe 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 5f2c8e44705623e78910305ebb0a77fe /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 5f2c8e44705623e78910305ebb0a77fe 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing LF␊/trailing LF␊" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ LF␊/trailing\ LF␊ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb /rclone-test-hiquled8moya/trailing LF␊/trailing LF␊ 2025/10/13 03:00:57 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: c89ffda9ab462dcb8ed1a2c606394f1f46a24cbb === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: e4021c97c1ee9b492a45c049f231173e /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e4021c97c1ee9b492a45c049f231173e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7103b53cc004fbb643a118d17c7b2a50cce79070 /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7103b53cc004fbb643a118d17c7b2a50cce79070 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: e4021c97c1ee9b492a45c049f231173e /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e4021c97c1ee9b492a45c049f231173e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7103b53cc004fbb643a118d17c7b2a50cce79070 /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7103b53cc004fbb643a118d17c7b2a50cce79070 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: e4021c97c1ee9b492a45c049f231173e /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: e4021c97c1ee9b492a45c049f231173e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing HT␉/trailing HT␉" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ HT␉/trailing\ HT␉ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7103b53cc004fbb643a118d17c7b2a50cce79070 /rclone-test-hiquled8moya/trailing HT␉/trailing HT␉ 2025/10/13 03:00:57 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7103b53cc004fbb643a118d17c7b2a50cce79070 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d6cdfcf9284c3a56bdca40076c8705 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 86d6cdfcf9284c3a56bdca40076c8705 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eac01fe0a448c6d095b2bc6398bc1725768094f2 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eac01fe0a448c6d095b2bc6398bc1725768094f2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d6cdfcf9284c3a56bdca40076c8705 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 86d6cdfcf9284c3a56bdca40076c8705 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eac01fe0a448c6d095b2bc6398bc1725768094f2 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eac01fe0a448c6d095b2bc6398bc1725768094f2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 86d6cdfcf9284c3a56bdca40076c8705 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 86d6cdfcf9284c3a56bdca40076c8705 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing VT␋/trailing VT␋" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ VT␋/trailing\ VT␋ 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eac01fe0a448c6d095b2bc6398bc1725768094f2 /rclone-test-hiquled8moya/trailing VT␋/trailing VT␋ 2025/10/13 03:00:57 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: eac01fe0a448c6d095b2bc6398bc1725768094f2 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 969ce7d6b1603ce34ac4ee56661f7f8f /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: 969ce7d6b1603ce34ac4ee56661f7f8f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fc47748432c6c88b663dcd3eb282d99cbaa89b1e /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: fc47748432c6c88b663dcd3eb282d99cbaa89b1e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 969ce7d6b1603ce34ac4ee56661f7f8f /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: 969ce7d6b1603ce34ac4ee56661f7f8f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fc47748432c6c88b663dcd3eb282d99cbaa89b1e /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: fc47748432c6c88b663dcd3eb282d99cbaa89b1e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 969ce7d6b1603ce34ac4ee56661f7f8f /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: 969ce7d6b1603ce34ac4ee56661f7f8f 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/trailing dot./trailing dot." 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/trailing\ dot./trailing\ dot. 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: fc47748432c6c88b663dcd3eb282d99cbaa89b1e /rclone-test-hiquled8moya/trailing dot./trailing dot. 2025/10/13 03:00:57 DEBUG : trailing dot./trailing dot.: Parsed hash: fc47748432c6c88b663dcd3eb282d99cbaa89b1e === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9a18efe31dc8564e4c62cbb9f5e6fa20 /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 9a18efe31dc8564e4c62cbb9f5e6fa20 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: bd44483a5b5da9d188784eac528e5b4d49b2abcd /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bd44483a5b5da9d188784eac528e5b4d49b2abcd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9a18efe31dc8564e4c62cbb9f5e6fa20 /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 9a18efe31dc8564e4c62cbb9f5e6fa20 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: bd44483a5b5da9d188784eac528e5b4d49b2abcd /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bd44483a5b5da9d188784eac528e5b4d49b2abcd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 9a18efe31dc8564e4c62cbb9f5e6fa20 /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 9a18efe31dc8564e4c62cbb9f5e6fa20 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/invalid\ utf-8/invalid\ utf-8 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: bd44483a5b5da9d188784eac528e5b4d49b2abcd /rclone-test-hiquled8moya/invalid utf-8/invalid utf-8 2025/10/13 03:00:57 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: bd44483a5b5da9d188784eac528e5b4d49b2abcd === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 3cbd9e86f88e9ccc281ab95ecd6e88ff /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3cbd9e86f88e9ccc281ab95ecd6e88ff 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 3cbd9e86f88e9ccc281ab95ecd6e88ff /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3cbd9e86f88e9ccc281ab95ecd6e88ff 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 3cbd9e86f88e9ccc281ab95ecd6e88ff /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 3cbd9e86f88e9ccc281ab95ecd6e88ff 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/test%46.txt/test%46.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/test\%46.txt/test\%46.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 /rclone-test-hiquled8moya/test%46.txt/test%46.txt 2025/10/13 03:00:57 DEBUG : test%46.txt/test%46.txt: Parsed hash: 6ce78145a49a9f51f2b40e777dd7d0e16ac37e83 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Connection OK after error: potato 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/zero-length-file" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/zero-length-file" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/zero-length-file" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/zero-length-file" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hiquled8moya/zero-length-file 2025/10/13 03:00:57 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: e68e4b5f28b048e061de516bbb70b233 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: e68e4b5f28b048e061de516bbb70b233 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8c1521193c4be1803ceb226f112f5259012b1fa3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 8c1521193c4be1803ceb226f112f5259012b1fa3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: e68e4b5f28b048e061de516bbb70b233 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: e68e4b5f28b048e061de516bbb70b233 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 8c1521193c4be1803ceb226f112f5259012b1fa3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 8c1521193c4be1803ceb226f112f5259012b1fa3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 === 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/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55312->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/13 03:00:57 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === 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/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-hiquled8moya/hello? sausage/êé" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: New connection 127.0.0.1:55326->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Relative path resolved to "/rclone-test-hiquled8moya/hello? sausage/êé" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Using root directory "/rclone-test-hiquled8moya/hello? sausage/êé" 2025/10/13 03:00:57 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-hiquled8moya/hello? sausage/êé" to be canonical "TestSFTPRclone{KaB3G}:rclone-test-hiquled8moya/hello? sausage/êé" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Remote command result: a83b9d47f74474ade605875987a6a0bb /rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : a/b/c/d/e.txt: Parsed hash: a83b9d47f74474ade605875987a6a0bb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Remote command result: 562c4c3e54cc5b0a37cf4b263911d6f4f70784de /rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : a/b/c/d/e.txt: Parsed hash: 562c4c3e54cc5b0a37cf4b263911d6f4f70784de 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Remote command result: a83b9d47f74474ade605875987a6a0bb /rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : a/b/c/d/e.txt: Parsed hash: a83b9d47f74474ade605875987a6a0bb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: Remote command result: 562c4c3e54cc5b0a37cf4b263911d6f4f70784de /rclone-test-hiquled8moya/hello? sausage/êé/a/b/c/d/e.txt 2025/10/13 03:00:57 DEBUG : a/b/c/d/e.txt: Parsed hash: 562c4c3e54cc5b0a37cf4b263911d6f4f70784de 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé: New connection 127.0.0.1:55338->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : Waiting for deletions to finish 2025/10/13 03:00:57 INFO : a/b/c/d/e.txt: Deleted 2025/10/13 03:00:57 DEBUG : removing 1 level 4 directories 2025/10/13 03:00:57 INFO : a/b/c/d: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 3 directories 2025/10/13 03:00:57 INFO : a/b/c: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 2 directories 2025/10/13 03:00:57 INFO : a/b: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 1 directories 2025/10/13 03:00:57 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: New connection 127.0.0.1:55352->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/moveTest/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/moveTest/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/moveTest/other.txt 2025/10/13 03:00:57 DEBUG : moveTest/other.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/moveTest/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/moveTest/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/moveTest/other.txt 2025/10/13 03:00:57 DEBUG : moveTest/other.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/other.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/other.txt 2025/10/13 03:00:57 DEBUG : other.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-yexoxor5sijo" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: New connection 127.0.0.1:55366->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Relative path resolved to "/rclone-test-yexoxor5sijo" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Using root directory "/rclone-test-yexoxor5sijo" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Shell path "/rclone-test-yexoxor5sijo/new_name/sub_new_name/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Running remote command: md5sum /rclone-test-yexoxor5sijo/new_name/sub_new_name/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-yexoxor5sijo/new_name/sub_new_name/file name.txt 2025/10/13 03:00:57 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Shell path "/rclone-test-yexoxor5sijo/new_name/sub_new_name/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Running remote command: sha1sum /rclone-test-yexoxor5sijo/new_name/sub_new_name/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-yexoxor5sijo/new_name/sub_new_name/file name.txt 2025/10/13 03:00:57 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Shell path "/rclone-test-yexoxor5sijo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Running remote command: md5sum /rclone-test-yexoxor5sijo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-yexoxor5sijo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Shell path "/rclone-test-yexoxor5sijo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Running remote command: sha1sum /rclone-test-yexoxor5sijo/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-yexoxor5sijo/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: Purge dir "new_name" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-yexoxor5sijo: 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 6da0f289ec70d230dd8f0ecaebf709fa /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 6da0f289ec70d230dd8f0ecaebf709fa 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 7f7a0d16858448caa68ecc45cb77783fffa313d3 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 7f7a0d16858448caa68ecc45cb77783fffa313d3 === 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:55382->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-hiquled8moya/not found.txt" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/not found.txt: New connection 127.0.0.1:55386->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/not found.txt: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/not found.txt: Relative path resolved to "/rclone-test-hiquled8moya/not found.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/not found.txt: Using root directory "/rclone-test-hiquled8moya/not found.txt" 2025/10/13 03:00:57 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-hiquled8moya" from "TestSFTPRclone:rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55392->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dc53020c66f30e9c38975017a1e049a7 /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: dc53020c66f30e9c38975017a1e049a7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 71ae518ac6c846777274952d639f0d3a9331367b /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: 71ae518ac6c846777274952d639f0d3a9331367b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dc53020c66f30e9c38975017a1e049a7 /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: dc53020c66f30e9c38975017a1e049a7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 71ae518ac6c846777274952d639f0d3a9331367b /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: 71ae518ac6c846777274952d639f0d3a9331367b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: dc53020c66f30e9c38975017a1e049a7 /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: dc53020c66f30e9c38975017a1e049a7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/created from root.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/created\ from\ root.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 71ae518ac6c846777274952d639f0d3a9331367b /rclone-test-hiquled8moya/created from root.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/created from root.txt: Parsed hash: 71ae518ac6c846777274952d639f0d3a9331367b 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 001d1e08eb4320f2269a9efbc4caea01 /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: 001d1e08eb4320f2269a9efbc4caea01 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/file name.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/file\ name.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd /rclone-test-hiquled8moya/file name.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/file name.txt: Parsed hash: ab22deef55c0b98c4c4b752bd80c37b5e2c34bbd 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 77d175a2985e959a334c0b101d39eff7 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 77d175a2985e959a334c0b101d39eff7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: eb8663b4d43fef36ffc6f5a059b3871b41899b72 /rclone-test-hiquled8moya/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/13 03:00:57 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: eb8663b4d43fef36ffc6f5a059b3871b41899b72 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Server has VFS statistics extension 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: About path "/rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: About path "/rclone-test-hiquled8moya" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: About using shell command for shell type "unix" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: df -k /rclone-test-hiquled8moya 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 111827548 38945460 71% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2c709bd89668a57e028c04d4ce2944eb /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: 2c709bd89668a57e028c04d4ce2944eb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 46959d7c5a6891c84326fa9081b4205b48789ad7 /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: 46959d7c5a6891c84326fa9081b4205b48789ad7 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 2c709bd89668a57e028c04d4ce2944eb /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: 2c709bd89668a57e028c04d4ce2944eb 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/piped data.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/piped\ data.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 46959d7c5a6891c84326fa9081b4205b48789ad7 /rclone-test-hiquled8moya/piped data.txt 2025/10/13 03:00:57 DEBUG : piped data.txt: Parsed hash: 46959d7c5a6891c84326fa9081b4205b48789ad7 === 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/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/unknown-size-update.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 74962c5c4f9d4489007040edaa479846 /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : unknown-size-update.txt: Parsed hash: 74962c5c4f9d4489007040edaa479846 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/unknown-size-update.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a57d353426399bde6432aacb7d79c03b51d62339 /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : unknown-size-update.txt: Parsed hash: a57d353426399bde6432aacb7d79c03b51d62339 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/unknown-size-update.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: md5sum /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: 74962c5c4f9d4489007040edaa479846 /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : unknown-size-update.txt: Parsed hash: 74962c5c4f9d4489007040edaa479846 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Shell path "/rclone-test-hiquled8moya/unknown-size-update.txt" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Running remote command: sha1sum /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Remote command result: a57d353426399bde6432aacb7d79c03b51d62339 /rclone-test-hiquled8moya/unknown-size-update.txt 2025/10/13 03:00:57 DEBUG : unknown-size-update.txt: Parsed hash: a57d353426399bde6432aacb7d79c03b51d62339 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/13 03:00:57 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-hiquled8moya/deeper/nonexisting/directory" 2025/10/13 03:00:57 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : TestSFTPRclone: detected overridden config - adding "{KaB3G}" suffix to name 2025/10/13 03:00:57 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/13 03:00:57 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/13 03:00:57 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/13 03:00:57 DEBUG : Setting pass="zfLurZ95Igkre-eAEhxfnkyb_ie3jDLu2XfLNIITCDnzIg8" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/deeper/nonexisting/directory: New connection 127.0.0.1:55400->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9174.39259a5bd" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-hiquled8moya/deeper/nonexisting/directory" 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya/deeper/nonexisting/directory: Using root directory "/rclone-test-hiquled8moya/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/13 03:00:57 DEBUG : Waiting for deletions to finish 2025/10/13 03:00:57 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/13 03:00:57 DEBUG : removing 1 level 4 directories 2025/10/13 03:00:57 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 3 directories 2025/10/13 03:00:57 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 2 directories 2025/10/13 03:00:57 INFO : hello? sausage/êé: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 1 directories 2025/10/13 03:00:57 INFO : hello? sausage: Removing directory 2025/10/13 03:00:57 DEBUG : removing 1 level 0 directories 2025/10/13 03:00:57 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Removing directory 2025/10/13 03:00:57 ERROR : error listing: directory not found 2025/10/13 03:00:57 DEBUG : Waiting for deletions to finish 2025/10/13 03:00:57 ERROR : error listing: directory not found 2025/10/13 03:00:57 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Failed to list "": directory not found 2025/10/13 03:00:57 DEBUG : removing 1 level 0 directories 2025/10/13 03:00:57 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Removing directory 2025/10/13 03:00:57 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/13 03:00:57 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-hiquled8moya: Closing 2 unused connections 2025/10/13 03:00:58 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.01s) --- 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.72s) --- 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.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.00s) --- 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.184s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.071647357s (try 1/5)