"go test -v -timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsOpenChunkWriter$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^10Mi$/^(10485759|10485760|20971521)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.054Mi$/^(10600001|5299999|5300000)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^(10600107|5300052|5300053)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^(10485761|5242879|5242880)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^6.667Mi$/^(13981013|6990505|6990506)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^8Mi$/^(16777217|8388607|8388608)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsIsFile|FsListDirFile2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$'" - Starting (try 4/5)
=== RUN TestIntegration
fstests.go:438: Using remote "TestDrime:"
2026/04/17 05:17:01 DEBUG : Creating backend with remote "TestDrime:rclone-test-hororax8zuki"
2026/04/17 05:17:01 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN TestIntegration/FsMkdir
=== RUN TestIntegration/FsMkdir/FsEncoding
=== RUN TestIntegration/FsMkdir/FsEncoding/control_chars
fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
fstests.go:717:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
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:718
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:708: 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:715
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
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:718
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/dot
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/dot_dot
fstests.go:708: 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:715
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=6) ".."
Test: TestIntegration/FsMkdir/FsEncoding/dot_dot
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/dot_dot
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/punctuation
fstests.go:708: 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:715
Error: Not equal:
expected: []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"}
actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
+([]string) (len=2) {
+ (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
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:718
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/punctuation
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_space
fstests.go:708: testing " leading space"
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:715
Error: Not equal:
expected: []string{" leading space"}
actual : []string{" leading space", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) " leading space"
+([]string) (len=2) {
+ (string) (len=14) " leading space",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/leading_space
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/leading_space
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde
fstests.go:708: testing "~leading tilde"
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:715
Error: Not equal:
expected: []string{"~leading tilde"}
actual : []string{"~leading tilde", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "~leading tilde"
+([]string) (len=2) {
+ (string) (len=14) "~leading tilde",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/leading_tilde
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_CR
fstests.go:708: testing "␍leading CR"
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:715
Error: Not equal:
expected: []string{"␍leading CR"}
actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␍leading CR"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) (len=1) {
+([]string) (len=2) {
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡",
(string) (len=13) "␍leading CR"
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:718
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/leading_CR
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_LF
fstests.go:708: testing "␊leading LF"
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:715
Error: Not equal:
expected: []string{"␊leading LF"}
actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␊leading LF"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) (len=1) {
+([]string) (len=2) {
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡",
(string) (len=13) "␊leading LF"
Test: TestIntegration/FsMkdir/FsEncoding/leading_LF
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/leading_LF
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_HT
fstests.go:708: testing "␉leading HT"
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:715
Error: Not equal:
expected: []string{"␉leading HT"}
actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␉leading HT"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) (len=1) {
+([]string) (len=2) {
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡",
(string) (len=13) "␉leading HT"
Test: TestIntegration/FsMkdir/FsEncoding/leading_HT
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
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:718
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/leading_HT
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_VT
fstests.go:708: testing "␋leading VT"
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:715
Error: Not equal:
expected: []string{"␋leading VT"}
actual : []string{"␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡", "␋leading VT"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) (len=1) {
+([]string) (len=2) {
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡",
(string) (len=13) "␋leading VT"
Test: TestIntegration/FsMkdir/FsEncoding/leading_VT
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/leading_VT
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_dot
fstests.go:708: testing ".leading dot"
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:715
Error: Not equal:
expected: []string{".leading dot"}
actual : []string{".leading dot", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=12) ".leading dot"
+([]string) (len=2) {
+ (string) (len=12) ".leading dot",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/leading_dot
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/leading_dot
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_space
fstests.go:708: testing "trailing space "
2026/04/17 05:21:10 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:21:10 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:21:10 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:21:10 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:21:10 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/04/17 05:21:10 DEBUG : pacer: low level retry 6/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:10 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/04/17 05:21:11 DEBUG : pacer: low level retry 7/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:11 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/04/17 05:21:11 DEBUG : pacer: low level retry 8/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:11 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/04/17 05:21:13 DEBUG : pacer: low level retry 9/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:13 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/04/17 05:21:15 DEBUG : pacer: low level retry 10/10 (error Error "500 Internal Server Error (500): ")
2026/04/17 05:21:15 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
fstests.go:709:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:709
Error: Received unexpected error:
couldn't list files: Error "500 Internal Server Error (500): "
Test: TestIntegration/FsMkdir/FsEncoding/trailing_space
2026/04/17 05:21:21 DEBUG : pacer: Reducing sleep to 5.12s
2026/04/17 05:21:31 DEBUG : pacer: Reducing sleep to 2.56s
2026/04/17 05:21:36 DEBUG : pacer: Reducing sleep to 1.28s
2026/04/17 05:21:39 DEBUG : pacer: Reducing sleep to 640ms
2026/04/17 05:21:40 DEBUG : pacer: Reducing sleep to 320ms
2026/04/17 05:21:40 DEBUG : pacer: Reducing sleep to 160ms
2026/04/17 05:21:41 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:21:41 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:21:41 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:21:43 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"trailing space "}
actual : []string{"trailing space ", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=15) "trailing space "
+([]string) (len=2) {
+ (string) (len=15) "trailing space ",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_space
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/trailing_space
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR
fstests.go:708: testing "trailing CR␍"
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:22:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:05 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n
503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:05 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:06 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:06 DEBUG : pacer: Reducing sleep to 10ms
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/04/17 05:22:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:10 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:10 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:10 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:11 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:11 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:11 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"trailing CR␍"}
actual : []string{"trailing CR␍", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "trailing CR␍"
+([]string) (len=2) {
+ (string) (len=14) "trailing CR␍",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR
Messages: directories
2026/04/17 05:22:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:15 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:16 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:16 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:16 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:17 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:17 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:19 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:19 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:19 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:19 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:21 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:21 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:21 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:21 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:22 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:22:22 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:22 DEBUG : pacer: Reducing sleep to 10ms
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:718
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/trailing_CR
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF
fstests.go:708: testing "trailing LF␊"
2026/04/17 05:22:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:27 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:27 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:28 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:28 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:28 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:28 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:28 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:22:30 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:30 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:30 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:30 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:30 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:30 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:32 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:32 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:32 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:32 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:32 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:32 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:32 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:32 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:22:32 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:22:33 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:35 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:35 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:35 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:35 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:35 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/04/17 05:22:36 DEBUG : pacer: Reducing sleep to 160ms
2026/04/17 05:22:36 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:22:36 DEBUG : pacer: Reducing sleep to 40ms
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:715
Error: Not equal:
expected: []string{"trailing LF␊"}
actual : []string{"trailing LF␊", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "trailing LF␊"
+([]string) (len=2) {
+ (string) (len=14) "trailing LF␊",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF
Messages: directories
2026/04/17 05:22:40 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:41 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:42 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:42 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:42 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:42 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:42 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:43 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:44 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:44 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:44 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:46 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:47 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:47 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:47 DEBUG : pacer: Reducing sleep to 10ms
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:718
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/trailing_LF
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT
fstests.go:708: testing "trailing HT␉"
2026/04/17 05:22:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:51 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:51 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:51 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:51 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:51 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:52 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:22:52 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:52 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:22:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:53 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:53 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:53 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:53 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:53 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:53 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:22:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:54 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:22:55 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:22:55 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:22:55 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:57 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:57 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:22:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:59 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:22:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:59 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:59 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:22:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:22:59 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:22:59 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:00 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:00 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:00 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:00 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:00 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:00 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"trailing HT␉"}
actual : []string{"trailing HT␉", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "trailing HT␉"
+([]string) (len=2) {
+ (string) (len=14) "trailing HT␉",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT
Messages: directories
2026/04/17 05:23:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:05 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:05 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:05 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:06 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:06 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:06 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:06 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:06 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:06 DEBUG : pacer: low level retry 4/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:06 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:06 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:23:07 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:08 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:08 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:08 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:08 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:08 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:08 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:08 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:08 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:23:09 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:11 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:11 DEBUG : pacer: Reducing sleep to 10ms
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:718
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/trailing_HT
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT
fstests.go:708: testing "trailing VT␋"
2026/04/17 05:23:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:16 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:16 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:16 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:16 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:16 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:17 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:17 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:17 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:17 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:18 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:18 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:23:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:19 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:19 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:19 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:19 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:20 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:20 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:20 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:20 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:20 DEBUG : pacer: Reducing sleep to 10ms
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/04/17 05:23:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:25 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:25 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:25 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:25 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:25 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:25 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:25 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:25 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"trailing VT␋"}
actual : []string{"trailing VT␋", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "trailing VT␋"
+([]string) (len=2) {
+ (string) (len=14) "trailing VT␋",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT
Messages: directories
2026/04/17 05:23:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:29 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:30 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:30 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:30 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:30 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:31 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:31 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:31 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:33 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:33 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:33 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:33 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:34 DEBUG : pacer: Reducing sleep to 10ms
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:718
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/trailing_VT
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot
fstests.go:708: testing "trailing dot."
2026/04/17 05:23:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:41 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:42 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:42 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:42 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:23:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:44 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:44 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:44 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:44 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:44 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:44 DEBUG : pacer: low level retry 4/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:44 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:44 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:23:44 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:46 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:46 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:46 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:46 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:46 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:48 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:49 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"trailing dot."}
actual : []string{"trailing dot.", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=13) "trailing dot."
+([]string) (len=2) {
+ (string) (len=13) "trailing dot.",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot
Messages: directories
2026/04/17 05:23:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:54 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:54 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:54 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:55 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:55 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:55 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:55 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:55 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:56 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:56 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:56 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:23:56 DEBUG : pacer: Reducing sleep to 80ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:23:58 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:23:58 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:23:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:23:58 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:23:58 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:23:58 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:24:01 DEBUG : pacer: Reducing sleep to 10ms
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:718
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/trailing_dot
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
fstests.go:708: testing "invalid utf-8\xfe"
2026/04/17 05:24:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:05 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:24:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:05 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:05 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:06 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:06 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:06 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:06 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:06 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:06 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:07 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:07 DEBUG : pacer: low level retry 1/1 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:07 DEBUG : pacer: Rate limited, increasing sleep to 40ms
fstests.go:143: Put error: failed to upload file: Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n" - low level retry 1/10
2026/04/17 05:24:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:09 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:24:09 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:24:09 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:09 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:09 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:10 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:24:11 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:24:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:11 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:24:11 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:24:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:13 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:24:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:13 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:13 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:13 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:13 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:24:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:16 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:24:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:24:16 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:24:16 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:24:16 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:24:16 DEBUG : pacer: Reducing sleep to 10ms
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:715
Error: Not equal:
expected: []string{"invalid utf-8\xfe"}
actual : []string{"invalid utf-8\xfe", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=14) "invalid utf-8\xfe"
+([]string) (len=2) {
+ (string) (len=14) "invalid utf-8\xfe",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go: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:718
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/invalid_UTF-8
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding
fstests.go:708: testing "test%46.txt"
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:715
Error: Not equal:
expected: []string{"test%46.txt"}
actual : []string{"test%46.txt", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=11) "test%46.txt"
+([]string) (len=2) {
+ (string) (len=11) "test%46.txt",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718
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/URL_encoding
Messages: directories
=== RUN TestIntegration/FsMkdir/FsOpenChunkWriter
2026/04/17 05:24:56 NOTICE: drime root 'rclone-test-hororax8zuki': Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
fstests.go:847:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:847
Error: Received unexpected error:
failed to create entry after multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsOpenChunkWriter
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
fstest.go:542: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found)
fstest.go:542: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found)
fstest.go:546:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:546
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:849
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsOpenChunkWriter
=== RUN TestIntegration/FsMkdir/FsPutFiles
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:25:10 DEBUG : file name.txt: Removing old object on successful upload
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
fstests.go:979:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:979
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:999
Error: Not equal:
expected: []string{"hello? sausage"}
actual : []string{"hello? sausage", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-([]string) (len=1) {
- (string) (len=14) "hello? sausage"
+([]string) (len=3) {
+ (string) (len=14) "hello? sausage",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListR
fstests.go:1016:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1016
Error: Not equal:
expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=4) {
+([]string) (len=6) {
(string) (len=14) "hello? sausage",
@@ -4,3 +4,5 @@
(string) (len=33) "hello? sausage/êé/Hello, 世界",
- (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
fstests.go:1095:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1095
Error: Not equal:
expected: []string{"hello? sausage", "hello? sausage/êé"}
actual : []string{"hello? sausage", "hello? sausage/êé", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,4 +1,6 @@
-([]string) (len=2) {
+([]string) (len=4) {
(string) (len=14) "hello? sausage",
- (string) (len=19) "hello? sausage/êé"
+ (string) (len=19) "hello? sausage/êé",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1164
Error: Not equal:
expected: []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=5) {
+([]string) (len=7) {
(string) (len=10) "dirToPurge",
@@ -5,3 +5,5 @@
(string) (len=33) "hello? sausage/êé/Hello, 世界",
- (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge
Messages: directories
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1176
Error: Not equal:
expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=4) {
+([]string) (len=6) {
(string) (len=14) "hello? sausage",
@@ -4,3 +4,5 @@
(string) (len=33) "hello? sausage/êé/Hello, 世界",
- (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge
Messages: directories
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
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:1201
Error: Not equal:
expected: []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=5) {
+([]string) (len=7) {
(string) (len=18) "dirToPurgeFromRoot",
@@ -5,3 +5,5 @@
(string) (len=33) "hello? sausage/êé/Hello, 世界",
- (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
Messages: directories
2026/04/17 05:25:52 DEBUG : Creating backend with remote "TestDrime:rclone-test-hororax8zuki/dirToPurgeFromRoot"
2026/04/17 05:25:52 DEBUG : Config file has changed externally - reloading
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:1218
Error: Not equal:
expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "writer-at-subdir", "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=4) {
+([]string) (len=6) {
(string) (len=14) "hello? sausage",
@@ -4,3 +4,5 @@
(string) (len=33) "hello? sausage/êé/Hello, 世界",
- (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=16) "writer-at-subdir",
+ (string) (len=99) "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
Messages: directories
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy
2026/04/17 05:26:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
fstests.go:1268:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1268
Error: Received unexpected error:
failed to patch item "name" to z.txt-copy: Error "520 (520): \n\n\n\n \n\n\ndrime.cloud | 520: Web server is returning an unknown error \n \n \n \n \n \n \n\n\n\n
\n
\n \n Web server is returning an unknown error \n Error code 520 \n \n \n 2026-04-17 05:26:07 UTC
\n \n
\n
\n
\n
\n
\n \n \n \n \n
\n
You \n
\n \n Browser\n \n \n \n
Working \n \n
\n
\n
\n
Frankfurt \n
\n \n
Working \n \n
\n
\n
\n \n \n \n \n
\n
app.drime.cloud \n
\n \n Host\n \n \n \n
Error \n \n
\n
\n
\n
\n\n
\n
\n
\n
What happened? \n
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
\n
\n
\n
What can I do? \n \n
If you are a visitor of this website: \n
Please try again in a few minutes.
\n\n
If you are the owner of this website: \n
There is an issue between Cloudflare's cache and your origin web server. Cloudflare monitors for these errors and automatically investigates the cause. To help support the investigation, you can pull the corresponding error log from your web server and submit it our support team. Please include the Ray ID (which is at the bottom of this error page). Additional troubleshooting resources .
\n
\n
\n
\n\n \n\n
\n
\n\n"
Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy
Messages: Error: &fmt.wrapError{msg:"failed to patch item \"name\" to z.txt-copy: Error \"520 (520): \\n\\n\\n\\n \\n\\n\\ndrime.cloud | 520: Web server is returning an unknown error \\n \\n \\n \\n \\n \\n \\n\\n\\n\\n
\\n
\\n \\n Web server is returning an unknown error \\n Error code 520 \\n \\n \\n 2026-04-17 05:26:07 UTC
\\n \\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n
\\n
You \\n
\\n \\n Browser\\n \\n \\n \\n
Working \\n \\n
\\n
\\n
\\n
Frankfurt \\n
\\n \\n
Working \\n \\n
\\n
\\n
\\n \\n \\n \\n \\n
\\n
app.drime.cloud \\n
\\n \\n Host\\n \\n \\n \\n
Error \\n \\n
\\n
\\n
\\n
\\n\\n
\\n
\\n
\\n
What happened? \\n
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
\\n
\\n
\\n
What can I do? \\n \\n
If you are a visitor of this website: \\n
Please try again in a few minutes.
\\n\\n
If you are the owner of this website: \\n
There is an issue between Cloudflare's cache and your origin web server. Cloudflare monitors for these errors and automatically investigates the cause. To help support the investigation, you can pull the corresponding error log from your web server and submit it our support team. Please include the Ray ID (which is at the bottom of this error page). Additional troubleshooting resources .
\\n
\\n
\\n
\\n\\n \\n\\n
\\n
\\n\\n\"", err:api.Error{Message:"520 (520): \n\n\n\n \n\n\ndrime.cloud | 520: Web server is returning an unknown error \n \n \n \n \n \n \n\n\n\n
\n
\n \n Web server is returning an unknown error \n Error code 520 \n \n \n 2026-04-17 05:26:07 UTC
\n \n
\n
\n
\n
\n
\n \n \n \n \n
\n
You \n
\n \n Browser\n \n \n \n
Working \n \n
\n
\n
\n
Frankfurt \n
\n \n
Working \n \n
\n
\n
\n \n \n \n \n
\n
app.drime.cloud \n
\n \n Host\n \n \n \n
Error \n \n
\n
\n
\n
\n\n
\n
\n
\n
What happened? \n
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
\n
\n
\n
What can I do? \n \n
If you are a visitor of this website: \n
Please try again in a few minutes.
\n\n
If you are the owner of this website: \n
There is an issue between Cloudflare's cache and your origin web server. Cloudflare monitors for these errors and automatically investigates the cause. To help support the investigation, you can pull the corresponding error log from your web server and submit it our support team. Please include the Ray ID (which is at the bottom of this error page). Additional troubleshooting resources .
\n
\n
\n
\n\n \n\n
\n
\n\n"}}
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsMove
2026/04/17 05:26:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
fstests.go:1365:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1365
Error: Received unexpected error:
Move rename leaf: failed to patch item "name" to other.txt.tihuhah8: Error "520 (520): \n\n\n\n \n\n\ndrime.cloud | 520: Web server is returning an unknown error \n \n \n \n \n \n \n\n\n\n
\n
\n \n Web server is returning an unknown error \n Error code 520 \n \n \n 2026-04-17 05:26:07 UTC
\n \n
\n
\n
\n
\n
\n \n \n \n \n
\n
You \n
\n \n Browser\n \n \n \n
Working \n \n
\n
\n
\n
Frankfurt \n
\n \n
Working \n \n
\n
\n
\n \n \n \n \n
\n
app.drime.cloud \n
\n \n Host\n \n \n \n
Error \n \n
\n
\n
\n
\n\n
\n
\n
\n
What happened? \n
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
\n
\n
\n
What can I do? \n \n
If you are a visitor of this website: \n
Please try again in a few minutes.
\n\n
If you are the owner of this website: \n
There is an issue between Cloudflare's cache and your origin web server. Cloudflare monitors for these errors and automatically investigates the cause. To help support the investigation, you can pull the corresponding error log from your web server and submit it our support team. Please include the Ray ID (which is at the bottom of this error page). Additional troubleshooting resources .
\n
\n
\n
\n\n \n\n
\n
\n\n"
Test: TestIntegration/FsMkdir/FsPutFiles/FsMove
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove
2026/04/17 05:26:07 DEBUG : Creating backend with remote "TestDrime:rclone-test-mijufam2nibo"
2026/04/17 05:26:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
fstests.go:1479:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1479
Error: Received unexpected error:
Move rename leaf: failed to patch item "name" to sub_new_name.nuqakux8: Error "520 (520): \n\n\n\n \n\n\ndrime.cloud | 520: Web server is returning an unknown error \n \n \n \n \n \n \n\n\n\n
\n
\n \n Web server is returning an unknown error \n Error code 520 \n \n \n 2026-04-17 05:26:10 UTC
\n \n
\n
\n
\n
\n
\n \n \n \n \n
\n
You \n
\n \n Browser\n \n \n \n
Working \n \n
\n
\n
\n
Frankfurt \n
\n \n
Working \n \n
\n
\n
\n \n \n \n \n
\n
app.drime.cloud \n
\n \n Host\n \n \n \n
Error \n \n
\n
\n
\n
\n\n
\n
\n
\n
What happened? \n
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
\n
\n
\n
What can I do? \n \n
If you are a visitor of this website: \n
Please try again in a few minutes.
\n\n
If you are the owner of this website: \n
There is an issue between Cloudflare's cache and your origin web server. Cloudflare monitors for these errors and automatically investigates the cause. To help support the investigation, you can pull the corresponding error log from your web server and submit it our support team. Please include the Ray ID (which is at the bottom of this error page). Additional troubleshooting resources .
\n
\n
\n
\n\n \n\n
\n
\n\n"
Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove
2026/04/17 05:26:10 DEBUG : drime root 'rclone-test-mijufam2nibo': Purge remote
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile
2026/04/17 05:26:10 DEBUG : Creating backend with remote "TestDrime:rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== NAME TestIntegration/FsMkdir/FsPutFiles/FsIsFile
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:1890
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile
Messages: listing wrong, want
z.txt (100) got
z - Copy.txt (100), z.txt (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:1890
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile
Messages: Unexpected file "z - Copy.txt"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot
fstests.go:1916: Opening root remote "TestDrime:" path "rclone-test-hororax8zuki" from "TestDrime:rclone-test-hororax8zuki"
2026/04/17 05:26:24 DEBUG : Creating backend with remote "TestDrime:"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
2026/04/17 05:26:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:24 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:24 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:24 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:24 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:24 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:24 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:25 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:25 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:25 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:25 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:25 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:25 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:25 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:26:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:25 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:25 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:26 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:26:27 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:27 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:26:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:31 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:31 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:32 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:32 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:32 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:32 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:32 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:305:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1939
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
Messages: listing wrong, want
rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got
rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z - Copy.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100)
fstest.go:191:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1939
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
Messages: Unexpected file "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z - Copy.txt"
fstest.go:327:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1939
Error: Not equal:
expected: []string{"rclone-test-hororax8zuki/hello? sausage", "rclone-test-hororax8zuki/hello? sausage/êé", "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界", "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"}
actual : []string{"rclone-test-hororax8zuki/hello? sausage", "rclone-test-hororax8zuki/hello? sausage/êé", "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界", "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-hororax8zuki/writer-at-subdir", "rclone-test-hororax8zuki/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=4) {
+([]string) (len=6) {
(string) (len=39) "rclone-test-hororax8zuki/hello? sausage",
@@ -4,3 +4,5 @@
(string) (len=58) "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界",
- (string) (len=79) "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"
+ (string) (len=79) "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠",
+ (string) (len=41) "rclone-test-hororax8zuki/writer-at-subdir",
+ (string) (len=124) "rclone-test-hororax8zuki/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
Messages: directories
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
2026/04/17 05:26:37 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:37 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:398:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:398
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1946
Error: Not equal:
expected: []string{"rclone-test-hororax8zuki/hello? sausage"}
actual : []string{"rclone-test-hororax8zuki/hello? sausage", "rclone-test-hororax8zuki/writer-at-subdir", "rclone-test-hororax8zuki/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-([]string) (len=1) {
- (string) (len=39) "rclone-test-hororax8zuki/hello? sausage"
+([]string) (len=3) {
+ (string) (len=39) "rclone-test-hororax8zuki/hello? sausage",
+ (string) (len=41) "rclone-test-hororax8zuki/writer-at-subdir",
+ (string) (len=124) "rclone-test-hororax8zuki/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
}
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
Messages: directories not equal
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
2026/04/17 05:26:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:37 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:37 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/04/17 05:26:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:39 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:39 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:39 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:39 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:39 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:40 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:40 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:40 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:40 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:26:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:41 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:41 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:41 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:41 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:41 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:42 DEBUG : pacer: low level retry 4/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:42 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:26:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:42 DEBUG : pacer: low level retry 5/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:42 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/04/17 05:26:42 DEBUG : pacer: Reducing sleep to 160ms
2026/04/17 05:26:42 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:26:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:43 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:43 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:26:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:43 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:43 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/04/17 05:26:43 DEBUG : pacer: Reducing sleep to 160ms
2026/04/17 05:26:43 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:26:43 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:26:44 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:44 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:44 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:44 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:44 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:26:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:47 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:47 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:47 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:47 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:47 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:47 DEBUG : pacer: low level retry 3/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:47 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:26:47 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:26:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:47 DEBUG : pacer: low level retry 4/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:47 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/04/17 05:26:47 DEBUG : pacer: Reducing sleep to 80ms
2026/04/17 05:26:47 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:26:48 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:48 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:305:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1995
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
Messages: listing wrong, want
rclone-test-hororax8zuki/created from root.txt (100), rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got
rclone-test-hororax8zuki/created from root.txt (100), rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z - Copy.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100)
fstest.go:191:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1995
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
Messages: Unexpected file "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z - Copy.txt"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
2026/04/17 05:26:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:52 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:52 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:52 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:52 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:53 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:53 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:53 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:54 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:54 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:54 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:54 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:54 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:26:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:55 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:56 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:56 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:56 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:56 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:56 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:56 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:56 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:56 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:56 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/04/17 05:26:56 DEBUG : pacer: Reducing sleep to 40ms
2026/04/17 05:26:56 DEBUG : pacer: Reducing sleep to 20ms
2026/04/17 05:26:56 DEBUG : pacer: Reducing sleep to 10ms
2026/04/17 05:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:57 DEBUG : pacer: low level retry 1/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/17 05:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/17 05:26:57 DEBUG : pacer: low level retry 2/10 (error Error "503 Service Unavailable (503): \r\n503 Service Temporarily Unavailable \r\n\r\n503 Service Temporarily Unavailable \r\nnginx \r\n\r\n\r\n")
2026/04/17 05:26:57 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/04/17 05:26:57 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/04/17 05:27:00 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:305:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2000
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
Messages: listing wrong, want
rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got
rclone-test-hororax8zuki/file name.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z - Copy.txt (100), rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100)
fstest.go:191:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2000
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
Messages: Unexpected file "rclone-test-hororax8zuki/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z - Copy.txt"
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go: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:2277
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
Messages: listing wrong, want
hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got
hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z - Copy.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (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:2277
Error: Should be true
Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
Messages: Unexpected file "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z - Copy.txt"
=== RUN TestIntegration/FsMkdir/FsPutChunked
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to upload file: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
Messages: PutLarge
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
fstests.go:146:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:236
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
multipart upload failed to initialise: failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
Messages: PutLarge
2026/04/17 05:27:31 ERROR : error listing: directory not found
--- FAIL: TestIntegration (630.20s)
--- FAIL: TestIntegration/FsMkdir (627.96s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding (471.28s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (12.80s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (23.38s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (23.04s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (23.39s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (23.08s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (23.30s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (23.04s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (23.57s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (23.27s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (23.65s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (23.87s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (51.83s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (24.25s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (25.16s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (24.28s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (24.90s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (24.66s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (26.22s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (23.37s)
--- FAIL: TestIntegration/FsMkdir/FsOpenChunkWriter (9.44s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles (132.69s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.13s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.37s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.47s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (25.31s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (26.39s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.15s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.22s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (2.48s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (13.54s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (41.24s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (12.44s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (1.01s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (27.78s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (12.78s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (12.09s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked (13.04s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi (2.54s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (1.29s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (0.78s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (0.46s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (1.84s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (0.72s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (0.73s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (0.38s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (1.96s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (0.85s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (0.67s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (0.44s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (2.28s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (1.02s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (0.88s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (0.38s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/8Mi (2.18s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (0.87s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (0.86s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (0.45s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi (2.25s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (0.92s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (0.96s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (0.38s)
FAIL
exit status 1
FAIL github.com/rclone/rclone/backend/drime 630.217s
"go test -v -timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsOpenChunkWriter$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^10Mi$/^(10485759|10485760|20971521)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.054Mi$/^(10600001|5299999|5300000)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^(10600107|5300052|5300053)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^(10485761|5242879|5242880)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^6.667Mi$/^(13981013|6990505|6990506)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^8Mi$/^(16777217|8388607|8388608)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsIsFile|FsListDirFile2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectRemove)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$'" - Finished ERROR in 10m31.045610148s (try 4/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/leading_dot 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/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsOpenChunkWriter TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsCopy TestIntegration/FsMkdir/FsPutFiles/FsMove TestIntegration/FsMkdir/FsPutFiles/FsDirMove TestIntegration/FsMkdir/FsPutFiles/FsIsFile TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521]