"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestApplyTransforms|TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileCompareDest|TestCopyFileMaxTransfer|TestCopyURL|TestCopyURLDownloadHeaders|TestCount|TestDelete|TestHashSums|TestListDirSortedFn|TestListJSON|TestLs|TestLsLong|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestParseSumFile|TestReadFile|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter|TestStatJSON)$|^TestCheck$/^1$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Starting (try 4/5) 2026/04/24 05:01:37 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xihusef0secu" 2026/04/24 05:01:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/24 05:01:37 DEBUG : Linkbox root 'rclone-test-xihusef0secu': Using cached web token 2026/04/24 05:01:37 DEBUG : Creating backend with remote "/tmp/rclone1782839464" === RUN TestCheck run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:01:41 DEBUG : rutabaga: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:01:41 DEBUG : rutabaga: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:01:41 DEBUG : rutabaga: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:01:42 DEBUG : rutabaga: Trying to read object after upload: try again in 800ms (4/10) === RUN TestCheck/1 2026/04/24 05:01:45 DEBUG : empty space: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:01:46 DEBUG : empty space: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:01:46 DEBUG : empty space: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:01:47 DEBUG : empty space: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:01:48 DEBUG : empty space: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:01:52 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:01:53 DEBUG : potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:01:53 DEBUG : potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:01:56 DEBUG : remotepotato: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:01:56 DEBUG : remotepotato: Trying to read object after upload: try again in 200ms (2/10) === NAME TestCheck fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCheck (32.41s) --- PASS: TestCheck/1 (0.19s) === RUN TestCheckDownload run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:02:12 DEBUG : rutabaga: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:02:12 DEBUG : rutabaga: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:02:12 DEBUG : rutabaga: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:02:13 DEBUG : rutabaga: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:02:14 DEBUG : rutabaga: Trying to read object after upload: try again in 1.6s (5/10) === RUN TestCheckDownload/1 check_test.go:86: 1: Expecting 0 errors but got 2 check_test.go:89: 1: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "= rutabaga"} actual : []string{"", "! rutabaga"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/2 check_test.go:86: 2: Expecting 1 errors but got 3 check_test.go:89: 2: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2"} Diff: --- Expected +++ Actual @@ -2,4 +2,4 @@ (string) "", - (string) (len=9) "+ potato2", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga", + (string) (len=9) "+ potato2" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 2026/04/24 05:02:19 DEBUG : empty space: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:02:19 DEBUG : empty space: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:02:19 DEBUG : empty space: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:02:20 DEBUG : empty space: Trying to read object after upload: try again in 800ms (4/10) === RUN TestCheckDownload/3 check_test.go:86: 3: Expecting 2 errors but got 4 check_test.go:89: 3: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "- empty space", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=9) "+ potato2", - (string) (len=13) "- empty space", - (string) (len=10) "= rutabaga" + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/4 check_test.go:86: 4: Expecting 1 errors but got 5 check_test.go:89: 4: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "- empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "- empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/5 check_test.go:86: 5: Expecting 1 errors but got 5 check_test.go:89: 5: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/6 check_test.go:86: 6: Expecting 2 errors but got 6 check_test.go:89: 6: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "- remotepotato", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space", "- remotepotato"} Diff: --- Expected +++ Actual @@ -2,6 +2,6 @@ (string) "", + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", - (string) (len=14) "- remotepotato", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=14) "- remotepotato" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/7 check_test.go:86: 7: Expecting 1 errors but got 5 check_test.go:89: 7: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestCheckDownload Messages: listing wrong, want got rutabaga (8) 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "rutabaga" --- FAIL: TestCheckDownload (32.16s) --- FAIL: TestCheckDownload/1 (0.40s) --- FAIL: TestCheckDownload/2 (0.24s) --- FAIL: TestCheckDownload/3 (0.24s) --- FAIL: TestCheckDownload/4 (0.47s) --- FAIL: TestCheckDownload/5 (0.60s) --- FAIL: TestCheckDownload/6 (0.44s) --- FAIL: TestCheckDownload/7 (0.60s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:02:44 DEBUG : test.sum: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:02:44 DEBUG : test.sum: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:02:45 DEBUG : test.sum: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:02:45 DEBUG : test.sum: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:02:46 DEBUG : test.sum: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:02:48 DEBUG : test.sum: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:02:52 DEBUG : test.sum: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:02:58 DEBUG : test.sum: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:03:11 DEBUG : test.sum: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:03:37 DEBUG : test.sum: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "test.sum" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestParseSumFile (106.74s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:04:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xihusef0secu/data" 2026/04/24 05:04:29 DEBUG : Linkbox root 'rclone-test-xihusef0secu/data': Using cached web token 2026/04/24 05:04:33 DEBUG : data/banana: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:04:34 DEBUG : data/banana: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:04:34 DEBUG : data/banana: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:04:35 DEBUG : data/banana: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:04:36 DEBUG : data/banana: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:04:37 DEBUG : data/banana: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:04:41 DEBUG : data/banana: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:04:47 DEBUG : data/banana: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:05:00 DEBUG : data/banana: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:05:26 DEBUG : data/banana: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "data/banana" to "Linkbox root 'rclone-test-xihusef0secu'": 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:355 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Not equal: expected: []string{} actual : []string{"data"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=4) "data" } Test: TestCheckSumDownload Messages: directories --- FAIL: TestCheckSumDownload (119.29s) === RUN TestApplyTransforms 2026/04/24 05:06:28 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-dinebol2loja" 2026/04/24 05:06:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/24 05:06:28 DEBUG : Linkbox root 'rclone-test-dinebol2loja': Using cached web token 2026/04/24 05:06:29 DEBUG : Creating backend with remote "/tmp/rclone3086421900" run.go:185: Remote "Linkbox root 'rclone-test-dinebol2loja'", Local "Local file system at /tmp/rclone3086421900", Modify Window "876000h0m0s" 2026/04/24 05:06:32 DEBUG : hello, world!: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:06:32 DEBUG : hello, world!: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:06:33 DEBUG : hello, world!: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:06:33 DEBUG : hello, world!: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:06:34 DEBUG : hello, world!: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:06:36 DEBUG : hello, world!: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:06:39 DEBUG : hello, world!: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:06:46 DEBUG : hello, world!: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:06:59 DEBUG : hello, world!: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:07:25 DEBUG : hello, world!: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "hello, world!" to "Linkbox root 'rclone-test-dinebol2loja'": object not found 2026/04/24 05:08:16 DEBUG : Linkbox root 'rclone-test-dinebol2loja': Purge remote --- FAIL: TestApplyTransforms (109.48s) === RUN TestCopyFile run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:08:18 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/24 05:08:22 DEBUG : sub/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:08:23 DEBUG : sub/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:08:23 DEBUG : sub/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:08:24 DEBUG : sub/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:08:25 DEBUG : sub/file2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:08:26 DEBUG : sub/file2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:08:30 DEBUG : sub/file2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:08:36 DEBUG : sub/file2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:08:49 DEBUG : sub/file2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:09:15 DEBUG : sub/file2: Trying to read object after upload: try again in 51.2s (10/10) 2026/04/24 05:10:06 ERROR : file1: Failed to copy: object not found copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: object not found Test: TestCopyFile 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:292: Sleeping for 7s just to make sure --- FAIL: TestCopyFile (122.63s) === RUN TestCopyFileCompareDest run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:10:20 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xihusef0secu/dst" 2026/04/24 05:10:20 DEBUG : Linkbox root 'rclone-test-xihusef0secu/dst': Using cached web token 2026/04/24 05:10:21 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xihusef0secu/CompareDest" 2026/04/24 05:10:21 DEBUG : Linkbox root 'rclone-test-xihusef0secu/CompareDest': Using cached web token 2026/04/24 05:10:22 DEBUG : one: Need to transfer - File not found at Destination 2026/04/24 05:10:26 DEBUG : one: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:10:26 DEBUG : one: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:10:27 DEBUG : one: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:10:27 DEBUG : one: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:10:28 DEBUG : one: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:10:30 DEBUG : one: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:10:34 DEBUG : one: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:10:40 DEBUG : one: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:10:53 DEBUG : one: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:11:19 DEBUG : one: Trying to read object after upload: try again in 51.2s (10/10) 2026/04/24 05:12:10 ERROR : one: Failed to copy: object not found copy_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: object not found Test: TestCopyFileCompareDest 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestCopyFileCompareDest Messages: directories --- FAIL: TestCopyFileCompareDest (121.02s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:12:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/24 05:12:25 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:12:25 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:12:26 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:12:26 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:12:27 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:12:29 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:12:32 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:12:39 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:12:52 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:13:18 DEBUG : TestCopyFileMaxTransfer/file1: Trying to read object after upload: try again in 51.2s (10/10) 2026/04/24 05:14:09 ERROR : TestCopyFileMaxTransfer/file1: Failed to copy: object not found copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: object not found Test: TestCopyFileMaxTransfer 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Not equal: expected: []string{} actual : []string{"TestCopyFileMaxTransfer"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=23) "TestCopyFileMaxTransfer" } Test: TestCopyFileMaxTransfer Messages: directories --- FAIL: TestCopyFileMaxTransfer (118.60s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:14:22 DEBUG : a.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:14:22 DEBUG : a.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:14:22 DEBUG : a.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:14:23 DEBUG : a.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:14:24 DEBUG : a.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:14:26 DEBUG : a.txt: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:14:29 DEBUG : a.txt: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:14:36 DEBUG : a.txt: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:14:49 DEBUG : a.txt: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:15:15 DEBUG : a.txt: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "a.txt" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestListDirSortedFn (106.55s) === RUN TestListJSON run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:16:09 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:16:09 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:16:09 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:16:10 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:16:11 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:16:13 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:16:16 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:16:23 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:16:36 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:17:02 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "file1" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestListJSON (106.97s) === RUN TestStatJSON run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:17:55 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:17:56 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:17:56 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:17:57 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:17:58 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:18:00 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:18:03 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:18:09 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:18:22 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:18:48 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "file1" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestStatJSON (106.72s) === RUN TestLsd run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:19:43 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:19:44 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:19:44 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:19:45 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:19:46 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:19:48 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:19:51 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:19:57 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:20:11 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:20:36 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "sub dir/hello world" to "Linkbox root 'rclone-test-xihusef0secu'": 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:79 Error: Not equal: expected: []string{} actual : []string{"sub dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=7) "sub dir" } Test: TestLsd Messages: directories --- FAIL: TestLsd (118.43s) === RUN TestLs run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:21:41 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:21:42 DEBUG : potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:21:42 DEBUG : potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:21:43 DEBUG : potato2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:21:44 DEBUG : potato2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:21:46 DEBUG : potato2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:21:49 DEBUG : potato2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:21:56 DEBUG : potato2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:22:09 DEBUG : potato2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:22:34 DEBUG : potato2: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "potato2" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestLs (107.68s) === RUN TestLsLong run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:23:28 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:23:28 DEBUG : potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:23:29 DEBUG : potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:23:29 DEBUG : potato2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:23:30 DEBUG : potato2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:23:32 DEBUG : potato2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:23:36 DEBUG : potato2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:23:42 DEBUG : potato2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:23:55 DEBUG : potato2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:24:21 DEBUG : potato2: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "potato2" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestLsLong (106.64s) === RUN TestHashSums run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:25:15 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:25:15 DEBUG : potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:25:15 DEBUG : potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:25:16 DEBUG : potato2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:25:17 DEBUG : potato2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:25:19 DEBUG : potato2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:25:22 DEBUG : potato2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:25:29 DEBUG : potato2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:25:42 DEBUG : potato2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:26:07 DEBUG : potato2: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "potato2" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestHashSums (106.46s) === RUN TestCount run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:27:01 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:27:01 DEBUG : potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:27:02 DEBUG : potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:27:02 DEBUG : potato2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:27:03 DEBUG : potato2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:27:05 DEBUG : potato2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:27:08 DEBUG : potato2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:27:15 DEBUG : potato2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:27:28 DEBUG : potato2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:27:54 DEBUG : potato2: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "potato2" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestCount (106.52s) === RUN TestDelete run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:28:48 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:28:48 DEBUG : small: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:28:48 DEBUG : small: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:28:49 DEBUG : small: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:28:50 DEBUG : small: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:28:52 DEBUG : small: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:28:55 DEBUG : small: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:29:02 DEBUG : small: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:29:15 DEBUG : small: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:29:41 DEBUG : small: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "small" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestDelete (106.71s) === RUN TestMaxDelete run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:30:34 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:30:34 DEBUG : small: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:30:35 DEBUG : small: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:30:36 DEBUG : small: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:30:37 DEBUG : small: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:30:38 DEBUG : small: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:30:42 DEBUG : small: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:30:49 DEBUG : small: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:31:02 DEBUG : small: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:31:28 DEBUG : small: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "small" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestMaxDelete (107.32s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:32:22 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:32:23 DEBUG : small: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:32:23 DEBUG : small: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:32:24 DEBUG : small: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:32:25 DEBUG : small: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:32:26 DEBUG : small: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:32:30 DEBUG : small: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:32:36 DEBUG : small: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:32:49 DEBUG : small: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:33:15 DEBUG : small: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "small" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestMaxDeleteSizeLargeFile (107.59s) === RUN TestMaxDeleteSize run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:34:09 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:34:09 DEBUG : small: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:34:10 DEBUG : small: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:34:10 DEBUG : small: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:34:11 DEBUG : small: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:34:13 DEBUG : small: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:34:17 DEBUG : small: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:34:23 DEBUG : small: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:34:36 DEBUG : small: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:35:02 DEBUG : small: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "small" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestMaxDeleteSize (106.95s) === RUN TestReadFile run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:35:56 DEBUG : ReadFile: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:35:56 DEBUG : ReadFile: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:35:57 DEBUG : ReadFile: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:35:57 DEBUG : ReadFile: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:35:58 DEBUG : ReadFile: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:36:00 DEBUG : ReadFile: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:36:04 DEBUG : ReadFile: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:36:10 DEBUG : ReadFile: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:36:23 DEBUG : ReadFile: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:36:49 DEBUG : ReadFile: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "ReadFile" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestReadFile (106.83s) === RUN TestCat run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:37:43 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:37:44 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:37:44 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:37:45 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:37:46 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:37:47 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:37:51 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:37:57 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:38:10 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:38:36 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "file1" to "Linkbox root 'rclone-test-xihusef0secu'": object not found --- FAIL: TestCat (106.73s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:39:35 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:39:35 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:39:35 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:39:36 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:39:37 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:39:39 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:39:42 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:39:49 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:40:02 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:40:27 DEBUG : A1/B1/C1/one: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "A1/B1/C1/one" to "Linkbox root 'rclone-test-xihusef0secu'": object not found run.go:130: removing dir "A1/B1" failed - try 1/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 2/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 3/3: directory not empty run.go:133: removing dir "A1/B1" failed: directory not empty run.go:130: removing dir "A1" failed - try 1/3: directory not empty run.go:130: removing dir "A1" failed - try 2/3: directory not empty run.go:130: removing dir "A1" failed - try 3/3: directory not empty run.go:133: removing dir "A1" failed: directory not empty 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:650 Error: Not equal: expected: []string{} actual : []string{"A1", "A1/B1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=2) "A1", + (string) (len=5) "A1/B1" } Test: TestRmdirsNoLeaveRoot Messages: directories --- FAIL: TestRmdirsNoLeaveRoot (130.10s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:41:38 INFO : A1: Making directory 2026/04/24 05:41:38 INFO : A1/B1: Making directory 2026/04/24 05:41:38 INFO : A1/B1/C1: Making directory 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:292: Sleeping for 7s just to make sure 2026/04/24 05:41:53 DEBUG : removing 1 level 3 directories 2026/04/24 05:41:53 INFO : A1/B1/C1: Removing directory 2026/04/24 05:41:55 DEBUG : removing 1 level 2 directories 2026/04/24 05:41:55 INFO : A1/B1: Removing directory 2026/04/24 05:41:55 ERROR : A1/B1: Failed to rmdir: directory not empty operations_test.go:762: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:762 Error: Received unexpected error: failed to remove directories: directory not empty Test: TestRmdirsLeaveRoot run.go:130: removing dir "A1/B1/C1" failed - try 1/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 2/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 3/3: directory not found run.go:133: removing dir "A1/B1/C1" failed: directory not found run.go:130: removing dir "A1" failed - try 1/3: directory not empty run.go:130: removing dir "A1" failed - try 2/3: directory not empty run.go:130: removing dir "A1" failed - try 3/3: directory not empty run.go:133: removing dir "A1" failed: directory not empty 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:762 Error: Not equal: expected: []string{} actual : []string{"A1"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=2) "A1" } Test: TestRmdirsLeaveRoot Messages: directories --- FAIL: TestRmdirsLeaveRoot (36.97s) === RUN TestRmdirsWithFilter run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:42:15 INFO : A1: Making directory 2026/04/24 05:42:15 INFO : A1/B1: Making directory 2026/04/24 05:42:17 INFO : A1/B1/C1: Making directory 2026/04/24 05:42:20 DEBUG : removing 1 level 3 directories 2026/04/24 05:42:20 INFO : A1/B1/C1: Removing directory 2026/04/24 05:42:21 DEBUG : removing 1 level 2 directories 2026/04/24 05:42:21 INFO : A1/B1: Removing directory 2026/04/24 05:42:22 ERROR : A1/B1: Failed to rmdir: directory not empty operations_test.go:801: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:801 Error: Received unexpected error: failed to remove directories: directory not empty Test: TestRmdirsWithFilter run.go:130: removing dir "A1/B1/C1" failed - try 1/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 2/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 3/3: directory not found run.go:133: removing dir "A1/B1/C1" failed: directory not found run.go:130: removing dir "A1/B1" failed - try 1/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 2/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 3/3: directory not empty run.go:133: removing dir "A1/B1" failed: directory not empty run.go:130: removing dir "A1" failed - try 1/3: directory not empty run.go:130: removing dir "A1" failed - try 2/3: directory not empty run.go:130: removing dir "A1" failed - try 3/3: directory not empty run.go:133: removing dir "A1" failed: directory not empty 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:801 Error: Not equal: expected: []string{} actual : []string{"A1", "A1/B1", "A1/B1/C1"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=2) "A1", + (string) (len=5) "A1/B1", + (string) (len=8) "A1/B1/C1" } Test: TestRmdirsWithFilter Messages: directories --- FAIL: TestRmdirsWithFilter (29.28s) === RUN TestCopyURL run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:42:47 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:42:47 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:42:48 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:42:48 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:42:49 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:42:51 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:42:55 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:43:01 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:43:14 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:43:40 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) 2026/04/24 05:44:31 ERROR : file1: Post request put error: object not found operations_test.go:843: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:843 Error: Received unexpected error: object not found Test: TestCopyURL run.go:130: removing dir "A1/B1/C1" failed - try 1/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 2/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 3/3: directory not found run.go:133: removing dir "A1/B1/C1" failed: directory not found run.go:130: removing dir "A1/B1" failed - try 1/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 2/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 3/3: directory not empty run.go:133: removing dir "A1/B1" failed: directory not empty run.go:130: removing dir "A1" failed - try 1/3: directory not empty run.go:130: removing dir "A1" failed - try 2/3: directory not empty run.go:130: removing dir "A1" failed - try 3/3: directory not empty run.go:133: removing dir "A1" failed: directory not empty 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:843 Error: Not equal: expected: []string{} actual : []string{"A1", "A1/B1", "A1/B1/C1"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=2) "A1", + (string) (len=5) "A1/B1", + (string) (len=8) "A1/B1/C1" } Test: TestCopyURL Messages: directories --- FAIL: TestCopyURL (129.26s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "Linkbox root 'rclone-test-xihusef0secu'", Local "Local file system at /tmp/rclone1782839464", Modify Window "876000h0m0s" 2026/04/24 05:44:56 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/24 05:44:56 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/24 05:44:56 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/24 05:44:57 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/24 05:44:58 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/24 05:45:00 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/24 05:45:03 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/24 05:45:10 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/24 05:45:23 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/24 05:45:48 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) 2026/04/24 05:46:40 ERROR : file1: Post request put error: object not found operations_test.go:915: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:915 Error: Received unexpected error: object not found Test: TestCopyURLDownloadHeaders run.go:130: removing dir "A1/B1/C1" failed - try 1/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 2/3: directory not found run.go:130: removing dir "A1/B1/C1" failed - try 3/3: directory not found run.go:133: removing dir "A1/B1/C1" failed: directory not found run.go:130: removing dir "A1/B1" failed - try 1/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 2/3: directory not empty run.go:130: removing dir "A1/B1" failed - try 3/3: directory not empty run.go:133: removing dir "A1/B1" failed: directory not empty run.go:130: removing dir "A1" failed - try 1/3: directory not empty run.go:130: removing dir "A1" failed - try 2/3: directory not empty run.go:130: removing dir "A1" failed - try 3/3: directory not empty run.go:133: removing dir "A1" failed: directory not empty 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/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:915 Error: Not equal: expected: []string{} actual : []string{"A1", "A1/B1", "A1/B1/C1"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=2) "A1", + (string) (len=5) "A1/B1", + (string) (len=8) "A1/B1/C1" } Test: TestCopyURLDownloadHeaders Messages: directories --- FAIL: TestCopyURLDownloadHeaders (128.36s) FAIL 2026/04/24 05:47:02 DEBUG : Linkbox root 'rclone-test-xihusef0secu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestApplyTransforms|TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileCompareDest|TestCopyFileMaxTransfer|TestCopyURL|TestCopyURLDownloadHeaders|TestCount|TestDelete|TestHashSums|TestListDirSortedFn|TestListJSON|TestLs|TestLsLong|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestParseSumFile|TestReadFile|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter|TestStatJSON)$|^TestCheck$/^1$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Finished ERROR in 45m26.68088164s (try 4/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestApplyTransforms TestCopyFile TestCopyFileCompareDest TestCopyFileMaxTransfer TestListDirSortedFn TestListJSON TestStatJSON TestLsd TestLs TestLsLong TestHashSums TestCount TestDelete TestMaxDelete TestMaxDeleteSizeLargeFile TestMaxDeleteSize TestReadFile TestCat TestRmdirsNoLeaveRoot TestRmdirsLeaveRoot TestRmdirsWithFilter TestCopyURL TestCopyURLDownloadHeaders]