"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCheckSumDownload|TestMaxDelete|TestMaxDeleteSize)$'" - Starting (try 4/5) 2026/07/22 05:16:07 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-soqegeb2saga" 2026/07/22 05:16:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/22 05:16:07 DEBUG : Linkbox root 'rclone-test-soqegeb2saga': Using cached web token 2026/07/22 05:16:08 DEBUG : Creating backend with remote "/tmp/rclone3525896214" === RUN TestCheckSumDownload run.go:198: Remote "Linkbox root 'rclone-test-soqegeb2saga'", Local "Local file system at /tmp/rclone3525896214", Modify Window "876000h0m0s" 2026/07/22 05:16:08 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-soqegeb2saga/data" 2026/07/22 05:16:08 DEBUG : Linkbox root 'rclone-test-soqegeb2saga/data': Using cached web token 2026/07/22 05:16:14 DEBUG : data/banana: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:16:16 DEBUG : test.sum: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:16:17 DEBUG : test.sum: Trying to read object after upload: try again in 200ms (2/10) === RUN TestCheckSumDownload/subtest1 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: cannot open sum file: object not found Test: TestCheckSumDownload Messages: unexpected error in run 1 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 1 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 1 2026/07/22 05:16:20 DEBUG : data/potato: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:16:20 DEBUG : data/potato: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 05:16:21 DEBUG : data/potato: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 05:16:21 DEBUG : data/potato: Trying to read object after upload: try again in 800ms (4/10) 2026/07/22 05:16:22 DEBUG : test.sum: Update: removing old file 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 === RUN TestCheckSumDownload/subtest2 2026/07/22 05:16:35 DEBUG : test.sum: Update: removing old file 2026/07/22 05:16:39 DEBUG : test.sum: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:16:39 DEBUG : test.sum: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 05:16:39 DEBUG : test.sum: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 05:16:40 DEBUG : test.sum: Trying to read object after upload: try again in 800ms (4/10) 2026/07/22 05:16:41 DEBUG : test.sum: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/22 05:16:43 DEBUG : test.sum: Trying to read object after upload: try again in 3.2s (6/10) 2026/07/22 05:16:46 DEBUG : test.sum: Trying to read object after upload: try again in 6.4s (7/10) 2026/07/22 05:16:53 DEBUG : test.sum: Trying to read object after upload: try again in 12.8s (8/10) 2026/07/22 05:17:06 DEBUG : test.sum: Trying to read object after upload: try again in 25.6s (9/10) 2026/07/22 05:17:31 DEBUG : test.sum: Trying to read object after upload: try again in 51.2s (10/10) === NAME TestCheckSumDownload run.go:303: Failed to put "test.sum" to "Linkbox root 'rclone-test-soqegeb2saga'": object not found --- FAIL: TestCheckSumDownload (140.96s) --- PASS: TestCheckSumDownload/subtest1 (0.22s) --- PASS: TestCheckSumDownload/subtest2 (1.52s) === RUN TestMaxDelete run.go:198: Remote "Linkbox root 'rclone-test-soqegeb2saga'", Local "Local file system at /tmp/rclone3525896214", Modify Window "876000h0m0s" 2026/07/22 05:18:31 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:18:33 DEBUG : medium: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:18:34 DEBUG : medium: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 05:18:34 DEBUG : medium: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 05:18:37 DEBUG : Waiting for deletions to finish 2026/07/22 05:18:37 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/07/22 05:18:39 INFO : large: Deleted 2026/07/22 05:18:39 INFO : medium: Deleted operations_test.go:453: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:453 Error: Not equal: expected: 1 actual : 3 Test: TestMaxDelete run.go:172: removing file "large" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "medium" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "medium" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "medium" failed: could not Remove: Linkbox error 403: not permit 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:454 Error: Should be true Test: TestMaxDelete Messages: listing wrong, want got large (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:454 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestMaxDelete Messages: Unexpected file "large" run.go:172: removing file "large" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed: could not Remove: Linkbox error 403: not permit 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /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: TestMaxDelete Messages: listing wrong, want got large (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /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: TestMaxDelete Messages: Unexpected file "large" --- FAIL: TestMaxDelete (38.69s) === RUN TestMaxDeleteSize run.go:198: Remote "Linkbox root 'rclone-test-soqegeb2saga'", Local "Local file system at /tmp/rclone3525896214", Modify Window "876000h0m0s" 2026/07/22 05:19:10 DEBUG : small: Trying to read object after upload: try again in 100ms (1/10) 2026/07/22 05:19:10 DEBUG : small: Trying to read object after upload: try again in 200ms (2/10) 2026/07/22 05:19:11 DEBUG : small: Trying to read object after upload: try again in 400ms (3/10) 2026/07/22 05:19:11 DEBUG : small: Trying to read object after upload: try again in 800ms (4/10) 2026/07/22 05:19:15 DEBUG : large: Update: removing old file 2026/07/22 05:19:15 ERROR : large: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/07/22 05:19:18 DEBUG : Waiting for deletions to finish 2026/07/22 05:19:18 ERROR : large(1): Got fatal error on delete: --max-delete-size threshold reached 2026/07/22 05:19:18 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2026/07/22 05:19:18 ERROR : large: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/22 05:19:19 INFO : small: Deleted operations_test.go:492: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:492 Error: Not equal: expected: 1 actual : 4 Test: TestMaxDeleteSize run.go:172: removing file "large" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "small" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "small" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "small" failed: could not Remove: Linkbox error 403: not permit 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:493 Error: Should be true Test: TestMaxDeleteSize Messages: listing wrong, want got large (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:493 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestMaxDeleteSize Messages: Unexpected file "large" run.go:172: removing file "large" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "large" failed: could not Remove: Linkbox error 403: not permit 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /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: TestMaxDeleteSize Messages: listing wrong, want got large (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /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: TestMaxDeleteSize Messages: Unexpected file "large" --- FAIL: TestMaxDeleteSize (41.73s) FAIL 2026/07/22 05:19:49 DEBUG : Linkbox root 'rclone-test-soqegeb2saga': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCheckSumDownload|TestMaxDelete|TestMaxDeleteSize)$'" - Finished ERROR in 3m43.80597956s (try 4/5): exit status 1: Failed [TestCheckSumDownload TestMaxDelete TestMaxDeleteSize]