"go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestOpenDrive:" 2025/09/22 01:23:12 NOTICE: TestOpenDrive: Starting server 2025/09/22 01:23:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-weyudek8vuxa" 2025/09/22 01:23:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/22 01:23:12 DEBUG : Starting OpenDrive session with ID: d9e6028c760166559bec66c1ea1cd89e033110427145556a560bc606d76d195b === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/22 01:23:14 INFO : dir/subdir: Making directory fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2025/09/22 01:23:23 INFO : dir/subdir: Removing directory 2025/09/22 01:23:24 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/09/22 01:23:25 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/09/22 01:23:26 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/09/22 01:23:30 DEBUG : ./.: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/09/22 01:23:33 DEBUG : ../..: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/09/22 01:23:37 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/09/22 01:23:40 DEBUG : leading space/ leading space: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/09/22 01:23:44 DEBUG : ~leading tilde/~leading tilde: Uploading chunk 0, size=100, remain=0 fstests.go:716: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:716 Error: Received unexpected error: folder not empty Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/09/22 01:23:56 DEBUG : ␍leading CR/␍leading CR: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"~leading tilde", "␍leading CR"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␍leading CR" Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/09/22 01:24:17 DEBUG : ␊leading LF/␊leading LF: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"~leading tilde", "␊leading LF"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␊leading LF" Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/09/22 01:24:37 DEBUG : ␉leading HT/␉leading HT: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"~leading tilde", "␉leading HT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␉leading HT" Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/09/22 01:24:58 DEBUG : ␋leading VT/␋leading VT: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{"~leading tilde", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␋leading VT" Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/09/22 01:25:19 DEBUG : .leading dot/.leading dot: Uploading chunk 0, size=100, remain=0 fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:199 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713 Error: Not equal: expected: 100 actual : 0 Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: .leading dot/.leading dot: size incorrect file=100 vs obj=0 fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:199 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: .leading dot/.leading dot: Modification time difference too big |488473h25m18.525082998s| > 1s (want 2025-09-22 01:25:18.525082998 +0000 UTC m=+126.108125151 vs got 1970-01-01 00:00:00 +0000 UTC) (precision 1s) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{".leading dot"} actual : []string{".leading dot", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=12) ".leading dot" +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/09/22 01:25:39 DEBUG : trailing space /trailing space : Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=2) { + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/09/22 01:26:01 DEBUG : trailing CR␍/trailing CR␍: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=2) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/09/22 01:26:21 DEBUG : trailing LF␊/trailing LF␊: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing LF␊", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=2) { + (string) (len=14) "trailing LF␊", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/09/22 01:26:42 DEBUG : trailing HT␉/trailing HT␉: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"trailing HT␉", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=2) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/09/22 01:27:03 DEBUG : trailing VT␋/trailing VT␋: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing VT␋", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=2) { + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/09/22 01:27:23 DEBUG : trailing dot./trailing dot.: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing dot.", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=2) { + (string) (len=13) "trailing dot.", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/09/22 01:27:44 DEBUG : invalid utf-8/invalid utf-8: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/09/22 01:28:05 DEBUG : test%46.txt/test%46.txt: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"test%46.txt", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=2) { + (string) (len=11) "test%46.txt", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstests.go:716: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:716 Error: Received unexpected error: folder not empty Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Not equal: expected: []string{} actual : []string{"test%46.txt", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=11) "test%46.txt", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2025/09/22 01:28:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 0, size=10240, remain=0 === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:819: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2025/09/22 01:28:30 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 2025/09/22 01:28:33 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 0, size=100, remain=0 2025/09/22 01:28:34 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:978: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:978 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:998 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "test%46.txt", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=3) { + (string) (len=14) "hello? sausage", + (string) (len=11) "test%46.txt", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1015: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1015 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "hello? sausage", @@ -4,3 +4,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=11) "test%46.txt", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/09/22 01:28:38 DEBUG : Creating backend with remote "TestOpenDrive:" 2025/09/22 01:28:38 DEBUG : Config file has changed externally - reloading 2025/09/22 01:28:39 DEBUG : Starting OpenDrive session with ID: 7cd9c5ffde03b6d72a72ebbb43b18aa3689c72c9cb19a523f9b9c921348d832e === 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 fstests.go:1094: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1094 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "test%46.txt", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=11) "test%46.txt", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/09/22 01:28:44 DEBUG : dirToPurge/fileToPurge.txt: Uploading chunk 0, size=100, remain=0 2025/09/22 01:28:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/09/22 01:28:47 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: error listing: failed to get folder list: Unknown 404 Not Found (Error 404) fstest.go:282: Error listing: failed to get folder list: Unknown 404 Not Found (Error 404) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/22 01:28:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1198 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Put === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/22 01:28:47 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-weyudek8vuxa/hello? sausage/êé" 2025/09/22 01:28:47 DEBUG : Starting OpenDrive session with ID: 24b2cd226b957ea612abaffc16369b5b48de17aaf49dbf268c9b0023aa4fc942 2025/09/22 01:28:50 DEBUG : a/b/c/d/e.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2025/09/22 01:28:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:28:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:28:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1262 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2025/09/22 01:28:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:28:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1355 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/09/22 01:29:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mubigor9moqe" 2025/09/22 01:29:04 DEBUG : Starting OpenDrive session with ID: fbfe04e2694338fdc65cae2bdeb0d606bc92115b13392b281ff98fe2b2223700 fstests.go:1474: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1474 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/09/22 01:29:05 DEBUG : OpenDrive root 'rclone-test-mubigor9moqe': Purge remote 2025/09/22 01:29:05 NOTICE: purge failed: Directory does not exist (Error 404) === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2025/09/22 01:29:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2025/09/22 01:29:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1536 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2025/09/22 01:29:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1546 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2025/09/22 01:29:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1565 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2025/09/22 01:29:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1572 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2025/09/22 01:29:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1579 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2025/09/22 01:29:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1588 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata 2025/09/22 01:29:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1614 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata 2025/09/22 01:29:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1691 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2025/09/22 01:29:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1748 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2025/09/22 01:29:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1764 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2025/09/22 01:29:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:29:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1771 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2025/09/22 01:30:03 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1778 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2025/09/22 01:30:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1787 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead 2025/09/22 01:30:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1808 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2025/09/22 01:30:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1819 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable 2025/09/22 01:30:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:30:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1847 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/09/22 01:30:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/09/22 01:30:29 DEBUG : Config file has changed externally - reloading 2025/09/22 01:30:29 DEBUG : Starting OpenDrive session with ID: c27f0ffd1ca0d16cc5a60c9a8d74aa74b822f0d1d94ec6ce91ff9138609cd9f3 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/22 01:30:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-weyudek8vuxa/not found.txt" 2025/09/22 01:30:33 DEBUG : Starting OpenDrive session with ID: fe2424729584543f7e27519f389e126be0dc5f350f8d7ffafce07de2a39a36c6 2025/09/22 01:30:34 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestOpenDrive:" path "rclone-test-weyudek8vuxa" from "TestOpenDrive:rclone-test-weyudek8vuxa" 2025/09/22 01:30:34 DEBUG : Creating backend with remote "TestOpenDrive:" 2025/09/22 01:30:34 DEBUG : Starting OpenDrive session with ID: 88beca07ac5f2df32711d1c89a733379cdb1adae1e52f01aaf6da683fe3819ed === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2025/09/22 01:30:34 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/09/22 01:30:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/22 01:30:34 DEBUG : pacer: Reducing sleep to 10ms 2025/09/22 01:30:35 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/09/22 01:30:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/22 01:30:35 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/09/22 01:30:35 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/09/22 01:30:35 DEBUG : pacer: Reducing sleep to 20ms 2025/09/22 01:30:35 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-weyudek8vuxa/file name.txt (200), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt (100), rclone-test-weyudek8vuxa/file name.txt (100), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Not equal: expected: 200 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: rclone-test-weyudek8vuxa/file name.txt: size incorrect file=200 vs obj=100 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Not equal: expected: []string{"rclone-test-weyudek8vuxa/hello? sausage", "rclone-test-weyudek8vuxa/hello? sausage/êé", "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界", "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-weyudek8vuxa/dirToPurge", "rclone-test-weyudek8vuxa/hello? sausage", "rclone-test-weyudek8vuxa/hello? sausage/êé", "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界", "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-weyudek8vuxa/test%46.txt", "rclone-test-weyudek8vuxa/~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=7) { + (string) (len=35) "rclone-test-weyudek8vuxa/dirToPurge", (string) (len=39) "rclone-test-weyudek8vuxa/hello? sausage", @@ -4,3 +5,5 @@ (string) (len=58) "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=36) "rclone-test-weyudek8vuxa/test%46.txt", + (string) (len=39) "rclone-test-weyudek8vuxa/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:380: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:380 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1938 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: ListEntries not equal, want rclone-test-weyudek8vuxa/file name.txt (200) got rclone-test-weyudek8vuxa/file name.txt (100) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:383 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1938 Error: Not equal: expected: 200 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: rclone-test-weyudek8vuxa/file name.txt: size incorrect file=200 vs obj=100 fstest.go:398: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:398 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1938 Error: Not equal: expected: []string{"rclone-test-weyudek8vuxa/hello? sausage"} actual : []string{"rclone-test-weyudek8vuxa/dirToPurge", "rclone-test-weyudek8vuxa/hello? sausage", "rclone-test-weyudek8vuxa/test%46.txt", "rclone-test-weyudek8vuxa/~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-weyudek8vuxa/hello? sausage" +([]string) (len=4) { + (string) (len=35) "rclone-test-weyudek8vuxa/dirToPurge", + (string) (len=39) "rclone-test-weyudek8vuxa/hello? sausage", + (string) (len=36) "rclone-test-weyudek8vuxa/test%46.txt", + (string) (len=39) "rclone-test-weyudek8vuxa/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2025/09/22 01:30:47 DEBUG : rclone-test-weyudek8vuxa/created from root.txt: Uploading chunk 0, size=100, remain=0 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1987 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-weyudek8vuxa/created from root.txt (100), rclone-test-weyudek8vuxa/file name.txt (200), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-weyudek8vuxa/created from root.txt (100), rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt (100), rclone-test-weyudek8vuxa/file name.txt (100), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1987 Error: Not equal: expected: 200 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: rclone-test-weyudek8vuxa/file name.txt: size incorrect file=200 vs obj=100 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1987 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1992 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-weyudek8vuxa/file name.txt (200), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt (100), rclone-test-weyudek8vuxa/file name.txt (100), rclone-test-weyudek8vuxa/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1992 Error: Not equal: expected: 200 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: rclone-test-weyudek8vuxa/file name.txt: size incorrect file=200 vs obj=100 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1992 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-weyudek8vuxa/dirToPurge/fileToPurge.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2004: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2125: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2025/09/22 01:31:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:31:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) 2025/09/22 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (failed to get folder list: Unknown 404 Not Found (Error 404)) fstest.go:546: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2265 Error: Received unexpected error: failed to get folder list: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout 2025/09/22 01:31:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstests.go:2286: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2286 Error: Received unexpected error: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream fstests.go:2299: FS has no PutStream interface === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2343: *opendrive.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2364: *opendrive.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2485: *opendrive.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/22 01:31:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/09/22 01:31:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/22 01:31:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/09/22 01:31:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2579 Error: Received unexpected error: failed to create file: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize Messages: Put === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/22 01:31:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-weyudek8vuxa/deeper/nonexisting/directory" 2025/09/22 01:31:15 DEBUG : Starting OpenDrive session with ID: ebdc33a258241dbe54c57f4d69ee0f7d656554e4976912cc452184c98deb4363 === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: FS has no Directory methods and doesn't Wrap 2025/09/22 01:31:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value === NAME TestIntegration/FsMkdir fstests.go:2807: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2807 Error: Received unexpected error: Unknown 404 Not Found (Error 404) Test: TestIntegration/FsMkdir 2025/09/22 01:31:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (484.50s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.19s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.36s) --- FAIL: TestIntegration/FsMkdir (482.34s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (9.88s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.18s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.17s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (299.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (3.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (3.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (3.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (3.50s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (11.89s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (20.90s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (20.79s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (20.79s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (20.62s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (20.70s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (21.03s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (20.78s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (20.61s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (20.80s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (20.67s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (20.81s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (20.84s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (20.61s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutError (2.65s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.12s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (164.30s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.91s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.67s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.43s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.17s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (3.52s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.95s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectString (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (5.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.57s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (34.99s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (10.97s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (23.12s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (10.52s) --- 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) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize (0.64s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.32s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.32s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.52s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/opendrive 484.520s "go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$'" - Finished ERROR in 8m5.898441689s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/leading_tilde TestIntegration/FsMkdir/FsEncoding/leading_CR TestIntegration/FsMkdir/FsEncoding/leading_LF TestIntegration/FsMkdir/FsEncoding/leading_HT TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/leading_dot TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsCopy TestIntegration/FsMkdir/FsPutFiles/FsMove TestIntegration/FsMkdir/FsPutFiles/FsDirMove TestIntegration/FsMkdir/FsPutFiles/ObjectString TestIntegration/FsMkdir/FsPutFiles/ObjectFs TestIntegration/FsMkdir/FsPutFiles/ObjectRemote TestIntegration/FsMkdir/FsPutFiles/ObjectHashes TestIntegration/FsMkdir/FsPutFiles/ObjectModTime TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime TestIntegration/FsMkdir/FsPutFiles/ObjectSize TestIntegration/FsMkdir/FsPutFiles/ObjectOpen TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate TestIntegration/FsMkdir/FsPutFiles/ObjectStorable TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove TestIntegration/FsMkdir/FsPutFiles/ObjectAbout TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize]