"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListFile1|FsListFile1and2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FsIsFile$/^FsRoot$|^TestIntegration$/^FsMkdir$/^FsRootCollapse$'" - Starting (try 5/5) === RUN TestIntegration fstests.go:457: Using remote "TestLinkbox:" 2026/07/27 07:28:38 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vuluxab7kule" 2026/07/27 07:28:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/27 07:28:38 DEBUG : Linkbox root 'rclone-test-vuluxab7kule': Using cached web token === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." 2026/07/27 07:28:45 DEBUG : ./.: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:28:45 DEBUG : ./.: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:28:46 DEBUG : ./.: Trying to read object after upload: try again in 400ms (3/10) 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:29:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:17 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:29:18 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:18 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:29:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:18 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:29:19 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:19 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:29:20 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:22 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:24 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:26 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:28 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:30 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29: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/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/27 07:29:32 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:29:35 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:29:37 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:29:39 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:29:39 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:29:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:29:41 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:29:41 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:29:43 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:29:43 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{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" 2026/07/27 07:30:10 DEBUG : leading space/ leading space: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{" leading space"} actual : []string{" leading space", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) " leading space" +([]string) (len=2) { + (string) (len=14) " leading space", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space 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_space fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{" leading space", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) " leading space", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 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 space", "~leading tilde", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "~leading tilde" +([]string) (len=3) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde 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{" leading space", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) " leading space", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 2026/07/27 07:31:04 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:31:05 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:31:05 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 07:31:06 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 800ms (4/10) 2026/07/27 07:31:07 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 1.6s (5/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:31:12 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:12 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:31:12 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:12 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:31:12 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:12 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:31:13 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:13 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:31:14 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:16 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:18 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:20 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:22 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:24 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:24 ERROR : ␍leading CR: 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_LF fstests.go:727: testing "␊leading LF" 2026/07/27 07:31:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:32 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:31:35 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:31:38 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:31:38 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:31:39 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:31:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:31:41 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:31:43 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:31:43 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:31:43 DEBUG : ␊leading LF/␊leading LF: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:31:43 DEBUG : pacer: Reducing sleep to 200ms 2026/07/27 07:31:43 DEBUG : ␊leading LF/␊leading LF: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:31:44 DEBUG : ␊leading LF/␊leading LF: Trying to read object after upload: try again in 400ms (3/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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/leading_LF Messages: listing wrong, want ␊leading LF/␊leading LF (100) got ␊leading LF/␊leading LF (100), ␍leading CR/␍leading CR (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/leading_LF Messages: Unexpected file "␍leading CR/␍leading CR" 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 space", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=4) { + (string) (len=14) " leading space", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF 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_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: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/leading_LF Messages: listing wrong, want got ␍leading CR/␍leading CR (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/leading_LF Messages: Unexpected file "␍leading CR/␍leading CR" 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 space", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=14) " leading space", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/07/27 07:32:12 DEBUG : ␉leading HT/␉leading HT: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:32:13 DEBUG : ␉leading HT/␉leading HT: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:32:13 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:13 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:32:14 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:32:14 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:32:15 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:32:16 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:18 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:20 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:22 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:24 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:26 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:26 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_VT fstests.go:727: testing "␋leading VT" 2026/07/27 07:32:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:30 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:32 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:34 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:32:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:32:40 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:32:40 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:32:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:32:42 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:32:43 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:32:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:32:45 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:32:45 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/leading_VT Messages: listing wrong, want ␋leading VT/␋leading VT (100) got ␉leading HT/␉leading HT (100), ␋leading VT/␋leading VT (100), ␍leading CR/␍leading CR (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/leading_VT Messages: Unexpected file "␉leading HT/␉leading HT" 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/leading_VT Messages: Unexpected file "␍leading CR/␍leading CR" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{" leading space", "␉leading HT", "␊leading LF", "␋leading VT", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=13) "␋leading VT" +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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/leading_VT Messages: listing wrong, want got ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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/leading_VT Messages: Unexpected file "␍leading CR/␍leading CR" 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/leading_VT Messages: Unexpected file "␉leading HT/␉leading HT" 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 space", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 2026/07/27 07:33:18 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:18 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:33:18 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:18 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:33:18 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:18 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:33:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:19 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:33:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:33:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:33:39 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:33:40 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:33:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:33:42 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:33:43 DEBUG : pacer: Reducing sleep to 355.957031ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:33:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:33:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:33:45 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/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 HT/␉leading HT (100), ␍leading CR/␍leading CR (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 HT/␉leading HT" 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 CR/␍leading CR" 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{" leading space", "trailing space ", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=15) "trailing space ", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } 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 HT/␉leading HT (100), ␍leading CR/␍leading CR (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 HT/␉leading HT" 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 CR/␍leading CR" 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 space", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/07/27 07:34:09 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:09 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:34:09 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:09 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:34:10 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:10 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:34:11 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:11 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:34:12 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:14 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:16 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:18 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:20 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:22 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:728: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:728 Error: Received unexpected error: getting files failed: invalid character '<' looking for beginning of value Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR 2026/07/27 07:34:24 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:28 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:30 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:32 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:34 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:34:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:34:38 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:34:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:34:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:34:42 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:34:43 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:34:43 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:34:45 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:34:45 DEBUG : pacer: Reducing sleep to 200ms 2026/07/27 07:34:45 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:34:45 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 200ms (2/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 HT/␉leading HT (100), ␍leading CR/␍leading CR (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 CR/␍leading CR" 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 HT/␉leading HT" 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{" leading space", "trailing CR␍", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 HT/␉leading HT (100), ␍leading CR/␍leading CR (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 HT/␉leading HT" 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 CR/␍leading CR" 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 space", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 2026/07/27 07:35:18 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:35:18 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:35:19 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 07:35:19 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 800ms (4/10) 2026/07/27 07:35:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:20 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:35:20 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:20 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:35:21 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:21 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:35:21 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:21 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:35:23 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:25 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:27 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:29 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:31 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:33 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:143: Put error: Update failed to read object: getting files failed: invalid character '<' looking for beginning of value - low level retry 1/10 2026/07/27 07:35:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:35:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:35:37 DEBUG : trailing LF␊/trailing LF␊: Update: removing old file 2026/07/27 07:35:41 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:35:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:35:43 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:35:43 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:35:43 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:35:44 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:35:44 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:35:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:35:44 DEBUG : trailing LF␊/trailing LF␊: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 07:35:45 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:35:45 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_LF Messages: listing wrong, want trailing LF␊/trailing LF␊ (100) got trailing LF␊/trailing LF␊ (100), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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_LF Messages: Unexpected file "␉leading HT/␉leading HT" 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_LF Messages: Unexpected file "␍leading CR/␍leading CR" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{" leading space", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF 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_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: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_LF Messages: listing wrong, want got ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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_LF Messages: Unexpected file "␉leading HT/␉leading HT" 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_LF Messages: Unexpected file "␍leading CR/␍leading CR" 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 space", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,8 @@ -([]string) { +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/07/27 07:36:11 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:11 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:36:12 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:12 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:36:12 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:12 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:36:13 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:13 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:36:14 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:16 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:18 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:20 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:22 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:24 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:728: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:728 Error: Received unexpected error: getting files failed: invalid character '<' looking for beginning of value Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT 2026/07/27 07:36:26 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:32 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:34 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:36 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:36:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:36:41 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:36:43 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:36:44 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:36:44 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:36:45 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:36:46 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:36:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:36:47 DEBUG : pacer: Reducing sleep to 200ms 2026/07/27 07:36:47 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:36:48 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 07:36:48 DEBUG : trailing HT␉/trailing HT␉: 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: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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 "␉leading HT/␉leading HT" 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 CR/␍leading CR" 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{" leading space", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,9 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=7) { + (string) (len=14) " leading space", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } 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/27 07:37:11 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:11 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:37:11 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:11 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:37:11 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:11 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:37:12 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:12 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:37:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:16 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:18 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:20 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:22 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:24 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:32 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:34 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:38 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:37:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:37:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:37:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:37:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:37:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:37:46 DEBUG : pacer: Reducing sleep to 355.957031ms 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 ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 "␍leading CR/␍leading CR" 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 HT/␉leading HT" 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 space", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,9 @@ -([]string) { +([]string) (len=7) { + (string) (len=14) " leading space", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/07/27 07:37:51 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:37:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:37:52 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 VT␋/trailing VT␋ (100), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 HT/␉leading HT" 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 CR/␍leading CR" 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{" leading space", "trailing HT␉", "trailing LF␊", "trailing VT␋", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=14) "trailing VT␋", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:38:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:19 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:38:19 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:19 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:38:19 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:19 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:38:20 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:20 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:38:22 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:24 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:26 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:28 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:30 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:32 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:32 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/27 07:38:34 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:36 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:38 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:38:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:38:43 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:38:43 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:38:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:38:45 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:38:46 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:38:48 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:38:48 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:38:48 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 dot./trailing dot. (100), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 CR/␍leading CR" 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 HT/␉leading HT" 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{" leading space", "trailing HT␉", "trailing LF␊", "trailing dot.", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "trailing dot.", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:39:13 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:13 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:39:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:39:14 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:39:15 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:39:16 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:20 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:23 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:24 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:26 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:28 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:30 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:32 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:34 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:36 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:38 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:39:41 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:39:43 DEBUG : pacer: Reducing sleep to 1.125s fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 "␉leading HT/␉leading HT" 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 CR/␍leading CR" 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 space", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,9 @@ -([]string) { +([]string) (len=7) { + (string) (len=14) " leading space", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" 2026/07/27 07:39:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:39:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:39:50 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:39:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:39:51 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:39:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:39:51 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 CR/␍leading CR" 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 HT/␉leading HT" 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{" leading space", "test%46.txt", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding 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/27 07:40:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:17 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:40:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:17 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:40:17 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:17 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:40:18 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:18 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:40:20 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:22 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:24 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:26 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:28 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:30 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40: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/FsPutFiles 2026/07/27 07:40:32 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:34 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:38 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:40 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:40:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:40:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:40:45 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:40:46 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:40:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:40:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:40:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:40:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:40:50 DEBUG : pacer: Reducing sleep to 200ms 2026/07/27 07:40:59 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{" leading space", "hello? sausage", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=14) "hello? sausage", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === 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{" leading space", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=11) { + (string) (len=14) " leading space", (string) (len=14) "hello? sausage", @@ -4,3 +5,9 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } 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", "␉leading HT/␉leading HT", "␍leading CR/␍leading CR"} 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=27) "␉leading HT/␉leading HT", + (string) (len=27) "␍leading CR/␍leading CR" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === 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", "␉leading HT/␉leading HT", "␍leading CR/␍leading CR"} 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=27) "␉leading HT/␉leading HT", + (string) (len=27) "␍leading CR/␍leading CR" } 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{" leading space", "hello? sausage", "hello? sausage/êé", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,4 +1,11 @@ -([]string) (len=2) { +([]string) (len=9) { + (string) (len=14) " leading space", (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:41:13 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:13 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:41:13 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:13 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:41:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:41:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:14 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:41:16 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:18 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:24 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:30 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:32 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:34 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:36 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:38 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:40 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:41:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:41:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:41:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:41:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:41:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:41:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:41:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:41:49 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:41:50 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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 HT/␉leading HT" 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 CR/␍leading CR" === 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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 CR/␍leading CR" 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 HT/␉leading HT" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/07/27 07:42:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:42:15 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:15 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:42:15 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:15 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:42:16 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:16 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:42:17 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:19 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:21 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:23 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:25 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:27 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/27 07:42:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:33 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:35 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:37 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:39 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:42:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:42:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:42:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:42:46 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:42:48 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:42:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:42:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:42:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:42:50 DEBUG : pacer: Reducing sleep to 200ms 2026/07/27 07:42:50 DEBUG : dirToPurge/fileToPurge.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 07:42:51 DEBUG : dirToPurge/fileToPurge.txt: 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: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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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 "␍leading CR/␍leading CR" 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 HT/␉leading HT" 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{" leading space", "dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=5) { +([]string) (len=12) { + (string) (len=14) " leading space", (string) (len=10) "dirToPurge", @@ -5,3 +6,9 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } 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 2026/07/27 07:43:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:15 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:43:15 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:15 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:43:15 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:15 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:43:16 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:16 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:43:18 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:20 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:22 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:24 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:26 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:28 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:28 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/FsPurgeRoot 2026/07/27 07:43:30 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:32 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:34 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:36 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:38 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:40 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:43:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:43:45 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:43:45 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:43:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:43:47 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:43:48 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:43:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:43:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:43: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: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:1224 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: listing wrong, want dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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:1224 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "␍leading CR/␍leading CR" 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:1224 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "␉leading HT/␉leading HT" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1224 Error: Not equal: expected: []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{" leading space", "dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=5) { +([]string) (len=12) { + (string) (len=14) " leading space", (string) (len=18) "dirToPurgeFromRoot", @@ -5,3 +6,9 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories 2026/07/27 07:44:06 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vuluxab7kule/dirToPurgeFromRoot" 2026/07/27 07:44:06 DEBUG : Config file has changed externally - reloading 2026/07/27 07:44:06 DEBUG : Linkbox root 'rclone-test-vuluxab7kule/dirToPurgeFromRoot': Using cached web token fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 07:44:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:19 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:44:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:19 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:44:19 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:19 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:44:20 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:20 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:44:22 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:24 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:26 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:28 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:30 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:32 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:34 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:36 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:38 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:40 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:44:42 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:44:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:44:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:44:47 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: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:1241 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 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), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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:1241 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "␉leading HT/␉leading HT" 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:1241 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "␍leading CR/␍leading CR" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1241 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{" leading space", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "trailing HT␉", "trailing LF␊", "␉leading HT", "␊leading LF", "␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=11) { + (string) (len=14) " leading space", (string) (len=14) "hello? sausage", @@ -4,3 +5,9 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/07/27 07:44:51 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/07/27 07:44:51 DEBUG : Linkbox root 'rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestLinkbox:" path "rclone-test-vuluxab7kule" from "TestLinkbox:rclone-test-vuluxab7kule" 2026/07/27 07:44:54 DEBUG : Creating backend with remote "TestLinkbox:" 2026/07/27 07:44:54 DEBUG : Linkbox root '': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2010 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-vuluxab7kule/␉leading HT/␉leading HT (100), rclone-test-vuluxab7kule/␍leading CR/␍leading CR (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2010 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-vuluxab7kule/␉leading HT/␉leading HT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2010 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-vuluxab7kule/␍leading CR/␍leading CR" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2010 Error: Not equal: expected: []string{"rclone-test-vuluxab7kule/hello? sausage", "rclone-test-vuluxab7kule/hello? sausage/êé", "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界", "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-vuluxab7kule/ leading space", "rclone-test-vuluxab7kule/hello? sausage", "rclone-test-vuluxab7kule/hello? sausage/êé", "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界", "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-vuluxab7kule/trailing HT␉", "rclone-test-vuluxab7kule/trailing LF␊", "rclone-test-vuluxab7kule/␉leading HT", "rclone-test-vuluxab7kule/␊leading LF", "rclone-test-vuluxab7kule/␍leading CR", "rclone-test-vuluxab7kule/."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=11) { + (string) (len=39) "rclone-test-vuluxab7kule/ leading space", (string) (len=39) "rclone-test-vuluxab7kule/hello? sausage", @@ -4,3 +5,9 @@ (string) (len=58) "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=39) "rclone-test-vuluxab7kule/trailing HT␉", + (string) (len=39) "rclone-test-vuluxab7kule/trailing LF␊", + (string) (len=38) "rclone-test-vuluxab7kule/␉leading HT", + (string) (len=38) "rclone-test-vuluxab7kule/␊leading LF", + (string) (len=38) "rclone-test-vuluxab7kule/␍leading CR", + (string) (len=28) "rclone-test-vuluxab7kule/." } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:398: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:398 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2017 Error: Not equal: expected: []string{"rclone-test-vuluxab7kule/hello? sausage"} actual : []string{"rclone-test-vuluxab7kule/ leading space", "rclone-test-vuluxab7kule/hello? sausage", "rclone-test-vuluxab7kule/trailing HT␉", "rclone-test-vuluxab7kule/trailing LF␊", "rclone-test-vuluxab7kule/␉leading HT", "rclone-test-vuluxab7kule/␊leading LF", "rclone-test-vuluxab7kule/␍leading CR", "rclone-test-vuluxab7kule/."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-vuluxab7kule/hello? sausage" +([]string) (len=8) { + (string) (len=39) "rclone-test-vuluxab7kule/ leading space", + (string) (len=39) "rclone-test-vuluxab7kule/hello? sausage", + (string) (len=39) "rclone-test-vuluxab7kule/trailing HT␉", + (string) (len=39) "rclone-test-vuluxab7kule/trailing LF␊", + (string) (len=38) "rclone-test-vuluxab7kule/␉leading HT", + (string) (len=38) "rclone-test-vuluxab7kule/␊leading LF", + (string) (len=38) "rclone-test-vuluxab7kule/␍leading CR", + (string) (len=28) "rclone-test-vuluxab7kule/." } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/27 07:45:13 DEBUG : rclone-test-vuluxab7kule/created from root.txt: 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/27 07:45:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:22 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 07:45:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:23 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 07:45:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 07:45:24 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 07:45:25 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:27 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:31 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:39 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:41 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 07:45:44 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 07:45:46 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 07:45:47 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 07:45:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 07:45:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:45:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:45:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:45:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:45: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/fstests/fstests.go:2066 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-vuluxab7kule/created from root.txt (100), rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-vuluxab7kule/created from root.txt (100), rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-vuluxab7kule/␉leading HT/␉leading HT (100), rclone-test-vuluxab7kule/␍leading CR/␍leading CR (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2066 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-vuluxab7kule/␉leading HT/␉leading HT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2066 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-vuluxab7kule/␍leading CR/␍leading CR" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2071 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-vuluxab7kule/file name.txt (100), rclone-test-vuluxab7kule/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-vuluxab7kule/␉leading HT/␉leading HT (100), rclone-test-vuluxab7kule/␍leading CR/␍leading CR (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2071 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-vuluxab7kule/␉leading HT/␉leading HT" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2071 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-vuluxab7kule/␍leading CR/␍leading CR" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/07/27 07:46:12 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 07:46:13 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 07:46:14 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 07:46:15 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 07:46:15 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:2348 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␉leading HT/␉leading HT (100), ␍leading CR/␍leading CR (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:2348 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "␍leading CR/␍leading CR" 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:2348 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "␉leading HT/␉leading HT" === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/27 07:46:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vuluxab7kule/deeper/nonexisting/directory" 2026/07/27 07:46:29 DEBUG : Linkbox root 'rclone-test-vuluxab7kule/deeper/nonexisting/directory': Using cached web token 2026/07/27 07:46:33 ERROR : error listing: directory not found --- FAIL: TestIntegration (1075.13s) --- FAIL: TestIntegration/FsMkdir (1072.67s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (709.11s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (17.03s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (32.44s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (35.46s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (26.16s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (27.92s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (24.52s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (43.52s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (18.43s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (46.01s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (56.68s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (64.11s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (58.12s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (98.86s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (41.52s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (74.83s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (43.26s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (359.64s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.03s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (2.41s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (1.81s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (49.89s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (15.51s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (73.36s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (82.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (3.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (78.04s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (15.79s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.57s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (61.67s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (16.67s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (17.54s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.43s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/linkbox 1075.154s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListFile1|FsListFile1and2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FsIsFile$/^FsRoot$|^TestIntegration$/^FsMkdir$/^FsRootCollapse$'" - Finished ERROR in 17m56.24016122s (try 5/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/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove]