"go test -v -timeout 1h0m0s -remote TestHdfs: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:442: Using remote "TestHdfs:" 2025/01/09 02:48:11 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime" 2025/01/09 02:48:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/09 02:48:11 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:11 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:11 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:11 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:11 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:11 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:11 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:483: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:511: No commands in this remote === RUN TestIntegration/FsRmdirNotFound 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/01/09 02:48:11 INFO : dir/subdir: Making directory 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/dir/subdir] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/dir] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/dir/subdir] 2025/01/09 02:48:11 INFO : dir/subdir: Removing directory 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/dir/subdir] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/dir] 2025/01/09 02:48:11 INFO : dir: Removing directory 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/dir] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsListEmpty 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsListDirEmpty 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/does not exist] 2025/01/09 02:48:11 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:711: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:11 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:12 DEBUG : pacer: low level retry 1/10 (error create /rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: replication in progress) 2025/01/09 02:48:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 30ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:711: testing "." 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/.] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/./.] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 22.5ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/./.] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/.] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/./.] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/.] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:711: testing ".." 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/..] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/../..] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 20ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/../..] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/..] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/../..] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/..] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:711: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:711: testing " leading space" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/ leading space/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/ leading space/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/ leading space/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/ leading space] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:711: testing "~leading tilde" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/~leading tilde] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/~leading tilde/~leading tilde] 2025/01/09 02:48:12 DEBUG : pacer: low level retry 1/10 (error create /rclone-test-wuyipug4yime/~leading tilde/~leading tilde: replication in progress) 2025/01/09 02:48:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 30ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/~leading tilde/~leading tilde] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/~leading tilde] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/~leading tilde/~leading tilde] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/~leading tilde] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:711: testing "␍leading CR" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/␍leading CR] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/␍leading CR/␍leading CR] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 22.5ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/␍leading CR/␍leading CR] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/␍leading CR] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/␍leading CR/␍leading CR] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/␍leading CR] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:711: testing "␊leading LF" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/␊leading LF] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/␊leading LF/␊leading LF] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 20ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/␊leading LF/␊leading LF] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/␊leading LF] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/␊leading LF/␊leading LF] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/␊leading LF] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:711: testing "␉leading HT" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/␉leading HT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/␉leading HT/␉leading HT] 2025/01/09 02:48:12 DEBUG : pacer: low level retry 1/10 (error create /rclone-test-wuyipug4yime/␉leading HT/␉leading HT: replication in progress) 2025/01/09 02:48:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/01/09 02:48:12 DEBUG : pacer: low level retry 2/10 (error create /rclone-test-wuyipug4yime/␉leading HT/␉leading HT: replication in progress) 2025/01/09 02:48:12 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 60ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/␉leading HT/␉leading HT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/␉leading HT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/␉leading HT/␉leading HT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/␉leading HT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:711: testing "␋leading VT" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/␋leading VT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/␋leading VT/␋leading VT] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 45ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/␋leading VT/␋leading VT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/␋leading VT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/␋leading VT/␋leading VT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/␋leading VT] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:711: testing ".leading dot" 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/.leading dot] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/.leading dot/.leading dot] 2025/01/09 02:48:12 DEBUG : pacer: Reducing sleep to 33.75ms 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/.leading dot/.leading dot] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/.leading dot] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/.leading dot/.leading dot] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/.leading dot] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:711: testing "trailing space " 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing space ] 2025/01/09 02:48:12 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing space /trailing space ] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 25.3125ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing space /trailing space ] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing space ] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing space /trailing space ] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing space ] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:711: testing "trailing CR␍" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing CR␍] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing CR␍/trailing CR␍] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 20ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing CR␍/trailing CR␍] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing CR␍] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing CR␍/trailing CR␍] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing CR␍] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:711: testing "trailing LF␊" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing LF␊] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing LF␊/trailing LF␊] 2025/01/09 02:48:13 DEBUG : pacer: low level retry 1/10 (error create /rclone-test-wuyipug4yime/trailing LF␊/trailing LF␊: replication in progress) 2025/01/09 02:48:13 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/01/09 02:48:13 DEBUG : pacer: low level retry 2/10 (error create /rclone-test-wuyipug4yime/trailing LF␊/trailing LF␊: replication in progress) 2025/01/09 02:48:13 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 60ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing LF␊/trailing LF␊] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing LF␊] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing LF␊/trailing LF␊] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing LF␊] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:711: testing "trailing HT␉" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing HT␉] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing HT␉/trailing HT␉] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 45ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing HT␉/trailing HT␉] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing HT␉] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing HT␉/trailing HT␉] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing HT␉] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:711: testing "trailing VT␋" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing VT␋] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing VT␋/trailing VT␋] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 33.75ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing VT␋/trailing VT␋] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing VT␋] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing VT␋/trailing VT␋] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing VT␋] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:711: testing "trailing dot." 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/trailing dot.] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/trailing dot./trailing dot.] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 25.3125ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/trailing dot./trailing dot.] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/trailing dot.] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/trailing dot./trailing dot.] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/trailing dot.] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:711: testing "invalid utf-8\xfe" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/invalid utf-8‛FE/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : pacer: Reducing sleep to 20ms 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/invalid utf-8‛FE/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/invalid utf-8‛FE/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/invalid utf-8‛FE] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:711: testing "test%46.txt" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: mkdir [/rclone-test-wuyipug4yime/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/test%46.txt/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/test%46.txt/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/test%46.txt/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/test%46.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsNewObjectNotFound 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/potato] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/directory/not/found/potato] === RUN TestIntegration/FsMkdir/FsPutError 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] === RUN TestIntegration/FsMkdir/FsPutZeroLength 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/zero-length-file] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/zero-length-file] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/zero-length-file] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/zero-length-file] === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:790: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:823: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:872: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/01/09 02:48:13 DEBUG : Creating backend with remote "TestHdfs:" 2025/01/09 02:48:13 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/: list [/] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1125: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/dirToPurge/fileToPurge.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/dirToPurge/fileToPurge.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/dirToPurge] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: purge [/rclone-test-wuyipug4yime/dirToPurge] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/dirToPurgeFromRoot/fileToPurgeFromRoot.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/dirToPurgeFromRoot/fileToPurgeFromRoot.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/dirToPurgeFromRoot] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime/dirToPurgeFromRoot" 2025/01/09 02:48:13 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/dirToPurgeFromRoot: purge [/rclone-test-wuyipug4yime/dirToPurgeFromRoot] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/01/09 02:48:13 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime/hello? sausage/êé" 2025/01/09 02:48:13 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : fs cache: renaming cache item "TestHdfs:rclone-test-wuyipug4yime/hello? sausage/êé" to be canonical "TestHdfs{cNNQW}:rclone-test-wuyipug4yime/hello? sausage/êé" 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: update [/rclone-test-wuyipug4yime/hello? sausage/êé/a/b/c/d/e.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: new [/rclone-test-wuyipug4yime/hello? sausage/êé/a/b/c/d/e.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/a] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/a/b] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/a/b/c] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: list [/rclone-test-wuyipug4yime/hello? sausage/êé/a/b/c/d] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé: purge [/rclone-test-wuyipug4yime/hello? sausage/êé/a] === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1258: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] to [/rclone-test-wuyipug4yime/other.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-wuyipug4yime/file name.txt] to [/rclone-test-wuyipug4yime/moveTest/other.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/moveTest] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/moveTest/other.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-wuyipug4yime/moveTest/other.txt] to [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/moveTest] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/other.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-wuyipug4yime/other.txt] to [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/moveTest] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime/moveTest] === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1402: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-wuyipug4yime] to [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: target directory already exits, IsDir = [true] 2025/01/09 02:48:13 DEBUG : Creating backend with remote "TestHdfs:rclone-test-jikebuh6pece" 2025/01/09 02:48:13 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:13 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:13 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: rename [/rclone-test-wuyipug4yime] to [/rclone-test-jikebuh6pece/new_name/sub_new_name] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name/sub_new_name] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name/sub_new_name/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name/sub_new_name/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name/sub_new_name/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rename [/rclone-test-jikebuh6pece/new_name/sub_new_name] to [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: list [/rclone-test-jikebuh6pece/new_name] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: Purge remote 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-jikebuh6pece: purge [/rclone-test-jikebuh6pece] === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: rmdir [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] fstests.go:1596: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] fstests.go:1627: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] fstests.go:1698: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:13 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: open [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/01/09 02:48:14 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/01/09 02:48:14 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/01/09 02:48:14 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime/not found.txt" 2025/01/09 02:48:14 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/not found.txt: list [/rclone-test-wuyipug4yime/not found.txt] 2025/01/09 02:48:14 ERROR : : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1915: Opening root remote "TestHdfs:" path "rclone-test-wuyipug4yime" from "TestHdfs:rclone-test-wuyipug4yime" 2025/01/09 02:48:14 DEBUG : Creating backend with remote "TestHdfs:" 2025/01/09 02:48:14 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1949: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: update [/rclone-test-wuyipug4yime/created from root.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: new [/rclone-test-wuyipug4yime/created from root.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: remove [/rclone-test-wuyipug4yime/created from root.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2008: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:416: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2113: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/file name.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/piped data.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/piped data.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/piped data.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/piped data.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/piped data.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/piped data.txt] === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2209: *hdfs.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2230: *hdfs.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2348: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/unknown-size-put.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/unknown-size-put.txt] === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/unknown-size-update.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/unknown-size-update.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: new [/rclone-test-wuyipug4yime/unknown-size-update.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: update [/rclone-test-wuyipug4yime/unknown-size-update.txt] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: remove [/rclone-test-wuyipug4yime/unknown-size-update.txt] === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/01/09 02:48:14 DEBUG : Creating backend with remote "TestHdfs:rclone-test-wuyipug4yime/deeper/nonexisting/directory" 2025/01/09 02:48:14 DEBUG : Setting type="hdfs" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_TYPE 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : TestHdfs: detected overridden config - adding "{cNNQW}" suffix to name 2025/01/09 02:48:14 DEBUG : Setting namenode="127.0.0.1:8020" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_NAMENODE 2025/01/09 02:48:14 DEBUG : Setting username="root" for "TestHdfs" from environment variable RCLONE_CONFIG_TESTHDFS_USERNAME 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime/deeper/nonexisting/directory: new [/rclone-test-wuyipug4yime/deeper/nonexisting/directory/rclone-test-wuyipug4yime] === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2500: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2543: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2600: FS has no Directory methods and doesn't Wrap 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: purge [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: list [/rclone-test-wuyipug4yime] 2025/01/09 02:48:14 ERROR : : error listing: directory not found 2025/01/09 02:48:14 DEBUG : hdfs://127.0.0.1:8020/rclone-test-wuyipug4yime: purge [/rclone-test-wuyipug4yime] === RUN TestIntegration/FsShutdown fstests.go:2706: Shutdown method not supported --- PASS: TestIntegration (2.79s) --- 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.02s) --- PASS: TestIntegration/FsMkdir (2.55s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.02s) --- 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 (1.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.05s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.01s) --- 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.02s) --- 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) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.04s) --- 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) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.03s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.05s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) PASS ok github.com/rclone/rclone/backend/hdfs 2.803s "go test -v -timeout 1h0m0s -remote TestHdfs: -verbose" - Finished OK in 4.438448363s (try 1/5)