"go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.18s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2025/10/08 03:50:42 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:43 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 2/10 2025/10/08 03:50:43 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:44 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 3/10 2025/10/08 03:50:44 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:45 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 4/10 2025/10/08 03:50:45 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:46 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 5/10 2025/10/08 03:50:46 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:47 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 6/10 2025/10/08 03:50:47 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:48 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 7/10 2025/10/08 03:50:48 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:49 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 8/10 2025/10/08 03:50:49 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:50 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 9/10 2025/10/08 03:50:50 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:51 NOTICE: TestSFTPRclone: Attempting to stop TestSFTPRclone try 10/10 2025/10/08 03:50:51 NOTICE: TestSFTPRclone: Stopping server 2025/10/08 03:50:51 NOTICE: TestSFTPRclone: Starting server 2025/10/08 03:50:52 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2025/10/08 03:50:52 DEBUG : TestSFTPRclone: Read 1, error: 2025/10/08 03:50:52 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2025/10/08 03:50:52 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-guhapef7lela" 2025/10/08 03:50:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:50:52 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:52 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:52 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:52 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:52 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:52 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:52 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:52 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:52 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:52 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: New connection 127.0.0.1:33416->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell type "unix" from config 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Relative path resolved to "/rclone-test-guhapef7lela" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Using root directory "/rclone-test-guhapef7lela" 2025/10/08 03:50:52 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/08 03:50:52 INFO : dir/subdir: Making directory 2025/10/08 03:50:52 INFO : dir/subdir: Removing directory 2025/10/08 03:50:52 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/10/08 03:50:52 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ff1331a4abf6bfd79bdc63788a532ff7 /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ff1331a4abf6bfd79bdc63788a532ff7 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ff1331a4abf6bfd79bdc63788a532ff7 /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ff1331a4abf6bfd79bdc63788a532ff7 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ff1331a4abf6bfd79bdc63788a532ff7 /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: ff1331a4abf6bfd79bdc63788a532ff7 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc /rclone-test-guhapef7lela/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2025/10/08 03:50:52 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: dd43145ac6e65aa6ba836ef44a3db8434d20b1cc === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 5a02d991ad9f529cd63ae7ee8ff057d6 /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 5a02d991ad9f529cd63ae7ee8ff057d6 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0f295e334bb1875a7e7e4854637b1c2a14e1433a /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 0f295e334bb1875a7e7e4854637b1c2a14e1433a 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 5a02d991ad9f529cd63ae7ee8ff057d6 /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 5a02d991ad9f529cd63ae7ee8ff057d6 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0f295e334bb1875a7e7e4854637b1c2a14e1433a /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 0f295e334bb1875a7e7e4854637b1c2a14e1433a 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 5a02d991ad9f529cd63ae7ee8ff057d6 /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 5a02d991ad9f529cd63ae7ee8ff057d6 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/./." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0f295e334bb1875a7e7e4854637b1c2a14e1433a /rclone-test-guhapef7lela/./. 2025/10/08 03:50:52 DEBUG : ./.: Parsed hash: 0f295e334bb1875a7e7e4854637b1c2a14e1433a === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 73d7a28ae203007d76656330a7e21189 /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: 73d7a28ae203007d76656330a7e21189 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: caa25584ebc822998b001e93c4569e1761a1fa2d /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: caa25584ebc822998b001e93c4569e1761a1fa2d 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 73d7a28ae203007d76656330a7e21189 /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: 73d7a28ae203007d76656330a7e21189 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: caa25584ebc822998b001e93c4569e1761a1fa2d /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: caa25584ebc822998b001e93c4569e1761a1fa2d 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 73d7a28ae203007d76656330a7e21189 /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: 73d7a28ae203007d76656330a7e21189 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/../.." 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: caa25584ebc822998b001e93c4569e1761a1fa2d /rclone-test-guhapef7lela/../.. 2025/10/08 03:50:52 DEBUG : ../..: Parsed hash: caa25584ebc822998b001e93c4569e1761a1fa2d === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 58f85b8bd3c0e6b42820c710e22f0a90 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 58f85b8bd3c0e6b42820c710e22f0a90 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 795c5037d03ee40e937aa65acc5726205a36d436 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 795c5037d03ee40e937aa65acc5726205a36d436 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 58f85b8bd3c0e6b42820c710e22f0a90 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 58f85b8bd3c0e6b42820c710e22f0a90 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 795c5037d03ee40e937aa65acc5726205a36d436 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 795c5037d03ee40e937aa65acc5726205a36d436 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 58f85b8bd3c0e6b42820c710e22f0a90 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 58f85b8bd3c0e6b42820c710e22f0a90 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 795c5037d03ee40e937aa65acc5726205a36d436 /rclone-test-guhapef7lela/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2025/10/08 03:50:52 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 795c5037d03ee40e937aa65acc5726205a36d436 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a4a794149962f248e53e67e7afa37161 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: a4a794149962f248e53e67e7afa37161 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e72479354a3774eb0163f0bf341d4f50f5fb6328 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: e72479354a3774eb0163f0bf341d4f50f5fb6328 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a4a794149962f248e53e67e7afa37161 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: a4a794149962f248e53e67e7afa37161 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e72479354a3774eb0163f0bf341d4f50f5fb6328 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: e72479354a3774eb0163f0bf341d4f50f5fb6328 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a4a794149962f248e53e67e7afa37161 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: a4a794149962f248e53e67e7afa37161 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/ leading space/ leading space" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\ leading\ space/\ leading\ space 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e72479354a3774eb0163f0bf341d4f50f5fb6328 /rclone-test-guhapef7lela/ leading space/ leading space 2025/10/08 03:50:52 DEBUG : leading space/ leading space: Parsed hash: e72479354a3774eb0163f0bf341d4f50f5fb6328 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9750302e8e90c6f131c86acc5ed0848d /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9750302e8e90c6f131c86acc5ed0848d 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 958bf80924085c136fb41b19e87f8f8309467135 /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 958bf80924085c136fb41b19e87f8f8309467135 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9750302e8e90c6f131c86acc5ed0848d /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9750302e8e90c6f131c86acc5ed0848d 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 958bf80924085c136fb41b19e87f8f8309467135 /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 958bf80924085c136fb41b19e87f8f8309467135 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9750302e8e90c6f131c86acc5ed0848d /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 9750302e8e90c6f131c86acc5ed0848d 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/~leading tilde/~leading tilde" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/\~leading\ tilde/\~leading\ tilde 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 958bf80924085c136fb41b19e87f8f8309467135 /rclone-test-guhapef7lela/~leading tilde/~leading tilde 2025/10/08 03:50:52 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 958bf80924085c136fb41b19e87f8f8309467135 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 46bed70b1fed6ef5a09b928620b93a24 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 46bed70b1fed6ef5a09b928620b93a24 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 6d52436dc6f3075777ab658823d340e507338c74 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d52436dc6f3075777ab658823d340e507338c74 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 46bed70b1fed6ef5a09b928620b93a24 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 46bed70b1fed6ef5a09b928620b93a24 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 6d52436dc6f3075777ab658823d340e507338c74 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d52436dc6f3075777ab658823d340e507338c74 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 46bed70b1fed6ef5a09b928620b93a24 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 46bed70b1fed6ef5a09b928620b93a24 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␍leading CR/␍leading CR" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␍leading\ CR/␍leading\ CR 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 6d52436dc6f3075777ab658823d340e507338c74 /rclone-test-guhapef7lela/␍leading CR/␍leading CR 2025/10/08 03:50:52 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 6d52436dc6f3075777ab658823d340e507338c74 === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9a61ec1907bf225d8635c2db705dd7f5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:52 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 9a61ec1907bf225d8635c2db705dd7f5 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:52 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9a61ec1907bf225d8635c2db705dd7f5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:52 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 9a61ec1907bf225d8635c2db705dd7f5 2025/10/08 03:50:52 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:53 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9a61ec1907bf225d8635c2db705dd7f5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:53 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 9a61ec1907bf225d8635c2db705dd7f5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␊leading LF/␊leading LF" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␊leading\ LF/␊leading\ LF 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 /rclone-test-guhapef7lela/␊leading LF/␊leading LF 2025/10/08 03:50:53 DEBUG : ␊leading LF/␊leading LF: Parsed hash: e8cf5ed4f30fa961ba6d14d8958193305b9cfcf5 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 30cc89db93a631f74243b95fb5a4c25561051575 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 30cc89db93a631f74243b95fb5a4c25561051575 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 30cc89db93a631f74243b95fb5a4c25561051575 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 30cc89db93a631f74243b95fb5a4c25561051575 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 3944e2fd7bccd1f2c3cbb39c6d43b0c5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␉leading HT/␉leading HT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␉leading\ HT/␉leading\ HT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 30cc89db93a631f74243b95fb5a4c25561051575 /rclone-test-guhapef7lela/␉leading HT/␉leading HT 2025/10/08 03:50:53 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 30cc89db93a631f74243b95fb5a4c25561051575 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9ad269bcbc6140403b3735a5ac2a2410 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9ad269bcbc6140403b3735a5ac2a2410 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 82a4854903576068fb8fa28313adad46efdc26b2 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 82a4854903576068fb8fa28313adad46efdc26b2 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9ad269bcbc6140403b3735a5ac2a2410 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9ad269bcbc6140403b3735a5ac2a2410 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 82a4854903576068fb8fa28313adad46efdc26b2 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 82a4854903576068fb8fa28313adad46efdc26b2 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 9ad269bcbc6140403b3735a5ac2a2410 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 9ad269bcbc6140403b3735a5ac2a2410 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/␋leading VT/␋leading VT" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/␋leading\ VT/␋leading\ VT 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 82a4854903576068fb8fa28313adad46efdc26b2 /rclone-test-guhapef7lela/␋leading VT/␋leading VT 2025/10/08 03:50:53 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 82a4854903576068fb8fa28313adad46efdc26b2 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 340fa964a2a69fd00f67973fac9b1a08 /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: 340fa964a2a69fd00f67973fac9b1a08 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: aeeac4caccb9c14043585e61d5a5f50752fbd8ab /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: aeeac4caccb9c14043585e61d5a5f50752fbd8ab 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 340fa964a2a69fd00f67973fac9b1a08 /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: 340fa964a2a69fd00f67973fac9b1a08 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: aeeac4caccb9c14043585e61d5a5f50752fbd8ab /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: aeeac4caccb9c14043585e61d5a5f50752fbd8ab 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 340fa964a2a69fd00f67973fac9b1a08 /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: 340fa964a2a69fd00f67973fac9b1a08 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/.leading dot/.leading dot" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/.leading\ dot/.leading\ dot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: aeeac4caccb9c14043585e61d5a5f50752fbd8ab /rclone-test-guhapef7lela/.leading dot/.leading dot 2025/10/08 03:50:53 DEBUG : .leading dot/.leading dot: Parsed hash: aeeac4caccb9c14043585e61d5a5f50752fbd8ab === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 03d3dced6214c4e4fce37505f2952dc8 /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: 03d3dced6214c4e4fce37505f2952dc8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e7efe92688531d50ed31088a8234ac1b6afb48bf /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: e7efe92688531d50ed31088a8234ac1b6afb48bf 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 03d3dced6214c4e4fce37505f2952dc8 /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: 03d3dced6214c4e4fce37505f2952dc8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e7efe92688531d50ed31088a8234ac1b6afb48bf /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: e7efe92688531d50ed31088a8234ac1b6afb48bf 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 03d3dced6214c4e4fce37505f2952dc8 /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: 03d3dced6214c4e4fce37505f2952dc8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing space /trailing space " 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ space\ /trailing\ space\ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: e7efe92688531d50ed31088a8234ac1b6afb48bf /rclone-test-guhapef7lela/trailing space /trailing space 2025/10/08 03:50:53 DEBUG : trailing space /trailing space : Parsed hash: e7efe92688531d50ed31088a8234ac1b6afb48bf === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 508ce77241a76b84baad0ddb59694fe5 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 508ce77241a76b84baad0ddb59694fe5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d6dd881851f35fd03e3699247cc2c44ba6f151c6 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: d6dd881851f35fd03e3699247cc2c44ba6f151c6 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 508ce77241a76b84baad0ddb59694fe5 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 508ce77241a76b84baad0ddb59694fe5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d6dd881851f35fd03e3699247cc2c44ba6f151c6 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: d6dd881851f35fd03e3699247cc2c44ba6f151c6 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 508ce77241a76b84baad0ddb59694fe5 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 508ce77241a76b84baad0ddb59694fe5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing CR␍/trailing CR␍" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ CR␍/trailing\ CR␍ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d6dd881851f35fd03e3699247cc2c44ba6f151c6 /rclone-test-guhapef7lela/trailing CR␍/trailing CR␍ 2025/10/08 03:50:53 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: d6dd881851f35fd03e3699247cc2c44ba6f151c6 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 05c6421ab4cd73e0241fbd39b33d9f9e /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 05c6421ab4cd73e0241fbd39b33d9f9e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 05c6421ab4cd73e0241fbd39b33d9f9e /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 05c6421ab4cd73e0241fbd39b33d9f9e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 05c6421ab4cd73e0241fbd39b33d9f9e /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 05c6421ab4cd73e0241fbd39b33d9f9e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing LF␊/trailing LF␊" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ LF␊/trailing\ LF␊ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc /rclone-test-guhapef7lela/trailing LF␊/trailing LF␊ 2025/10/08 03:50:53 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: ea3a057413fed9e20dd0f2cc215e231f4de2b2cc === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b43f6151bf4044640d6951ce550e82a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b43f6151bf4044640d6951ce550e82a3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 7e55e27c7a26757448f53a0766243010de33f2a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7e55e27c7a26757448f53a0766243010de33f2a3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b43f6151bf4044640d6951ce550e82a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b43f6151bf4044640d6951ce550e82a3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 7e55e27c7a26757448f53a0766243010de33f2a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7e55e27c7a26757448f53a0766243010de33f2a3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b43f6151bf4044640d6951ce550e82a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b43f6151bf4044640d6951ce550e82a3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing HT␉/trailing HT␉" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ HT␉/trailing\ HT␉ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 7e55e27c7a26757448f53a0766243010de33f2a3 /rclone-test-guhapef7lela/trailing HT␉/trailing HT␉ 2025/10/08 03:50:53 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 7e55e27c7a26757448f53a0766243010de33f2a3 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 393e5a40b3474a2326acd9d46f8a5c8f /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 393e5a40b3474a2326acd9d46f8a5c8f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 393e5a40b3474a2326acd9d46f8a5c8f /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 393e5a40b3474a2326acd9d46f8a5c8f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 393e5a40b3474a2326acd9d46f8a5c8f /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 393e5a40b3474a2326acd9d46f8a5c8f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing VT␋/trailing VT␋" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ VT␋/trailing\ VT␋ 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 /rclone-test-guhapef7lela/trailing VT␋/trailing VT␋ 2025/10/08 03:50:53 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: d651ba43bf6b44ba3bb0d85210fe061994eb99c4 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 8d96f5cdc3b93016cb71503e5690110d /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 8d96f5cdc3b93016cb71503e5690110d 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 8d96f5cdc3b93016cb71503e5690110d /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 8d96f5cdc3b93016cb71503e5690110d 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 8d96f5cdc3b93016cb71503e5690110d /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 8d96f5cdc3b93016cb71503e5690110d 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/trailing dot./trailing dot." 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/trailing\ dot./trailing\ dot. 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 /rclone-test-guhapef7lela/trailing dot./trailing dot. 2025/10/08 03:50:53 DEBUG : trailing dot./trailing dot.: Parsed hash: 0b177e0cd62aaad4195aa53b5f039a6d8ed1b813 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 20728721b4fecd15c8971deeb2479359 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 20728721b4fecd15c8971deeb2479359 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: cee79a43948d04e764bd26d34dc3535fa9652ad5 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cee79a43948d04e764bd26d34dc3535fa9652ad5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 20728721b4fecd15c8971deeb2479359 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 20728721b4fecd15c8971deeb2479359 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: cee79a43948d04e764bd26d34dc3535fa9652ad5 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cee79a43948d04e764bd26d34dc3535fa9652ad5 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 20728721b4fecd15c8971deeb2479359 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 20728721b4fecd15c8971deeb2479359 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/invalid utf-8\xfe/invalid utf-8\xfe" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/invalid\ utf-8/invalid\ utf-8 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: cee79a43948d04e764bd26d34dc3535fa9652ad5 /rclone-test-guhapef7lela/invalid utf-8/invalid utf-8 2025/10/08 03:50:53 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: cee79a43948d04e764bd26d34dc3535fa9652ad5 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 36cdbe1df370102b8fc594f9af3bccbd /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: 36cdbe1df370102b8fc594f9af3bccbd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ddd70fcffd906dcc721faaf5b84366bef99e89ec /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: ddd70fcffd906dcc721faaf5b84366bef99e89ec 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 36cdbe1df370102b8fc594f9af3bccbd /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: 36cdbe1df370102b8fc594f9af3bccbd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ddd70fcffd906dcc721faaf5b84366bef99e89ec /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: ddd70fcffd906dcc721faaf5b84366bef99e89ec 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 36cdbe1df370102b8fc594f9af3bccbd /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: 36cdbe1df370102b8fc594f9af3bccbd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/test%46.txt/test%46.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/test\%46.txt/test\%46.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: ddd70fcffd906dcc721faaf5b84366bef99e89ec /rclone-test-guhapef7lela/test%46.txt/test%46.txt 2025/10/08 03:50:53 DEBUG : test%46.txt/test%46.txt: Parsed hash: ddd70fcffd906dcc721faaf5b84366bef99e89ec === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Connection OK after error: potato 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/zero-length-file" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/zero-length-file" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/zero-length-file" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/zero-length-file" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-guhapef7lela/zero-length-file 2025/10/08 03:50:53 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:819: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c29b5ba2a0ea07f9e9401c347761e37e /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c29b5ba2a0ea07f9e9401c347761e37e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 2e02342ddb2efd2806de64dab5591a4bddcd2854 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: 2e02342ddb2efd2806de64dab5591a4bddcd2854 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c29b5ba2a0ea07f9e9401c347761e37e /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c29b5ba2a0ea07f9e9401c347761e37e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 2e02342ddb2efd2806de64dab5591a4bddcd2854 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: 2e02342ddb2efd2806de64dab5591a4bddcd2854 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:33424->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1153: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1190: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-guhapef7lela/hello? sausage/êé" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: New connection 127.0.0.1:33440->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Relative path resolved to "/rclone-test-guhapef7lela/hello? sausage/êé" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Using root directory "/rclone-test-guhapef7lela/hello? sausage/êé" 2025/10/08 03:50:53 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-guhapef7lela/hello? sausage/êé" to be canonical "TestSFTPRclone{I9_4A}:rclone-test-guhapef7lela/hello? sausage/êé" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Remote command result: 3e3561050ad8cec5b488db3b3dec13d3 /rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : a/b/c/d/e.txt: Parsed hash: 3e3561050ad8cec5b488db3b3dec13d3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Remote command result: 9b36024bf1b25226e7c36ad510faf7760da1cdcf /rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : a/b/c/d/e.txt: Parsed hash: 9b36024bf1b25226e7c36ad510faf7760da1cdcf 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Remote command result: 3e3561050ad8cec5b488db3b3dec13d3 /rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : a/b/c/d/e.txt: Parsed hash: 3e3561050ad8cec5b488db3b3dec13d3 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: Remote command result: 9b36024bf1b25226e7c36ad510faf7760da1cdcf /rclone-test-guhapef7lela/hello? sausage/êé/a/b/c/d/e.txt 2025/10/08 03:50:53 DEBUG : a/b/c/d/e.txt: Parsed hash: 9b36024bf1b25226e7c36ad510faf7760da1cdcf 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé: New connection 127.0.0.1:33448->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : Waiting for deletions to finish 2025/10/08 03:50:53 INFO : a/b/c/d/e.txt: Deleted 2025/10/08 03:50:53 DEBUG : removing 1 level 4 directories 2025/10/08 03:50:53 INFO : a/b/c/d: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 3 directories 2025/10/08 03:50:53 INFO : a/b/c: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 2 directories 2025/10/08 03:50:53 INFO : a/b: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 1 directories 2025/10/08 03:50:53 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1254: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: New connection 127.0.0.1:33458->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/moveTest/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/moveTest/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/moveTest/other.txt 2025/10/08 03:50:53 DEBUG : moveTest/other.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/moveTest/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/moveTest/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/moveTest/other.txt 2025/10/08 03:50:53 DEBUG : moveTest/other.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/other.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/other.txt 2025/10/08 03:50:53 DEBUG : other.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-nepopiz9loro" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: New connection 127.0.0.1:33470->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Relative path resolved to "/rclone-test-nepopiz9loro" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Using root directory "/rclone-test-nepopiz9loro" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Shell path "/rclone-test-nepopiz9loro/new_name/sub_new_name/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Running remote command: md5sum /rclone-test-nepopiz9loro/new_name/sub_new_name/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-nepopiz9loro/new_name/sub_new_name/file name.txt 2025/10/08 03:50:53 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Shell path "/rclone-test-nepopiz9loro/new_name/sub_new_name/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Running remote command: sha1sum /rclone-test-nepopiz9loro/new_name/sub_new_name/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-nepopiz9loro/new_name/sub_new_name/file name.txt 2025/10/08 03:50:53 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Shell path "/rclone-test-nepopiz9loro/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Running remote command: md5sum /rclone-test-nepopiz9loro/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-nepopiz9loro/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Shell path "/rclone-test-nepopiz9loro/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Running remote command: sha1sum /rclone-test-nepopiz9loro/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-nepopiz9loro/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Purge dir "new_name" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-nepopiz9loro: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: c658d316b8f1ac9ab42b3c335f65ebe7 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: c658d316b8f1ac9ab42b3c335f65ebe7 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: f9cbcc5d553edfb636036dcc0195eddd68152d01 /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: f9cbcc5d553edfb636036dcc0195eddd68152d01 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1592: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:33474->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-guhapef7lela/not found.txt" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/not found.txt: New connection 127.0.0.1:33488->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/not found.txt: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/not found.txt: Relative path resolved to "/rclone-test-guhapef7lela/not found.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/not found.txt: Using root directory "/rclone-test-guhapef7lela/not found.txt" 2025/10/08 03:50:53 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestSFTPRclone:" path "rclone-test-guhapef7lela" from "TestSFTPRclone:rclone-test-guhapef7lela" 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:33492->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ea75824e1bad1a714aae6c4967a80667 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: ea75824e1bad1a714aae6c4967a80667 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 5697786eb50d864bb80dfb2740f511076600eb22 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: 5697786eb50d864bb80dfb2740f511076600eb22 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ea75824e1bad1a714aae6c4967a80667 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: ea75824e1bad1a714aae6c4967a80667 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 5697786eb50d864bb80dfb2740f511076600eb22 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: 5697786eb50d864bb80dfb2740f511076600eb22 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: ea75824e1bad1a714aae6c4967a80667 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: ea75824e1bad1a714aae6c4967a80667 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/created from root.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/created\ from\ root.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 5697786eb50d864bb80dfb2740f511076600eb22 /rclone-test-guhapef7lela/created from root.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/created from root.txt: Parsed hash: 5697786eb50d864bb80dfb2740f511076600eb22 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a0355d26a2fd659c0d42e2fe3bedcb2f /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a0355d26a2fd659c0d42e2fe3bedcb2f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/file name.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/file\ name.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad /rclone-test-guhapef7lela/file name.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/file name.txt: Parsed hash: a31d2740d926bb03d29a07d0e6d7ccbccc9ea3ad 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2004: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2125: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 10dd25352ebc560a27f927a20c73d0cd /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: 10dd25352ebc560a27f927a20c73d0cd 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: b5d8cad73fb457d79bb3cb507135cb63fe83513a /rclone-test-guhapef7lela/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2025/10/08 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: b5d8cad73fb457d79bb3cb507135cb63fe83513a === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Server has VFS statistics extension 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: About path "/rclone-test-guhapef7lela" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: About path "/rclone-test-guhapef7lela" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: About using shell command for shell type "unix" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: df -k /rclone-test-guhapef7lela 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 112435160 38337848 71% / === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 06c2317a4ee0f28e4544bcc65ab3ce4f /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: 06c2317a4ee0f28e4544bcc65ab3ce4f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0c7c14838f84fec4472db355725f58602a4e2d37 /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: 0c7c14838f84fec4472db355725f58602a4e2d37 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 06c2317a4ee0f28e4544bcc65ab3ce4f /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: 06c2317a4ee0f28e4544bcc65ab3ce4f 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/piped data.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/piped\ data.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 0c7c14838f84fec4472db355725f58602a4e2d37 /rclone-test-guhapef7lela/piped data.txt 2025/10/08 03:50:53 DEBUG : piped data.txt: Parsed hash: 0c7c14838f84fec4472db355725f58602a4e2d37 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2343: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2364: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2476: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/unknown-size-update.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 338d547421c1695716397105ec4d4d52 /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : unknown-size-update.txt: Parsed hash: 338d547421c1695716397105ec4d4d52 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/unknown-size-update.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 80311dd6a847b0812339dea301d06ccc1089be9e /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : unknown-size-update.txt: Parsed hash: 80311dd6a847b0812339dea301d06ccc1089be9e 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/unknown-size-update.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: md5sum /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 338d547421c1695716397105ec4d4d52 /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : unknown-size-update.txt: Parsed hash: 338d547421c1695716397105ec4d4d52 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Shell path "/rclone-test-guhapef7lela/unknown-size-update.txt" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Running remote command: sha1sum /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Remote command result: 80311dd6a847b0812339dea301d06ccc1089be9e /rclone-test-guhapef7lela/unknown-size-update.txt 2025/10/08 03:50:53 DEBUG : unknown-size-update.txt: Parsed hash: 80311dd6a847b0812339dea301d06ccc1089be9e === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/08 03:50:53 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-guhapef7lela/deeper/nonexisting/directory" 2025/10/08 03:50:53 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : TestSFTPRclone: detected overridden config - adding "{I9_4A}" suffix to name 2025/10/08 03:50:53 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2025/10/08 03:50:53 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2025/10/08 03:50:53 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2025/10/08 03:50:53 DEBUG : Setting pass="3mL2hJi_jZaZDvXscm95jmCMIN7hWIW4adHWQdzWyYr4x9E" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/deeper/nonexisting/directory: New connection 127.0.0.1:33508->127.0.0.1:28621 to "SSH-2.0-rclone/v1.72.0-beta.9161.cad195421" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/deeper/nonexisting/directory: Shell type "unix" from config 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-guhapef7lela/deeper/nonexisting/directory" 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela/deeper/nonexisting/directory: Using root directory "/rclone-test-guhapef7lela/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: FS has no Directory methods and doesn't Wrap 2025/10/08 03:50:53 DEBUG : Waiting for deletions to finish 2025/10/08 03:50:53 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/08 03:50:53 DEBUG : removing 1 level 4 directories 2025/10/08 03:50:53 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 3 directories 2025/10/08 03:50:53 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 2 directories 2025/10/08 03:50:53 INFO : hello? sausage/êé: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 1 directories 2025/10/08 03:50:53 INFO : hello? sausage: Removing directory 2025/10/08 03:50:53 DEBUG : removing 1 level 0 directories 2025/10/08 03:50:53 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Removing directory 2025/10/08 03:50:53 ERROR : error listing: directory not found 2025/10/08 03:50:53 DEBUG : Waiting for deletions to finish 2025/10/08 03:50:53 ERROR : error listing: directory not found 2025/10/08 03:50:53 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Failed to list "": directory not found 2025/10/08 03:50:53 DEBUG : removing 1 level 0 directories 2025/10/08 03:50:53 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Removing directory 2025/10/08 03:50:53 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2025/10/08 03:50:53 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-guhapef7lela: Closing 2 unused connections 2025/10/08 03:50:53 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (11.08s) --- 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.75s) --- 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.21s) --- 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.02s) --- 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.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 12.267s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 13.250507728s (try 1/5)