"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:457: Using remote "TestLinkbox:" 2026/07/27 06:41:26 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-neqinut0roxi" 2026/07/27 06:41:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/27 06:41:26 DEBUG : Linkbox root 'rclone-test-neqinut0roxi': Using cached web token === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:526: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/07/27 06:41:32 INFO : dir/subdir: Making directory 2026/07/27 06:41:36 INFO : dir/subdir: Removing directory 2026/07/27 06:41:38 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/07/27 06:41:40 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/07/27 06:41:46 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Trying to read object after upload: try again in 100ms (1/10) === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." 2026/07/27 06:41:54 DEBUG : ./.: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 06:41:55 DEBUG : ./.: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 06:41:55 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 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_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/07/27 06:42:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 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 2026/07/27 06:42:52 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:52 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:42:52 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:52 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:42:52 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:52 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:42:53 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:53 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 06:42:55 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:57 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:42:59 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:01 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:03 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 06:43:05 DEBUG : pacer: Reducing sleep to 1.125s fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:43:07 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 06:43:08 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 06:43:08 DEBUG : pacer: Reducing sleep to 474.609375ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:43:11 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 06:43:11 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 06:43:11 DEBUG : pacer: Reducing sleep to 200.225829ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 06:43:16 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{" leading 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 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/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" 2026/07/27 06:43:47 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:47 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:43:48 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:48 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:43:48 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:48 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:43:49 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:49 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 06:43:50 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:52 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:54 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:56 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:43:58 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:00 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:02 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:05 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 06:44:07 DEBUG : pacer: Reducing sleep to 1.125s fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:44:08 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 06:44:09 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 06:44:10 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 06:44:11 DEBUG : pacer: Reducing sleep to 355.957031ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:44:13 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 06:44:13 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 06:44:14 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:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"~leading tilde"} actual : []string{"~leading tilde", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "~leading tilde" +([]string) (len=2) { + (string) (len=14) "~leading tilde", + (string) (len=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{"."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"␍leading CR", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␍leading CR" +([]string) (len=2) { + (string) (len=13) "␍leading CR", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories 2026/07/27 06:44:49 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:49 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:44:49 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:49 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:44:49 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:49 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:44:50 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:50 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 06:44:52 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:54 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:56 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:44:58 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:00 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:02 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:02 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_LF fstests.go:727: testing "␊leading LF" 2026/07/27 06:45:04 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:06 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 06:45:09 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 06:45:09 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 06:45:11 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 06:45:11 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 06:45:12 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 06:45:14 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 06:45:14 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 06:45:14 DEBUG : ␊leading LF/␊leading LF: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 06:45:14 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"␊leading LF", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=2) { + (string) (len=13) "␊leading LF", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/07/27 06:45:41 DEBUG : ␉leading HT/␉leading HT: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"␉leading HT", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) (len=2) { + (string) (len=13) "␉leading HT", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories 2026/07/27 06:45:53 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:53 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:45:53 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:53 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:45:53 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:53 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:45:54 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:54 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 06:45:56 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:45:58 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:46:00 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:46:02 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:46:04 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:46:06 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 06:46:08 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/27 06:46:09 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 06:46:12 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 06:46:12 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 06:46:12 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 06:46:14 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 06:46:14 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 06:46:14 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{"␋leading VT", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "␋leading VT" +([]string) (len=2) { + (string) (len=13) "␋leading VT", + (string) (len=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: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/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:721: Skipping leading dot === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=2) { + (string) (len=15) "trailing space ", + (string) (len=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: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/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/07/27 06:47:20 DEBUG : trailing CR␍/trailing CR␍: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=2) { + (string) (len=14) "trailing CR␍", + (string) (len=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: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/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "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:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing LF␊", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=2) { + (string) (len=14) "trailing LF␊", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:48:06 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:48:06 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:48:06 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:48:06 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:48:06 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:48:06 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:48:07 DEBUG : pacer: Reducing sleep to 1.2s 2026/07/27 06:48:09 DEBUG : pacer: Reducing sleep to 900ms 2026/07/27 06:48:10 DEBUG : pacer: Reducing sleep to 675ms 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/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/07/27 06:48:14 DEBUG : pacer: Reducing sleep to 506.25ms 2026/07/27 06:48:15 DEBUG : pacer: Reducing sleep to 379.6875ms 2026/07/27 06:48:17 DEBUG : pacer: Reducing sleep to 284.765625ms 2026/07/27 06:48:17 DEBUG : pacer: Reducing sleep to 213.574218ms 2026/07/27 06:48:17 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{"trailing HT␉"} actual : []string{"trailing HT␉", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=2) { + (string) (len=14) "trailing HT␉", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go: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/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/07/27 06:48:47 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing VT␋", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=2) { + (string) (len=14) "trailing VT␋", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"trailing VT␋", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "trailing VT␋", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/07/27 06:49:13 DEBUG : trailing dot./trailing dot.: Trying to read object after upload: try again in 100ms (1/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=3) { + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_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{"trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" 2026/07/27 06:49:43 DEBUG : invalid utf-8/invalid utf-8: 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want invalid utf-8/invalid utf-8 (100) got invalid utf-8�/invalid utf-8� (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "invalid utf-8�/invalid utf-8�" fstest.go:203: Not found "invalid utf-8\xfe/invalid utf-8\xfe" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: 1 objects not found fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8�", "trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=4) { + (string) (len=16) "invalid utf-8�", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 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/invalid_UTF-8 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{"invalid utf-8�", "trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=16) "invalid utf-8�", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" 2026/07/27 06:50:12 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 06:50:13 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 200ms (2/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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{"invalid utf-8�", "test%46.txt", "trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,3 +1,7 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=5) { + (string) (len=16) "invalid utf-8�", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (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 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{"invalid utf-8�", "trailing VT␋", "trailing dot.", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=16) "invalid utf-8�", + (string) (len=14) "trailing VT␋", + (string) (len=13) "trailing dot.", + (string) (len=3) "." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsNewObjectNotFound 2026/07/27 06:50:40 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:40 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/27 06:50:40 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:40 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/07/27 06:50:41 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:41 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/07/27 06:50:42 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:42 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/27 06:50:43 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:45 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:47 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:49 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:51 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:53 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:748: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:748 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"object not found"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"getting files failed: invalid character '<' looking for beginning of value", err:fserrors.wrappedRetryError{error:(*json.SyntaxError)(0x23370404120)}}) Test: TestIntegration/FsMkdir/FsNewObjectNotFound 2026/07/27 06:50:55 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:57 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:50:59 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:51:01 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:51:03 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:51:05 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:51:07 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/07/27 06:51:10 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/27 06:51:11 DEBUG : pacer: Reducing sleep to 1.125s === RUN TestIntegration/FsMkdir/FsPutError 2026/07/27 06:51:13 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/27 06:51:15 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/27 06:51:15 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/27 06:51:17 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/27 06:51:17 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/27 06:51:19 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/27 06:51:19 DEBUG : pacer: Reducing sleep to 200ms === RUN TestIntegration/FsMkdir/FsPutZeroLength fstests.go:265: Can't upload zero length files === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:839: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/27 06:51:24 DEBUG : file name.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 06:51:24 DEBUG : file name.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 06:51:24 DEBUG : file name.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 06:51:28 DEBUG : file name.txt: Update: removing old file 2026/07/27 06:51:32 DEBUG : file name.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 06:51:33 DEBUG : file name.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 06:51:33 DEBUG : file name.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 06:51:34 DEBUG : file name.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/07/27 06:51:35 DEBUG : file name.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/27 06:51:36 DEBUG : file name.txt: Trying to read object after upload: try again in 3.2s (6/10) 2026/07/27 06:51:40 DEBUG : file name.txt: Trying to read object after upload: try again in 6.4s (7/10) 2026/07/27 06:51:47 DEBUG : file name.txt: Trying to read object after upload: try again in 12.8s (8/10) 2026/07/27 06:52:00 DEBUG : file name.txt: Trying to read object after upload: try again in 25.6s (9/10) 2026/07/27 06:52:25 DEBUG : file name.txt: Trying to read object after upload: try again in 51.2s (10/10) fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:177 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:241 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:979 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles Messages: Put === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2445: *linkbox.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2557: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/07/27 06:53:20 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-neqinut0roxi/deeper/nonexisting/directory" 2026/07/27 06:53:20 DEBUG : Linkbox root 'rclone-test-neqinut0roxi/deeper/nonexisting/directory': Using cached web token === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2706: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2749: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2806: FS has no Directory methods and doesn't Wrap === NAME TestIntegration/FsMkdir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/27 06:53:25 ERROR : error listing: directory not found fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsShutdown fstests.go:2912: Shutdown method not supported --- FAIL: TestIntegration (725.49s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.40s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.54s) --- FAIL: TestIntegration/FsMkdir (721.00s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (7.53s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.20s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.20s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.20s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (539.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (9.45s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (16.68s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (27.24s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (41.44s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (26.93s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (48.18s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (31.13s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (34.88s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (44.41s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (27.36s) --- SKIP: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (27.27s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (27.24s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (31.22s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (27.86s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (26.57s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (29.59s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (29.25s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (32.87s) --- FAIL: TestIntegration/FsMkdir/FsNewObjectNotFound (31.23s) --- PASS: TestIntegration/FsMkdir/FsPutError (9.44s) --- SKIP: TestIntegration/FsMkdir/FsPutZeroLength (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (115.70s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.18s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.18s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.65s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/linkbox 725.513s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 12m6.663977724s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/dot TestIntegration/FsMkdir/FsEncoding/dot_dot TestIntegration/FsMkdir/FsEncoding/punctuation TestIntegration/FsMkdir/FsEncoding/leading_space TestIntegration/FsMkdir/FsEncoding/leading_tilde TestIntegration/FsMkdir/FsEncoding/leading_CR TestIntegration/FsMkdir/FsEncoding/leading_LF TestIntegration/FsMkdir/FsEncoding/leading_HT TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsNewObjectNotFound TestIntegration/FsMkdir/FsPutFiles]