"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 TestRemotePathEncodesRemoteNames --- PASS: TestRemotePathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesRemoteNames --- PASS: TestRemoteShellPathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesPathOverrideNames --- PASS: TestRemoteShellPathEncodesPathOverrideNames (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestSSHExternalWaitMultipleCalls --- PASS: TestSSHExternalWaitMultipleCalls (0.10s) === RUN TestSSHExternalCloseMultipleCalls --- PASS: TestSSHExternalCloseMultipleCalls (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.13s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2026/07/10 05:25:03 NOTICE: TestSFTPRclone: Starting server 2026/07/10 05:25:04 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2026/07/10 05:25:04 DEBUG : TestSFTPRclone: Read 1, error: 2026/07/10 05:25:04 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2026/07/10 05:25:04 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nilaxog0duse" 2026/07/10 05:25:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/10 05:25:04 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:04 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:04 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:04 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:04 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:04 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:04 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:04 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:04 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:04 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:04 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: New connection 127.0.0.1:50688->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell type "unix" from config 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Relative path resolved to "/rclone-test-nilaxog0duse" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Using root directory "/rclone-test-nilaxog0duse" 2026/07/10 05:25:04 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 2026/07/10 05:25:04 INFO : dir/subdir: Making directory 2026/07/10 05:25:04 INFO : dir/subdir: Removing directory 2026/07/10 05:25:04 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 2026/07/10 05:25:04 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:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 689275689a21d72db4ef3854897e29ec /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 689275689a21d72db4ef3854897e29ec 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d77bb76fe774da66bcba6522b34defb48176b101 /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d77bb76fe774da66bcba6522b34defb48176b101 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 689275689a21d72db4ef3854897e29ec /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 689275689a21d72db4ef3854897e29ec 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d77bb76fe774da66bcba6522b34defb48176b101 /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d77bb76fe774da66bcba6522b34defb48176b101 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 689275689a21d72db4ef3854897e29ec /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 689275689a21d72db4ef3854897e29ec 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d77bb76fe774da66bcba6522b34defb48176b101 /rclone-test-nilaxog0duse/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/07/10 05:25:04 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: d77bb76fe774da66bcba6522b34defb48176b101 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fe85c9769d5e2c83782c1b8ae23460ed /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: fe85c9769d5e2c83782c1b8ae23460ed 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fe85c9769d5e2c83782c1b8ae23460ed /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: fe85c9769d5e2c83782c1b8ae23460ed 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fe85c9769d5e2c83782c1b8ae23460ed /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: fe85c9769d5e2c83782c1b8ae23460ed 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/./." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 /rclone-test-nilaxog0duse/./. 2026/07/10 05:25:04 DEBUG : ./.: Parsed hash: 0719a4a538e219c18e4114f9b63c6e70fd2ca983 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 516f37d93df3d5ed61ab7d4ac08e692e /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: 516f37d93df3d5ed61ab7d4ac08e692e 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: ba3cf8536d892aab1783ae78721161b44b7de8fc /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: ba3cf8536d892aab1783ae78721161b44b7de8fc 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 516f37d93df3d5ed61ab7d4ac08e692e /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: 516f37d93df3d5ed61ab7d4ac08e692e 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: ba3cf8536d892aab1783ae78721161b44b7de8fc /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: ba3cf8536d892aab1783ae78721161b44b7de8fc 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 516f37d93df3d5ed61ab7d4ac08e692e /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: 516f37d93df3d5ed61ab7d4ac08e692e 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/../.." 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: ba3cf8536d892aab1783ae78721161b44b7de8fc /rclone-test-nilaxog0duse/../.. 2026/07/10 05:25:04 DEBUG : ../..: Parsed hash: ba3cf8536d892aab1783ae78721161b44b7de8fc === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a742eef1468fbfe7b26bac21e956cf5e /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:04 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a742eef1468fbfe7b26bac21e956cf5e 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:04 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a742eef1468fbfe7b26bac21e956cf5e /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a742eef1468fbfe7b26bac21e956cf5e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a742eef1468fbfe7b26bac21e956cf5e /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: a742eef1468fbfe7b26bac21e956cf5e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c /rclone-test-nilaxog0duse/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/07/10 05:25:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 9a1fe0ab99969ff0da1671fd56e6f6c4102b345c === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 8e301fe60513ac7f35e0e651d665b593 /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: 8e301fe60513ac7f35e0e651d665b593 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 8e301fe60513ac7f35e0e651d665b593 /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: 8e301fe60513ac7f35e0e651d665b593 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 8e301fe60513ac7f35e0e651d665b593 /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: 8e301fe60513ac7f35e0e651d665b593 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/ leading space/ leading space" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\ leading\ space/\ leading\ space 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e /rclone-test-nilaxog0duse/ leading space/ leading space 2026/07/10 05:25:05 DEBUG : leading space/ leading space: Parsed hash: e9f2ff9d1802e8eb1e69593045c2a7272bf1015e === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 32861337ac2b0ee46b9cf49778b90322 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 32861337ac2b0ee46b9cf49778b90322 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 32861337ac2b0ee46b9cf49778b90322 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 32861337ac2b0ee46b9cf49778b90322 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 32861337ac2b0ee46b9cf49778b90322 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 32861337ac2b0ee46b9cf49778b90322 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/~leading tilde/~leading tilde" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/\~leading\ tilde/\~leading\ tilde 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 /rclone-test-nilaxog0duse/~leading tilde/~leading tilde 2026/07/10 05:25:05 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 45ff983dbfc9dd7714ecc934b6511d17d995bbc7 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 261f44d4b027e6dfba75a329e0c30ae9 /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 261f44d4b027e6dfba75a329e0c30ae9 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a9a5ce9993afc39feb05e5fb427b6c809201508c /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a9a5ce9993afc39feb05e5fb427b6c809201508c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 261f44d4b027e6dfba75a329e0c30ae9 /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 261f44d4b027e6dfba75a329e0c30ae9 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a9a5ce9993afc39feb05e5fb427b6c809201508c /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a9a5ce9993afc39feb05e5fb427b6c809201508c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 261f44d4b027e6dfba75a329e0c30ae9 /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 261f44d4b027e6dfba75a329e0c30ae9 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␍leading CR/␍leading CR" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␍leading\ CR/␍leading\ CR 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: a9a5ce9993afc39feb05e5fb427b6c809201508c /rclone-test-nilaxog0duse/␍leading CR/␍leading CR 2026/07/10 05:25:05 DEBUG : ␍leading CR/␍leading CR: Parsed hash: a9a5ce9993afc39feb05e5fb427b6c809201508c === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 126d18f5ad2bbaf7ede571c44139841b /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 126d18f5ad2bbaf7ede571c44139841b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b8e90e6c6d6c94ea004e0148667428d9e1f40664 /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b8e90e6c6d6c94ea004e0148667428d9e1f40664 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 126d18f5ad2bbaf7ede571c44139841b /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 126d18f5ad2bbaf7ede571c44139841b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b8e90e6c6d6c94ea004e0148667428d9e1f40664 /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b8e90e6c6d6c94ea004e0148667428d9e1f40664 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 126d18f5ad2bbaf7ede571c44139841b /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 126d18f5ad2bbaf7ede571c44139841b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␊leading LF/␊leading LF" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␊leading\ LF/␊leading\ LF 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b8e90e6c6d6c94ea004e0148667428d9e1f40664 /rclone-test-nilaxog0duse/␊leading LF/␊leading LF 2026/07/10 05:25:05 DEBUG : ␊leading LF/␊leading LF: Parsed hash: b8e90e6c6d6c94ea004e0148667428d9e1f40664 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 702e0eed4268629f5374b17d0a26d5c8 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 702e0eed4268629f5374b17d0a26d5c8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e0e6c967ef6fff057cdb62b66e30f66afa76c174 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0e6c967ef6fff057cdb62b66e30f66afa76c174 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 702e0eed4268629f5374b17d0a26d5c8 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 702e0eed4268629f5374b17d0a26d5c8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e0e6c967ef6fff057cdb62b66e30f66afa76c174 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0e6c967ef6fff057cdb62b66e30f66afa76c174 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 702e0eed4268629f5374b17d0a26d5c8 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 702e0eed4268629f5374b17d0a26d5c8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␉leading HT/␉leading HT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␉leading\ HT/␉leading\ HT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e0e6c967ef6fff057cdb62b66e30f66afa76c174 /rclone-test-nilaxog0duse/␉leading HT/␉leading HT 2026/07/10 05:25:05 DEBUG : ␉leading HT/␉leading HT: Parsed hash: e0e6c967ef6fff057cdb62b66e30f66afa76c174 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0b8a4b177fffdfcb3c15b8701c799fa /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f0b8a4b177fffdfcb3c15b8701c799fa 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e2b643a70e9e9b18314a9c234c424cf8a462adc1 /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e2b643a70e9e9b18314a9c234c424cf8a462adc1 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0b8a4b177fffdfcb3c15b8701c799fa /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f0b8a4b177fffdfcb3c15b8701c799fa 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e2b643a70e9e9b18314a9c234c424cf8a462adc1 /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e2b643a70e9e9b18314a9c234c424cf8a462adc1 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0b8a4b177fffdfcb3c15b8701c799fa /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: f0b8a4b177fffdfcb3c15b8701c799fa 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/␋leading VT/␋leading VT" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/␋leading\ VT/␋leading\ VT 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e2b643a70e9e9b18314a9c234c424cf8a462adc1 /rclone-test-nilaxog0duse/␋leading VT/␋leading VT 2026/07/10 05:25:05 DEBUG : ␋leading VT/␋leading VT: Parsed hash: e2b643a70e9e9b18314a9c234c424cf8a462adc1 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 7da48082faa035effa372242a21190ad /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: 7da48082faa035effa372242a21190ad 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e50d9cafda51c3bbf5463d0a04edaf7363298500 /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: e50d9cafda51c3bbf5463d0a04edaf7363298500 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 7da48082faa035effa372242a21190ad /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: 7da48082faa035effa372242a21190ad 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e50d9cafda51c3bbf5463d0a04edaf7363298500 /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: e50d9cafda51c3bbf5463d0a04edaf7363298500 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 7da48082faa035effa372242a21190ad /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: 7da48082faa035effa372242a21190ad 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/.leading dot/.leading dot" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/.leading\ dot/.leading\ dot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e50d9cafda51c3bbf5463d0a04edaf7363298500 /rclone-test-nilaxog0duse/.leading dot/.leading dot 2026/07/10 05:25:05 DEBUG : .leading dot/.leading dot: Parsed hash: e50d9cafda51c3bbf5463d0a04edaf7363298500 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4dce473640dee03d677ddf09d98076ab /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 4dce473640dee03d677ddf09d98076ab 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 158125d1e01dd62c92f90e0f768d06d33fff0883 /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 158125d1e01dd62c92f90e0f768d06d33fff0883 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4dce473640dee03d677ddf09d98076ab /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 4dce473640dee03d677ddf09d98076ab 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 158125d1e01dd62c92f90e0f768d06d33fff0883 /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 158125d1e01dd62c92f90e0f768d06d33fff0883 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4dce473640dee03d677ddf09d98076ab /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 4dce473640dee03d677ddf09d98076ab 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing space /trailing space " 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ space\ /trailing\ space\ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 158125d1e01dd62c92f90e0f768d06d33fff0883 /rclone-test-nilaxog0duse/trailing space /trailing space 2026/07/10 05:25:05 DEBUG : trailing space /trailing space : Parsed hash: 158125d1e01dd62c92f90e0f768d06d33fff0883 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4eb462dd20d287ca149b6c9207e3d11200a86d28 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4eb462dd20d287ca149b6c9207e3d11200a86d28 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4eb462dd20d287ca149b6c9207e3d11200a86d28 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4eb462dd20d287ca149b6c9207e3d11200a86d28 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 9b3b9dc24e7cd96b2f5efa4926bd0ec3 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ CR␍/trailing\ CR␍ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4eb462dd20d287ca149b6c9207e3d11200a86d28 /rclone-test-nilaxog0duse/trailing CR␍/trailing CR␍ 2026/07/10 05:25:05 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 4eb462dd20d287ca149b6c9207e3d11200a86d28 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: eb297cfadda055331b24ad19a886ff69 /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: eb297cfadda055331b24ad19a886ff69 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e6190b27d4b771190b1d6f7976e7bf79d771b2bd /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e6190b27d4b771190b1d6f7976e7bf79d771b2bd 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: eb297cfadda055331b24ad19a886ff69 /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: eb297cfadda055331b24ad19a886ff69 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e6190b27d4b771190b1d6f7976e7bf79d771b2bd /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e6190b27d4b771190b1d6f7976e7bf79d771b2bd 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: eb297cfadda055331b24ad19a886ff69 /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: eb297cfadda055331b24ad19a886ff69 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ LF␊/trailing\ LF␊ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: e6190b27d4b771190b1d6f7976e7bf79d771b2bd /rclone-test-nilaxog0duse/trailing LF␊/trailing LF␊ 2026/07/10 05:25:05 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: e6190b27d4b771190b1d6f7976e7bf79d771b2bd === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 1fbc448bb36a0aac49312d500157c956 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fbc448bb36a0aac49312d500157c956 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fd277915510787e3cc268b4e5175af92c122af93 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: fd277915510787e3cc268b4e5175af92c122af93 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 1fbc448bb36a0aac49312d500157c956 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fbc448bb36a0aac49312d500157c956 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fd277915510787e3cc268b4e5175af92c122af93 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: fd277915510787e3cc268b4e5175af92c122af93 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 1fbc448bb36a0aac49312d500157c956 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 1fbc448bb36a0aac49312d500157c956 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ HT␉/trailing\ HT␉ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: fd277915510787e3cc268b4e5175af92c122af93 /rclone-test-nilaxog0duse/trailing HT␉/trailing HT␉ 2026/07/10 05:25:05 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: fd277915510787e3cc268b4e5175af92c122af93 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9f3a312b5ddb7cc83a91a00b719f2b6e /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9f3a312b5ddb7cc83a91a00b719f2b6e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 140c043a0168ec186566512497906b1c710fd147 /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 140c043a0168ec186566512497906b1c710fd147 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9f3a312b5ddb7cc83a91a00b719f2b6e /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9f3a312b5ddb7cc83a91a00b719f2b6e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 140c043a0168ec186566512497906b1c710fd147 /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 140c043a0168ec186566512497906b1c710fd147 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 9f3a312b5ddb7cc83a91a00b719f2b6e /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 9f3a312b5ddb7cc83a91a00b719f2b6e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ VT␋/trailing\ VT␋ 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 140c043a0168ec186566512497906b1c710fd147 /rclone-test-nilaxog0duse/trailing VT␋/trailing VT␋ 2026/07/10 05:25:05 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 140c043a0168ec186566512497906b1c710fd147 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0a271ae97e3339cc8664f8abd7ad386 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: f0a271ae97e3339cc8664f8abd7ad386 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0a271ae97e3339cc8664f8abd7ad386 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: f0a271ae97e3339cc8664f8abd7ad386 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f0a271ae97e3339cc8664f8abd7ad386 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: f0a271ae97e3339cc8664f8abd7ad386 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/trailing dot./trailing dot." 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/trailing\ dot./trailing\ dot. 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 /rclone-test-nilaxog0duse/trailing dot./trailing dot. 2026/07/10 05:25:05 DEBUG : trailing dot./trailing dot.: Parsed hash: 6bb38a12ad2d5d5221f3cad84f0b0be2b914e605 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c4d497c31fa9d2d3997401a96c18713b /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c4d497c31fa9d2d3997401a96c18713b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0806749df94488121bef65c238b19cb046f8c23f /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0806749df94488121bef65c238b19cb046f8c23f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c4d497c31fa9d2d3997401a96c18713b /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c4d497c31fa9d2d3997401a96c18713b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0806749df94488121bef65c238b19cb046f8c23f /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0806749df94488121bef65c238b19cb046f8c23f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c4d497c31fa9d2d3997401a96c18713b /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: c4d497c31fa9d2d3997401a96c18713b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/invalid utf-8\xfe/invalid utf-8\xfe" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/invalid\ utf-8/invalid\ utf-8 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 0806749df94488121bef65c238b19cb046f8c23f /rclone-test-nilaxog0duse/invalid utf-8/invalid utf-8 2026/07/10 05:25:05 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 0806749df94488121bef65c238b19cb046f8c23f === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d97d8118a9f385f24165ba0b81036e83 /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: d97d8118a9f385f24165ba0b81036e83 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 79475cea60fffcbba6fcfa9ace7e62fbf715570f /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: 79475cea60fffcbba6fcfa9ace7e62fbf715570f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d97d8118a9f385f24165ba0b81036e83 /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: d97d8118a9f385f24165ba0b81036e83 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 79475cea60fffcbba6fcfa9ace7e62fbf715570f /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: 79475cea60fffcbba6fcfa9ace7e62fbf715570f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d97d8118a9f385f24165ba0b81036e83 /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: d97d8118a9f385f24165ba0b81036e83 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/test%46.txt/test%46.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/test\%46.txt/test\%46.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 79475cea60fffcbba6fcfa9ace7e62fbf715570f /rclone-test-nilaxog0duse/test%46.txt/test%46.txt 2026/07/10 05:25:05 DEBUG : test%46.txt/test%46.txt: Parsed hash: 79475cea60fffcbba6fcfa9ace7e62fbf715570f === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Connection OK after error: potato 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/zero-length-file" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/zero-length-file" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/zero-length-file" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/zero-length-file" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-nilaxog0duse/zero-length-file 2026/07/10 05:25:05 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b8a980dbd18fa7e0b422c325b4aac3c5 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b8a980dbd18fa7e0b422c325b4aac3c5 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 2a23d2bb4fc88f38d14747b10414fe30b340149a /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 2a23d2bb4fc88f38d14747b10414fe30b340149a 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b8a980dbd18fa7e0b422c325b4aac3c5 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b8a980dbd18fa7e0b422c325b4aac3c5 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 2a23d2bb4fc88f38d14747b10414fe30b340149a /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 2a23d2bb4fc88f38d14747b10414fe30b340149a 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 === 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 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:50702->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/07/10 05:25:05 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 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1158: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1195: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nilaxog0duse/hello? sausage/êé" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: New connection 127.0.0.1:50706->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Relative path resolved to "/rclone-test-nilaxog0duse/hello? sausage/êé" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Using root directory "/rclone-test-nilaxog0duse/hello? sausage/êé" 2026/07/10 05:25:05 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-nilaxog0duse/hello? sausage/êé" to be canonical "TestSFTPRclone{x3SaD}:rclone-test-nilaxog0duse/hello? sausage/êé" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Remote command result: f68f02eb9283c1b31326abba96c868ad /rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : a/b/c/d/e.txt: Parsed hash: f68f02eb9283c1b31326abba96c868ad 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Remote command result: 4f1974e6a1a8d7c4d603eef56e9430f153f1906e /rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : a/b/c/d/e.txt: Parsed hash: 4f1974e6a1a8d7c4d603eef56e9430f153f1906e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Remote command result: f68f02eb9283c1b31326abba96c868ad /rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : a/b/c/d/e.txt: Parsed hash: f68f02eb9283c1b31326abba96c868ad 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: Remote command result: 4f1974e6a1a8d7c4d603eef56e9430f153f1906e /rclone-test-nilaxog0duse/hello? sausage/êé/a/b/c/d/e.txt 2026/07/10 05:25:05 DEBUG : a/b/c/d/e.txt: Parsed hash: 4f1974e6a1a8d7c4d603eef56e9430f153f1906e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé: New connection 127.0.0.1:50708->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : Waiting for deletions to finish 2026/07/10 05:25:05 INFO : a/b/c/d/e.txt: Deleted 2026/07/10 05:25:05 DEBUG : removing 1 level 4 directories 2026/07/10 05:25:05 INFO : a/b/c/d: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 3 directories 2026/07/10 05:25:05 INFO : a/b/c: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 2 directories 2026/07/10 05:25:05 INFO : a/b: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 1 directories 2026/07/10 05:25:05 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1259: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: New connection 127.0.0.1:50724->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/moveTest/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/moveTest/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/moveTest/other.txt 2026/07/10 05:25:05 DEBUG : moveTest/other.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/moveTest/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/moveTest/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/moveTest/other.txt 2026/07/10 05:25:05 DEBUG : moveTest/other.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/other.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/other.txt 2026/07/10 05:25:05 DEBUG : other.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-gikifec8duba" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: New connection 127.0.0.1:50732->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Relative path resolved to "/rclone-test-gikifec8duba" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Using root directory "/rclone-test-gikifec8duba" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Shell path "/rclone-test-gikifec8duba/new_name/sub_new_name/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Running remote command: md5sum /rclone-test-gikifec8duba/new_name/sub_new_name/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-gikifec8duba/new_name/sub_new_name/file name.txt 2026/07/10 05:25:05 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Shell path "/rclone-test-gikifec8duba/new_name/sub_new_name/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Running remote command: sha1sum /rclone-test-gikifec8duba/new_name/sub_new_name/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-gikifec8duba/new_name/sub_new_name/file name.txt 2026/07/10 05:25:05 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Shell path "/rclone-test-gikifec8duba/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Running remote command: md5sum /rclone-test-gikifec8duba/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-gikifec8duba/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Shell path "/rclone-test-gikifec8duba/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Running remote command: sha1sum /rclone-test-gikifec8duba/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-gikifec8duba/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: Purge dir "new_name" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-gikifec8duba: 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 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: c5069cdf25db4b3cdf3494d50224db60f7469738 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: c5069cdf25db4b3cdf3494d50224db60f7469738 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1601: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1632: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1703: 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/ObjectOpenFingerprint 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: b16e8a5f65fffb8c249cdc7ba17e83fb /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: b16e8a5f65fffb8c249cdc7ba17e83fb === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:50746->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nilaxog0duse/not found.txt" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/not found.txt: New connection 127.0.0.1:50758->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/not found.txt: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/not found.txt: Relative path resolved to "/rclone-test-nilaxog0duse/not found.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/not found.txt: Using root directory "/rclone-test-nilaxog0duse/not found.txt" 2026/07/10 05:25:05 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1958: Opening root remote "TestSFTPRclone:" path "rclone-test-nilaxog0duse" from "TestSFTPRclone:rclone-test-nilaxog0duse" 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:50772->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1995: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eee6ec0c1858ea3e00d48e3c01d8c38c /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: eee6ec0c1858ea3e00d48e3c01d8c38c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eee6ec0c1858ea3e00d48e3c01d8c38c /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: eee6ec0c1858ea3e00d48e3c01d8c38c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: eee6ec0c1858ea3e00d48e3c01d8c38c /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: eee6ec0c1858ea3e00d48e3c01d8c38c 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/created from root.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/created\ from\ root.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 /rclone-test-nilaxog0duse/created from root.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/created from root.txt: Parsed hash: 28d3b3a5ae32e84f1a6125779d9a8a2d575d2283 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a5e4b7eb695ea474a6dce467fbcd0c2 /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 6a5e4b7eb695ea474a6dce467fbcd0c2 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/file name.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/file\ name.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 3309dca8b7be61a2f93717c0c2ca60f62db828cc /rclone-test-nilaxog0duse/file name.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/file name.txt: Parsed hash: 3309dca8b7be61a2f93717c0c2ca60f62db828cc 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2054: 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:2159: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2175: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: adef5d66df970ae25b8ac50d59c72d02 /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: adef5d66df970ae25b8ac50d59c72d02 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 6a1afb162a10c716013fd15d3ea525387824f42b /rclone-test-nilaxog0duse/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/07/10 05:25:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 6a1afb162a10c716013fd15d3ea525387824f42b === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Server has VFS statistics extension 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: About path "/rclone-test-nilaxog0duse" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 1dcda0472f786c758b1bd32dc847df2f /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: 1dcda0472f786c758b1bd32dc847df2f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4cc50b2b314c8b7fe6719f46a5503ddb2c0eca3a /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: 4cc50b2b314c8b7fe6719f46a5503ddb2c0eca3a 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 1dcda0472f786c758b1bd32dc847df2f /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: 1dcda0472f786c758b1bd32dc847df2f 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/piped data.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/piped\ data.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: 4cc50b2b314c8b7fe6719f46a5503ddb2c0eca3a /rclone-test-nilaxog0duse/piped data.txt 2026/07/10 05:25:05 DEBUG : piped data.txt: Parsed hash: 4cc50b2b314c8b7fe6719f46a5503ddb2c0eca3a === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2393: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2414: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2526: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/unknown-size-update.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f50f2e6ac755f6f5c97ee3b95568bf7b /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : unknown-size-update.txt: Parsed hash: f50f2e6ac755f6f5c97ee3b95568bf7b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/unknown-size-update.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: ab0fd0945dad2ab69ed0a9711803b962fe63b4ee /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : unknown-size-update.txt: Parsed hash: ab0fd0945dad2ab69ed0a9711803b962fe63b4ee 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/unknown-size-update.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: md5sum /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: f50f2e6ac755f6f5c97ee3b95568bf7b /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : unknown-size-update.txt: Parsed hash: f50f2e6ac755f6f5c97ee3b95568bf7b 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Shell path "/rclone-test-nilaxog0duse/unknown-size-update.txt" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Running remote command: sha1sum /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Remote command result: ab0fd0945dad2ab69ed0a9711803b962fe63b4ee /rclone-test-nilaxog0duse/unknown-size-update.txt 2026/07/10 05:25:05 DEBUG : unknown-size-update.txt: Parsed hash: ab0fd0945dad2ab69ed0a9711803b962fe63b4ee === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/10 05:25:05 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nilaxog0duse/deeper/nonexisting/directory" 2026/07/10 05:25:05 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 DEBUG : TestSFTPRclone: detected overridden config - adding "{x3SaD}" suffix to name 2026/07/10 05:25:05 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/07/10 05:25:05 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/07/10 05:25:05 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/07/10 05:25:05 DEBUG : Setting pass="VL8mHxVL9miUW5Ppe7u_XK_MT7cqrCaLrADlfDWnKXoOC6k" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/07/10 05:25:05 NOTICE: TestSFTPRclone{x3SaD}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/deeper/nonexisting/directory: New connection 127.0.0.1:50784->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9898.171e86369" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/deeper/nonexisting/directory: Shell type "unix" from config 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-nilaxog0duse/deeper/nonexisting/directory" 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse/deeper/nonexisting/directory: Using root directory "/rclone-test-nilaxog0duse/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2718: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2775: FS has no Directory methods and doesn't Wrap 2026/07/10 05:25:05 DEBUG : Waiting for deletions to finish 2026/07/10 05:25:05 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/07/10 05:25:05 DEBUG : removing 1 level 4 directories 2026/07/10 05:25:05 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 3 directories 2026/07/10 05:25:05 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 2 directories 2026/07/10 05:25:05 INFO : hello? sausage/êé: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 1 directories 2026/07/10 05:25:05 INFO : hello? sausage: Removing directory 2026/07/10 05:25:05 DEBUG : removing 1 level 0 directories 2026/07/10 05:25:05 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Removing directory 2026/07/10 05:25:05 ERROR : error listing: directory not found 2026/07/10 05:25:05 DEBUG : Waiting for deletions to finish 2026/07/10 05:25:05 ERROR : error listing: directory not found 2026/07/10 05:25:05 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Failed to list "": directory not found 2026/07/10 05:25:05 DEBUG : removing 1 level 0 directories 2026/07/10 05:25:05 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Removing directory 2026/07/10 05:25:05 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/07/10 05:25:05 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nilaxog0duse: Closing 2 unused connections 2026/07/10 05:25:05 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (1.73s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (0.69s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.02s) --- 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/ObjectOpenFingerprint (0.07s) --- 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.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.00s) --- 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.00s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 2.982s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 3.892086398s (try 1/5)