"go test -v -timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsMkdirRmdirSubdir|FsOpenChunkWriter|FsPutFiles|FsPutZeroLength)$|^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$/^FsPutChunked$/^10Mi$/^(10485759|10485760|20971521)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.054Mi$/^(10600001|5299999)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^5300052$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^5300053$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^10485761$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^5242879$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^5242880$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^6.667Mi$/^(6990505|6990506)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^8Mi$/^(16777217|8388607)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsUpdateUnknownSize$'" - Starting (try 2/5)
=== RUN TestIntegration
fstests.go:438: Using remote "TestDrime:"
2026/02/03 05:00:13 DEBUG : Creating backend with remote "TestDrime:rclone-test-vinaman8toyi"
2026/02/03 05:00:13 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN TestIntegration/FsMkdir
=== RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2026/02/03 05:00:16 INFO : dir/subdir: Making directory
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/02/03 05:00:18 ERROR : error listing: directory not found
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/02/03 05:00:20 ERROR : error listing: directory not found
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:600
Error: Not equal:
expected: []string{"dir", "dir/subdir"}
actual : []string{}
Diff:
--- Expected
+++ Actual
@@ -1,4 +1,2 @@
-([]string) (len=2) {
- (string) (len=3) "dir",
- (string) (len=10) "dir/subdir"
+([]string) {
}
Test: TestIntegration/FsMkdir/FsMkdirRmdirSubdir
Messages: directories
2026/02/03 05:00:24 INFO : dir/subdir: Removing directory
fstests.go:603:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:603
Error: Received unexpected error:
directory not found
Test: TestIntegration/FsMkdir/FsMkdirRmdirSubdir
=== RUN TestIntegration/FsMkdir/FsListDirEmpty
fstests.go:629:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:629
Error: Not equal:
expected: []string{}
actual : []string{"dir"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) {
+([]string) (len=1) {
+ (string) (len=3) "dir"
}
Test: TestIntegration/FsMkdir/FsListDirEmpty
=== RUN TestIntegration/FsMkdir/FsEncoding
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:670
Error: Not equal:
expected: []string{}
actual : []string{"dir", "dir/subdir"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=3) "dir",
+ (string) (len=10) "dir/subdir"
}
Test: TestIntegration/FsMkdir/FsEncoding
Messages: directories
=== 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)
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/control_chars
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/dot
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/dot_dot
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/punctuation
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_space
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_CR
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_LF
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_HT
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_VT
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/leading_dot
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_space
fstests.go:708: testing "trailing space "
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_space
=== 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)
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF
fstests.go:708: testing "trailing LF␊"
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT
fstests.go:708: testing "trailing HT␉"
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT
fstests.go:708: testing "trailing VT␋"
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot
fstests.go:708: testing "trailing dot."
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot
=== RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
fstests.go:708: testing "invalid utf-8\xfe"
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
=== 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: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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding
=== RUN TestIntegration/FsMkdir/FsPutZeroLength
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutZeroLength
=== RUN TestIntegration/FsMkdir/FsOpenChunkWriter
2026/02/03 05:03:49 NOTICE: drime root 'rclone-test-vinaman8toyi': Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
2026/02/03 05:03:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:03:49 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n
500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:03:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/03 05:03:50 DEBUG : pacer: Reducing sleep to 10ms
fstests.go:856:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:856
Error: Received unexpected error:
directory not empty
Test: TestIntegration/FsMkdir/FsOpenChunkWriter
=== RUN TestIntegration/FsMkdir/FsPutFiles
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:954
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutFiles
=== RUN TestIntegration/FsMkdir/FsPutChunked
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed
2026/02/03 05:04:13 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:280
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
=== RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2026/02/03 05:04:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2026/02/03 05:04:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2026/02/03 05:04:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2026/02/03 05:04:55 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2026/02/03 05:04:55 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2026/02/03 05:04:55 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2026/02/03 05:05:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2026/02/03 05:05:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off
2026/02/03 05:05:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off
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)
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053
=== RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed
2026/02/03 05:05:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:280
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505
=== RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
2026/02/03 05:05:53 DEBUG : chunked-6.667Mi-6.667Mi.bin: Removing old object on successful upload
fstest.go:150:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:257
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Not equal:
expected: 6990506
actual : 6990505
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
Messages: chunked-6.667Mi-6.667Mi.bin: size incorrect file=6990506 vs obj=6990505
fstests.go:265:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:265
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Not equal:
expected: 6990506
actual : 6990505
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
fstests.go:267:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:267
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Not equal:
expected: map[hash.Type]string{1:"6d02ef9f797a6d2cac923531b40a7113", 2:"839e688e8de8bad3e6f891d22169643756e35553", 4:"975e41e30398fd7debd2e8f0b4e517b1cce898b0b19b199e204569a227c49c6092030837d07531fcb1a9819a49bd287a925fcf771e26e7c72460255f1e23b901", 8:"46c72b7a", 16:"0c4596bf4af0521b8f8d0a1acaca3a77ea1fee86726317cbddab5d6b103c6641", 32:"633f6f0c7db72f19b30843c4a186e3d5518853a8e5a76a43b3b93db05d8ad5f30effe2bac2ad45b5ac7a00e4c474dfe8db263b127f7df8c45d17c79168e801f6", 64:"b04d84d9d771b229d7a1ce44a05d23638d64aa0293a943ba637903226ca10974", 128:"f9602a8a2f300abc", 256:"f341633deb3c9ed6f9602a8a2f300abc"}
actual : map[hash.Type]string{1:"e9548a82ce25f02a063ee0076122ee24", 2:"1e39048bee3117778768206b2e4453e6218ba2e3", 4:"9fe08e96c57814acb0d3d4c7a9509785b9d26b978cb251765aa8e790e93dee2144100289b9cd9f22bcb0fa4b2f7acad1e0701a33db32518b9809e5c3a0985cb2", 8:"a1ff7312", 16:"22573042f3c6e24399cf245110105138ad65ba4276d8944371b54165923c1d97", 32:"6925580d315ea23dea64479eb8fbbd9726e32123f77c699a41ab0d26ec0cce584e24a5f612ae849ab132a3818d289ee4f94a17a136489a122f3e8604a751239d", 64:"54571ce649eb1beccecd77eb211b1bb53320596dc04d75b6871deed83a687afa", 128:"613ac0c5d23aee87", 256:"d7b9c4afdb80ce4b613ac0c5d23aee87"}
Diff:
--- Expected
+++ Actual
@@ -1,11 +1,11 @@
(map[hash.Type]string) (len=9) {
- (hash.Type) 1: (string) (len=32) "6d02ef9f797a6d2cac923531b40a7113",
- (hash.Type) 2: (string) (len=40) "839e688e8de8bad3e6f891d22169643756e35553",
- (hash.Type) 4: (string) (len=128) "975e41e30398fd7debd2e8f0b4e517b1cce898b0b19b199e204569a227c49c6092030837d07531fcb1a9819a49bd287a925fcf771e26e7c72460255f1e23b901",
- (hash.Type) 8: (string) (len=8) "46c72b7a",
- (hash.Type) 16: (string) (len=64) "0c4596bf4af0521b8f8d0a1acaca3a77ea1fee86726317cbddab5d6b103c6641",
- (hash.Type) 32: (string) (len=128) "633f6f0c7db72f19b30843c4a186e3d5518853a8e5a76a43b3b93db05d8ad5f30effe2bac2ad45b5ac7a00e4c474dfe8db263b127f7df8c45d17c79168e801f6",
- (hash.Type) 64: (string) (len=64) "b04d84d9d771b229d7a1ce44a05d23638d64aa0293a943ba637903226ca10974",
- (hash.Type) 128: (string) (len=16) "f9602a8a2f300abc",
- (hash.Type) 256: (string) (len=32) "f341633deb3c9ed6f9602a8a2f300abc"
+ (hash.Type) 1: (string) (len=32) "e9548a82ce25f02a063ee0076122ee24",
+ (hash.Type) 2: (string) (len=40) "1e39048bee3117778768206b2e4453e6218ba2e3",
+ (hash.Type) 4: (string) (len=128) "9fe08e96c57814acb0d3d4c7a9509785b9d26b978cb251765aa8e790e93dee2144100289b9cd9f22bcb0fa4b2f7acad1e0701a33db32518b9809e5c3a0985cb2",
+ (hash.Type) 8: (string) (len=8) "a1ff7312",
+ (hash.Type) 16: (string) (len=64) "22573042f3c6e24399cf245110105138ad65ba4276d8944371b54165923c1d97",
+ (hash.Type) 32: (string) (len=128) "6925580d315ea23dea64479eb8fbbd9726e32123f77c699a41ab0d26ec0cce584e24a5f612ae849ab132a3818d289ee4f94a17a136489a122f3e8604a751239d",
+ (hash.Type) 64: (string) (len=64) "54571ce649eb1beccecd77eb211b1bb53320596dc04d75b6871deed83a687afa",
+ (hash.Type) 128: (string) (len=16) "613ac0c5d23aee87",
+ (hash.Type) 256: (string) (len=32) "d7b9c4afdb80ce4b613ac0c5d23aee87"
}
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
2026/02/03 05:05:55 DEBUG : pacer: low level retry 1/10 (error Error "Server Error")
2026/02/03 05:05:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/03 05:05:55 DEBUG : pacer: low level retry 2/10 (error Error "Server Error")
2026/02/03 05:05:55 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/03 05:05:55 DEBUG : pacer: low level retry 3/10 (error Error "Server Error")
2026/02/03 05:05:55 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/03 05:05:56 DEBUG : pacer: low level retry 4/10 (error Error "Server Error")
2026/02/03 05:05:56 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/03 05:05:56 DEBUG : pacer: low level retry 5/10 (error Error "Server Error")
2026/02/03 05:05:56 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/03 05:05:56 DEBUG : pacer: low level retry 6/10 (error Error "Server Error")
2026/02/03 05:05:56 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/03 05:05:57 DEBUG : pacer: low level retry 7/10 (error Error "Server Error")
2026/02/03 05:05:57 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/03 05:05:57 DEBUG : pacer: low level retry 8/10 (error Error "Server Error")
2026/02/03 05:05:57 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/03 05:05:59 DEBUG : pacer: low level retry 9/10 (error Error "Server Error")
2026/02/03 05:05:59 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/03 05:06:01 DEBUG : pacer: low level retry 10/10 (error Error "Server Error")
2026/02/03 05:06:01 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
fstests.go:270:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:270
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
failed to delete item: Error "Server Error"
Test: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607
2026/02/03 05:06:06 DEBUG : pacer: Reducing sleep to 5.12s
2026/02/03 05:06:21 DEBUG : pacer: Reducing sleep to 2.56s
2026/02/03 05:06:22 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/03 05:06:24 DEBUG : pacer: Reducing sleep to 640ms
2026/02/03 05:06:26 DEBUG : pacer: Reducing sleep to 320ms
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed
2026/02/03 05:06:26 DEBUG : pacer: Reducing sleep to 160ms
2026/02/03 05:06:27 DEBUG : pacer: Reducing sleep to 80ms
2026/02/03 05:06:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off
2026/02/03 05:06:28 DEBUG : pacer: Reducing sleep to 40ms
2026/02/03 05:06:29 DEBUG : pacer: Reducing sleep to 20ms
2026/02/03 05:06:29 DEBUG : pacer: Reducing sleep to 10ms
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2026/02/03 05:06:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2026/02/03 05:06:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2026/02/03 05:06:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
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)
=== RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2026/02/03 05:06:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off
2026/02/03 05:06:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off
2026/02/03 05:06:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off
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)
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
=== RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2026/02/03 05:07:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2026/02/03 05:07:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2026/02/03 05:07:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2026/02/03 05:07:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:07:21 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:07:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/03 05:07:21 DEBUG : pacer: Reducing sleep to 10ms
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:256
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2026/02/03 05:07:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:07:27 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:07:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/03 05:07:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:07:27 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:07:27 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/03 05:07:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:07:27 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:07:27 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/03 05:07:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/03 05:07:27 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/03 05:07:27 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/03 05:07:27 DEBUG : pacer: Reducing sleep to 80ms
2026/02/03 05:07:29 DEBUG : pacer: Reducing sleep to 40ms
2026/02/03 05:07:30 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found)
2026/02/03 05:07:31 DEBUG : pacer: Reducing sleep to 10ms
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:201
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2587
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Received unexpected error:
object not found
Test: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2026/02/03 05:07:37 ERROR : error listing: directory not found
--- FAIL: TestIntegration (443.98s)
--- FAIL: TestIntegration/FsMkdir (441.70s)
--- FAIL: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (9.10s)
--- FAIL: TestIntegration/FsMkdir/FsListDirEmpty (0.42s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding (194.47s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (9.16s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (8.41s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (9.91s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (8.22s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (7.74s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (10.91s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (8.64s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (10.52s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (9.86s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (12.96s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (11.35s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (9.79s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (9.21s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (10.58s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (9.36s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (7.96s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (9.63s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (9.46s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (9.59s)
--- FAIL: TestIntegration/FsMkdir/FsPutZeroLength (8.48s)
--- FAIL: TestIntegration/FsMkdir/FsOpenChunkWriter (9.97s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles (8.27s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked (200.08s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi (38.25s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (14.56s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (9.47s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (12.27s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (11.43s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (26.99s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (9.03s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (17.96s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (10.75s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (23.24s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (8.17s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (15.07s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (9.71s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (25.94s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (12.00s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (13.94s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (54.06s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (32.00s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (7.15s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (22.06s)
--- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (10.61s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi (31.60s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (10.45s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (10.52s)
--- FAIL: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (10.62s)
--- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize (8.50s)
--- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (8.50s)
FAIL
exit status 1
FAIL github.com/rclone/rclone/backend/drime 444.005s
"go test -v -timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsMkdirRmdirSubdir|FsOpenChunkWriter|FsPutFiles|FsPutZeroLength)$|^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$/^FsPutChunked$/^10Mi$/^(10485759|10485760|20971521)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.054Mi$/^(10600001|5299999)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^5300052$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5.055Mi$/^5300053$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^10485761$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^5242879$/^Streamed$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^5Mi$/^5242880$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^6.667Mi$/^(6990505|6990506)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^8Mi$/^(16777217|8388607)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsUpdateUnknownSize$'" - Finished ERROR in 7m24.731891563s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsMkdirRmdirSubdir TestIntegration/FsMkdir/FsListDirEmpty 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/FsPutZeroLength TestIntegration/FsMkdir/FsOpenChunkWriter TestIntegration/FsMkdir/FsPutFiles TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize]