"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|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|FsListFile1and2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$'" - Starting (try 5/5) === RUN TestIntegration fstests.go:457: Using remote "TestLinkbox:" 2026/08/04 04:03:00 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-bezacul3quvu" 2026/08/04 04:03:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/04 04:03:00 DEBUG : Linkbox root 'rclone-test-bezacul3quvu': Using cached web token === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/08/04 04:03:08 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:03:08 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Trying to read object after upload: try again in 200ms (2/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/control_chars 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=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" } Test: TestIntegration/FsMkdir/FsEncoding/control_chars Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/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=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", (string) (len=3) "." Test: TestIntegration/FsMkdir/FsEncoding/dot Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/dot fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (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,4 @@ -([]string) (len=1) { +([]string) (len=3) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", (string) (len=6) ".." Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/dot_dot fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 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{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" +([]string) (len=4) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" 2026/08/04 04:04:49 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,6 @@ -([]string) (len=1) { - (string) (len=14) " leading space" +([]string) (len=4) { + (string) (len=14) " leading space", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } 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,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=14) " leading space", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" 2026/08/04 04:05:13 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:13 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:05:14 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:05:14 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:05:15 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:05:16 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:18 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:20 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:22 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:24 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:26 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/leading_tilde 2026/08/04 04:05:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:30 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:05:33 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:05:35 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:05:37 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:05:37 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:05:38 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:05:39 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:05:39 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:05:41 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:05:41 DEBUG : pacer: Reducing sleep to 200ms 2026/08/04 04:05:41 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:05:41 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:05:42 DEBUG : ~leading tilde/~leading tilde: Trying to read object after upload: try again in 400ms (3/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"~leading tilde"} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,7 @@ -([]string) (len=1) { - (string) (len=14) "~leading tilde" +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 2026/08/04 04:06:12 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:06:13 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:06:13 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 400ms (3/10) 2026/08/04 04:06:14 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 800ms (4/10) 2026/08/04 04:06:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:06:15 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:15 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:06:15 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:15 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:06:16 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:16 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:06:17 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:19 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:21 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:23 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:25 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:27 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/08/04 04:06:29 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:06:34 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:06:34 DEBUG : ␍leading CR/␍leading CR: Update: removing old file 2026/08/04 04:06:37 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:06:37 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:06:39 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:06:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:06:40 DEBUG : ␍leading CR/␍leading CR: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:06:40 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:06:41 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:06:41 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:06:41 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 CR"} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␍leading CR", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=13) "␍leading CR" +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␍leading CR", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,7 @@ -([]string) { +([]string) (len=5) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/08/04 04:07:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:20 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:07:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:20 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:07:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:21 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:07:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:21 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:07:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:07:33 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:07:35 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:07:37 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:07:38 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:07:39 DEBUG : pacer: Reducing sleep to 474.609375ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,8 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories 2026/08/04 04:07:44 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:07:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:07:45 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:07:45 DEBUG : pacer: Reducing sleep to 200ms 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: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 tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,8 @@ -([]string) { +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/08/04 04:08:01 DEBUG : ␉leading HT/␉leading HT: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:08:02 DEBUG : ␉leading HT/␉leading HT: Trying to read object after upload: try again in 200ms (2/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␉leading HT", "␊leading LF", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,9 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) (len=7) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␉leading HT", + (string) (len=13) "␊leading LF", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories 2026/08/04 04:08:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:19 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:08:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:20 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:08:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:20 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:08:21 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:21 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:08:22 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:24 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:26 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:28 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:32 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:08:35 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:08:37 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:08:38 DEBUG : pacer: Reducing sleep to 843.75ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/08/04 04:08:39 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:08:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:08:41 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:08:41 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:08:42 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:08:42 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{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,8 @@ -([]string) { +([]string) (len=6) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 2026/08/04 04:08:54 DEBUG : ␋leading VT/␋leading VT: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:08:55 DEBUG : ␋leading VT/␋leading VT: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:08:55 DEBUG : ␋leading VT/␋leading VT: Trying to read object after upload: try again in 400ms (3/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{" leading space", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,9 @@ -([]string) (len=1) { - (string) (len=13) "␋leading VT" +([]string) (len=7) { + (string) (len=14) " leading space", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/leading_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/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 2026/08/04 04:09:18 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:18 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:09:18 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:18 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:09:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:18 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:09:19 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:19 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:09:21 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:23 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:25 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:27 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:29 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:31 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:31 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_space fstests.go:727: testing "trailing space " 2026/08/04 04:09:33 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:09:35 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:09:38 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:09:39 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:09:40 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:09:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:09:41 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:09:43 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:09:43 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:09: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{"trailing space "} actual : []string{" leading space", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,10 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_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/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:737 Error: Not equal: expected: []string{} actual : []string{" leading space", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,10 @@ -([]string) { +([]string) (len=8) { + (string) (len=14) " leading space", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/08/04 04:10:16 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 2026/08/04 04:10:25 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:25 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:10:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:25 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:10:25 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:25 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:10:26 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:26 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:10:28 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:30 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:32 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:34 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:10:36 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:10:38 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:10:40 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:10:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:10:42 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:10:42 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:10:43 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:10:43 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:10:43 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{"trailing CR␍"} actual : []string{" leading space", "trailing CR␍", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,11 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=9) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go: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 CR␍", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,11 @@ -([]string) { +([]string) (len=9) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 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{" leading space", "trailing CR␍", "trailing LF␊", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=10) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing LF␊", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories 2026/08/04 04:11:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:28 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:11:28 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:28 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:11:28 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:28 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:11:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:29 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:11:31 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:33 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:35 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:11:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:11:39 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/08/04 04:11:40 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:11:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:11:42 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:11:43 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:11:43 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:11:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:11:44 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{" leading space", "trailing CR␍", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,11 @@ -([]string) { +([]string) (len=9) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/08/04 04:11:58 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:11:58 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:11:59 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 400ms (3/10) 2026/08/04 04:11:59 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 800ms (4/10) 2026/08/04 04:12:00 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 1.6s (5/10) 2026/08/04 04:12:02 DEBUG : trailing HT␉/trailing HT␉: Trying to read object after upload: try again in 3.2s (6/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{" leading space", "trailing CR␍", "trailing HT␉", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,12 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=10) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories 2026/08/04 04:12:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:20 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:12:20 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:20 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:12:21 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:21 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:12:22 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:22 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:12:23 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:25 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:27 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:29 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:31 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:33 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) fstests.go:735: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:735 Error: Received unexpected error: could not Remove: invalid character '<' looking for beginning of value Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT 2026/08/04 04:12:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:12:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:12:39 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:12:41 DEBUG : pacer: Reducing sleep to 843.75ms 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 2026/08/04 04:12:42 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:12:43 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:12:43 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:12:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:12:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:12:44 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want got trailing HT␉/trailing HT␉ (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "trailing HT␉/trailing 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 CR␍", "trailing HT␉", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,12 @@ -([]string) { +([]string) (len=10) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/08/04 04:13:03 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:13:03 DEBUG : trailing VT␋/trailing VT␋: Trying to read object after upload: try again in 200ms (2/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/08/04 04:13:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:13:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:13:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:13:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:13:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:19 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:21 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:23 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:25 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:27 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:29 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:31 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:33 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:35 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:37 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:13:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:13:41 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:13:43 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:13:44 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:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want trailing VT␋/trailing VT␋ (100) got trailing HT␉/trailing HT␉ (100), trailing VT␋/trailing VT␋ (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "trailing HT␉/trailing 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 VT␋"} actual : []string{" leading space", "trailing CR␍", "trailing HT␉", "trailing VT␋", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,13 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=11) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing VT␋", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories 2026/08/04 04:13:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:13:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:13:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:13:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:13: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:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want got trailing HT␉/trailing HT␉ (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_VT Messages: Unexpected file "trailing HT␉/trailing 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 CR␍", "trailing HT␉", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,12 @@ -([]string) { +([]string) (len=10) { + (string) (len=14) " leading space", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/08/04 04:14:11 DEBUG : trailing dot./trailing dot.: 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/08/04 04:14:20 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:20 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:14:20 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:20 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:14:20 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:20 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:14:21 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:21 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:14:23 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:25 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:27 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:29 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:31 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:33 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:33 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/URL_encoding fstests.go:727: testing "test%46.txt" 2026/08/04 04:14:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:14:39 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:14:41 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:14:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:14:44 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:14:45 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:14:45 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:14:46 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:14:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:14:48 DEBUG : pacer: Reducing sleep to 200ms 2026/08/04 04:14:48 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:14:48 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:14:48 DEBUG : test%46.txt/test%46.txt: Trying to read object after upload: try again in 400ms (3/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 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), trailing HT␉/trailing HT␉ (100), trailing dot./trailing dot. (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 "trailing HT␉/trailing 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/URL_encoding Messages: Unexpected file "trailing dot./trailing dot." 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 CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,14 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=12) { + (string) (len=14) " leading space", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/08/04 04:15:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:15:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:15 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:15:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:15 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:15:16 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:16 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:15:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:19 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:21 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:23 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:25 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:27 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:29 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:31 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:33 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:35 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:37 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:15:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:15:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:15:43 DEBUG : pacer: Reducing sleep to 843.75ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/08/04 04:15:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:15:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:15:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:15:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:15:48 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:15:48 DEBUG : pacer: Reducing sleep to 200ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: listing wrong, want got trailing HT␉/trailing HT␉ (100), trailing dot./trailing dot. (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "trailing HT␉/trailing 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/URL_encoding Messages: Unexpected file "trailing dot./trailing dot." 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", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,14 @@ -([]string) { +([]string) (len=12) { + (string) (len=14) " leading space", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles 2026/08/04 04:15:57 DEBUG : file name.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:15:57 DEBUG : file name.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:15:57 DEBUG : file name.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/08/04 04:15:58 DEBUG : file name.txt: Trying to read object after upload: try again in 800ms (4/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 2026/08/04 04:16:09 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: 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) 2026/08/04 04:16:11 DEBUG : file name.txt: Update: removing old file 2026/08/04 04:16:15 DEBUG : file name.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:16:15 DEBUG : file name.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:16:15 DEBUG : file name.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/08/04 04:16:16 DEBUG : file name.txt: Trying to read object after upload: try again in 800ms (4/10) === 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", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,3 +1,15 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=13) { + (string) (len=14) " leading space", + (string) (len=14) "hello? sausage", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR 2026/08/04 04:16:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:21 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:16:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:21 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:16:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:21 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:16:22 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:22 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:16:24 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:26 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:28 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:30 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:32 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:34 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:36 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:38 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:16:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:16:42 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:16:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:16:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:16:45 DEBUG : pacer: Reducing sleep to 474.609375ms 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, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=16) { + (string) (len=14) " leading space", (string) (len=14) "hello? sausage", @@ -4,3 +5,14 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1045: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1045 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", "trailing HT␉/trailing HT␉", "trailing dot./trailing dot."} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { (string) (len=13) "file name.txt", - (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" + (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", + (string) (len=29) "trailing HT␉/trailing HT␉", + (string) (len=27) "trailing dot./trailing dot." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 2026/08/04 04:16:46 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:16:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:16:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:16:47 DEBUG : pacer: Reducing sleep to 200ms fstests.go:1117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1117 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "trailing HT␉/trailing HT␉", "trailing dot./trailing dot."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=3) { + (string) (len=13) "file name.txt", + (string) (len=29) "trailing HT␉/trailing HT␉", + (string) (len=27) "trailing dot./trailing dot." } 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/êé", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,4 +1,16 @@ -([]string) (len=2) { +([]string) (len=14) { + (string) (len=14) " leading space", (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1158 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing HT␉/trailing HT␉ (100), trailing dot./trailing dot. (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 "trailing HT␉/trailing 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:1158 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "trailing dot./trailing dot." === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/08/04 04:17:12 DEBUG : dirToPurge/fileToPurge.txt: 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) 2026/08/04 04:17:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:17 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:17:17 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:17 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:17:18 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:18 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:17:19 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:19 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:17:20 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:22 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:24 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:26 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:28 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:30 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:30 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/08/04 04:17:32 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:34 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:36 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:38 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:17:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:17:43 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:17:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:17:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:17:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:17:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:17:48 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:17:48 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:17:48 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/04 04:17:49 DEBUG : pacer: Reducing sleep to 200ms 2026/08/04 04:17:49 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/04 04:17:49 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Trying to read object after upload: try again in 400ms (3/10) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 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 dirToPurge/fileToPurge.txt (100), dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing HT␉/trailing HT␉ (100), trailing dot./trailing dot. (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 "trailing dot./trailing dot." 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 "dirToPurge/fileToPurge.txt" 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 "trailing HT␉/trailing 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", "dirToPurge", "dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=5) { +([]string) (len=18) { + (string) (len=14) " leading space", + (string) (len=10) "dirToPurge", (string) (len=18) "dirToPurgeFromRoot", @@ -5,3 +7,14 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories 2026/08/04 04:18:10 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-bezacul3quvu/dirToPurgeFromRoot" 2026/08/04 04:18:10 DEBUG : Config file has changed externally - reloading 2026/08/04 04:18:10 DEBUG : Linkbox root 'rclone-test-bezacul3quvu/dirToPurgeFromRoot': Using cached web token 2026/08/04 04:18:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/04 04:18:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/04 04:18:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:15 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/04 04:18:15 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/04 04:18:17 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:19 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:27 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:29 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:31 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:33 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:37 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:39 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/04 04:18:41 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/04 04:18:43 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/04 04:18:45 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/04 04:18:46 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/04 04:18:47 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/04 04:18:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/04 04:18:48 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/04 04:18:48 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/04 04:18: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: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 dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), trailing HT␉/trailing HT␉ (100), trailing dot./trailing dot. (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 "dirToPurge/fileToPurge.txt" 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 "trailing HT␉/trailing 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 "trailing dot./trailing dot." 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", "dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "test%46.txt", "trailing CR␍", "trailing HT␉", "trailing dot.", "trailing space ", "~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF", "␋leading VT", ".", ".."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=4) { +([]string) (len=17) { + (string) (len=14) " leading space", + (string) (len=10) "dirToPurge", (string) (len=14) "hello? sausage", @@ -4,3 +6,14 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "trailing dot.", + (string) (len=15) "trailing space ", + (string) (len=14) "~leading tilde", + (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", + (string) (len=13) "␊leading LF", + (string) (len=13) "␋leading VT", + (string) (len=3) ".", + (string) (len=6) ".." } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories 2026/08/04 04:19:07 ERROR : error listing: directory not found --- FAIL: TestIntegration (967.67s) --- FAIL: TestIntegration/FsMkdir (964.39s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (770.47s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (16.75s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (26.01s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (27.52s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (30.66s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (29.13s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (54.41s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (60.41s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (48.86s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (53.06s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (40.84s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (41.04s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (51.48s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (49.82s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (64.54s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (68.18s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (26.90s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (80.65s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (191.07s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.08s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (27.11s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (3.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (18.20s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (22.77s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (94.35s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/linkbox 967.695s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|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|FsListFile1and2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$'" - Finished ERROR in 16m8.837974924s (try 5/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/control_chars TestIntegration/FsMkdir/FsEncoding/dot TestIntegration/FsMkdir/FsEncoding/dot_dot TestIntegration/FsMkdir/FsEncoding/punctuation TestIntegration/FsMkdir/FsEncoding/leading_space TestIntegration/FsMkdir/FsEncoding/leading_tilde TestIntegration/FsMkdir/FsEncoding/leading_CR TestIntegration/FsMkdir/FsEncoding/leading_LF TestIntegration/FsMkdir/FsEncoding/leading_HT TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/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/FsListFile1and2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot]