"go test -v -timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:457: Using remote "TestDrime:" 2026/08/12 05:40:28 DEBUG : Creating backend with remote "TestDrime:rclone-test-xigotud8kequ" 2026/08/12 05:40:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:526: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/08/12 05:40:55 INFO : dir/subdir: Making directory 2026/08/12 05:40:59 INFO : dir/subdir: Removing directory 2026/08/12 05:41:04 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/08/12 05:41:13 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/control_chars Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"."} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", (string) (len=3) "." Test: TestIntegration/FsMkdir/FsEncoding/dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" } Test: TestIntegration/FsMkdir/FsEncoding/dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" +([]string) (len=3) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{" leading space"} actual : []string{" leading space", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) " leading space" +([]string) (len=3) { + (string) (len=14) " leading space", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"~leading tilde"} actual : []string{"~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "~leading tilde" +([]string) (len=3) { + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=4) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␉leading HT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) (len=4) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␉leading HT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{".leading dot"} actual : []string{".leading dot", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,7 @@ -([]string) (len=1) { - (string) (len=12) ".leading dot" +([]string) (len=5) { + (string) (len=12) ".leading dot", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=6) { + (string) (len=14) "trailing CR␍", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:733 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing dot.", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,11 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=9) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,10 @@ -([]string) { +([]string) (len=8) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,11 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=9) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,10 @@ -([]string) { +([]string) (len=8) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:734 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"test%46.txt", "trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,11 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=9) { + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT", "␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,10 @@ -([]string) { +([]string) (len=8) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:978 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsPutFiles Messages: Put === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 2026/08/12 06:06:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:06:22 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:06:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:06:27 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:06:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:06:27 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:06:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 2/10 2026/08/12 06:06:31 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:06:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:06:32 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:06:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 3/10 2026/08/12 06:06:35 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/08/12 06:06:47 NOTICE: drime root 'rclone-test-xigotud8kequ': Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/08/12 06:06:50 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/08/12 06:06:59 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:06:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:07:03 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:07:03 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:07:06 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:07:06 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/12 06:07:10 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:07:10 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/12 06:07:13 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/08/12 06:07:13 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/12 06:07:16 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/08/12 06:07:16 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/12 06:07:19 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/08/12 06:07:19 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/12 06:07:23 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/08/12 06:07:23 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/08/12 06:07:27 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/08/12 06:07:27 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/08/12 06:07:30 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/08/12 06:07:30 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/08/12 06:07:30 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Cancelling multipart upload 2026/08/12 06:07:34 DEBUG : pacer: Reducing sleep to 5.12s fstests.go:143: PutLarge error: multipart upload: failed to finalise: failed to create entry after multipart upload: Error "Server Error" - low level retry 1/10 2026/08/12 06:07:44 DEBUG : pacer: Reducing sleep to 2.56s 2026/08/12 06:07:49 DEBUG : pacer: Reducing sleep to 1.28s 2026/08/12 06:07:49 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/08/12 06:07:52 DEBUG : pacer: Reducing sleep to 640ms 2026/08/12 06:07:52 DEBUG : pacer: Reducing sleep to 320ms 2026/08/12 06:07:55 DEBUG : pacer: Reducing sleep to 160ms 2026/08/12 06:07:57 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:07:57 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/12 06:08:00 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:08:00 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/12 06:08:03 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:08:03 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/12 06:08:07 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:08:07 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/08/12 06:08:08 DEBUG : pacer: Reducing sleep to 1.28s 2026/08/12 06:08:11 DEBUG : pacer: Reducing sleep to 640ms 2026/08/12 06:08:12 DEBUG : pacer: Reducing sleep to 320ms 2026/08/12 06:08:14 DEBUG : pacer: Reducing sleep to 160ms === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/08/12 06:08:15 DEBUG : pacer: Reducing sleep to 80ms 2026/08/12 06:08:17 DEBUG : pacer: Reducing sleep to 40ms 2026/08/12 06:08:18 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:08:19 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/08/12 06:08:24 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/08/12 06:08:32 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:08:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:08:34 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/08/12 06:08:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/08/12 06:08:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/08/12 06:08:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/08/12 06:08:49 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:08:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:08:51 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:08:51 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:08:54 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:08:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/12 06:08:57 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:08:57 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/12 06:08:59 DEBUG : pacer: Reducing sleep to 80ms 2026/08/12 06:09:00 DEBUG : pacer: Reducing sleep to 40ms 2026/08/12 06:09:02 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:09:03 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/08/12 06:09:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/08/12 06:09:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/08/12 06:09:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 2026/08/12 06:09:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:09:18 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:09:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:09:23 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/08/12 06:09:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/08/12 06:09:44 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:09:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:09:47 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:09:47 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:09:49 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:09:50 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/08/12 06:10:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/08/12 06:10:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/08/12 06:10:19 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/08/12 06:10:19 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/08/12 06:10:23 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:10:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:10:26 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:10:26 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:10:27 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:10:28 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/08/12 06:10:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/08/12 06:10:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/08/12 06:10:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/08/12 06:10:38 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:10:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:10:39 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:10:39 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:10:41 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:10:41 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/12 06:10:43 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:10:43 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/12 06:10:46 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/08/12 06:10:46 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/12 06:10:49 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/08/12 06:10:49 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/12 06:10:51 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/08/12 06:10:51 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/12 06:10:54 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/08/12 06:10:54 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/08/12 06:10:55 DEBUG : pacer: Reducing sleep to 1.28s 2026/08/12 06:10:58 DEBUG : pacer: Reducing sleep to 640ms 2026/08/12 06:10:59 DEBUG : pacer: Reducing sleep to 320ms 2026/08/12 06:11:01 DEBUG : pacer: Reducing sleep to 160ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 2026/08/12 06:11:01 DEBUG : pacer: Reducing sleep to 80ms 2026/08/12 06:11:04 DEBUG : pacer: Reducing sleep to 40ms 2026/08/12 06:11:04 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:11:05 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/08/12 06:11:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/08/12 06:11:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:11:23 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:11:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:11:27 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:11:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:11:27 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:11:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 2/10 2026/08/12 06:11:31 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:11:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:11:31 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n") 2026/08/12 06:11:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n" - low level retry 3/10 2026/08/12 06:11:35 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/08/12 06:11:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/08/12 06:11:50 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:11:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:11:51 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/08/12 06:11:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/08/12 06:11:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/08/12 06:11:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/08/12 06:12:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/08/12 06:12:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/08/12 06:12:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/08/12 06:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/08/12 06:12:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:12:40 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:12:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:12:44 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:12:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:12:44 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n") 2026/08/12 06:12:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n" - low level retry 2/10 2026/08/12 06:12:47 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/08/12 06:12:58 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/08/12 06:13:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/08/12 06:13:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/08/12 06:13:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/08/12 06:13:29 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/08/12 06:13:29 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/08/12 06:13:29 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 2026/08/12 06:13:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:13:41 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:13:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:13:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:13:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:13:46 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:13:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 2/10 2026/08/12 06:13:50 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:13:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:13:50 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:13:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 3/10 2026/08/12 06:13:55 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:13:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:13:55 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:13:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 4/10 2026/08/12 06:13:59 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:13:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:13:59 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:13:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 5/10 2026/08/12 06:14:03 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/08/12 06:14:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/08/12 06:14:34 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/08/12 06:14:39 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:14:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:14:43 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:14:43 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:14:45 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:14:45 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/12 06:14:47 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:14:47 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/12 06:14:49 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/08/12 06:14:49 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/12 06:14:51 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/08/12 06:14:51 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/12 06:14:53 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/08/12 06:14:53 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/12 06:14:55 DEBUG : pacer: Reducing sleep to 640ms 2026/08/12 06:14:56 DEBUG : pacer: Reducing sleep to 320ms 2026/08/12 06:14:57 DEBUG : pacer: Reducing sleep to 160ms 2026/08/12 06:15:01 DEBUG : pacer: Reducing sleep to 80ms === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/08/12 06:15:04 DEBUG : pacer: Reducing sleep to 40ms 2026/08/12 06:15:07 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:15:07 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/08/12 06:15:07 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/08/12 06:15:07 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/08/12 06:15:10 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/08/12 06:15:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/08/12 06:15:24 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/08/12 06:15:24 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 2026/08/12 06:15:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:15:37 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:15:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:15:40 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/08/12 06:15:56 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/08/12 06:16:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:13 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:16:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 1/10 2026/08/12 06:16:17 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:16:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:17 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n") 2026/08/12 06:16:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
cloudflare
\r\n\r\n\r\n" - low level retry 2/10 2026/08/12 06:16:21 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:16:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:21 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:16:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 3/10 2026/08/12 06:16:26 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:16:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:26 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:16:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 4/10 2026/08/12 06:16:31 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:16:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:31 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:16:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 5/10 2026/08/12 06:16:36 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 06:16:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/08/12 06:16:36 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/08/12 06:16:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: PutLarge error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n" - low level retry 6/10 2026/08/12 06:16:41 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/08/12 06:16:54 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/08/12 06:17:03 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:17:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:17:03 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/08/12 06:17:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/08/12 06:17:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/08/12 06:17:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/08/12 06:17:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/08/12 06:17:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/08/12 06:17:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/08/12 06:17:31 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 06:17:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 06:17:33 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/08/12 06:17:33 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/12 06:17:35 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/08/12 06:17:35 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/12 06:17:38 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/08/12 06:17:38 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/12 06:17:40 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/08/12 06:17:40 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/12 06:17:42 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/08/12 06:17:42 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/12 06:17:43 DEBUG : pacer: Reducing sleep to 320ms 2026/08/12 06:17:44 DEBUG : pacer: Reducing sleep to 160ms 2026/08/12 06:17:45 DEBUG : pacer: Reducing sleep to 80ms 2026/08/12 06:17:47 DEBUG : pacer: Reducing sleep to 40ms === RUN TestIntegration/FsMkdir/FsPutShortEOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Simple 2026/08/12 06:17:48 DEBUG : pacer: Reducing sleep to 20ms 2026/08/12 06:17:49 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/08/12 06:17:57 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 0 size 5Mi offset 0/20Mi 2026/08/12 06:17:57 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 1 size 2.500Mi offset 5Mi/20Mi 2026/08/12 06:18:00 DEBUG : short-eof-chunked.bin: Cancelling multipart upload fstests.go:2596: Put returned an error (acceptable): multipart upload: expected 20971520 bytes in input, but got 7864320: unexpected EOF === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2691: *drime.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/08/12 06:18:06 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 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:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2785 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize Messages: Put === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/08/12 06:18:17 DEBUG : Creating backend with remote "TestDrime:rclone-test-xigotud8kequ/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2831: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2874: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2931: FS has no Directory methods and doesn't Wrap 2026/08/12 06:18:27 ERROR : error listing: directory not found === RUN TestIntegration/FsShutdown fstests.go:3037: Shutdown method not supported --- FAIL: TestIntegration (2281.20s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (2.68s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (6.16s) --- FAIL: TestIntegration/FsMkdir (2261.04s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (13.10s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (1.95s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (1.29s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (1.51s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (1440.75s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (6.93s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (128.85s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (7.04s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (118.99s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (131.08s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (131.58s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (9.56s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (112.42s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (113.78s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (8.50s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (113.88s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (8.36s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (115.37s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (7.21s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (6.22s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (11.36s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (122.99s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (139.51s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (145.30s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (4.16s) --- PASS: TestIntegration/FsMkdir/FsPutError (16.02s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (10.21s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (26.46s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (7.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (688.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (177.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (115.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (88.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (26.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (20.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (35.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (12.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (104.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (38.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (25.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (23.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (12.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (42.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (29.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (73.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (19.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (14.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (33.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (14.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (19.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (6.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (86.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (25.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (15.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (32.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (16.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (28.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (14.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (114.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (44.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (13.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (36.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (29.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (33.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (14.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (132.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (35.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (19.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (56.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (17.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (40.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (26.72s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF (15.96s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Simple (5.17s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Chunked (10.79s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize (14.59s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (11.05s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.54s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (7.71s) --- 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/drime 2281.221s "go test -v -timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose" - Finished ERROR in 38m2.672587302s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/control_chars TestIntegration/FsMkdir/FsEncoding/dot TestIntegration/FsMkdir/FsEncoding/dot_dot TestIntegration/FsMkdir/FsEncoding/punctuation TestIntegration/FsMkdir/FsEncoding/leading_space 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 TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize]