"./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose" - Starting (try 1/5) 2026/07/12 01:00:21 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya" 2026/07/12 01:00:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 01:00:21 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:00:22 DEBUG : Creating backend with remote "/tmp/rclone225654897" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:02:27 DEBUG : pacer: low level retry 1/1 (error create folder: error code: 524 (status 524)) 2026/07/12 01:02:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms multithread_test.go:142: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:142 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:154 Error: Received unexpected error: failed to find parent directory: failed to make directory: can't create folder, create folder: error code: 524 (status 524) Test: TestMultithreadCopy 2026/07/12 01:02:27 DEBUG : pacer: Reducing sleep to 15ms 2026/07/12 01:02:27 ERROR : error listing: directory not found --- FAIL: TestMultithreadCopy (125.27s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:02:27 DEBUG : pacer: Reducing sleep to 11.25ms 2026/07/12 01:02:38 DEBUG : pacer: Reducing sleep to 10ms FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/07/12 01:02:39 NOTICE: Internxt root 'rclone-test-mamijid7riya': Multipart upload aborted for chunksize-probe 2026/07/12 01:02:49 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk multithread_test.go:330: file too small for multipart upload: multi-thread copy: failed to open chunk writer: file too small for multipart upload (minimum 104857600 bytes) --- SKIP: TestMultithreadCopyAbort (23.07s) === RUN TestSizeDiffers 2026/07/12 01:02:50 DEBUG : a: size = 0 OK 2026/07/12 01:02:50 DEBUG : a: size = 1 (memory) 2026/07/12 01:02:50 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/07/12 01:02:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/07/12 01:02:50 DEBUG : potato: Seek from 10 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 10 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 2 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/07/12 01:02:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 2 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/07/12 01:02:50 DEBUG : potato: Seek from 8 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 8 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/07/12 01:02:50 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/12 01:02:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/12 01:02:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/12 01:02:50 DEBUG : potato: Seek from 5 to 2 2026/07/12 01:02:50 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/07/12 01:02:50 DEBUG : potato: Seek from 9 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 9 to 0 2026/07/12 01:02:50 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (27.11s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.61s) === RUN TestCheckFsError 2026/07/12 01:03:17 DEBUG : Creating backend with remote "nonexistent" 2026/07/12 01:03:17 DEBUG : Creating backend with remote "nonexistent" 2026/07/12 01:03:17 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/07/12 01:03:17 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/07/12 01:03:17 NOTICE: Local file system at nonexistent: 0 differences found 2026/07/12 01:03:17 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (37.77s) --- PASS: TestCheckDownload/1 (0.89s) --- PASS: TestCheckDownload/2 (3.47s) --- PASS: TestCheckDownload/3 (2.86s) --- PASS: TestCheckDownload/4 (0.86s) --- PASS: TestCheckDownload/5 (0.68s) --- PASS: TestCheckDownload/6 (0.80s) --- PASS: TestCheckDownload/7 (0.77s) === RUN TestCheckSizeOnly run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (26.13s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.33s) --- PASS: TestCheckSizeOnly/4 (0.71s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.45s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:04:27 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/12 01:04:27 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/12 01:04:27 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/12 01:04:27 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/12 01:04:28 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-xininoy3.sum (UUID: 101465f1-d44e-4ac2-99ee-355cc2e6f50b) 2026/07/12 01:04:33 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-xininoy3.sum (UUID: 101465f1-d44e-4ac2-99ee-355cc2e6f50b) 2026/07/12 01:04:33 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file 2026/07/12 01:04:33 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/12 01:04:33 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/12 01:04:33 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/12 01:04:33 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (13.06s) === RUN TestCheckSum run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:04:34 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/data" 2026/07/12 01:04:35 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 check_test.go:350: Internxt root 'rclone-test-mamijid7riya/data' lacks md5, skipping --- SKIP: TestCheckSum (1.81s) === RUN TestCheckSumDownload run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:04:36 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/data" 2026/07/12 01:04:37 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestCheckSumDownload/subtest1 2026/07/12 01:05:00 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-badohes2.sum (UUID: 5e8d3785-9fcf-4315-abfd-0ebeaba6ba13) 2026/07/12 01:05:06 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-badohes2.sum (UUID: 5e8d3785-9fcf-4315-abfd-0ebeaba6ba13) 2026/07/12 01:05:07 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest2 2026/07/12 01:05:15 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-sexoput2.sum (UUID: c91541d4-af62-41a9-972e-ca106f5d6bb8) 2026/07/12 01:05:21 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-sexoput2.sum (UUID: c91541d4-af62-41a9-972e-ca106f5d6bb8) 2026/07/12 01:05:21 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest3 2026/07/12 01:05:26 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-dakobez5.sum (UUID: 60d296d1-5251-41a5-809e-ba09676da131) 2026/07/12 01:05:32 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-dakobez5.sum (UUID: 60d296d1-5251-41a5-809e-ba09676da131) 2026/07/12 01:05:33 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest4 2026/07/12 01:05:37 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-colovuf1.sum (UUID: 0dfd560b-4567-4ee4-be99-42d26a277fd3) 2026/07/12 01:05:41 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-colovuf1.sum (UUID: 0dfd560b-4567-4ee4-be99-42d26a277fd3) 2026/07/12 01:05:42 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest5 2026/07/12 01:05:44 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-jerebil3.sum (UUID: c9aa8286-56a8-4c23-a31a-6c2b4587a850) 2026/07/12 01:05:50 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-jerebil3.sum (UUID: c9aa8286-56a8-4c23-a31a-6c2b4587a850) 2026/07/12 01:05:51 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest6 2026/07/12 01:05:54 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file data/banana to backup banana.rclone-backup-voseqef8. (UUID: fcb6d22f-bd3b-46ef-84c6-2fffa6e37091) 2026/07/12 01:06:00 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file banana.rclone-backup-voseqef8. (UUID: fcb6d22f-bd3b-46ef-84c6-2fffa6e37091) 2026/07/12 01:06:01 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file 2026/07/12 01:06:02 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file data/potato to backup potato.rclone-backup-voxuhag2. (UUID: a8d666b3-33a5-4ac2-a8ec-a3f0414963d1) 2026/07/12 01:06:08 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file potato.rclone-backup-voxuhag2. (UUID: a8d666b3-33a5-4ac2-a8ec-a3f0414963d1) 2026/07/12 01:06:09 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file 2026/07/12 01:06:09 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file test.sum to backup test.rclone-backup-kogohib1.sum (UUID: e901c210-d667-4230-a0a4-405bb50b214d) 2026/07/12 01:06:15 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file test.rclone-backup-kogohib1.sum (UUID: e901c210-d667-4230-a0a4-405bb50b214d) 2026/07/12 01:06:15 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (106.02s) --- PASS: TestCheckSumDownload/subtest1 (1.43s) --- PASS: TestCheckSumDownload/subtest2 (3.96s) --- PASS: TestCheckSumDownload/subtest3 (1.60s) --- PASS: TestCheckSumDownload/subtest4 (1.85s) --- PASS: TestCheckSumDownload/subtest5 (1.06s) --- PASS: TestCheckSumDownload/subtest6 (1.42s) --- PASS: TestCheckSumDownload/subtest7 (1.14s) === RUN TestApplyTransforms 2026/07/12 01:06:22 DEBUG : Creating backend with remote "TestInternxt:rclone-test-pavuluq5rifa" 2026/07/12 01:06:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 01:06:23 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:06:23 DEBUG : Creating backend with remote "/tmp/rclone417990761" run.go:198: Remote "Internxt root 'rclone-test-pavuluq5rifa'", Local "Local file system at /tmp/rclone417990761", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } upper checkfile vs. lower remote (without normalization) 2026/07/12 01:08:06 ERROR : hello, world!: sum not found 2026/07/12 01:08:06 ERROR : HELLO, WORLD!: file not in Internxt root 'rclone-test-pavuluq5rifa' 2026/07/12 01:08:06 NOTICE: Internxt root 'rclone-test-pavuluq5rifa': 1 files missing 2026/07/12 01:08:06 NOTICE: 1 hashes missing 2026/07/12 01:08:06 NOTICE: Internxt root 'rclone-test-pavuluq5rifa': 1 differences found 2026/07/12 01:08:06 NOTICE: Internxt root 'rclone-test-pavuluq5rifa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/07/12 01:08:07 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/12 01:08:07 NOTICE: Internxt root 'rclone-test-pavuluq5rifa': 0 differences found 2026/07/12 01:08:07 NOTICE: Internxt root 'rclone-test-pavuluq5rifa': 1 matching files 2026/07/12 01:08:07 DEBUG : Creating backend with remote "TestInternxt:rclone-test-docutim8fofu" 2026/07/12 01:08:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 01:08:07 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:08:08 DEBUG : Creating backend with remote "/tmp/rclone2235223502" run.go:198: Remote "Internxt root 'rclone-test-docutim8fofu'", Local "Local file system at /tmp/rclone2235223502", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } lower checkfile vs. upper remote (without normalization) 2026/07/12 01:09:50 ERROR : HELLO, WORLD!: sum not found 2026/07/12 01:09:50 ERROR : hello, world!: file not in Internxt root 'rclone-test-docutim8fofu' 2026/07/12 01:09:50 NOTICE: Internxt root 'rclone-test-docutim8fofu': 1 files missing 2026/07/12 01:09:50 NOTICE: 1 hashes missing 2026/07/12 01:09:50 NOTICE: Internxt root 'rclone-test-docutim8fofu': 1 differences found 2026/07/12 01:09:50 NOTICE: Internxt root 'rclone-test-docutim8fofu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/07/12 01:09:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/12 01:09:51 NOTICE: Internxt root 'rclone-test-docutim8fofu': 0 differences found 2026/07/12 01:09:51 NOTICE: Internxt root 'rclone-test-docutim8fofu': 1 matching files 2026/07/12 01:09:51 DEBUG : Creating backend with remote "TestInternxt:rclone-test-neluqip1ciqe" 2026/07/12 01:09:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 01:09:51 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:09:51 DEBUG : Creating backend with remote "/tmp/rclone1109474066" run.go:198: Remote "Internxt root 'rclone-test-neluqip1ciqe'", Local "Local file system at /tmp/rclone1109474066", Modify Window "876000h0m0s" 2026/07/12 01:11:57 DEBUG : pacer: low level retry 1/1 (error create folder: error code: 524 (status 524)) 2026/07/12 01:11:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:255: Failed to mkdir "Internxt root 'rclone-test-neluqip1ciqe'": failed to make directory: can't create folder, create folder: error code: 524 (status 524) 2026/07/12 01:11:57 DEBUG : pacer: Reducing sleep to 15ms 2026/07/12 01:11:57 ERROR : error listing: directory not found 2026/07/12 01:11:57 DEBUG : Internxt root 'rclone-test-neluqip1ciqe': Purge dir "" 2026/07/12 01:11:59 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:11:59 DEBUG : pacer: Rate limited, increasing sleep to 30ms 2026/07/12 01:11:59 DEBUG : pacer: Reducing sleep to 22.5ms 2026/07/12 01:11:59 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:11:59 DEBUG : pacer: Rate limited, increasing sleep to 45ms 2026/07/12 01:11:59 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:11:59 DEBUG : pacer: Rate limited, increasing sleep to 90ms 2026/07/12 01:11:59 DEBUG : pacer: Reducing sleep to 67.5ms 2026/07/12 01:11:59 DEBUG : pacer: Reducing sleep to 50.625ms 2026/07/12 01:12:00 DEBUG : pacer: low level retry 1/10 (error delete folder: error code: 502 (status 502)) 2026/07/12 01:12:00 DEBUG : pacer: Rate limited, increasing sleep to 101.25ms 2026/07/12 01:12:00 DEBUG : pacer: Reducing sleep to 75.9375ms 2026/07/12 01:12:00 NOTICE: purge failed: directory not found 2026/07/12 01:12:01 DEBUG : Internxt root 'rclone-test-docutim8fofu': Purge object "HELLO, WORLD!" 2026/07/12 01:12:02 DEBUG : Internxt root 'rclone-test-docutim8fofu': Purge dir "" 2026/07/12 01:12:04 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:12:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/12 01:12:04 DEBUG : pacer: Reducing sleep to 15ms 2026/07/12 01:12:04 DEBUG : pacer: Reducing sleep to 11.25ms 2026/07/12 01:12:04 DEBUG : Internxt root 'rclone-test-pavuluq5rifa': Purge object "hello, world!" 2026/07/12 01:12:04 DEBUG : pacer: low level retry 1/10 (error delete file: error code: 502 (status 502)) 2026/07/12 01:12:04 DEBUG : pacer: Rate limited, increasing sleep to 22.5ms 2026/07/12 01:12:04 DEBUG : pacer: low level retry 2/10 (error delete file: error code: 502 (status 502)) 2026/07/12 01:12:04 DEBUG : pacer: Rate limited, increasing sleep to 45ms 2026/07/12 01:12:05 DEBUG : pacer: Reducing sleep to 33.75ms 2026/07/12 01:12:05 DEBUG : Internxt root 'rclone-test-pavuluq5rifa': Purge dir "" 2026/07/12 01:12:05 DEBUG : pacer: Reducing sleep to 25.3125ms 2026/07/12 01:12:07 DEBUG : pacer: Reducing sleep to 18.984375ms 2026/07/12 01:12:08 DEBUG : pacer: Reducing sleep to 14.238281ms --- FAIL: TestApplyTransforms (345.37s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:12:08 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/12 01:12:13 DEBUG : sub/file2: size = 14 OK 2026/07/12 01:12:13 INFO : file1: Copied (new) to: sub/file2 2026/07/12 01:12:16 DEBUG : sub/file2: size = 14 OK 2026/07/12 01:12:16 DEBUG : file1: Sizes identical 2026/07/12 01:12:16 DEBUG : file1: Unchanged skipping 2026/07/12 01:12:17 DEBUG : Internxt root 'rclone-test-mamijid7riya': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (11.94s) === RUN TestCopyLongFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:12:31 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/backup" 2026/07/12 01:12:31 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:12:32 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone225654897) 2026/07/12 01:12:32 DEBUG : dst/file1: size = 18 (Internxt root 'rclone-test-mamijid7riya') 2026/07/12 01:12:32 DEBUG : dst/file1: Sizes differ 2026/07/12 01:12:34 INFO : dst/file1: Moved (server-side) 2026/07/12 01:12:39 DEBUG : dst/file1: size = 14 OK 2026/07/12 01:12:39 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (26.64s) === RUN TestCopyFileCompareDest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:12:47 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/dst" 2026/07/12 01:12:47 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:12:48 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/CompareDest" 2026/07/12 01:12:48 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:12:49 DEBUG : one: Need to transfer - File not found at Destination FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/07/12 01:12:57 DEBUG : one: size = 3 OK 2026/07/12 01:12:57 INFO : one: Copied (new) 2026/07/12 01:12:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone225654897) 2026/07/12 01:12:58 DEBUG : one: size = 3 (Internxt root 'rclone-test-mamijid7riya/dst') 2026/07/12 01:12:58 DEBUG : one: Sizes differ 2026/07/12 01:12:59 DEBUG : Internxt root 'rclone-test-mamijid7riya/dst': Renamed existing file one to backup one.rclone-backup-mereram8. (UUID: 65d77726-17fc-4645-aa9f-9b5720049379) 2026/07/12 01:13:03 DEBUG : Internxt root 'rclone-test-mamijid7riya/dst': Upload succeeded, deleting backup file one.rclone-backup-mereram8. (UUID: 65d77726-17fc-4645-aa9f-9b5720049379) 2026/07/12 01:13:03 DEBUG : Internxt root 'rclone-test-mamijid7riya/dst': Successfully deleted backup file 2026/07/12 01:13:03 DEBUG : one: size = 5 OK 2026/07/12 01:13:03 INFO : one: Copied (replaced existing) 2026/07/12 01:13:06 DEBUG : Internxt root 'rclone-test-mamijid7riya': Renamed existing file dst/one to backup one.rclone-backup-pajoyoy1. (UUID: 72115a24-22a1-474d-afe9-13490e6c7e8c) 2026/07/12 01:13:11 DEBUG : Internxt root 'rclone-test-mamijid7riya': Upload succeeded, deleting backup file one.rclone-backup-pajoyoy1. (UUID: 72115a24-22a1-474d-afe9-13490e6c7e8c) 2026/07/12 01:13:11 DEBUG : Internxt root 'rclone-test-mamijid7riya': Successfully deleted backup file 2026/07/12 01:13:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone225654897) 2026/07/12 01:13:18 DEBUG : one: size = 3 (Internxt root 'rclone-test-mamijid7riya/dst') 2026/07/12 01:13:18 DEBUG : one: Sizes differ 2026/07/12 01:13:19 DEBUG : one: size = 5 OK 2026/07/12 01:13:19 DEBUG : one: Sizes identical 2026/07/12 01:13:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/12 01:13:27 DEBUG : two: Need to transfer - File not found at Destination 2026/07/12 01:13:27 DEBUG : two: size = 3 OK 2026/07/12 01:13:27 DEBUG : two: Sizes identical 2026/07/12 01:13:27 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/12 01:13:28 DEBUG : two: Need to transfer - File not found at Destination 2026/07/12 01:13:29 DEBUG : two: size = 3 OK 2026/07/12 01:13:29 DEBUG : two: Sizes identical 2026/07/12 01:13:29 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/12 01:13:32 DEBUG : two: Need to transfer - File not found at Destination 2026/07/12 01:13:33 DEBUG : two: size = 5 (Local file system at /tmp/rclone225654897) 2026/07/12 01:13:33 DEBUG : two: size = 3 (Internxt root 'rclone-test-mamijid7riya/CompareDest') 2026/07/12 01:13:33 DEBUG : two: Sizes differ 2026/07/12 01:13:39 DEBUG : two: size = 5 OK 2026/07/12 01:13:39 INFO : two: Copied (new) 2026/07/12 01:13:40 DEBUG : pacer: low level retry 1/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:13:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/12 01:13:40 DEBUG : pacer: Reducing sleep to 15ms 2026/07/12 01:13:40 DEBUG : pacer: Reducing sleep to 11.25ms 2026/07/12 01:13:40 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestCopyFileCompareDest (58.78s) === RUN TestCopyFileCopyDest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (2.28s) === RUN TestCopyInplace run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.52s) === RUN TestCopyLongFileName run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (1.15s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.99s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:13:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/07/12 01:14:00 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/07/12 01:14:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/07/12 01:14:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/07/12 01:14:01 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to pre-read data: max transfer limit reached as set by --max-transfer 2026/07/12 01:14:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/07/12 01:14:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/07/12 01:14:11 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/07/12 01:14:11 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (27.29s) === RUN TestDeduplicateInteractive run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.21s) === RUN TestDeduplicateSkip run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.61s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.93s) === RUN TestDeduplicateFirst run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.56s) === RUN TestDeduplicateNewest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (1.17s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (1.38s) === RUN TestDeduplicateOldest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.69s) === RUN TestDeduplicateLargest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (1.31s) === RUN TestDeduplicateSmallest run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (1.24s) === RUN TestDeduplicateRename run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.46s) === RUN TestMergeDirs run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.64s) === RUN TestListDirSorted run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:15:28 DEBUG : a.txt: Excluded (Size Filter) 2026/07/12 01:15:28 DEBUG : a.txt: Excluded 2026/07/12 01:15:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/12 01:15:29 DEBUG : sub dir/hello world: Excluded 2026/07/12 01:15:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/12 01:15:29 DEBUG : sub dir/hello world2: Excluded 2026/07/12 01:15:30 DEBUG : sub dir/ignore dir: Excluded 2026/07/12 01:15:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/12 01:15:30 DEBUG : sub dir/hello world: Excluded 2026/07/12 01:15:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/12 01:15:30 DEBUG : sub dir/hello world2: Excluded 2026/07/12 01:15:31 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (70.85s) === RUN TestListDirSortedFn run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:16:46 DEBUG : a.txt: Excluded (Size Filter) 2026/07/12 01:16:46 DEBUG : a.txt: Excluded 2026/07/12 01:16:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/12 01:16:50 DEBUG : sub dir/hello world: Excluded 2026/07/12 01:16:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/12 01:16:50 DEBUG : sub dir/hello world2: Excluded 2026/07/12 01:16:53 DEBUG : sub dir/ignore dir: Excluded 2026/07/12 01:16:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/12 01:16:53 DEBUG : sub dir/hello world: Excluded 2026/07/12 01:16:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/12 01:16:53 DEBUG : sub dir/hello world2: Excluded 2026/07/12 01:16:56 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (97.15s) === RUN TestListJSON run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/07/12 01:17:38 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (24.27s) --- PASS: TestListJSON/Default (0.36s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.31s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (1.35s) --- PASS: TestListJSON/NoModTime (0.85s) --- PASS: TestListJSON/NoMimeType (2.17s) --- PASS: TestListJSON/ShowHash (1.07s) --- PASS: TestListJSON/HashTypes (2.23s) --- PASS: TestListJSON/Metadata (0.25s) === RUN TestStatJSON run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/07/12 01:18:05 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/notfound" 2026/07/12 01:18:05 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 --- PASS: TestStatJSON (30.13s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.69s) --- PASS: TestStatJSON/Dir (2.69s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.95s) --- PASS: TestStatJSON/DirFilesOnly (0.11s) --- PASS: TestStatJSON/FileFilesOnly (0.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.13s) --- PASS: TestStatJSON/DirDirsOnly (0.78s) --- PASS: TestStatJSON/FileDirsOnly (0.55s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.83s) --- PASS: TestStatJSON/RootNotFound (1.38s) === RUN TestMkdir run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:18:11 INFO : Internxt root 'rclone-test-mamijid7riya': Making directory 2026/07/12 01:18:12 INFO : Internxt root 'rclone-test-mamijid7riya': Making directory 2026/07/12 01:18:14 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:18:14 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/12 01:18:14 DEBUG : pacer: Reducing sleep to 15ms 2026/07/12 01:18:14 DEBUG : pacer: Reducing sleep to 11.25ms 2026/07/12 01:18:14 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestMkdir (3.57s) === RUN TestLsd run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestLsd (17.79s) === RUN TestLs run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestLs (19.61s) === RUN TestLsWithFilesFrom run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:19:07 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/07/12 01:19:07 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (22.72s) === RUN TestLsLong run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestLsLong (16.17s) === RUN TestHashSums run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestHashSums (13.86s) === RUN TestHashSumsWithErrors 2026/07/12 01:19:45 DEBUG : Creating backend with remote ":memory:" 2026/07/12 01:19:45 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/07/12 01:19:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/07/12 01:19:45 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestCount (22.07s) === RUN TestDelete run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:20:32 DEBUG : Waiting for deletions to finish 2026/07/12 01:20:34 DEBUG : large: Excluded (Size Filter) 2026/07/12 01:20:34 DEBUG : large: Excluded 2026/07/12 01:20:34 INFO : small: Deleted 2026/07/12 01:20:35 INFO : medium: Deleted --- PASS: TestDelete (32.33s) === RUN TestMaxDelete run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:21:02 DEBUG : Waiting for deletions to finish 2026/07/12 01:21:04 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/07/12 01:21:04 INFO : medium: Deleted 2026/07/12 01:21:04 INFO : large: Deleted --- PASS: TestMaxDelete (52.50s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:21:54 DEBUG : Waiting for deletions to finish 2026/07/12 01:21:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/07/12 01:21:55 INFO : small: Deleted 2026/07/12 01:21:55 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (39.01s) === RUN TestMaxDeleteSize run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:22:42 DEBUG : Waiting for deletions to finish 2026/07/12 01:22:43 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/07/12 01:22:43 INFO : large: Deleted 2026/07/12 01:22:43 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (37.17s) === RUN TestReadFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestReadFile (37.02s) === RUN TestRetry 2026/07/12 01:23:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/07/12 01:23:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/07/12 01:23:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/12 01:23:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/12 01:23:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/12 01:23:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/12 01:23:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestCat (46.59s) === RUN TestPurge 2026/07/12 01:24:12 DEBUG : Creating backend with remote "TestInternxt:rclone-test-temayij0yuvi" 2026/07/12 01:24:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 01:24:13 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:24:14 DEBUG : Creating backend with remote "/tmp/rclone2765795085" run.go:198: Remote "Internxt root 'rclone-test-temayij0yuvi'", Local "Local file system at /tmp/rclone2765795085", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/07/12 01:24:37 INFO : A2: Making directory 2026/07/12 01:24:37 INFO : A1/B2: Making directory 2026/07/12 01:24:38 INFO : A1/B2/C2: Making directory 2026/07/12 01:24:38 INFO : A1/B1/C3: Making directory 2026/07/12 01:24:39 INFO : A3: Making directory 2026/07/12 01:24:41 INFO : A3/B3: Making directory 2026/07/12 01:24:42 INFO : A3/B3/C4: Making directory 2026/07/12 01:24:58 DEBUG : Waiting for deletions to finish 2026/07/12 01:24:59 INFO : A1/B1/C1/one: Deleted 2026/07/12 01:25:01 DEBUG : removing 2 level 3 directories 2026/07/12 01:25:01 INFO : A1/B1/C3: Removing directory 2026/07/12 01:25:01 INFO : A1/B1/C1: Removing directory 2026/07/12 01:25:03 DEBUG : removing 1 level 2 directories 2026/07/12 01:25:03 INFO : A1/B1: Removing directory 2026/07/12 01:25:19 DEBUG : Waiting for deletions to finish 2026/07/12 01:25:20 INFO : A1/two: Deleted 2026/07/12 01:25:28 DEBUG : removing 2 level 3 directories 2026/07/12 01:25:28 INFO : A3/B3/C4: Removing directory 2026/07/12 01:25:28 INFO : A1/B2/C2: Removing directory 2026/07/12 01:25:34 DEBUG : removing 2 level 2 directories 2026/07/12 01:25:34 INFO : A3/B3: Removing directory 2026/07/12 01:25:34 INFO : A1/B2: Removing directory 2026/07/12 01:25:35 DEBUG : removing 3 level 1 directories 2026/07/12 01:25:35 INFO : A3: Removing directory 2026/07/12 01:25:35 INFO : A1: Removing directory 2026/07/12 01:25:35 INFO : A2: Removing directory 2026/07/12 01:25:37 DEBUG : removing 1 level 0 directories 2026/07/12 01:25:37 INFO : Internxt root 'rclone-test-temayij0yuvi': Removing directory 2026/07/12 01:25:40 ERROR : error listing: directory not found 2026/07/12 01:25:42 ERROR : error listing: directory not found 2026/07/12 01:25:42 DEBUG : Internxt root 'rclone-test-temayij0yuvi': Purge dir "" 2026/07/12 01:25:42 NOTICE: purge failed to rmdir "": directory not found 2026/07/12 01:25:42 NOTICE: purge failed: directory not found --- PASS: TestPurge (90.54s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:25:56 INFO : A2: Making directory 2026/07/12 01:25:59 INFO : A1/B2: Making directory 2026/07/12 01:26:00 INFO : A1/B2/C2: Making directory 2026/07/12 01:26:02 INFO : A1/B1/C3: Making directory 2026/07/12 01:26:02 INFO : A3: Making directory 2026/07/12 01:26:08 INFO : A3/B3: Making directory 2026/07/12 01:26:12 INFO : A3/B3/C4: Making directory 2026/07/12 01:26:24 DEBUG : removing 1 level 3 directories 2026/07/12 01:26:24 INFO : A3/B3/C4: Removing directory 2026/07/12 01:26:32 DEBUG : removing 2 level 3 directories 2026/07/12 01:26:32 INFO : A1/B2/C2: Removing directory 2026/07/12 01:26:32 INFO : A1/B1/C3: Removing directory 2026/07/12 01:26:33 DEBUG : removing 2 level 2 directories 2026/07/12 01:26:33 INFO : A3/B3: Removing directory 2026/07/12 01:26:33 INFO : A1/B2: Removing directory 2026/07/12 01:26:33 DEBUG : removing 2 level 1 directories 2026/07/12 01:26:33 INFO : A3: Removing directory 2026/07/12 01:26:33 INFO : A2: Removing directory 2026/07/12 01:26:43 DEBUG : removing 1 level 3 directories 2026/07/12 01:26:43 INFO : A1/B1/C1: Removing directory 2026/07/12 01:26:44 DEBUG : removing 1 level 2 directories 2026/07/12 01:26:44 INFO : A1/B1: Removing directory 2026/07/12 01:26:45 DEBUG : removing 1 level 1 directories 2026/07/12 01:26:45 INFO : A1: Removing directory 2026/07/12 01:26:46 DEBUG : removing 1 level 0 directories 2026/07/12 01:26:46 INFO : Internxt root 'rclone-test-mamijid7riya': Removing directory 2026/07/12 01:26:48 ERROR : error listing: directory not found 2026/07/12 01:26:48 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (65.83s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:28:13 INFO : A1: Making directory 2026/07/12 01:28:15 INFO : A1/B1: Making directory 2026/07/12 01:28:16 INFO : A1/B1/C1: Making directory 2026/07/12 01:28:25 DEBUG : removing 1 level 3 directories 2026/07/12 01:28:25 INFO : A1/B1/C1: Removing directory 2026/07/12 01:28:29 DEBUG : removing 1 level 2 directories 2026/07/12 01:28:29 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (113.57s) === RUN TestRmdirsWithFilter run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:28:42 INFO : A1: Making directory 2026/07/12 01:28:42 INFO : A1/B1: Making directory 2026/07/12 01:28:43 INFO : A1/B1/C1: Making directory 2026/07/12 01:28:58 DEBUG : removing 1 level 3 directories 2026/07/12 01:28:58 INFO : A1/B1/C1: Removing directory 2026/07/12 01:29:02 DEBUG : removing 1 level 2 directories 2026/07/12 01:29:02 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (37.38s) === RUN TestCopyURL run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:29:28 DEBUG : filename.txt: File name found in url 2026/07/12 01:29:35 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (40.93s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestCopyURLDownloadHeaders (14.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:30:15 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/12 01:30:21 DEBUG : sub/file2: size = 14 OK 2026/07/12 01:30:21 INFO : file1: Copied (new) to: sub/file2 2026/07/12 01:30:21 INFO : file1: Deleted 2026/07/12 01:30:27 DEBUG : sub/file2: size = 14 OK 2026/07/12 01:30:27 DEBUG : file1: Sizes identical 2026/07/12 01:30:27 DEBUG : file1: Unchanged skipping 2026/07/12 01:30:27 INFO : file1: Deleted 2026/07/12 01:30:29 DEBUG : Internxt root 'rclone-test-mamijid7riya': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (30.13s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:30:46 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/12 01:30:54 DEBUG : file1: size = 14 OK 2026/07/12 01:30:54 INFO : file1: Copied (new) 2026/07/12 01:30:54 INFO : file1: Deleted 2026/07/12 01:30:56 DEBUG : file1: Destination exists, skipping 2026/07/12 01:30:56 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (15.13s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (6.71s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.89s) === RUN TestMoveFileBackupDir run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:31:47 DEBUG : Creating backend with remote "TestInternxt:rclone-test-mamijid7riya/backup" 2026/07/12 01:31:48 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/07/12 01:31:48 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone225654897) 2026/07/12 01:31:48 DEBUG : dst/file1: size = 18 (Internxt root 'rclone-test-mamijid7riya') 2026/07/12 01:31:48 DEBUG : dst/file1: Sizes differ 2026/07/12 01:31:52 INFO : dst/file1: Moved (server-side) 2026/07/12 01:32:00 DEBUG : dst/file1: size = 14 OK 2026/07/12 01:32:00 INFO : dst/file1: Copied (new) 2026/07/12 01:32:00 INFO : dst/file1: Deleted 2026/07/12 01:33:50 DEBUG : pacer: low level retry 1/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:33:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/12 01:34:10 DEBUG : pacer: low level retry 2/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:34:10 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/12 01:34:31 DEBUG : pacer: low level retry 3/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:34:31 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/12 01:34:51 DEBUG : pacer: low level retry 4/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:34:51 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/12 01:35:11 DEBUG : pacer: low level retry 5/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:35:11 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/12 01:35:31 DEBUG : pacer: low level retry 6/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:35:31 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/12 01:35:51 DEBUG : pacer: low level retry 7/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:35:51 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/12 01:36:13 DEBUG : pacer: low level retry 8/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:36:13 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/12 01:36:36 DEBUG : pacer: low level retry 9/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:37:00 DEBUG : pacer: low level retry 10/10 (error failed to list all files at offset 0: list files: Service temporarily unavailable (status 503)) 2026/07/12 01:37:00 ERROR : backup/dst: error listing: failed to list all files at offset 0: list files: Service temporarily unavailable (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to list all files at offset 0: list files: Service temporarily unavailable (status 503) Test: TestMoveFileBackupDir --- FAIL: TestMoveFileBackupDir (351.17s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:37:00 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:02 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:04 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:06 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:08 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:10 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:12 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:14 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:16 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:18 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "A1/one" to Internxt root 'rclone-test-mamijid7riya': 1/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:20 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:22 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:24 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:26 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:28 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:30 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:37:32 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:38:27 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/12 01:38:37 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:38:37 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/12 01:38:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:39:59 DEBUG : pacer: Reducing sleep to 1.5s 2026/07/12 01:40:35 DEBUG : pacer: Reducing sleep to 1.125s 2026/07/12 01:41:27 DEBUG : pacer: Reducing sleep to 843.75ms 2026/07/12 01:43:41 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/07/12 01:43:55 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/07/12 01:44:01 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/07/12 01:44:04 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/07/12 01:44:41 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/07/12 01:45:58 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/07/12 01:46:02 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/07/12 01:46:14 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/07/12 01:46:42 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/07/12 01:46:42 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/07/12 01:46:55 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/07/12 01:47:13 DEBUG : pacer: Reducing sleep to 26.726921ms 2026/07/12 01:47:39 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/07/12 01:47:39 INFO : A1/B2: Making directory 2026/07/12 01:47:40 DEBUG : pacer: Reducing sleep to 15.033892ms 2026/07/12 01:47:42 DEBUG : pacer: Reducing sleep to 11.275419ms 2026/07/12 01:47:42 INFO : A1/B1/C3: Making directory 2026/07/12 01:47:58 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache 2026/07/12 01:52:12 DEBUG : pacer: low level retry 1/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:52:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/12 01:52:12 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:52:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/12 01:52:12 DEBUG : pacer: low level retry 2/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:52:12 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/12 01:52:12 DEBUG : pacer: low level retry 3/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:52:12 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/12 01:52:12 DEBUG : pacer: low level retry 4/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/07/12 01:52:12 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/12 01:52:14 DEBUG : pacer: Reducing sleep to 240ms 2026/07/12 01:52:20 DEBUG : pacer: Reducing sleep to 180ms 2026/07/12 01:52:22 DEBUG : pacer: Reducing sleep to 135ms 2026/07/12 01:52:38 DEBUG : pacer: Reducing sleep to 101.25ms 2026/07/12 01:53:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:53:55 DEBUG : pacer: Rate limited, increasing sleep to 202.5ms 2026/07/12 01:53:55 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:53:55 DEBUG : pacer: Rate limited, increasing sleep to 405ms 2026/07/12 01:53:55 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:53:55 DEBUG : pacer: Rate limited, increasing sleep to 810ms 2026/07/12 01:53:55 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:53:55 DEBUG : pacer: Rate limited, increasing sleep to 1.62s 2026/07/12 01:53:56 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:53:56 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/07/12 01:53:58 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:00 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:02 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:04 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:06 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:06 ERROR : backup/dst: error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:54:27 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: error code: 502 (status 502)) 2026/07/12 01:54:27 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:29 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:31 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:33 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:35 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:37 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:39 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:41 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:43 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:43 ERROR : A1/B2: error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:54:45 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:47 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:49 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:51 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:53 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:55 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:57 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:54:59 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:01 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:03 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:03 ERROR : A1/B1: error listing: failed to list all folders at offset 0: list folders: no available server (status 503) fstest.go:282: Error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:55:05 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:07 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:09 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:11 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:13 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:15 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:17 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:19 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:21 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:23 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:23 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1396 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestDirMove --- FAIL: TestDirMove (1103.51s) === RUN TestGetFsInfo run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:55:23 DEBUG : Config file has changed externally - reloading 2026/07/12 01:55:25 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:27 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:29 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:31 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:33 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:35 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:37 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:39 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:41 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:43 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:43 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestGetFsInfo --- FAIL: TestGetFsInfo (20.01s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:55:45 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:47 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:49 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:51 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:53 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:55 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:57 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:55:59 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:01 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:03 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:03 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) fstest.go:282: Error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:56:05 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:07 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:09 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:11 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:13 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:15 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:17 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:19 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:21 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:23 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:23 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:56:25 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:27 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:29 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:31 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:33 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:35 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:37 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:39 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:41 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:43 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:43 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) fstest.go:282: Error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:56:45 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:47 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:49 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:51 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:53 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:55 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:57 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:56:59 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:01 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:03 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:03 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:57:05 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:07 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:09 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:11 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:13 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:15 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:17 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:19 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:21 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:23 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:23 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) fstest.go:282: Error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:57:25 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:27 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:29 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:31 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:33 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:35 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:37 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:39 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:41 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:43 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:43 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcat/withChecksum=false,ignoreChecksum=true === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:57:45 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:47 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:49 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:51 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:53 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:55 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:57 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:57:59 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:01 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:03 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:03 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) fstest.go:282: Error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 01:58:05 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:07 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:09 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:11 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:13 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:15 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:17 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:19 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:21 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:23 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:23 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcat/withChecksum=true,ignoreChecksum=true --- FAIL: TestRcat (160.09s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (40.02s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=false (40.03s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=true (40.02s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=true (40.02s) === RUN TestRcatMetadata run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/07/12 01:58:25 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:27 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:29 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:31 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:33 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:35 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:37 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:39 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:41 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:43 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:43 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1563 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcatMetadata --- FAIL: TestRcatMetadata (20.01s) === RUN TestRcatSize run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:58:50 DEBUG : pacer: low level retry 1/1 (error failed to create file metadata: create meta: no available server (status 503)) 2026/07/12 01:58:50 ERROR : potato1: Post request put error: failed to create file metadata: create meta: no available server (status 503) operations_test.go:1624: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1624 Error: Received unexpected error: failed to create file metadata: create meta: no available server (status 503) Test: TestRcatSize 2026/07/12 01:58:50 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:52 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:54 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:56 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:58:58 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:00 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:02 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:04 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:06 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:08 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:08 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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:1624 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcatSize --- FAIL: TestRcatSize (24.49s) === RUN TestRcatSizeMetadata run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/07/12 01:59:10 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:12 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:14 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:16 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:18 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:20 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:22 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:24 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:26 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:28 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:28 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1644 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcatSizeMetadata --- FAIL: TestRcatSizeMetadata (20.01s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 01:59:35 DEBUG : pacer: low level retry 1/1 (error failed to create file metadata: create meta: no available server (status 503)) 2026/07/12 01:59:35 ERROR : potato1: Post request put error: failed to create file metadata: create meta: no available server (status 503) operations_test.go:1714: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1714 Error: Received unexpected error: failed to create file metadata: create meta: no available server (status 503) Test: TestRcatSizeUploadHeaders 2026/07/12 01:59:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:53 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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:1714 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRcatSizeUploadHeaders --- FAIL: TestRcatSizeUploadHeaders (24.82s) === RUN TestTouchDir run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime 2026/07/12 01:59:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 01:59:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:13 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1735 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestTouchDir --- FAIL: TestTouchDir (20.01s) === RUN TestMkdirMetadata run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/07/12 02:00:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:33 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1773 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestMkdirMetadata --- FAIL: TestMkdirMetadata (20.01s) === RUN TestMkdirModTime run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/07/12 02:00:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:53 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1792 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestMkdirModTime --- FAIL: TestMkdirModTime (20.02s) === RUN TestCopyDirMetadata run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/12 02:00:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:00:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:13 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1813 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestCopyDirMetadata --- FAIL: TestCopyDirMetadata (20.01s) === RUN TestSetDirModTime run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/07/12 02:01:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:33 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1849 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestSetDirModTime --- FAIL: TestSetDirModTime (20.01s) === RUN TestDirsEqual run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/12 02:01:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:53 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1893 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestDirsEqual --- FAIL: TestDirsEqual (20.01s) === RUN TestRemoveExisting run.go:198: Remote "Internxt root 'rclone-test-mamijid7riya'", Local "Local file system at /tmp/rclone225654897", Modify Window "876000h0m0s" 2026/07/12 02:01:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:01:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 1/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 2/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 3/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:02:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 4/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 5/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 6/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:03:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 7/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 8/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:299: Retry Put of "sub dir/test remove existing" to Internxt root 'rclone-test-mamijid7riya': 9/10 (failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:04:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) run.go:303: Failed to put "sub dir/test remove existing" to "Internxt root 'rclone-test-mamijid7riya'": failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 02:05:15 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:17 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:19 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:21 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:23 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:25 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:27 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:29 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:31 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:33 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:33 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /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 /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:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1965 Error: Received unexpected error: failed to list all folders at offset 0: list folders: no available server (status 503) Test: TestRemoveExisting --- FAIL: TestRemoveExisting (220.62s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2026/07/12 02:05:35 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:37 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:39 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:41 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:43 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:45 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:47 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:49 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:51 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:53 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:53 ERROR : error listing: failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 02:05:53 DEBUG : Internxt root 'rclone-test-mamijid7riya': Purge dir "" 2026/07/12 02:05:55 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:57 DEBUG : pacer: low level retry 2/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:05:59 DEBUG : pacer: low level retry 3/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:01 DEBUG : pacer: low level retry 4/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:03 DEBUG : pacer: low level retry 5/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:05 DEBUG : pacer: low level retry 6/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:07 DEBUG : pacer: low level retry 7/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:09 DEBUG : pacer: low level retry 8/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:11 DEBUG : pacer: low level retry 9/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:13 DEBUG : pacer: low level retry 10/10 (error failed to list all folders at offset 0: list folders: no available server (status 503)) 2026/07/12 02:06:13 NOTICE: purge failed to rmdir "": failed to list all folders at offset 0: list folders: no available server (status 503) 2026/07/12 02:06:13 NOTICE: purge failed: failed to list all folders at offset 0: list folders: no available server (status 503) "./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose" - Finished ERROR in 1h5m52.946470396s (try 1/5): exit status 1: Failed [TestMultithreadCopy TestApplyTransforms TestMoveFileBackupDir TestDirMove TestGetFsInfo TestRcat/withChecksum=false,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=false TestRcat/withChecksum=false,ignoreChecksum=true TestRcat/withChecksum=true,ignoreChecksum=true TestRcatMetadata TestRcatSize TestRcatSizeMetadata TestRcatSizeUploadHeaders TestTouchDir TestMkdirMetadata TestMkdirModTime TestCopyDirMetadata TestSetDirModTime TestDirsEqual TestRemoveExisting]