"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/11/28 01:01:08 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo" 2025/11/28 01:01:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/28 01:01:09 DEBUG : Creating backend with remote "/tmp/rclone429684756" === 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:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" multithread_test.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:137 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:148 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestMultithreadCopy --- FAIL: TestMultithreadCopy (0.65s) === RUN TestMultithreadCopyAbort run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" multithread_test.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:137 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:293 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestMultithreadCopyAbort --- FAIL: TestMultithreadCopyAbort (0.19s) === RUN TestSizeDiffers 2025/11/28 01:01:10 DEBUG : a: size = 0 OK 2025/11/28 01:01:10 DEBUG : a: size = 1 (memory) 2025/11/28 01:01:10 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/11/28 01:01:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/11/28 01:01:10 DEBUG : potato: Seek from 10 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 10 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 2 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/11/28 01:01:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 2 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/11/28 01:01:10 DEBUG : potato: Seek from 8 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 8 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/11/28 01:01:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/28 01:01:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/28 01:01:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/28 01:01:10 DEBUG : potato: Seek from 5 to 2 2025/11/28 01:01:10 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/11/28 01:01:10 DEBUG : potato: Seek from 9 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 9 to 0 2025/11/28 01:01:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCheck (0.20s) === RUN TestCheckFsError 2025/11/28 01:01:10 DEBUG : Creating backend with remote "nonexistent" 2025/11/28 01:01:10 DEBUG : Creating backend with remote "nonexistent" 2025/11/28 01:01:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/11/28 01:01:10 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/11/28 01:01:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/11/28 01:01:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 1 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCheckDownload (0.20s) === RUN TestCheckSizeOnly run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCheckSizeOnly (0.19s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestParseSumFile (0.21s) === RUN TestCheckSum run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:10 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/data" check_test.go:350: B2 bucket rclone-test-wurexav0kewo path data lacks md5, skipping --- SKIP: TestCheckSum (1.33s) === RUN TestCheckSumDownload run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:12 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/data" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCheckSumDownload (1.31s) === RUN TestApplyTransforms 2025/11/28 01:01:13 DEBUG : Creating backend with remote "TestB2:rclone-test-yibides2denu" 2025/11/28 01:01:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/28 01:01:14 DEBUG : Creating backend with remote "/tmp/rclone3520420561" run.go:185: Remote "B2 bucket rclone-test-yibides2denu", Local "Local file system at /tmp/rclone3520420561", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-yibides2denu": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) 2025/11/28 01:01:14 DEBUG : B2 bucket rclone-test-yibides2denu: Purge remote 2025/11/28 01:01:14 INFO : B2 bucket rclone-test-yibides2denu: cleaning bucket "rclone-test-yibides2denu" of all files 2025/11/28 01:01:14 NOTICE: purge failed: directory not found --- FAIL: TestApplyTransforms (1.26s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/28 01:01:15 ERROR : file1: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestCopyFile --- FAIL: TestCopyFile (0.74s) === RUN TestCopyLongFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCopyFileBackupDir (0.20s) === RUN TestCopyFileCompareDest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:15 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/dst" 2025/11/28 01:01:17 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/CompareDest" 2025/11/28 01:01:18 DEBUG : one: Need to transfer - File not found at Destination 2025/11/28 01:01:18 ERROR : one: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) copy_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (3.14s) === RUN TestCopyFileCopyDest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:18 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/dst" 2025/11/28 01:01:20 DEBUG : Creating backend with remote "TestB2:rclone-test-wurexav0kewo/CopyDest" 2025/11/28 01:01:21 DEBUG : one: Need to transfer - File not found at Destination 2025/11/28 01:01:21 ERROR : one: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) copy_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:290 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestCopyFileCopyDest --- FAIL: TestCopyFileCopyDest (3.12s) === RUN TestCopyInplace run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.00s) === RUN TestCopyLongFileName run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.00s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.00s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/11/28 01:01:23 ERROR : TestCopyFileMaxTransfer/file1: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (1.10s) === RUN TestDeduplicateInteractive run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestDeduplicateNewestByHash (0.20s) === RUN TestDeduplicateOldest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestListDirSorted (0.19s) === RUN TestListDirSortedFn run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestListDirSortedFn (0.20s) === RUN TestListJSON run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestListJSON (0.20s) === RUN TestStatJSON run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestStatJSON (0.19s) === RUN TestMkdir run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:24 INFO : B2 bucket rclone-test-wurexav0kewo: Making directory operations_test.go:69: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:69 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestMkdir --- FAIL: TestMkdir (0.25s) === RUN TestLsd run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestLsd (0.20s) === RUN TestLs run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestLs (0.24s) === RUN TestLsWithFilesFrom run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestLsWithFilesFrom (0.19s) === RUN TestLsLong run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestLsLong (0.20s) === RUN TestHashSums run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestHashSums (0.20s) === RUN TestHashSumsWithErrors 2025/11/28 01:01:25 DEBUG : Creating backend with remote ":memory:" 2025/11/28 01:01:25 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/11/28 01:01:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/28 01:01:25 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/11/28 01:01:25 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:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCount (0.20s) === RUN TestDelete run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestDelete (0.19s) === RUN TestMaxDelete run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestMaxDelete (0.19s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestMaxDeleteSizeLargeFile (0.19s) === RUN TestMaxDeleteSize run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestMaxDeleteSize (0.19s) === RUN TestReadFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestReadFile (0.19s) === RUN TestRetry 2025/11/28 01:01:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/11/28 01:01:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/11/28 01:01:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/28 01:01:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/28 01:01:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/28 01:01:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/28 01:01:26 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:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCat (0.19s) === RUN TestPurge 2025/11/28 01:01:26 DEBUG : Creating backend with remote "TestB2:rclone-test-rujagef4kucu" 2025/11/28 01:01:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/28 01:01:27 DEBUG : Creating backend with remote "/tmp/rclone1603814460" run.go:185: Remote "B2 bucket rclone-test-rujagef4kucu", Local "Local file system at /tmp/rclone1603814460", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-rujagef4kucu": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) 2025/11/28 01:01:27 DEBUG : B2 bucket rclone-test-rujagef4kucu: Purge remote 2025/11/28 01:01:27 INFO : B2 bucket rclone-test-rujagef4kucu: cleaning bucket "rclone-test-rujagef4kucu" of all files 2025/11/28 01:01:27 NOTICE: purge failed: directory not found --- FAIL: TestPurge (1.12s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestRmdirsNoLeaveRoot (0.19s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestRmdirsLeaveRoot (0.21s) === RUN TestRmdirsWithFilter run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestRmdirsWithFilter (0.19s) === RUN TestCopyURL run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestCopyURL (0.21s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/28 01:01:29 ERROR : file1: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) 2025/11/28 01:01:29 ERROR : file1: Not deleting source as copy failed: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) operations_test.go:940: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:940 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestMoveFile --- FAIL: TestMoveFile (0.73s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/28 01:01:29 ERROR : file1: Failed to copy: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) 2025/11/28 01:01:29 ERROR : file1: Not deleting source as copy failed: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) operations_test.go:968: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:968 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestMoveFileWithIgnoreExisting --- FAIL: TestMoveFileWithIgnoreExisting (0.37s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestMoveFileBackupDir (0.20s) === 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:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestDirMove (0.20s) === RUN TestGetFsInfo run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:30 DEBUG : B2 bucket rclone-test-wurexav0kewo: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:30 DEBUG : B2 bucket rclone-test-wurexav0kewo: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:30 DEBUG : B2 bucket rclone-test-wurexav0kewo: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestRcat/withChecksum=false,ignoreChecksum=true === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:30 DEBUG : B2 bucket rclone-test-wurexav0kewo: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestRcat/withChecksum=true,ignoreChecksum=true --- FAIL: TestRcat (0.81s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (0.20s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=false (0.20s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=true (0.22s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=true (0.20s) === RUN TestRcatMetadata run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" 2025/11/28 01:01:31 ERROR : potato1: Post request put error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) operations_test.go:1601: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1601 Error: Received unexpected error: failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) Test: TestRcatSize --- FAIL: TestRcatSize (0.20s) === RUN TestRcatSizeMetadata run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestTouchDir run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" run.go:242: Failed to mkdir "B2 bucket rclone-test-wurexav0kewo": failed to create bucket: The account is already at the maximum bucket count (400 too_many_buckets) --- FAIL: TestTouchDir (0.20s) === RUN TestMkdirMetadata run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:185: Remote "B2 bucket rclone-test-wurexav0kewo", Local "Local file system at /tmp/rclone429684756", Modify Window "1ms" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.00s) === 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 TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2025/11/28 01:01:31 DEBUG : B2 bucket rclone-test-wurexav0kewo: Purge remote 2025/11/28 01:01:31 INFO : B2 bucket rclone-test-wurexav0kewo: cleaning bucket "rclone-test-wurexav0kewo" of all files 2025/11/28 01:01:31 NOTICE: purge failed: directory not found "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished ERROR in 22.833360183s (try 1/5): exit status 1: Failed [TestMultithreadCopy TestMultithreadCopyAbort TestCheck TestCheckDownload TestCheckSizeOnly TestParseSumFile TestCheckSumDownload TestApplyTransforms TestCopyFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileCopyDest TestCopyFileMaxTransfer TestDeduplicateNewestByHash TestListDirSorted TestListDirSortedFn TestListJSON TestStatJSON TestMkdir TestLsd TestLs TestLsWithFilesFrom TestLsLong TestHashSums TestCount TestDelete TestMaxDelete TestMaxDeleteSizeLargeFile TestMaxDeleteSize TestReadFile TestCat TestPurge TestRmdirsLeaveRoot TestRmdirsWithFilter TestCopyURL TestMoveFile TestMoveFileWithIgnoreExisting TestMoveFileBackupDir TestDirMove TestRcat/withChecksum=false,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=false TestRcat/withChecksum=false,ignoreChecksum=true TestRcat/withChecksum=true,ignoreChecksum=true TestRcatSize TestTouchDir]