"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries|Put)$'" - Starting (try 4/5) === RUN TestIntegration fstests.go:457: Using remote "TestLinkbox:" 2026/08/08 01:38:03 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-gazeyif6lolu" 2026/08/08 01:38:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/08 01:38:03 DEBUG : Linkbox root 'rclone-test-gazeyif6lolu': Using cached web token === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/dot_dot 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 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:734 Error: Not equal: expected: []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (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/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:734 Error: Not equal: expected: []string{" leading space"} actual : []string{" leading space", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) " leading space" +([]string) (len=2) { + (string) (len=14) " leading space", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (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/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 2026/08/08 01:39:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:26 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:39:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:26 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:39:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:27 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:39:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:28 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:39:29 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:31 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:33 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:35 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:37 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:39:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:39:41 DEBUG : pacer: Reducing sleep to 1.125s 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:734 Error: Not equal: expected: []string{"~leading tilde"} actual : []string{"~leading tilde", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "~leading tilde" +([]string) (len=2) { + (string) (len=14) "~leading tilde", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories 2026/08/08 01:39:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:39:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:39:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:39:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:39:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:39:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:39:50 DEBUG : pacer: Reducing sleep to 200ms 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 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:734 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"␍leading CR", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␍leading CR" +([]string) (len=2) { + (string) (len=13) "␍leading CR", + (string) (len=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" 2026/08/08 01:40:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:29 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:40:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:29 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:40:29 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:29 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:40:30 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:30 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:40:32 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:34 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:36 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:38 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:40:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:40:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:40:43 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:40:46 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:40:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:40:46 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:40:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:40:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:40:48 DEBUG : pacer: Reducing sleep to 200ms 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:734 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"␊leading LF", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=2) { + (string) (len=13) "␊leading LF", + (string) (len=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (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/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:734 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"␉leading HT", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) (len=2) { + (string) (len=13) "␉leading HT", + (string) (len=6) ".." } 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 2026/08/08 01:41:32 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:32 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:41:32 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:32 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:41:32 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:32 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:41:33 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:33 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:41:35 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:37 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:39 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:41:41 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:41:43 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:41:45 DEBUG : pacer: Reducing sleep to 843.75ms 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 2026/08/08 01:41:49 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:41:50 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:41:51 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:41:52 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:41:52 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:41:52 DEBUG : pacer: Reducing sleep to 200ms 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:734 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{"␋leading VT", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␋leading VT" +([]string) (len=2) { + (string) (len=13) "␋leading VT", + (string) (len=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 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:734 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", ".."} 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=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/08/08 01:42:49 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:42:49 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 200ms (2/10) 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:734 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", ".."} 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=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 2026/08/08 01:43:17 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:43:18 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:43:18 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 400ms (3/10) 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:734 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing LF␊", ".."} 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=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/08/08 01:43:46 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 100ms (1/10) 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:734 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"trailing HT␉", ".."} 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=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "trailing HT␉", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/08/08 01:44:13 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:44:13 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:44:13 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 400ms (3/10) 2026/08/08 01:44:14 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 800ms (4/10) 2026/08/08 01:44:15 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 1.6s (5/10) 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:734 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=3) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT 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 2026/08/08 01:44:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:35 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:44:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:35 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:44:35 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:35 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:44:36 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:36 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:44:38 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:40 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:44:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:44:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:44:45 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:44:46 DEBUG : pacer: Reducing sleep to 632.8125ms 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/08/08 01:44:51 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:44:51 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:44:53 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:44:53 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:44:53 DEBUG : pacer: Reducing sleep to 200ms 2026/08/08 01:44:56 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:44:56 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:44:56 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 400ms (3/10) 2026/08/08 01:44:57 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 800ms (4/10) 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:734 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing HT␉", "trailing VT␋", "trailing dot.", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=4) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=6) ".." } 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:737 Error: Not equal: expected: []string{} actual : []string{"trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" 2026/08/08 01:45:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:26 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:45:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:26 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:45:27 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:27 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:45:28 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:28 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:45:29 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:31 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:33 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:35 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:37 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:39 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:143: Put error: Update second step failed: invalid character '<' looking for beginning of value - low level retry 1/10 2026/08/08 01:45:41 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:45:43 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:45:45 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:45:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:45:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:45:50 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:45:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:45:50 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:45:51 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:45:51 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:45:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:45:51 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/08/08 01:45:52 DEBUG : pacer: Reducing sleep to 200ms 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:734 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=4) { + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory 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:737 Error: Not equal: expected: []string{} actual : []string{"test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles 2026/08/08 01:46:19 DEBUG : file name.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:46:19 DEBUG : file name.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:46:19 DEBUG : file name.txt: Trying to read object after upload: try again in 400ms (3/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 2026/08/08 01:46:31 DEBUG : file name.txt: Update: removing old file 2026/08/08 01:46:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:35 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:46:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:35 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:46:35 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:35 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:46:36 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:36 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:46:38 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:40 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:42 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:46:44 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 2026/08/08 01:46:46 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:46:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:46:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:46:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:46:50 DEBUG : pacer: Reducing sleep to 355.957031ms fstests.go:1002: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1002 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1022 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,7 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=5) { + (string) (len=14) "hello? sausage", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR 2026/08/08 01:46:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:46:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:46:51 DEBUG : pacer: Reducing sleep to 200ms fstests.go:1039: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1039 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", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=14) "hello? sausage", @@ -4,3 +4,7 @@ (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) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1118 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,4 +1,8 @@ -([]string) (len=2) { +([]string) (len=6) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 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:1187 Error: Not equal: expected: []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=9) { (string) (len=10) "dirToPurge", @@ -5,3 +5,7 @@ (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) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge 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:1199 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", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=14) "hello? sausage", @@ -4,3 +4,7 @@ (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) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/08/08 01:47:32 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:47:32 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/08 01:47:33 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:33 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:47:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:33 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:47:33 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:33 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:47:34 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:34 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:47:36 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:38 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:40 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:42 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:47:44 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:47:46 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/08 01:47:48 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:47:49 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:47:50 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:47:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:47:51 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:47:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:47:51 DEBUG : pacer: Reducing sleep to 200ms 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:1224 Error: Not equal: expected: []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=9) { (string) (len=18) "dirToPurgeFromRoot", @@ -5,3 +5,7 @@ (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) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories 2026/08/08 01:48:03 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-gazeyif6lolu/dirToPurgeFromRoot" 2026/08/08 01:48:03 DEBUG : Linkbox root 'rclone-test-gazeyif6lolu/dirToPurgeFromRoot': Using cached web token 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:1241 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", "trailing HT␉", "trailing VT␋", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=14) "hello? sausage", @@ -4,3 +4,7 @@ (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) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestLinkbox:" path "rclone-test-gazeyif6lolu" from "TestLinkbox:rclone-test-gazeyif6lolu" 2026/08/08 01:48:19 DEBUG : Creating backend with remote "TestLinkbox:" 2026/08/08 01:48:19 DEBUG : Linkbox root '': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 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/fstests/fstests.go:2010 Error: Not equal: expected: []string{"rclone-test-gazeyif6lolu/hello? sausage", "rclone-test-gazeyif6lolu/hello? sausage/êé", "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界", "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-gazeyif6lolu/hello? sausage", "rclone-test-gazeyif6lolu/hello? sausage/êé", "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界", "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-gazeyif6lolu/test%46.txt", "rclone-test-gazeyif6lolu/trailing HT␉", "rclone-test-gazeyif6lolu/trailing VT␋", "rclone-test-gazeyif6lolu/.."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=39) "rclone-test-gazeyif6lolu/hello? sausage", @@ -4,3 +4,7 @@ (string) (len=58) "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-gazeyif6lolu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=36) "rclone-test-gazeyif6lolu/test%46.txt", + (string) (len=39) "rclone-test-gazeyif6lolu/trailing HT␉", + (string) (len=39) "rclone-test-gazeyif6lolu/trailing VT␋", + (string) (len=31) "rclone-test-gazeyif6lolu/.." } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/08/08 01:48:33 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:33 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/08 01:48:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:33 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/08 01:48:34 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:34 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/08 01:48:34 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:34 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 01:48:36 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:38 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:40 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:42 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/08 01:48:44 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/08 01:48:46 DEBUG : pacer: Reducing sleep to 1.125s 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:2017 Error: Not equal: expected: []string{"rclone-test-gazeyif6lolu/hello? sausage"} actual : []string{"rclone-test-gazeyif6lolu/hello? sausage", "rclone-test-gazeyif6lolu/test%46.txt", "rclone-test-gazeyif6lolu/trailing HT␉", "rclone-test-gazeyif6lolu/trailing VT␋", "rclone-test-gazeyif6lolu/.."} Diff: --- Expected +++ Actual @@ -1,3 +1,7 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-gazeyif6lolu/hello? sausage" +([]string) (len=5) { + (string) (len=39) "rclone-test-gazeyif6lolu/hello? sausage", + (string) (len=36) "rclone-test-gazeyif6lolu/test%46.txt", + (string) (len=39) "rclone-test-gazeyif6lolu/trailing HT␉", + (string) (len=39) "rclone-test-gazeyif6lolu/trailing VT␋", + (string) (len=31) "rclone-test-gazeyif6lolu/.." } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/08/08 01:48:48 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/08 01:48:49 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/08 01:48:50 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/08 01:48:51 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/08 01:48:52 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/08 01:48:52 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/08 01:48:52 DEBUG : rclone-test-gazeyif6lolu/created from root.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/08 01:48:53 DEBUG : pacer: Reducing sleep to 200ms 2026/08/08 01:48:53 DEBUG : rclone-test-gazeyif6lolu/created from root.txt: Trying to read object after upload: try again in 200ms (2/10) === 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:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 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 2026/08/08 01:49:22 ERROR : error listing: directory not found --- FAIL: TestIntegration (679.65s) --- FAIL: TestIntegration/FsMkdir (676.62s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (489.76s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (15.60s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (26.94s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (27.20s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (42.95s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (27.46s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (43.04s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (39.04s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (28.38s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (27.43s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (28.48s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (28.65s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (26.57s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (42.40s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (32.81s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (52.60s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (184.51s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (6.11s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (2.31s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (1.37s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (33.87s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (51.82s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (48.16s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (13.82s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (13.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (21.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (12.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (12.96s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/linkbox 679.672s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries|Put)$'" - Finished ERROR in 11m21.347491626s (try 4/5): exit status 1: Failed [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/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/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/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries]