"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:457: Using remote "TestLinkbox:" 2026/07/22 03:07:53 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-gediquz4veye" 2026/07/22 03:07:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/22 03:07:53 DEBUG : Linkbox root 'rclone-test-gediquz4veye': Using cached web token === 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/07/22 03:07:59 INFO : dir/subdir: Making directory 2026/07/22 03:08:03 INFO : dir/subdir: Removing directory 2026/07/22 03:08: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/07/22 03:08:07 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 "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 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:292: Sleeping for 7s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." 2026/07/22 03:08:31 DEBUG : ./.: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:08:31 DEBUG : ./.: Trying to read object after upload: try again in 200ms (2/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 2026/07/22 03:08:33 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:08:33 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:08:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:08:33 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:08:33 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:08:33 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:08:34 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:08:34 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:08:36 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:08:38 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:08:39 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:08:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:08:42 DEBUG : pacer: Reducing sleep to 474.609375ms 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 2026/07/22 03:08:42 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:08:43 DEBUG : pacer: Reducing sleep to 266.967773ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:08:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:08:44 DEBUG : pacer: Reducing sleep to 200ms 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=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot 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,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=3) ".", (string) (len=6) ".." Test: TestIntegration/FsMkdir/FsEncoding/dot_dot 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/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,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/22 03:09:21 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: 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 2026/07/22 03:09:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:26 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:09:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:27 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:09:27 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:27 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:09:28 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:28 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:09:29 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:32 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:33 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:35 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:09:38 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:09:40 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:09:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:09:42 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:09:43 DEBUG : pacer: Reducing sleep to 474.609375ms 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,5 @@ -([]string) (len=1) { - (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" +([]string) (len=3) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories 2026/07/22 03:09:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:09:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:09:49 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:09:49 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,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" 2026/07/22 03:10:04 DEBUG : leading space/ leading space: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:10:05 DEBUG : leading space/ leading space: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 03:10:05 DEBUG : leading space/ leading space: 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{" 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=3) ".", + (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,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" 2026/07/22 03:10:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:28 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:10:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:29 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:10:29 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:29 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:10:30 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:30 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:10:31 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:33 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:35 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:10:38 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:10:40 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:10:42 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:10:42 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:10:43 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:10:44 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:10:45 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:10:46 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:10:46 DEBUG : pacer: Reducing sleep to 200ms 2026/07/22 03:10:46 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:10:47 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 03:10:47 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 03:10:48 DEBUG : ~leading tilde/~leading tilde: 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{"~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=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde 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/leading_tilde fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"~leading tilde", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "~leading tilde", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 2026/07/22 03:11:16 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:11:16 DEBUG : ␍leading CR/␍leading 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 2026/07/22 03:11:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:23 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:11:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:23 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:11:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:11:24 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:11:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:30 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:32 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:34 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:11:38 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:11:40 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:11:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:11:43 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:734 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"~leading tilde", "␍leading CR", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␍leading CR" +([]string) (len=4) { + (string) (len=14) "~leading tilde", + (string) (len=13) "␍leading CR", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories 2026/07/22 03:11:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:11:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:11:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:11:49 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:11: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{"~leading tilde", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "~leading tilde", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" 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 tilde", "␊leading LF", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=4) { + (string) (len=14) "~leading tilde", + (string) (len=13) "␊leading LF", + (string) (len=3) ".", + (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 2026/07/22 03:12:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:22 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:12:22 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:22 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:12:22 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:22 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:12:23 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:23 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:12:25 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:27 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:29 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:31 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:33 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:35 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:35 ERROR : ~leading tilde: error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/07/22 03:12:37 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:12:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:12:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:12:42 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:12:43 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:12:44 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:12:45 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:12:46 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:12:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:12:47 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 HT"} actual : []string{"~leading tilde", "␉leading HT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) (len=4) { + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_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/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:737 Error: Not equal: expected: []string{} actual : []string{"~leading tilde", "␉leading HT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 2026/07/22 03:13:15 DEBUG : ␋leading VT/␋leading VT: 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 2026/07/22 03:13:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:22 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:13:23 DEBUG : pacer: Reducing sleep to 300ms 2026/07/22 03:13:23 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:23 DEBUG : pacer: Rate limited, increasing sleep to 600ms 2026/07/22 03:13:23 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:23 DEBUG : pacer: Rate limited, increasing sleep to 1.2s 2026/07/22 03:13:24 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:13:25 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:27 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:29 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:31 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:33 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:35 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:35 ERROR : .: error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:721: Skipping leading dot === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 2026/07/22 03:13:37 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:13:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:13:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:13:43 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:13:44 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:13:44 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:13:45 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:13:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:13:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:13:47 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want trailing space /trailing space (100) got trailing space /trailing space (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "␋leading VT/␋leading VT" 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 ", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=6) { + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "␋leading VT/␋leading VT" 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 tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/07/22 03:14:18 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:14:19 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 03:14:19 DEBUG : trailing CR␍/trailing CR␍: 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 2026/07/22 03:14:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:23 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:14:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:23 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:14:24 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:24 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:14:25 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:25 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:14:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:30 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:32 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:34 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:38 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:14:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:14:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:14:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:14:45 DEBUG : pacer: Reducing sleep to 632.8125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:14:47 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:14:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:14:48 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:14:49 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:14:49 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want trailing CR␍/trailing CR␍ (100) got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "␋leading VT/␋leading VT" 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␍", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} 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=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR 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_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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "␋leading VT/␋leading VT" 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 CR␍", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,8 @@ -([]string) { +([]string) (len=6) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 2026/07/22 03:15:12 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:15:12 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 03:15:13 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 03:15:13 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 800ms (4/10) 2026/07/22 03:15:16 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:16 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:15:16 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:16 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:15:16 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:16 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:15:17 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:17 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:15:19 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:21 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:23 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:25 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:27 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:29 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:29 ERROR : .: error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/07/22 03:15:31 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:35 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:37 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:39 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:15:41 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:15:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:15:45 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:15:46 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:15:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:15:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:15:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:15:49 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:15:49 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:15:49 DEBUG : pacer: Reducing sleep to 200ms 2026/07/22 03:15:49 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 200ms (2/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want trailing HT␉/trailing HT␉ (100) got trailing HT␉/trailing HT␉ (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "␋leading VT/␋leading VT" 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 CR␍", "trailing HT␉", "trailing LF␊", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=8) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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 2026/07/22 03:16:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:16:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:16:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:16:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:16:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:39 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:41 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:16:43 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:16:45 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:16:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:16:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:16:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:16:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:16:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:16:50 DEBUG : pacer: Reducing sleep to 200.225829ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want got trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "␋leading VT/␋leading VT" 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 CR␍", "trailing HT␉", "trailing LF␊", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,10 @@ -([]string) { +([]string) (len=8) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/07/22 03:16:54 DEBUG : pacer: Reducing sleep to 200ms 2026/07/22 03:16:58 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:16:59 DEBUG : trailing VT␋/trailing VT␋: 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want trailing VT␋/trailing VT␋ (100) got trailing LF␊/trailing LF␊ (100), trailing VT␋/trailing VT␋ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "trailing LF␊/trailing LF␊" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,11 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=9) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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 2026/07/22 03:17:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:17 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:17:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:17 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:17:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:18 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:17:18 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:18 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:17:20 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:22 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:24 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:26 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:28 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:30 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:30 ERROR : ..: error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/07/22 03:17:32 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:34 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:38 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:40 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:17:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:17:45 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:17:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:17:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:17:47 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:17:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:17:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:17:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:17:50 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 03:17:50 DEBUG : pacer: Reducing sleep to 200ms 2026/07/22 03:17:50 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 03:17:51 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 03:17:51 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want trailing dot./trailing dot. (100) got trailing LF␊/trailing LF␊ (100), trailing dot./trailing dot. (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "trailing LF␊/trailing LF␊" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "trailing dot.", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=10) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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 2026/07/22 03:18:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:15 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:18:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:15 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:18:16 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:16 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:18:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:17 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:18:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:20 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:22 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:24 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:26 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:28 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:30 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:32 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:34 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:36 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:38 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:40 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:18:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:18:44 DEBUG : pacer: Reducing sleep to 1.125s fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:18:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:18:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:18:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:18:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:18:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:18:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:18:50 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want got trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "␋leading VT/␋leading VT" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,11 @@ -([]string) { +([]string) (len=9) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:19:05 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:05 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:19:05 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:05 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:19:06 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:06 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:19:07 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:07 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:19:08 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:10 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:12 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:14 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:16 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:20 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:22 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:24 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:26 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:28 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:30 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:32 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:34 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:36 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:38 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:40 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:19:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:19:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:19:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:19:47 DEBUG : pacer: Reducing sleep to 632.8125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:19:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:19:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:19:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:19:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:19:51 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want invalid utf-8/invalid utf-8 (100) got invalid utf-8�/invalid utf-8� (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "invalid utf-8�/invalid utf-8�" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:203: Not found "invalid utf-8\xfe/invalid utf-8\xfe" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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: 0 actual : 1 Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: 1 objects not found 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�", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=10) { + (string) (len=16) "invalid utf-8�", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want got trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "␋leading VT/␋leading VT" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,11 @@ -([]string) { +([]string) (len=9) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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/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/07/22 03:20:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:28 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:20:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:28 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:20:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:28 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:20:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:29 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:20:31 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:39 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:41 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:20:43 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:20:45 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:20:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:20:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:20:49 DEBUG : pacer: Reducing sleep to 474.609375ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: listing wrong, want test%46.txt/test%46.txt (100) got test%46.txt/test%46.txt (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "trailing LF␊/trailing LF␊" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=10) { + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories 2026/07/22 03:20:54 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:20:54 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:20:54 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:20:55 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: listing wrong, want got trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "trailing LF␊/trailing LF␊" 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 CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,11 @@ -([]string) { +([]string) (len=9) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength fstests.go:265: Can't upload zero length files === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:839: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/22 03:21:23 DEBUG : file name.txt: Update: removing old file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 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", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=10) { + (string) (len=14) "hello? sausage", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR 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, 世界/ \" ' @ < > & ? + ≠", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=13) { (string) (len=14) "hello? sausage", @@ -4,3 +4,12 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1045: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1045 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", "trailing LF␊/trailing LF␊", "␋leading VT/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { (string) (len=13) "file name.txt", - (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" + (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", + (string) (len=29) "trailing LF␊/trailing LF␊", + (string) (len=27) "␋leading VT/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/07/22 03:21:32 DEBUG : Creating backend with remote "TestLinkbox:" 2026/07/22 03:21:32 DEBUG : Config file has changed externally - reloading 2026/07/22 03:21:32 DEBUG : Linkbox root '': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1117 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "trailing LF␊/trailing LF␊", "␋leading VT/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=3) { + (string) (len=13) "file name.txt", + (string) (len=29) "trailing LF␊/trailing LF␊", + (string) (len=27) "␋leading VT/␋leading VT" } Test: 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/êé", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,4 +1,13 @@ -([]string) (len=2) { +([]string) (len=11) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 2026/07/22 03:21:37 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:37 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:21:37 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:37 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:21:38 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:38 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:21:38 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:38 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:21:40 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:42 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:21:44 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:21:46 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:21:48 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:21:49 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:21:50 DEBUG : pacer: Reducing sleep to 474.609375ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/22 03:21:51 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:21:51 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:21:52 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:21:52 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1131 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1131 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1131 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "trailing LF␊/trailing LF␊" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1158 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1158 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1158 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "trailing LF␊/trailing LF␊" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/07/22 03:22:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:23 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:22:23 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:23 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:22:23 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:22:24 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:22:26 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:28 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:30 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:32 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:34 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:36 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:143: Put error: getting files failed: invalid character '<' looking for beginning of value - low level retry 1/10 2026/07/22 03:22:38 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:40 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:42 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:44 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:22:46 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:22:49 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:22:49 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:22:50 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:22:51 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:22:52 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:22:54 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:22:54 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:22:54 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /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: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1187 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "trailing LF␊/trailing LF␊" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1187 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "␋leading VT/␋leading VT" 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, 世界/ \" ' @ < > & ? + ≠", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=14) { (string) (len=10) "dirToPurge", @@ -5,3 +5,12 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (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 2026/07/22 03:23:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:22 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:23:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:22 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:23:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:23:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:23 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:23:25 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:27 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:31 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:39 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:41 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:43 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:23:45 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:23:47 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:23:49 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/22 03:23:50 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/22 03:23:51 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/22 03:23:51 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/22 03:23:52 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/22 03:23:52 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/22 03:23:52 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1199 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1199 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1199 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "trailing LF␊/trailing LF␊" 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, 世界/ \" ' @ < > & ? + ≠", "trailing CR␍", "trailing HT␉", "trailing LF␊", "trailing VT␋", "~leading tilde", "␉leading HT", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=13) { (string) (len=14) "hello? sausage", @@ -4,3 +4,12 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde", + (string) (len=13) "␉leading HT", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 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/07/22 03:24:16 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:16 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:24:16 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:16 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:24:16 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:16 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:24:17 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:17 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:24:19 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:21 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:23 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:25 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:27 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:29 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:29 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: invalid character '<' looking for beginning of value === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/07/22 03:24:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-gediquz4veye/hello? sausage/êé" 2026/07/22 03:24:29 DEBUG : Config file has changed externally - reloading 2026/07/22 03:24:29 DEBUG : Linkbox root 'rclone-test-gediquz4veye/hello? sausage/êé': Using cached web token 2026/07/22 03:24:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:29 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/22 03:24:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:29 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/22 03:24:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:30 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/22 03:24:30 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:30 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/22 03:24:32 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:34 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:36 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:38 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:40 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:42 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:44 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/22 03:24:46 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/22 03:24:48 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/22 03:24:50 DEBUG : pacer: Reducing sleep to 843.75ms fstests.go:1253: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1253 Error: Received unexpected error: is a directory not a file Test: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir --- FAIL: TestIntegration (1017.04s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.24s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.66s) --- FAIL: TestIntegration/FsMkdir (1012.68s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (7.46s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.20s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.20s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.21s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (782.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (19.47s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (24.77s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (25.54s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (43.23s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (28.43s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (43.07s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (48.91s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (34.16s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (35.73s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (24.56s) --- SKIP: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (39.05s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (53.59s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (21.38s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (84.83s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (36.26s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (85.19s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (78.21s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (56.34s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutError (6.45s) --- SKIP: TestIntegration/FsMkdir/FsPutZeroLength (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (212.87s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (2.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.40s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (2.21s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (28.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir (1.03s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (16.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (1.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (94.67s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (31.67s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (20.78s) panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked] [signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0xa76219] goroutine 4269 [running]: testing.tRunner.func1.2({0xb9f3c0, 0x1308fa0}) /usr/local/go/src/testing/testing.go:1974 +0x232 testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1977 +0x349 panic({0xb9f3c0?, 0x1308fa0?}) /usr/local/go/src/runtime/panic.go:860 +0x13a github.com/rclone/rclone/fstest/fstests.PutTestContentsMetadata.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:202 +0x359 github.com/rclone/rclone/fstest/fstests.retry(0x1eb073c6908, {0xc80be2, 0x3}, 0x1eb07415ce8) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:138 +0x117 github.com/rclone/rclone/fstest/fstests.PutTestContentsMetadata({0xd01e38, 0x1368280}, 0x1eb073c6908, {0x0, 0x0}, 0x1eb07415ed0, 0x0?, {0x1eb070261c0?, 0x0?}, 0x1, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:177 +0x18e github.com/rclone/rclone/fstest/fstests.testPutMimeType({0xd01e38, 0x1368280}, 0x1eb073c6908, {0x0, 0x0}, 0x1eb07415ed0, {0x0, 0x0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 +0x15e github.com/rclone/rclone/fstest/fstests.testPut(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:231 github.com/rclone/rclone/fstest/fstests.Run.func13.14.18(0x1eb073c6908) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1258 +0x177 testing.tRunner(0x1eb073c6908, 0x1eb0720c780) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 3211 /usr/local/go/src/testing/testing.go:2101 +0x4c5 exit status 2 FAIL github.com/rclone/rclone/backend/linkbox 1017.064s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 16m58.338942726s (try 1/5): exit status 1: Failed [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/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/FsListFile1 TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir]