"go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestRemotePathEncodesRemoteNames --- PASS: TestRemotePathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesRemoteNames --- PASS: TestRemoteShellPathEncodesRemoteNames (0.00s) === RUN TestRemoteShellPathEncodesPathOverrideNames --- PASS: TestRemoteShellPathEncodesPathOverrideNames (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestSSHExternalWaitMultipleCalls --- PASS: TestSSHExternalWaitMultipleCalls (0.10s) === RUN TestSSHExternalCloseMultipleCalls --- PASS: TestSSHExternalCloseMultipleCalls (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.12s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRclone:" 2026/06/05 03:52:44 NOTICE: TestSFTPRclone: Starting server 2026/06/05 03:52:45 NOTICE: TestSFTPRclone: Attempting to connect to "127.0.0.1:28621" try 1/100 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: Read 1, error: 2026/06/05 03:52:45 NOTICE: TestSFTPRclone: Started server and connected to "127.0.0.1:28621" 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-javahib5wopo" 2026/06/05 03:52:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: New connection 127.0.0.1:55422->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Relative path resolved to "/rclone-test-javahib5wopo" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Using root directory "/rclone-test-javahib5wopo" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/06/05 03:52:45 INFO : dir/subdir: Making directory 2026/06/05 03:52:45 INFO : dir/subdir: Removing directory 2026/06/05 03:52:45 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/06/05 03:52:45 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 365efc262f7a90573823152037bd45b9 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 365efc262f7a90573823152037bd45b9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 365efc262f7a90573823152037bd45b9 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 365efc262f7a90573823152037bd45b9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 365efc262f7a90573823152037bd45b9 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 365efc262f7a90573823152037bd45b9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 /rclone-test-javahib5wopo/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/06/05 03:52:45 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Parsed hash: 2e7ebea9b0fcc0edc6dc56fac68c0aaf880634e5 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: f9d4b9d0b661323c41e319f3a0872e92 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: f9d4b9d0b661323c41e319f3a0872e92 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b367aaa4b8b9dd4e881f197259abb79667e579e9 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: b367aaa4b8b9dd4e881f197259abb79667e579e9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: f9d4b9d0b661323c41e319f3a0872e92 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: f9d4b9d0b661323c41e319f3a0872e92 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b367aaa4b8b9dd4e881f197259abb79667e579e9 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: b367aaa4b8b9dd4e881f197259abb79667e579e9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: f9d4b9d0b661323c41e319f3a0872e92 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: f9d4b9d0b661323c41e319f3a0872e92 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/./." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b367aaa4b8b9dd4e881f197259abb79667e579e9 /rclone-test-javahib5wopo/./. 2026/06/05 03:52:45 DEBUG : ./.: Parsed hash: b367aaa4b8b9dd4e881f197259abb79667e579e9 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d8084a242eaf5ab3469e22fa0f78a3af /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d8084a242eaf5ab3469e22fa0f78a3af 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d8084a242eaf5ab3469e22fa0f78a3af /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d8084a242eaf5ab3469e22fa0f78a3af 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d8084a242eaf5ab3469e22fa0f78a3af /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d8084a242eaf5ab3469e22fa0f78a3af 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/../.." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 /rclone-test-javahib5wopo/../.. 2026/06/05 03:52:45 DEBUG : ../..: Parsed hash: d0a97ce65cad7d3b25f4d0357ea310b18e3defd9 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: fed13445ce942b057a4721c0645eecbc /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fed13445ce942b057a4721c0645eecbc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8fe620521d852b468f9f6874fe65eebca7a4782e /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8fe620521d852b468f9f6874fe65eebca7a4782e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: fed13445ce942b057a4721c0645eecbc /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fed13445ce942b057a4721c0645eecbc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8fe620521d852b468f9f6874fe65eebca7a4782e /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8fe620521d852b468f9f6874fe65eebca7a4782e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: fed13445ce942b057a4721c0645eecbc /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: fed13445ce942b057a4721c0645eecbc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~/\!\"\#\$\%\&\'\(\)\*\+,-./:\;\<\=\>\?@\[\\\]\^_\`\{\|\}\~ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8fe620521d852b468f9f6874fe65eebca7a4782e /rclone-test-javahib5wopo/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/06/05 03:52:45 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Parsed hash: 8fe620521d852b468f9f6874fe65eebca7a4782e === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 181f4dcdeca07fff327d23b6d550fc1a /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 181f4dcdeca07fff327d23b6d550fc1a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 9901980eec6470f199678b6deabbda860accaa8f /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 9901980eec6470f199678b6deabbda860accaa8f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 181f4dcdeca07fff327d23b6d550fc1a /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 181f4dcdeca07fff327d23b6d550fc1a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 9901980eec6470f199678b6deabbda860accaa8f /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 9901980eec6470f199678b6deabbda860accaa8f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 181f4dcdeca07fff327d23b6d550fc1a /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 181f4dcdeca07fff327d23b6d550fc1a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/ leading space/ leading space" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\ leading\ space/\ leading\ space 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 9901980eec6470f199678b6deabbda860accaa8f /rclone-test-javahib5wopo/ leading space/ leading space 2026/06/05 03:52:45 DEBUG : leading space/ leading space: Parsed hash: 9901980eec6470f199678b6deabbda860accaa8f === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 96ce8a33c420c61c53baa50a7b4e71c6 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 96ce8a33c420c61c53baa50a7b4e71c6 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d509c21fa34b34614393501b9904d6ac4175ecd2 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d509c21fa34b34614393501b9904d6ac4175ecd2 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 96ce8a33c420c61c53baa50a7b4e71c6 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 96ce8a33c420c61c53baa50a7b4e71c6 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d509c21fa34b34614393501b9904d6ac4175ecd2 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d509c21fa34b34614393501b9904d6ac4175ecd2 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 96ce8a33c420c61c53baa50a7b4e71c6 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: 96ce8a33c420c61c53baa50a7b4e71c6 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/~leading tilde/~leading tilde" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/\~leading\ tilde/\~leading\ tilde 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d509c21fa34b34614393501b9904d6ac4175ecd2 /rclone-test-javahib5wopo/~leading tilde/~leading tilde 2026/06/05 03:52:45 DEBUG : ~leading tilde/~leading tilde: Parsed hash: d509c21fa34b34614393501b9904d6ac4175ecd2 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 54a797b111cc8d9b24100b6bf32ceda9 /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 54a797b111cc8d9b24100b6bf32ceda9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 0234adf2573330f117af7f4e14fe2a42f747201e /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0234adf2573330f117af7f4e14fe2a42f747201e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 54a797b111cc8d9b24100b6bf32ceda9 /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 54a797b111cc8d9b24100b6bf32ceda9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 0234adf2573330f117af7f4e14fe2a42f747201e /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0234adf2573330f117af7f4e14fe2a42f747201e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 54a797b111cc8d9b24100b6bf32ceda9 /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 54a797b111cc8d9b24100b6bf32ceda9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␍leading CR/␍leading CR" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␍leading\ CR/␍leading\ CR 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 0234adf2573330f117af7f4e14fe2a42f747201e /rclone-test-javahib5wopo/␍leading CR/␍leading CR 2026/06/05 03:52:45 DEBUG : ␍leading CR/␍leading CR: Parsed hash: 0234adf2573330f117af7f4e14fe2a42f747201e === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 6d95128684eac9910c4b4cec89650d27 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6d95128684eac9910c4b4cec89650d27 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 6d95128684eac9910c4b4cec89650d27 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6d95128684eac9910c4b4cec89650d27 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 6d95128684eac9910c4b4cec89650d27 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 6d95128684eac9910c4b4cec89650d27 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␊leading LF/␊leading LF" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␊leading\ LF/␊leading\ LF 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 /rclone-test-javahib5wopo/␊leading LF/␊leading LF 2026/06/05 03:52:45 DEBUG : ␊leading LF/␊leading LF: Parsed hash: 2e23ce2567c6bbeae99c5fd8df884531f0b49a94 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 11f065878417bc347cfdfb760db3466f /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 11f065878417bc347cfdfb760db3466f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c15eeb0d66987de0301fedbba0b8f67a3719b43b /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: c15eeb0d66987de0301fedbba0b8f67a3719b43b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 11f065878417bc347cfdfb760db3466f /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 11f065878417bc347cfdfb760db3466f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c15eeb0d66987de0301fedbba0b8f67a3719b43b /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: c15eeb0d66987de0301fedbba0b8f67a3719b43b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 11f065878417bc347cfdfb760db3466f /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: 11f065878417bc347cfdfb760db3466f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␉leading HT/␉leading HT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␉leading\ HT/␉leading\ HT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c15eeb0d66987de0301fedbba0b8f67a3719b43b /rclone-test-javahib5wopo/␉leading HT/␉leading HT 2026/06/05 03:52:45 DEBUG : ␉leading HT/␉leading HT: Parsed hash: c15eeb0d66987de0301fedbba0b8f67a3719b43b === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 7082f0b2acd39f36483b1df82107904d /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7082f0b2acd39f36483b1df82107904d 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c6e2e068d58542586cfe77a8169753454e417bd4 /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e2e068d58542586cfe77a8169753454e417bd4 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 7082f0b2acd39f36483b1df82107904d /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7082f0b2acd39f36483b1df82107904d 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c6e2e068d58542586cfe77a8169753454e417bd4 /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e2e068d58542586cfe77a8169753454e417bd4 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 7082f0b2acd39f36483b1df82107904d /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: 7082f0b2acd39f36483b1df82107904d 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/␋leading VT/␋leading VT" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/␋leading\ VT/␋leading\ VT 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: c6e2e068d58542586cfe77a8169753454e417bd4 /rclone-test-javahib5wopo/␋leading VT/␋leading VT 2026/06/05 03:52:45 DEBUG : ␋leading VT/␋leading VT: Parsed hash: c6e2e068d58542586cfe77a8169753454e417bd4 === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 785edb59d9c7377a4f6f0185e9adad62 /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 785edb59d9c7377a4f6f0185e9adad62 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 785edb59d9c7377a4f6f0185e9adad62 /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 785edb59d9c7377a4f6f0185e9adad62 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 785edb59d9c7377a4f6f0185e9adad62 /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 785edb59d9c7377a4f6f0185e9adad62 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/.leading dot/.leading dot" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/.leading\ dot/.leading\ dot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e /rclone-test-javahib5wopo/.leading dot/.leading dot 2026/06/05 03:52:45 DEBUG : .leading dot/.leading dot: Parsed hash: 70f67070ff70de7a4b8572a0bc10e2edc08bc72e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0df4a1a24447fdd91e20c29c72c9d03 /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: d0df4a1a24447fdd91e20c29c72c9d03 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0df4a1a24447fdd91e20c29c72c9d03 /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: d0df4a1a24447fdd91e20c29c72c9d03 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d0df4a1a24447fdd91e20c29c72c9d03 /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: d0df4a1a24447fdd91e20c29c72c9d03 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing space /trailing space " 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ space\ /trailing\ space\ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e /rclone-test-javahib5wopo/trailing space /trailing space 2026/06/05 03:52:45 DEBUG : trailing space /trailing space : Parsed hash: 8aebf8191a1088591fde5f4d9af4b7c698b09e7e === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 260fec56f4968467bc497db5136f016a /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 260fec56f4968467bc497db5136f016a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 79675e3d92adb0e9a12f722ff807a1e5c36d242b /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 79675e3d92adb0e9a12f722ff807a1e5c36d242b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 260fec56f4968467bc497db5136f016a /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 260fec56f4968467bc497db5136f016a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 79675e3d92adb0e9a12f722ff807a1e5c36d242b /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 79675e3d92adb0e9a12f722ff807a1e5c36d242b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 260fec56f4968467bc497db5136f016a /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 260fec56f4968467bc497db5136f016a 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing CR␍/trailing CR␍" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ CR␍/trailing\ CR␍ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 79675e3d92adb0e9a12f722ff807a1e5c36d242b /rclone-test-javahib5wopo/trailing CR␍/trailing CR␍ 2026/06/05 03:52:45 DEBUG : trailing CR␍/trailing CR␍: Parsed hash: 79675e3d92adb0e9a12f722ff807a1e5c36d242b === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 910ba9bdff3fc619b6ad9f830a5041c9 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 910ba9bdff3fc619b6ad9f830a5041c9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d96e0041907b88520bc36cc94e05b2d42df48c24 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d96e0041907b88520bc36cc94e05b2d42df48c24 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 910ba9bdff3fc619b6ad9f830a5041c9 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 910ba9bdff3fc619b6ad9f830a5041c9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d96e0041907b88520bc36cc94e05b2d42df48c24 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d96e0041907b88520bc36cc94e05b2d42df48c24 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 910ba9bdff3fc619b6ad9f830a5041c9 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: 910ba9bdff3fc619b6ad9f830a5041c9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing LF␊/trailing LF␊" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ LF␊/trailing\ LF␊ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d96e0041907b88520bc36cc94e05b2d42df48c24 /rclone-test-javahib5wopo/trailing LF␊/trailing LF␊ 2026/06/05 03:52:45 DEBUG : trailing LF␊/trailing LF␊: Parsed hash: d96e0041907b88520bc36cc94e05b2d42df48c24 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 5c13168438710435d0fbc0567480672c /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 5c13168438710435d0fbc0567480672c 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 5c13168438710435d0fbc0567480672c /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 5c13168438710435d0fbc0567480672c 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 5c13168438710435d0fbc0567480672c /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: 5c13168438710435d0fbc0567480672c 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing HT␉/trailing HT␉" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ HT␉/trailing\ HT␉ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 /rclone-test-javahib5wopo/trailing HT␉/trailing HT␉ 2026/06/05 03:52:45 DEBUG : trailing HT␉/trailing HT␉: Parsed hash: b49bf82ca276b456ba4121c3dc01aed7ae54edd8 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 43ff29ed9bef38a96e790b1c341b2c91 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 43ff29ed9bef38a96e790b1c341b2c91 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 89232821d3e9efe67df418e31c930040bf971555 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 89232821d3e9efe67df418e31c930040bf971555 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 43ff29ed9bef38a96e790b1c341b2c91 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 43ff29ed9bef38a96e790b1c341b2c91 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 89232821d3e9efe67df418e31c930040bf971555 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 89232821d3e9efe67df418e31c930040bf971555 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 43ff29ed9bef38a96e790b1c341b2c91 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 43ff29ed9bef38a96e790b1c341b2c91 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing VT␋/trailing VT␋" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ VT␋/trailing\ VT␋ 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 89232821d3e9efe67df418e31c930040bf971555 /rclone-test-javahib5wopo/trailing VT␋/trailing VT␋ 2026/06/05 03:52:45 DEBUG : trailing VT␋/trailing VT␋: Parsed hash: 89232821d3e9efe67df418e31c930040bf971555 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 699c217e23b3dad7007fc3be9e9f7eab /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 699c217e23b3dad7007fc3be9e9f7eab 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8102c63b9331048ecbe992b23b1ca7db3def3b9c /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 8102c63b9331048ecbe992b23b1ca7db3def3b9c 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 699c217e23b3dad7007fc3be9e9f7eab /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 699c217e23b3dad7007fc3be9e9f7eab 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8102c63b9331048ecbe992b23b1ca7db3def3b9c /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 8102c63b9331048ecbe992b23b1ca7db3def3b9c 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 699c217e23b3dad7007fc3be9e9f7eab /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 699c217e23b3dad7007fc3be9e9f7eab 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/trailing dot./trailing dot." 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/trailing\ dot./trailing\ dot. 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 8102c63b9331048ecbe992b23b1ca7db3def3b9c /rclone-test-javahib5wopo/trailing dot./trailing dot. 2026/06/05 03:52:45 DEBUG : trailing dot./trailing dot.: Parsed hash: 8102c63b9331048ecbe992b23b1ca7db3def3b9c === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2ed0e6ba507a0c43fb03bce14ec3ee22 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ed0e6ba507a0c43fb03bce14ec3ee22 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 51241a36b6537cebdb5abf162c9fa67e374412e0 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 51241a36b6537cebdb5abf162c9fa67e374412e0 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2ed0e6ba507a0c43fb03bce14ec3ee22 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ed0e6ba507a0c43fb03bce14ec3ee22 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 51241a36b6537cebdb5abf162c9fa67e374412e0 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 51241a36b6537cebdb5abf162c9fa67e374412e0 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2ed0e6ba507a0c43fb03bce14ec3ee22 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 2ed0e6ba507a0c43fb03bce14ec3ee22 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/invalid utf-8\xfe/invalid utf-8\xfe" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/invalid\ utf-8/invalid\ utf-8 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 51241a36b6537cebdb5abf162c9fa67e374412e0 /rclone-test-javahib5wopo/invalid utf-8/invalid utf-8 2026/06/05 03:52:45 DEBUG : invalid utf-8/invalid utf-8: Parsed hash: 51241a36b6537cebdb5abf162c9fa67e374412e0 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 17e588e6859b6724374580d42857ac17 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 17e588e6859b6724374580d42857ac17 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 17e588e6859b6724374580d42857ac17 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 17e588e6859b6724374580d42857ac17 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 17e588e6859b6724374580d42857ac17 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 17e588e6859b6724374580d42857ac17 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/test%46.txt/test%46.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/test\%46.txt/test\%46.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 /rclone-test-javahib5wopo/test%46.txt/test%46.txt 2026/06/05 03:52:45 DEBUG : test%46.txt/test%46.txt: Parsed hash: 4b49c6f545eab79e88e89187bebd3c4f2efc74f9 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Connection OK after error: potato 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removed after failed upload: potato === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/zero-length-file" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/zero-length-file" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/zero-length-file" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : zero-length-file: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/zero-length-file" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-javahib5wopo/zero-length-file 2026/06/05 03:52:45 DEBUG : zero-length-file: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: dccdf815e2b8f50c5c0f77e30bf6c1aa /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: dccdf815e2b8f50c5c0f77e30bf6c1aa 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 026e9e19b83e69311b84389d1eceb80191a7886f /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 026e9e19b83e69311b84389d1eceb80191a7886f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: dccdf815e2b8f50c5c0f77e30bf6c1aa /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: dccdf815e2b8f50c5c0f77e30bf6c1aa 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 026e9e19b83e69311b84389d1eceb80191a7886f /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 026e9e19b83e69311b84389d1eceb80191a7886f 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55424->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1158: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1195: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-javahib5wopo/hello? sausage/êé" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: New connection 127.0.0.1:55440->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Relative path resolved to "/rclone-test-javahib5wopo/hello? sausage/êé" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Using root directory "/rclone-test-javahib5wopo/hello? sausage/êé" 2026/06/05 03:52:45 DEBUG : fs cache: renaming cache item "TestSFTPRclone:rclone-test-javahib5wopo/hello? sausage/êé" to be canonical "TestSFTPRclone{3NxCX}:rclone-test-javahib5wopo/hello? sausage/êé" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Remote command result: 280d4694e183d4439fd680adb85ec3d0 /rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : a/b/c/d/e.txt: Parsed hash: 280d4694e183d4439fd680adb85ec3d0 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Remote command result: 16df1220bef24f34617e3c957b5bb35bd8e0dcf6 /rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : a/b/c/d/e.txt: Parsed hash: 16df1220bef24f34617e3c957b5bb35bd8e0dcf6 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Remote command result: 280d4694e183d4439fd680adb85ec3d0 /rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : a/b/c/d/e.txt: Parsed hash: 280d4694e183d4439fd680adb85ec3d0 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: Remote command result: 16df1220bef24f34617e3c957b5bb35bd8e0dcf6 /rclone-test-javahib5wopo/hello? sausage/êé/a/b/c/d/e.txt 2026/06/05 03:52:45 DEBUG : a/b/c/d/e.txt: Parsed hash: 16df1220bef24f34617e3c957b5bb35bd8e0dcf6 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé: New connection 127.0.0.1:55442->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : Waiting for deletions to finish 2026/06/05 03:52:45 INFO : a/b/c/d/e.txt: Deleted 2026/06/05 03:52:45 DEBUG : removing 1 level 4 directories 2026/06/05 03:52:45 INFO : a/b/c/d: Removing directory 2026/06/05 03:52:45 DEBUG : removing 1 level 3 directories 2026/06/05 03:52:45 INFO : a/b/c: Removing directory 2026/06/05 03:52:45 DEBUG : removing 1 level 2 directories 2026/06/05 03:52:45 INFO : a/b: Removing directory 2026/06/05 03:52:45 DEBUG : removing 1 level 1 directories 2026/06/05 03:52:45 INFO : a: Removing directory === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1259: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: New connection 127.0.0.1:55458->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/moveTest/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/moveTest/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/moveTest/other.txt 2026/06/05 03:52:45 DEBUG : moveTest/other.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/moveTest/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/moveTest/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/moveTest/other.txt 2026/06/05 03:52:45 DEBUG : moveTest/other.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/other.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/other.txt 2026/06/05 03:52:45 DEBUG : other.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-xigonir1fumu" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: New connection 127.0.0.1:55474->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Relative path resolved to "/rclone-test-xigonir1fumu" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Using root directory "/rclone-test-xigonir1fumu" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Shell path "/rclone-test-xigonir1fumu/new_name/sub_new_name/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Running remote command: md5sum /rclone-test-xigonir1fumu/new_name/sub_new_name/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-xigonir1fumu/new_name/sub_new_name/file name.txt 2026/06/05 03:52:45 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Shell path "/rclone-test-xigonir1fumu/new_name/sub_new_name/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Running remote command: sha1sum /rclone-test-xigonir1fumu/new_name/sub_new_name/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-xigonir1fumu/new_name/sub_new_name/file name.txt 2026/06/05 03:52:45 DEBUG : new_name/sub_new_name/file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Shell path "/rclone-test-xigonir1fumu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Running remote command: md5sum /rclone-test-xigonir1fumu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-xigonir1fumu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Shell path "/rclone-test-xigonir1fumu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Running remote command: sha1sum /rclone-test-xigonir1fumu/new_name/sub_new_name/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-xigonir1fumu/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Purge dir "new_name" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-xigonir1fumu: Purge dir "" === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 3f658bfc7567fc2154e6e3b90d2eeb13 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 3f658bfc7567fc2154e6e3b90d2eeb13 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 37e7f012ae5fd88352c747300b7764f7d7bd8c47 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1601: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1632: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1703: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: New connection 127.0.0.1:55484->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Relative path resolved to "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Using root directory "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-javahib5wopo/not found.txt" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/not found.txt: New connection 127.0.0.1:55492->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/not found.txt: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/not found.txt: Relative path resolved to "/rclone-test-javahib5wopo/not found.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/not found.txt: Using root directory "/rclone-test-javahib5wopo/not found.txt" 2026/06/05 03:52:45 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestSFTPRclone:" path "rclone-test-javahib5wopo" from "TestSFTPRclone:rclone-test-javahib5wopo" 2026/06/05 03:52:45 DEBUG : Creating backend with remote "TestSFTPRclone:" 2026/06/05 03:52:45 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:45 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:45 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:45 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:45 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:45 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: New connection 127.0.0.1:55500->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell type "unix" from config 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Relative path resolved to "/" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Using root directory "/" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1957: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43e44757440bf4153e58dabd15d625dc /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: 43e44757440bf4153e58dabd15d625dc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43e44757440bf4153e58dabd15d625dc /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: 43e44757440bf4153e58dabd15d625dc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 43e44757440bf4153e58dabd15d625dc /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: 43e44757440bf4153e58dabd15d625dc 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/created from root.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/created\ from\ root.txt 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 /rclone-test-javahib5wopo/created from root.txt 2026/06/05 03:52:45 DEBUG : rclone-test-javahib5wopo/created from root.txt: Parsed hash: c4d5b22c2f35046751a1c33ea27a6b32ee95df69 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:45 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: 2b3d178243ae52b1f2b31c4af357a56b /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: 2b3d178243ae52b1f2b31c4af357a56b 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/file name.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/file\ name.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: f708096b76a78fea7db1f51a392cbd816e8c6ca1 /rclone-test-javahib5wopo/file name.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/file name.txt: Parsed hash: f708096b76a78fea7db1f51a392cbd816e8c6ca1 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2016: 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:2121: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2137: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: a5078f9ad0e55e7b9c7aa61a4f27b90e /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: a5078f9ad0e55e7b9c7aa61a4f27b90e 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/hello\?\ sausage/êé/Hello,\ 世界/\ \"\ \'\ @\ \<\ \>\ \&\ \?\ \+\ ≠/z.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: cf9610f6d581c5e3d488b49429867556ffbb5004 /rclone-test-javahib5wopo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/06/05 03:52:46 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Parsed hash: cf9610f6d581c5e3d488b49429867556ffbb5004 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Server has VFS statistics extension 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: About path "/rclone-test-javahib5wopo" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 762347582665054d5607819fb12b406d /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: 762347582665054d5607819fb12b406d 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 1d9e12ca9bc061e05972d6f08de44008c4212477 /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: 1d9e12ca9bc061e05972d6f08de44008c4212477 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 762347582665054d5607819fb12b406d /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: 762347582665054d5607819fb12b406d 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/piped data.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/piped\ data.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 1d9e12ca9bc061e05972d6f08de44008c4212477 /rclone-test-javahib5wopo/piped data.txt 2026/06/05 03:52:46 DEBUG : piped data.txt: Parsed hash: 1d9e12ca9bc061e05972d6f08de44008c4212477 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2355: *sftp.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2376: *sftp.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2488: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/unknown-size-update.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2204bd4fd78003726974148ba9dc48f6 /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : unknown-size-update.txt: Parsed hash: 2204bd4fd78003726974148ba9dc48f6 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/unknown-size-update.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 0f88ea8a6c3005f1e6204ada6670a9095c5f99ba /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : unknown-size-update.txt: Parsed hash: 0f88ea8a6c3005f1e6204ada6670a9095c5f99ba 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/unknown-size-update.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: md5sum /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 2204bd4fd78003726974148ba9dc48f6 /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : unknown-size-update.txt: Parsed hash: 2204bd4fd78003726974148ba9dc48f6 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Shell path "/rclone-test-javahib5wopo/unknown-size-update.txt" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Running remote command: sha1sum /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Remote command result: 0f88ea8a6c3005f1e6204ada6670a9095c5f99ba /rclone-test-javahib5wopo/unknown-size-update.txt 2026/06/05 03:52:46 DEBUG : unknown-size-update.txt: Parsed hash: 0f88ea8a6c3005f1e6204ada6670a9095c5f99ba === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/06/05 03:52:46 DEBUG : Creating backend with remote "TestSFTPRclone:rclone-test-javahib5wopo/deeper/nonexisting/directory" 2026/06/05 03:52:46 DEBUG : Setting type="sftp" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_TYPE 2026/06/05 03:52:46 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:46 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:46 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:46 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:46 DEBUG : TestSFTPRclone: detected overridden config - adding "{3NxCX}" suffix to name 2026/06/05 03:52:46 DEBUG : Setting host="127.0.0.1" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_HOST 2026/06/05 03:52:46 DEBUG : Setting user="rclone" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_USER 2026/06/05 03:52:46 DEBUG : Setting port="28621" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PORT 2026/06/05 03:52:46 DEBUG : Setting pass="RU_U9HU-ijeAOefdvLoHPMDtE9Pd7TQDRGtsmxKMSXpK3P0" for "TestSFTPRclone" from environment variable RCLONE_CONFIG_TESTSFTPRCLONE_PASS 2026/06/05 03:52:46 NOTICE: TestSFTPRclone{3NxCX}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/deeper/nonexisting/directory: New connection 127.0.0.1:55506->127.0.0.1:28621 to "SSH-2.0-rclone/v1.75.0-beta.9793.9693b3df0" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/deeper/nonexisting/directory: Shell type "unix" from config 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/deeper/nonexisting/directory: Relative path resolved to "/rclone-test-javahib5wopo/deeper/nonexisting/directory" 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo/deeper/nonexisting/directory: Using root directory "/rclone-test-javahib5wopo/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2680: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2737: FS has no Directory methods and doesn't Wrap 2026/06/05 03:52:46 DEBUG : Waiting for deletions to finish 2026/06/05 03:52:46 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/06/05 03:52:46 DEBUG : removing 1 level 4 directories 2026/06/05 03:52:46 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/06/05 03:52:46 DEBUG : removing 1 level 3 directories 2026/06/05 03:52:46 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/06/05 03:52:46 DEBUG : removing 1 level 2 directories 2026/06/05 03:52:46 INFO : hello? sausage/êé: Removing directory 2026/06/05 03:52:46 DEBUG : removing 1 level 1 directories 2026/06/05 03:52:46 INFO : hello? sausage: Removing directory 2026/06/05 03:52:46 DEBUG : removing 1 level 0 directories 2026/06/05 03:52:46 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Removing directory 2026/06/05 03:52:46 ERROR : error listing: directory not found 2026/06/05 03:52:46 DEBUG : Waiting for deletions to finish 2026/06/05 03:52:46 ERROR : error listing: directory not found 2026/06/05 03:52:46 ERROR : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Failed to list "": directory not found 2026/06/05 03:52:46 DEBUG : removing 1 level 0 directories 2026/06/05 03:52:46 INFO : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Removing directory 2026/06/05 03:52:46 ERROR : Failed to rmdir: Rmdir: directory not found === RUN TestIntegration/FsShutdown 2026/06/05 03:52:46 DEBUG : sftp://rclone@127.0.0.1:28621/rclone-test-javahib5wopo: Closing 2 unused connections 2026/06/05 03:52:46 NOTICE: TestSFTPRclone: Stopping server --- PASS: TestIntegration (1.70s) --- 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.65s) --- 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.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.01s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.00s) --- 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.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) PASS ok github.com/rclone/rclone/backend/sftp 2.942s "go test -v -timeout 1h0m0s -remote TestSFTPRclone: -verbose" - Finished OK in 3.817482297s (try 1/5)