"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/02/16 04:40:24 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi" 2026/02/16 04:40:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:40:24 DEBUG : Creating backend with remote "/tmp/rclone1856932166" === 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-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:40:26 DEBUG : chunksize-probe: Cancelling large file upload === RUN TestMultithreadCopy/upload=false,size=16777215,streams=2 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: write buffer set to 131072 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi starting 2026/02/16 04:40:31 DEBUG : test-multithread-copy-false-16777215-2: writing chunk 0 2026/02/16 04:40:34 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi finished 2026/02/16 04:40:34 DEBUG : test-multithread-copy-false-16777215-2: Finished multi-thread copy with 1 parts of size 16.000Mi === RUN TestMultithreadCopy/upload=false,size=16777216,streams=2 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: write buffer set to 131072 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16Mi 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: Starting multi-thread copy with 1 chunks of size 16Mi with 1 parallel streams 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi starting 2026/02/16 04:40:40 DEBUG : test-multithread-copy-false-16777216-2: writing chunk 0 2026/02/16 04:40:42 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi finished 2026/02/16 04:40:42 DEBUG : test-multithread-copy-false-16777216-2: Finished multi-thread copy with 1 parts of size 16Mi === RUN TestMultithreadCopy/upload=false,size=16777217,streams=2 2026/02/16 04:40:44 DEBUG : test-multithread-copy-false-16777217-2: Clearing upload URL because of error: Post "https://pod-000-1102-04.backblaze.com/b2api/v1/b2_upload_file/0fd2edc3b0fd6b4b9fc80e1b/c001_v0001102_t0024": write tcp 65.108.87.141:60038->206.190.209.115:443: use of closed network connection 2026/02/16 04:40:44 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1102-04.backblaze.com/b2api/v1/b2_upload_file/0fd2edc3b0fd6b4b9fc80e1b/c001_v0001102_t0024": write tcp 65.108.87.141:60038->206.190.209.115:443: use of closed network connection) 2026/02/16 04:40:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms === NAME TestMultithreadCopy run.go:286: Retry Put of "test-multithread-copy-false-16777217-2" to B2 bucket rclone-test-hugagoj1nodi: 1/10 (Post "https://pod-000-1102-04.backblaze.com/b2api/v1/b2_upload_file/0fd2edc3b0fd6b4b9fc80e1b/c001_v0001102_t0024": write tcp 65.108.87.141:60038->206.190.209.115:443: use of closed network connection) 2026/02/16 04:40:46 DEBUG : pacer: Reducing sleep to 10ms 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: write buffer set to 131072 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi starting 2026/02/16 04:40:50 DEBUG : test-multithread-copy-false-16777217-2: writing chunk 0 2026/02/16 04:40:53 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi finished 2026/02/16 04:40:53 DEBUG : test-multithread-copy-false-16777217-2: Finished multi-thread copy with 1 parts of size 16.000Mi === RUN TestMultithreadCopy/upload=true,size=16777215,streams=2 2026/02/16 04:40:55 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: disabling buffering because source is local disk 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi starting 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 1 length 8388607 2026/02/16 04:40:56 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 0 length 8388608 2026/02/16 04:40:58 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 1 2026/02/16 04:40:58 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi finished 2026/02/16 04:40:59 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 0 2026/02/16 04:40:59 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/02/16 04:40:59 DEBUG : test-multithread-copy-true-16777215-2: Finishing large file upload with 2 parts 2026/02/16 04:41:00 DEBUG : test-multithread-copy-true-16777215-2: Finished multi-thread copy with 2 parts of size 8Mi === RUN TestMultithreadCopy/upload=true,size=16777216,streams=2 2026/02/16 04:41:02 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: disabling buffering because source is local disk 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi starting 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 1 length 8388608 2026/02/16 04:41:03 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 0 length 8388608 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 0 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 1 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi finished 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: Finishing large file upload with 2 parts 2026/02/16 04:41:06 DEBUG : test-multithread-copy-true-16777216-2: Finished multi-thread copy with 2 parts of size 8Mi === RUN TestMultithreadCopy/upload=true,size=16777217,streams=2 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: disabling buffering because source is local disk 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 2 length 1 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 0 length 8388608 2026/02/16 04:41:09 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 1 length 8388608 2026/02/16 04:41:11 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 2 2026/02/16 04:41:11 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 finished 2026/02/16 04:41:12 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 1 2026/02/16 04:41:12 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/02/16 04:41:17 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 0 2026/02/16 04:41:17 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/02/16 04:41:17 DEBUG : test-multithread-copy-true-16777217-2: Finishing large file upload with 3 parts 2026/02/16 04:41:18 DEBUG : test-multithread-copy-true-16777217-2: Finished multi-thread copy with 3 parts of size 8Mi --- PASS: TestMultithreadCopy (55.27s) --- PASS: TestMultithreadCopy/upload=false,size=16777215,streams=2 (9.55s) --- PASS: TestMultithreadCopy/upload=false,size=16777216,streams=2 (7.82s) --- PASS: TestMultithreadCopy/upload=false,size=16777217,streams=2 (10.48s) --- PASS: TestMultithreadCopy/upload=true,size=16777215,streams=2 (7.11s) --- PASS: TestMultithreadCopy/upload=true,size=16777216,streams=2 (6.84s) --- PASS: TestMultithreadCopy/upload=true,size=16777217,streams=2 (11.64s) === RUN TestMultithreadCopyAbort run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:41:20 DEBUG : chunksize-probe: Cancelling large file upload 2026/02/16 04:41:22 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk 2026/02/16 04:41:23 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 1 2026/02/16 04:41:23 DEBUG : test-multithread-abort: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/02/16 04:41:23 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/02/16 04:41:23 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/02/16 04:41:23 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:23 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/02/16 04:41:23 DEBUG : Open with options = [RangeOption(0,8388607)] 2026/02/16 04:41:23 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/02/16 04:41:23 DEBUG : Open with options = [RangeOption(8388608,16777215)] 2026/02/16 04:41:23 DEBUG : test-multithread-abort: Sending chunk 0 length 8388608 2026/02/16 04:41:23 DEBUG : test-multithread-abort: Sending chunk 1 length 8388608 2026/02/16 04:41:25 DEBUG : test-multithread-abort: Done sending chunk 0 2026/02/16 04:41:25 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/02/16 04:41:39 DEBUG : test-multithread-abort: Done sending chunk 1 2026/02/16 04:41:39 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/02/16 04:41:39 DEBUG : Returning error reader 2026/02/16 04:41:39 DEBUG : test-multithread-abort: Sending chunk 2 length 1 2026/02/16 04:41:40 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:40 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 0/10: BOOM: simulated read failure 2026/02/16 04:41:40 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:41 DEBUG : Returning error reader 2026/02/16 04:41:41 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:41 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure 2026/02/16 04:41:41 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:42 DEBUG : Returning error reader 2026/02/16 04:41:42 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:42 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure 2026/02/16 04:41:42 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:43 DEBUG : Returning error reader 2026/02/16 04:41:43 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:43 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure 2026/02/16 04:41:43 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:44 DEBUG : Returning error reader 2026/02/16 04:41:44 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:44 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure 2026/02/16 04:41:44 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:45 DEBUG : Returning error reader 2026/02/16 04:41:45 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:45 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure 2026/02/16 04:41:45 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:46 DEBUG : Returning error reader 2026/02/16 04:41:46 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:46 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure 2026/02/16 04:41:46 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:47 DEBUG : Returning error reader 2026/02/16 04:41:47 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:47 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure 2026/02/16 04:41:47 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:48 DEBUG : Returning error reader 2026/02/16 04:41:48 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:48 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure 2026/02/16 04:41:48 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:49 DEBUG : Returning error reader 2026/02/16 04:41:49 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:49 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure 2026/02/16 04:41:49 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/16 04:41:50 DEBUG : Returning error reader 2026/02/16 04:41:50 DEBUG : BOOM: simulated read failure 2026/02/16 04:41:50 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure 2026/02/16 04:41:50 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries 2026/02/16 04:41:50 DEBUG : test-multithread-abort: Error sending chunk 2 (retry=false): Post "https://pod-000-1167-11.backblaze.com/b2api/v1/b2_upload_part/4_z0fd2edc3b0fd6b4b9fc80e1b_f21973cf03d079efb_d20260216_m044123_c001_v0001167_t0047_u01771216883072/0004": BOOM: simulated read failure: &url.Error{Op:"Post", URL:"https://pod-000-1167-11.backblaze.com/b2api/v1/b2_upload_part/4_z0fd2edc3b0fd6b4b9fc80e1b_f21973cf03d079efb_d20260216_m044123_c001_v0001167_t0047_u01771216883072/0004", Err:(*errors.errorString)(0xc0004d3e60)} 2026/02/16 04:41:50 DEBUG : test-multithread-abort: Error sending chunk 2: Post "https://pod-000-1167-11.backblaze.com/b2api/v1/b2_upload_part/4_z0fd2edc3b0fd6b4b9fc80e1b_f21973cf03d079efb_d20260216_m044123_c001_v0001167_t0047_u01771216883072/0004": BOOM: simulated read failure 2026/02/16 04:41:50 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: Post "https://pod-000-1167-11.backblaze.com/b2api/v1/b2_upload_part/4_z0fd2edc3b0fd6b4b9fc80e1b_f21973cf03d079efb_d20260216_m044123_c001_v0001167_t0047_u01771216883072/0004": BOOM: simulated read failure 2026/02/16 04:41:50 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit 2026/02/16 04:41:50 DEBUG : test-multithread-abort: Cancelling large file upload --- PASS: TestMultithreadCopyAbort (31.54s) === RUN TestSizeDiffers 2026/02/16 04:41:51 DEBUG : a: size = 0 OK 2026/02/16 04:41:51 DEBUG : a: size = 1 (memory) 2026/02/16 04:41:51 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/02/16 04:41:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/02/16 04:41:51 DEBUG : potato: Seek from 10 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 10 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 2 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/02/16 04:41:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 2 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/02/16 04:41:51 DEBUG : potato: Seek from 8 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 8 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/02/16 04:41:51 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/16 04:41:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/16 04:41:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/16 04:41:51 DEBUG : potato: Seek from 5 to 2 2026/02/16 04:41:51 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/02/16 04:41:51 DEBUG : potato: Seek from 9 to 0 2026/02/16 04:41:51 DEBUG : potato: Seek from 9 to 0 2026/02/16 04:41:51 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:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (5.20s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/02/16 04:41:56 DEBUG : Creating backend with remote "nonexistent" 2026/02/16 04:41:56 DEBUG : Creating backend with remote "nonexistent" 2026/02/16 04:41:56 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/02/16 04:41:56 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/02/16 04:41:56 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/02/16 04:41:56 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (6.85s) --- PASS: TestCheckDownload/1 (0.73s) --- PASS: TestCheckDownload/2 (0.36s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.55s) --- PASS: TestCheckDownload/5 (0.38s) --- PASS: TestCheckDownload/6 (0.38s) --- PASS: TestCheckDownload/7 (0.37s) === RUN TestCheckSizeOnly run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (5.29s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.18s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.18s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/16 04:42:10 NOTICE: test.sum: 2 warning(s) suppressed... 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/16 04:42:10 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/16 04:42:10 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (2.43s) === RUN TestCheckSum run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:42:11 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/data" check_test.go:350: B2 bucket rclone-test-hugagoj1nodi path data lacks md5, skipping --- SKIP: TestCheckSum (1.45s) === RUN TestCheckSumDownload run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:42:12 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (14.65s) --- PASS: TestCheckSumDownload/subtest1 (1.28s) --- PASS: TestCheckSumDownload/subtest2 (0.73s) --- PASS: TestCheckSumDownload/subtest3 (0.91s) --- PASS: TestCheckSumDownload/subtest4 (0.74s) --- PASS: TestCheckSumDownload/subtest5 (0.74s) --- PASS: TestCheckSumDownload/subtest6 (0.84s) --- PASS: TestCheckSumDownload/subtest7 (0.76s) === RUN TestApplyTransforms 2026/02/16 04:42:27 DEBUG : Creating backend with remote "TestB2:rclone-test-nonayof2gane" 2026/02/16 04:42:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:28 DEBUG : Creating backend with remote "/tmp/rclone892777029" run.go:185: Remote "B2 bucket rclone-test-nonayof2gane", Local "Local file system at /tmp/rclone892777029", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2026/02/16 04:42:30 ERROR : hello, world!: sum not found 2026/02/16 04:42:30 ERROR : HELLO, WORLD!: file not in B2 bucket rclone-test-nonayof2gane 2026/02/16 04:42:30 NOTICE: B2 bucket rclone-test-nonayof2gane: 1 files missing 2026/02/16 04:42:30 NOTICE: 1 hashes missing 2026/02/16 04:42:30 NOTICE: B2 bucket rclone-test-nonayof2gane: 1 differences found 2026/02/16 04:42:30 NOTICE: B2 bucket rclone-test-nonayof2gane: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/02/16 04:42:31 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:31 NOTICE: B2 bucket rclone-test-nonayof2gane: 0 differences found 2026/02/16 04:42:31 NOTICE: B2 bucket rclone-test-nonayof2gane: 1 matching files 2026/02/16 04:42:31 DEBUG : Creating backend with remote "TestB2:rclone-test-rebebul4riyo" 2026/02/16 04:42:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:31 DEBUG : Creating backend with remote "/tmp/rclone283986047" run.go:185: Remote "B2 bucket rclone-test-rebebul4riyo", Local "Local file system at /tmp/rclone283986047", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2026/02/16 04:42:33 ERROR : HELLO, WORLD!: sum not found 2026/02/16 04:42:33 ERROR : hello, world!: file not in B2 bucket rclone-test-rebebul4riyo 2026/02/16 04:42:33 NOTICE: B2 bucket rclone-test-rebebul4riyo: 1 files missing 2026/02/16 04:42:33 NOTICE: 1 hashes missing 2026/02/16 04:42:33 NOTICE: B2 bucket rclone-test-rebebul4riyo: 1 differences found 2026/02/16 04:42:33 NOTICE: B2 bucket rclone-test-rebebul4riyo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/02/16 04:42:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:34 NOTICE: B2 bucket rclone-test-rebebul4riyo: 0 differences found 2026/02/16 04:42:34 NOTICE: B2 bucket rclone-test-rebebul4riyo: 1 matching files 2026/02/16 04:42:34 DEBUG : Creating backend with remote "TestB2:rclone-test-medakov3yola" 2026/02/16 04:42:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:35 DEBUG : Creating backend with remote "/tmp/rclone155242107" run.go:185: Remote "B2 bucket rclone-test-medakov3yola", Local "Local file system at /tmp/rclone155242107", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2026/02/16 04:42:37 ERROR : HeLlO, wOrLd!: sum not found 2026/02/16 04:42:37 ERROR : hello, world!: file not in B2 bucket rclone-test-medakov3yola 2026/02/16 04:42:37 NOTICE: B2 bucket rclone-test-medakov3yola: 1 files missing 2026/02/16 04:42:37 NOTICE: 1 hashes missing 2026/02/16 04:42:37 NOTICE: B2 bucket rclone-test-medakov3yola: 1 differences found 2026/02/16 04:42:37 NOTICE: B2 bucket rclone-test-medakov3yola: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/02/16 04:42:38 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:38 NOTICE: B2 bucket rclone-test-medakov3yola: 0 differences found 2026/02/16 04:42:38 NOTICE: B2 bucket rclone-test-medakov3yola: 1 matching files 2026/02/16 04:42:38 DEBUG : Creating backend with remote "TestB2:rclone-test-dafomit7cire" 2026/02/16 04:42:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:38 DEBUG : Creating backend with remote "/tmp/rclone87829084" run.go:185: Remote "B2 bucket rclone-test-dafomit7cire", Local "Local file system at /tmp/rclone87829084", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2026/02/16 04:42:41 ERROR : HELLO, WORLD!: sum not found 2026/02/16 04:42:41 ERROR : HeLlO, wOrLd!: file not in B2 bucket rclone-test-dafomit7cire 2026/02/16 04:42:41 NOTICE: B2 bucket rclone-test-dafomit7cire: 1 files missing 2026/02/16 04:42:41 NOTICE: 1 hashes missing 2026/02/16 04:42:41 NOTICE: B2 bucket rclone-test-dafomit7cire: 1 differences found 2026/02/16 04:42:41 NOTICE: B2 bucket rclone-test-dafomit7cire: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/02/16 04:42:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:41 NOTICE: B2 bucket rclone-test-dafomit7cire: 0 differences found 2026/02/16 04:42:41 NOTICE: B2 bucket rclone-test-dafomit7cire: 1 matching files 2026/02/16 04:42:41 DEBUG : Creating backend with remote "TestB2:rclone-test-disinaj5jolo" 2026/02/16 04:42:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:42 DEBUG : Creating backend with remote "/tmp/rclone3871860340" run.go:185: Remote "B2 bucket rclone-test-disinaj5jolo", Local "Local file system at /tmp/rclone3871860340", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2026/02/16 04:42:44 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/16 04:42:44 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-disinaj5jolo 2026/02/16 04:42:44 NOTICE: B2 bucket rclone-test-disinaj5jolo: 1 files missing 2026/02/16 04:42:44 NOTICE: 1 hashes missing 2026/02/16 04:42:44 NOTICE: B2 bucket rclone-test-disinaj5jolo: 1 differences found 2026/02/16 04:42:44 NOTICE: B2 bucket rclone-test-disinaj5jolo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/02/16 04:42:45 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:45 NOTICE: B2 bucket rclone-test-disinaj5jolo: 0 differences found 2026/02/16 04:42:45 NOTICE: B2 bucket rclone-test-disinaj5jolo: 1 matching files 2026/02/16 04:42:45 DEBUG : Creating backend with remote "TestB2:rclone-test-rehurud6peku" 2026/02/16 04:42:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:46 DEBUG : Creating backend with remote "/tmp/rclone812880976" run.go:185: Remote "B2 bucket rclone-test-rehurud6peku", Local "Local file system at /tmp/rclone812880976", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2026/02/16 04:42:48 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/16 04:42:48 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-rehurud6peku 2026/02/16 04:42:48 NOTICE: B2 bucket rclone-test-rehurud6peku: 1 files missing 2026/02/16 04:42:48 NOTICE: 1 hashes missing 2026/02/16 04:42:48 NOTICE: B2 bucket rclone-test-rehurud6peku: 1 differences found 2026/02/16 04:42:48 NOTICE: B2 bucket rclone-test-rehurud6peku: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/02/16 04:42:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:49 NOTICE: B2 bucket rclone-test-rehurud6peku: 0 differences found 2026/02/16 04:42:49 NOTICE: B2 bucket rclone-test-rehurud6peku: 1 matching files 2026/02/16 04:42:49 DEBUG : Creating backend with remote "TestB2:rclone-test-tizopol2vivi" 2026/02/16 04:42:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:49 DEBUG : Creating backend with remote "/tmp/rclone3570925438" run.go:185: Remote "B2 bucket rclone-test-tizopol2vivi", Local "Local file system at /tmp/rclone3570925438", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2026/02/16 04:42:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/16 04:42:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-tizopol2vivi 2026/02/16 04:42:51 NOTICE: B2 bucket rclone-test-tizopol2vivi: 1 files missing 2026/02/16 04:42:51 NOTICE: 1 hashes missing 2026/02/16 04:42:51 NOTICE: B2 bucket rclone-test-tizopol2vivi: 1 differences found 2026/02/16 04:42:51 NOTICE: B2 bucket rclone-test-tizopol2vivi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/02/16 04:42:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:52 NOTICE: B2 bucket rclone-test-tizopol2vivi: 0 differences found 2026/02/16 04:42:52 NOTICE: B2 bucket rclone-test-tizopol2vivi: 1 matching files 2026/02/16 04:42:52 DEBUG : Creating backend with remote "TestB2:rclone-test-cofuwif7woze" 2026/02/16 04:42:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:53 DEBUG : Creating backend with remote "/tmp/rclone3267294209" run.go:185: Remote "B2 bucket rclone-test-cofuwif7woze", Local "Local file system at /tmp/rclone3267294209", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2026/02/16 04:42:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/16 04:42:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-cofuwif7woze 2026/02/16 04:42:56 NOTICE: B2 bucket rclone-test-cofuwif7woze: 1 files missing 2026/02/16 04:42:56 NOTICE: 1 hashes missing 2026/02/16 04:42:56 NOTICE: B2 bucket rclone-test-cofuwif7woze: 1 differences found 2026/02/16 04:42:56 NOTICE: B2 bucket rclone-test-cofuwif7woze: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/02/16 04:42:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:42:56 NOTICE: B2 bucket rclone-test-cofuwif7woze: 0 differences found 2026/02/16 04:42:56 NOTICE: B2 bucket rclone-test-cofuwif7woze: 1 matching files 2026/02/16 04:42:56 DEBUG : Creating backend with remote "TestB2:rclone-test-nozotun4fahe" 2026/02/16 04:42:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:42:57 DEBUG : Creating backend with remote "/tmp/rclone2092349931" run.go:185: Remote "B2 bucket rclone-test-nozotun4fahe", Local "Local file system at /tmp/rclone2092349931", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2026/02/16 04:42:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/16 04:42:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-nozotun4fahe 2026/02/16 04:42:59 NOTICE: B2 bucket rclone-test-nozotun4fahe: 1 files missing 2026/02/16 04:42:59 NOTICE: 1 hashes missing 2026/02/16 04:42:59 NOTICE: B2 bucket rclone-test-nozotun4fahe: 1 differences found 2026/02/16 04:42:59 NOTICE: B2 bucket rclone-test-nozotun4fahe: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/02/16 04:43:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:43:00 NOTICE: B2 bucket rclone-test-nozotun4fahe: 0 differences found 2026/02/16 04:43:00 NOTICE: B2 bucket rclone-test-nozotun4fahe: 1 matching files 2026/02/16 04:43:00 DEBUG : Creating backend with remote "TestB2:rclone-test-behizuq8goye" 2026/02/16 04:43:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:43:01 DEBUG : Creating backend with remote "/tmp/rclone658840018" run.go:185: Remote "B2 bucket rclone-test-behizuq8goye", Local "Local file system at /tmp/rclone658840018", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2026/02/16 04:43:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/16 04:43:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-behizuq8goye 2026/02/16 04:43:03 NOTICE: B2 bucket rclone-test-behizuq8goye: 1 files missing 2026/02/16 04:43:03 NOTICE: 1 hashes missing 2026/02/16 04:43:03 NOTICE: B2 bucket rclone-test-behizuq8goye: 1 differences found 2026/02/16 04:43:03 NOTICE: B2 bucket rclone-test-behizuq8goye: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/02/16 04:43:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/16 04:43:04 NOTICE: B2 bucket rclone-test-behizuq8goye: 0 differences found 2026/02/16 04:43:04 NOTICE: B2 bucket rclone-test-behizuq8goye: 1 matching files 2026/02/16 04:43:04 DEBUG : B2 bucket rclone-test-behizuq8goye: Purge remote 2026/02/16 04:43:04 INFO : B2 bucket rclone-test-behizuq8goye: cleaning bucket "rclone-test-behizuq8goye" of all files 2026/02/16 04:43:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zdf924de3c02d6b4b9fc80e1b_f1122aead211cceb3_d20260216_m044302_c001_v0001100_t0033_u01771216982826") 2026/02/16 04:43:05 DEBUG : B2 bucket rclone-test-nozotun4fahe: Purge remote 2026/02/16 04:43:05 INFO : B2 bucket rclone-test-nozotun4fahe: cleaning bucket "rclone-test-nozotun4fahe" of all files 2026/02/16 04:43:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zff924d03c02d6b4b9fc80e1b_f1101139c73d7a03f_d20260216_m044259_c001_v0001167_t0022_u01771216979260") 2026/02/16 04:43:06 DEBUG : B2 bucket rclone-test-cofuwif7woze: Purge remote 2026/02/16 04:43:06 INFO : B2 bucket rclone-test-cofuwif7woze: cleaning bucket "rclone-test-cofuwif7woze" of all files 2026/02/16 04:43:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zaf022df3c02d6b4b9fc80e1b_f11527e0dfb5641aa_d20260216_m044254_c001_v0001173_t0037_u01771216974820") 2026/02/16 04:43:07 DEBUG : B2 bucket rclone-test-tizopol2vivi: Purge remote 2026/02/16 04:43:07 INFO : B2 bucket rclone-test-tizopol2vivi: cleaning bucket "rclone-test-tizopol2vivi" of all files 2026/02/16 04:43:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zdf122d13c02d6b4b9fc80e1b_f110482c6e26ef5e6_d20260216_m044251_c001_v0001097_t0008_u01771216971244") 2026/02/16 04:43:08 DEBUG : B2 bucket rclone-test-rehurud6peku: Purge remote 2026/02/16 04:43:08 INFO : B2 bucket rclone-test-rehurud6peku: cleaning bucket "rclone-test-rehurud6peku" of all files 2026/02/16 04:43:09 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z6f521d43c02d6b4b9fc80e1b_f1162f3741915102f_d20260216_m044247_c001_v0001182_t0001_u01771216967849") 2026/02/16 04:43:10 DEBUG : B2 bucket rclone-test-disinaj5jolo: Purge remote 2026/02/16 04:43:10 INFO : B2 bucket rclone-test-disinaj5jolo: cleaning bucket "rclone-test-disinaj5jolo" of all files 2026/02/16 04:43:10 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z0fe20d53c02d6b4b9fc80e1b_f105ecc39b861313f_d20260216_m044244_c001_v0001033_t0022_u01771216964013") 2026/02/16 04:43:11 DEBUG : B2 bucket rclone-test-dafomit7cire: Purge remote 2026/02/16 04:43:11 INFO : B2 bucket rclone-test-dafomit7cire: cleaning bucket "rclone-test-dafomit7cire" of all files 2026/02/16 04:43:11 DEBUG : HELLO, WORLD!: Deleting (id "4_z8f92fd73c01d6b4b9fc80e1b_f1132b7262d60d4ae_d20260216_m044240_c001_v0001179_t0028_u01771216960541") 2026/02/16 04:43:12 DEBUG : B2 bucket rclone-test-medakov3yola: Purge remote 2026/02/16 04:43:12 INFO : B2 bucket rclone-test-medakov3yola: cleaning bucket "rclone-test-medakov3yola" of all files 2026/02/16 04:43:13 DEBUG : HeLlO, wOrLd!: Deleting (id "4_z5fe2ed93c01d6b4b9fc80e1b_f101993f684838094_d20260216_m044236_c001_v0001157_t0016_u01771216956931") 2026/02/16 04:43:13 DEBUG : B2 bucket rclone-test-rebebul4riyo: Purge remote 2026/02/16 04:43:13 INFO : B2 bucket rclone-test-rebebul4riyo: cleaning bucket "rclone-test-rebebul4riyo" of all files 2026/02/16 04:43:14 DEBUG : HELLO, WORLD!: Deleting (id "4_z8f32ddb3c01d6b4b9fc80e1b_f1199ea31a64ca631_d20260216_m044233_c001_v0001100_t0048_u01771216953398") 2026/02/16 04:43:15 DEBUG : B2 bucket rclone-test-nonayof2gane: Purge remote 2026/02/16 04:43:15 INFO : B2 bucket rclone-test-nonayof2gane: cleaning bucket "rclone-test-nonayof2gane" of all files 2026/02/16 04:43:15 DEBUG : hello, world!: Deleting (id "4_zaf12cdd3c01d6b4b9fc80e1b_f117ae9f4049a4491_d20260216_m044229_c001_v0001150_t0017_u01771216949731") --- PASS: TestApplyTransforms (48.75s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:43:16 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/16 04:43:17 DEBUG : sub/file2: size = 14 OK 2026/02/16 04:43:17 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:43:17 INFO : file1: Copied (new) to: sub/file2 2026/02/16 04:43:18 DEBUG : sub/file2: size = 14 OK 2026/02/16 04:43:18 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/16 04:43:18 DEBUG : file1: Unchanged skipping 2026/02/16 04:43:18 DEBUG : B2 bucket rclone-test-hugagoj1nodi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.96s) === RUN TestCopyLongFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.36s) === RUN TestCopyFileBackupDir run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:43:20 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/backup" 2026/02/16 04:43:21 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:21 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-hugagoj1nodi) 2026/02/16 04:43:21 DEBUG : dst/file1: Sizes differ 2026/02/16 04:43:22 DEBUG : dst/file1: size = 18 OK 2026/02/16 04:43:22 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/02/16 04:43:22 INFO : dst/file1: Copied (server-side copy) 2026/02/16 04:43:23 INFO : dst/file1: Deleted 2026/02/16 04:43:23 DEBUG : dst/file1: size = 14 OK 2026/02/16 04:43:23 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:43:23 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (4.86s) === RUN TestCopyFileCompareDest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:43:24 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/dst" 2026/02/16 04:43:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/CompareDest" 2026/02/16 04:43:26 DEBUG : one: Need to transfer - File not found at Destination 2026/02/16 04:43:28 DEBUG : one: size = 3 OK 2026/02/16 04:43:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:43:28 INFO : one: Copied (new) 2026/02/16 04:43:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:29 DEBUG : one: size = 3 (B2 bucket rclone-test-hugagoj1nodi path dst) 2026/02/16 04:43:29 DEBUG : one: Sizes differ 2026/02/16 04:43:30 DEBUG : one: size = 5 OK 2026/02/16 04:43:30 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/16 04:43:30 INFO : one: Copied (replaced existing) 2026/02/16 04:43:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:32 DEBUG : one: size = 3 (B2 bucket rclone-test-hugagoj1nodi path dst) 2026/02/16 04:43:32 DEBUG : one: Sizes differ 2026/02/16 04:43:32 DEBUG : one: size = 5 OK 2026/02/16 04:43:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/02/16 04:43:33 DEBUG : two: Need to transfer - File not found at Destination 2026/02/16 04:43:33 DEBUG : two: size = 3 OK 2026/02/16 04:43:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/16 04:43:34 DEBUG : two: Need to transfer - File not found at Destination 2026/02/16 04:43:34 DEBUG : two: size = 3 OK 2026/02/16 04:43:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:34 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/16 04:43:34 DEBUG : two: Need to transfer - File not found at Destination 2026/02/16 04:43:35 DEBUG : two: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:35 DEBUG : two: size = 3 (B2 bucket rclone-test-hugagoj1nodi path CompareDest) 2026/02/16 04:43:35 DEBUG : two: Sizes differ 2026/02/16 04:43:35 DEBUG : two: size = 5 OK 2026/02/16 04:43:35 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/02/16 04:43:35 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (12.47s) === RUN TestCopyFileCopyDest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:43:36 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/dst" 2026/02/16 04:43:38 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/CopyDest" 2026/02/16 04:43:39 DEBUG : one: Need to transfer - File not found at Destination 2026/02/16 04:43:41 DEBUG : one: size = 3 OK 2026/02/16 04:43:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:43:41 INFO : one: Copied (new) 2026/02/16 04:43:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:41 DEBUG : one: size = 3 (B2 bucket rclone-test-hugagoj1nodi path dst) 2026/02/16 04:43:41 DEBUG : one: Sizes differ 2026/02/16 04:43:42 DEBUG : one: size = 5 OK 2026/02/16 04:43:42 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/16 04:43:42 INFO : one: Copied (replaced existing) 2026/02/16 04:43:43 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/BackupDir" 2026/02/16 04:43:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:45 DEBUG : one: size = 3 (B2 bucket rclone-test-hugagoj1nodi path dst) 2026/02/16 04:43:45 DEBUG : one: Sizes differ 2026/02/16 04:43:45 DEBUG : one: size = 5 OK 2026/02/16 04:43:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:45 DEBUG : one: size = 3 (B2 bucket rclone-test-hugagoj1nodi path dst) 2026/02/16 04:43:45 DEBUG : one: Sizes differ 2026/02/16 04:43:46 DEBUG : one: size = 3 OK 2026/02/16 04:43:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:43:46 INFO : one: Copied (server-side copy) 2026/02/16 04:43:46 INFO : one: Deleted 2026/02/16 04:43:47 DEBUG : one: size = 5 OK 2026/02/16 04:43:47 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/16 04:43:47 INFO : one: Copied (server-side copy) 2026/02/16 04:43:47 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/02/16 04:43:48 DEBUG : two: Need to transfer - File not found at Destination 2026/02/16 04:43:48 DEBUG : two: size = 3 OK 2026/02/16 04:43:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:48 DEBUG : two: size = 3 OK 2026/02/16 04:43:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/16 04:43:48 INFO : two: Copied (server-side copy) 2026/02/16 04:43:48 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/02/16 04:43:49 DEBUG : two: size = 3 OK 2026/02/16 04:43:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/16 04:43:49 DEBUG : two: Unchanged skipping 2026/02/16 04:43:50 DEBUG : three: Need to transfer - File not found at Destination 2026/02/16 04:43:50 DEBUG : three: size = 7 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:43:50 DEBUG : three: size = 5 (B2 bucket rclone-test-hugagoj1nodi path CopyDest) 2026/02/16 04:43:50 DEBUG : three: Sizes differ 2026/02/16 04:43:50 DEBUG : three: Destination not found in --copy-dest 2026/02/16 04:43:51 DEBUG : three: size = 7 OK 2026/02/16 04:43:51 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/02/16 04:43:51 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (16.03s) === RUN TestCopyInplace run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.36s) === RUN TestCopyLongFileName run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.36s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.36s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:43:54 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/02/16 04:43:54 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/02/16 04:43:54 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:43:54 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/02/16 04:43:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/02/16 04:43:55 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1173-03.backblaze.com/b2api/v1/b2_upload_file/0fd2edc3b0fd6b4b9fc80e1b/c001_v0001173_t0001": max transfer limit reached as set by --max-transfer 2026/02/16 04:43:55 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/02/16 04:43:56 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/02/16 04:43:56 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/02/16 04:43:56 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = bfb9f2e9e106ea45f641cd601b14eb60c83c6e68 OK 2026/02/16 04:43:56 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (3.85s) === RUN TestDeduplicateInteractive run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.36s) === RUN TestDeduplicateSkip run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.36s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.36s) === RUN TestDeduplicateFirst run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.36s) === RUN TestDeduplicateNewest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.36s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:01 INFO : B2 bucket rclone-test-hugagoj1nodi: Looking for duplicate sha1 hashes using newest mode. 2026/02/16 04:44:01 NOTICE: 58e5295cba81df018beccd75d29a656bc19577dd: Found 3 files with duplicate sha1 hashes 2026/02/16 04:44:02 INFO : one: Deleted 2026/02/16 04:44:02 INFO : also/one: Deleted 2026/02/16 04:44:02 NOTICE: 58e5295cba81df018beccd75d29a656bc19577dd: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (3.43s) === RUN TestDeduplicateOldest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.36s) === RUN TestDeduplicateLargest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.36s) === RUN TestDeduplicateSmallest run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.36s) === RUN TestDeduplicateRename run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.36s) === RUN TestMergeDirs run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.36s) === RUN TestListDirSorted run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:08 DEBUG : a.txt: Excluded (Size Filter) 2026/02/16 04:44:08 DEBUG : a.txt: Excluded 2026/02/16 04:44:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/16 04:44:08 DEBUG : sub dir/hello world: Excluded 2026/02/16 04:44:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/16 04:44:08 DEBUG : sub dir/hello world2: Excluded 2026/02/16 04:44:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/16 04:44:09 DEBUG : sub dir/hello world: Excluded 2026/02/16 04:44:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/16 04:44:09 DEBUG : sub dir/hello world2: Excluded 2026/02/16 04:44:09 DEBUG : sub dir/ignore dir: Excluded 2026/02/16 04:44:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (7.46s) === RUN TestListDirSortedFn run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:16 DEBUG : a.txt: Excluded (Size Filter) 2026/02/16 04:44:16 DEBUG : a.txt: Excluded 2026/02/16 04:44:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/16 04:44:16 DEBUG : sub dir/hello world: Excluded 2026/02/16 04:44:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/16 04:44:16 DEBUG : sub dir/hello world2: Excluded 2026/02/16 04:44:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/16 04:44:16 DEBUG : sub dir/hello world: Excluded 2026/02/16 04:44:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/16 04:44:16 DEBUG : sub dir/hello world2: Excluded 2026/02/16 04:44:17 DEBUG : sub dir/ignore dir: Excluded 2026/02/16 04:44:17 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (7.21s) === RUN TestListJSON run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === 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/02/16 04:44:22 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (3.87s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.18s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.18s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === 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/02/16 04:44:27 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/notfound" --- PASS: TestStatJSON (6.82s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.73s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.18s) --- PASS: TestStatJSON/NotFound (0.37s) --- PASS: TestStatJSON/DirFilesOnly (0.18s) --- PASS: TestStatJSON/FileFilesOnly (0.18s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.18s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:30 INFO : B2 bucket rclone-test-hugagoj1nodi: Making directory 2026/02/16 04:44:30 INFO : B2 bucket rclone-test-hugagoj1nodi: Making directory --- PASS: TestMkdir (0.55s) === RUN TestLsd run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestLsd (1.69s) === RUN TestLs run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestLs (2.26s) === RUN TestLsWithFilesFrom run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:36 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (2.58s) === RUN TestLsLong run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestLsLong (2.04s) === RUN TestHashSums run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (2.57s) --- PASS: TestHashSums/Sha1 (0.18s) --- PASS: TestHashSums/Sha1Download (0.38s) === RUN TestHashSumsWithErrors 2026/02/16 04:44:41 DEBUG : Creating backend with remote ":memory:" 2026/02/16 04:44:41 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/02/16 04:44:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/16 04:44:41 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/02/16 04:44:41 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-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestCount (2.41s) === RUN TestDelete run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:46 DEBUG : Waiting for deletions to finish 2026/02/16 04:44:46 DEBUG : large: Excluded (Size Filter) 2026/02/16 04:44:46 INFO : medium: Deleted 2026/02/16 04:44:46 INFO : small: Deleted --- PASS: TestDelete (3.17s) === RUN TestMaxDelete run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:49 DEBUG : Waiting for deletions to finish 2026/02/16 04:44:49 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/02/16 04:44:49 INFO : large: Deleted 2026/02/16 04:44:49 INFO : medium: Deleted --- PASS: TestMaxDelete (3.34s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:52 DEBUG : Waiting for deletions to finish 2026/02/16 04:44:52 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/02/16 04:44:53 INFO : medium: Deleted 2026/02/16 04:44:53 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (3.25s) === RUN TestMaxDeleteSize run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:44:56 DEBUG : Waiting for deletions to finish 2026/02/16 04:44:56 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/02/16 04:44:56 INFO : large: Deleted 2026/02/16 04:44:56 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (3.55s) === RUN TestReadFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestReadFile (2.59s) === RUN TestRetry 2026/02/16 04:45:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/02/16 04:45:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/02/16 04:45:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/16 04:45:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/16 04:45:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/16 04:45:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/16 04:45:00 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-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestCat (4.53s) === RUN TestPurge 2026/02/16 04:45:04 DEBUG : Creating backend with remote "TestB2:rclone-test-mabojev4woku" 2026/02/16 04:45:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 04:45:05 DEBUG : Creating backend with remote "/tmp/rclone3642115386" run.go:185: Remote "B2 bucket rclone-test-mabojev4woku", Local "Local file system at /tmp/rclone3642115386", Modify Window "1ms" 2026/02/16 04:45:07 INFO : A2: Making directory 2026/02/16 04:45:07 INFO : A1/B2: Making directory 2026/02/16 04:45:07 INFO : A1/B2/C2: Making directory 2026/02/16 04:45:07 INFO : A1/B1/C3: Making directory 2026/02/16 04:45:07 INFO : A3: Making directory 2026/02/16 04:45:07 INFO : A3/B3: Making directory 2026/02/16 04:45:07 INFO : A3/B3/C4: Making directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/02/16 04:45:08 INFO : B2 bucket rclone-test-mabojev4woku: cleaning bucket "rclone-test-mabojev4woku" of all files 2026/02/16 04:45:08 DEBUG : A1/B1/C1/one: Deleting (id "4_z0fc23d43c04d6b4b9fc80e1b_f104f864dcaf6c182_d20260216_m044507_c001_v0001115_t0042_u01771217107060") fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/02/16 04:45:08 INFO : B2 bucket rclone-test-mabojev4woku: cleaning bucket "rclone-test-mabojev4woku" of all files 2026/02/16 04:45:09 DEBUG : A1/two: Deleting (id "4_z0fc23d43c04d6b4b9fc80e1b_f104f864dcaf6c184_d20260216_m044507_c001_v0001115_t0019_u01771217107737") 2026/02/16 04:45:09 DEBUG : B2 bucket rclone-test-mabojev4woku: Purge remote 2026/02/16 04:45:09 INFO : B2 bucket rclone-test-mabojev4woku: cleaning bucket "rclone-test-mabojev4woku" of all files 2026/02/16 04:45:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (5.15s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:10 INFO : A2: Making directory 2026/02/16 04:45:10 INFO : A1/B2: Making directory 2026/02/16 04:45:10 INFO : A1/B2/C2: Making directory 2026/02/16 04:45:10 INFO : A1/B1/C3: Making directory 2026/02/16 04:45:10 INFO : A3: Making directory 2026/02/16 04:45:10 INFO : A3/B3: Making directory 2026/02/16 04:45:10 INFO : A3/B3/C4: Making directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/02/16 04:45:12 DEBUG : removing 1 level 3 directories 2026/02/16 04:45:12 INFO : A3/B3/C4: Removing directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" 2026/02/16 04:45:13 DEBUG : removing 1 level 0 directories 2026/02/16 04:45:13 INFO : B2 bucket rclone-test-hugagoj1nodi: Removing directory 2026/02/16 04:45:14 ERROR : Failed to rmdir: failed to delete bucket: Cannot delete non-empty bucket (400 cannot_delete_non_empty_bucket) operations_test.go:728: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:728 Error: Received unexpected error: failed to remove directories: failed to delete bucket: Cannot delete non-empty bucket (400 cannot_delete_non_empty_bucket) Test: TestRmdirsNoLeaveRoot --- FAIL: TestRmdirsNoLeaveRoot (4.39s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:14 INFO : A1: Making directory 2026/02/16 04:45:14 INFO : A1/B1: Making directory 2026/02/16 04:45:14 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.91s) === RUN TestRmdirsWithFilter run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:15 INFO : A1: Making directory 2026/02/16 04:45:15 INFO : A1/B1: Making directory 2026/02/16 04:45:15 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.91s) === RUN TestCopyURL run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:17 DEBUG : filename.txt: File name found in url 2026/02/16 04:45:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (3.52s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:19 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/16 04:45:20 DEBUG : sub/file2: size = 14 OK 2026/02/16 04:45:20 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:45:20 INFO : file1: Copied (new) to: sub/file2 2026/02/16 04:45:20 INFO : file1: Deleted 2026/02/16 04:45:20 DEBUG : sub/file2: size = 14 OK 2026/02/16 04:45:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/16 04:45:20 DEBUG : file1: Unchanged skipping 2026/02/16 04:45:20 INFO : file1: Deleted 2026/02/16 04:45:20 DEBUG : B2 bucket rclone-test-hugagoj1nodi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.87s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:21 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/16 04:45:22 DEBUG : file1: size = 14 OK 2026/02/16 04:45:22 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:45:22 INFO : file1: Copied (new) 2026/02/16 04:45:22 INFO : file1: Deleted 2026/02/16 04:45:22 DEBUG : file1: Destination exists, skipping 2026/02/16 04:45:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (1.89s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.37s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.36s) === RUN TestMoveFileBackupDir run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hugagoj1nodi/backup" 2026/02/16 04:45:26 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1856932166) 2026/02/16 04:45:26 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-hugagoj1nodi) 2026/02/16 04:45:26 DEBUG : dst/file1: Sizes differ 2026/02/16 04:45:27 DEBUG : dst/file1: size = 18 OK 2026/02/16 04:45:27 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/02/16 04:45:27 INFO : dst/file1: Copied (server-side copy) 2026/02/16 04:45:27 INFO : dst/file1: Deleted 2026/02/16 04:45:27 DEBUG : dst/file1: size = 14 OK 2026/02/16 04:45:27 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/16 04:45:27 INFO : dst/file1: Copied (new) 2026/02/16 04:45:27 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (4.64s) === 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-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:31 INFO : A1/B2: Making directory 2026/02/16 04:45:31 INFO : A1/B1/C3: Making directory fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B1/C3" 2026/02/16 04:45:32 DEBUG : A2/B1/C2/five: size = 4 OK 2026/02/16 04:45:32 DEBUG : A1/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/16 04:45:32 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/02/16 04:45:32 INFO : A1/B1/C2/five: Deleted 2026/02/16 04:45:32 DEBUG : A2/B1/three: size = 5 OK 2026/02/16 04:45:32 DEBUG : A1/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/16 04:45:32 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/02/16 04:45:32 DEBUG : A2/B1/C1/four: size = 4 OK 2026/02/16 04:45:32 DEBUG : A1/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/16 04:45:32 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/02/16 04:45:32 DEBUG : A2/two: size = 3 OK 2026/02/16 04:45:32 DEBUG : A1/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/16 04:45:32 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/02/16 04:45:32 DEBUG : A2/one: size = 3 OK 2026/02/16 04:45:32 DEBUG : A1/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:45:32 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/02/16 04:45:32 INFO : A1/B1/three: Deleted 2026/02/16 04:45:32 INFO : A1/B1/C1/four: Deleted 2026/02/16 04:45:32 INFO : A1/two: Deleted 2026/02/16 04:45:33 INFO : A1/one: Deleted fstest.go:250: Filtering empty directory "A2/B2" fstest.go:250: Filtering empty directory "A2/B1/C3" 2026/02/16 04:45:33 DEBUG : A3/B1/three: size = 5 OK 2026/02/16 04:45:33 DEBUG : A2/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/16 04:45:33 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/02/16 04:45:34 DEBUG : A3/B1/C2/five: size = 4 OK 2026/02/16 04:45:34 DEBUG : A2/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/16 04:45:34 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/02/16 04:45:34 DEBUG : A3/two: size = 3 OK 2026/02/16 04:45:34 DEBUG : A2/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/16 04:45:34 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/02/16 04:45:34 INFO : A2/B1/three: Deleted 2026/02/16 04:45:34 DEBUG : A3/one: size = 3 OK 2026/02/16 04:45:34 DEBUG : A2/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:45:34 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/02/16 04:45:34 INFO : A2/B1/C2/five: Deleted 2026/02/16 04:45:34 DEBUG : A3/B1/C1/four: size = 4 OK 2026/02/16 04:45:34 DEBUG : A2/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/16 04:45:34 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/02/16 04:45:34 INFO : A2/two: Deleted 2026/02/16 04:45:34 INFO : A2/one: Deleted 2026/02/16 04:45:34 INFO : A2/B1/C1/four: Deleted fstest.go:250: Filtering empty directory "A3/B2" fstest.go:250: Filtering empty directory "A3/B1/C3" 2026/02/16 04:45:34 INFO : B2 bucket rclone-test-hugagoj1nodi: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/02/16 04:45:35 DEBUG : A4/B1/three: size = 5 OK 2026/02/16 04:45:35 DEBUG : A3/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/16 04:45:35 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/02/16 04:45:35 DEBUG : A4/B1/C2/five: size = 4 OK 2026/02/16 04:45:35 DEBUG : A3/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/16 04:45:35 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/02/16 04:45:35 INFO : A3/B1/three: Deleted 2026/02/16 04:45:35 DEBUG : A4/B1/C1/four: size = 4 OK 2026/02/16 04:45:35 DEBUG : A3/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/16 04:45:35 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/02/16 04:45:35 DEBUG : A4/two: size = 3 OK 2026/02/16 04:45:35 DEBUG : A3/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/16 04:45:35 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/02/16 04:45:35 INFO : A3/B1/C2/five: Deleted 2026/02/16 04:45:35 INFO : A3/B1/C1/four: Deleted 2026/02/16 04:45:35 DEBUG : A4/one: size = 3 OK 2026/02/16 04:45:35 DEBUG : A3/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/16 04:45:35 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/02/16 04:45:35 INFO : A3/two: Deleted 2026/02/16 04:45:35 INFO : A3/one: Deleted fstest.go:250: Filtering empty directory "A4/B2" fstest.go:250: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (8.41s) === RUN TestGetFsInfo run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" --- PASS: TestGetFsInfo (0.37s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:37 DEBUG : B2 bucket rclone-test-hugagoj1nodi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/16 04:45:38 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/02/16 04:45:38 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/02/16 04:45:38 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/02/16 04:45:38 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/16 04:45:39 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/02/16 04:45:39 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/02/16 04:45:39 DEBUG : no_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:40 DEBUG : B2 bucket rclone-test-hugagoj1nodi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/16 04:45:41 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/02/16 04:45:41 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/02/16 04:45:41 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/02/16 04:45:41 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/16 04:45:42 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/02/16 04:45:42 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/02/16 04:45:42 DEBUG : with_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:43 DEBUG : B2 bucket rclone-test-hugagoj1nodi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/16 04:45:43 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/16 04:45:43 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/16 04:45:43 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/16 04:45:44 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/16 04:45:44 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:45 DEBUG : B2 bucket rclone-test-hugagoj1nodi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/16 04:45:46 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/16 04:45:46 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/02/16 04:45:46 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/02/16 04:45:46 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/16 04:45:47 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/16 04:45:47 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/02/16 04:45:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (10.51s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (3.10s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.54s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.46s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.41s) === RUN TestRcatMetadata run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.37s) === RUN TestRcatSize run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:49 DEBUG : B2 bucket rclone-test-hugagoj1nodi: File to upload is small (60 bytes), uploading instead of streaming 2026/02/16 04:45:49 DEBUG : potato2: size = 60 OK 2026/02/16 04:45:49 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/02/16 04:45:49 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (1.91s) === RUN TestRcatSizeMetadata run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.37s) === RUN TestTouchDir run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" 2026/02/16 04:45:52 DEBUG : B2 bucket rclone-test-hugagoj1nodi: Touching "sub dir/potato3" 2026/02/16 04:45:52 DEBUG : B2 bucket rclone-test-hugagoj1nodi: Touching "potato2" 2026/02/16 04:45:52 DEBUG : B2 bucket rclone-test-hugagoj1nodi: Touching "empty space" --- PASS: TestTouchDir (4.30s) === RUN TestMkdirMetadata run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.37s) === RUN TestMkdirModTime run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.37s) === RUN TestCopyDirMetadata run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.37s) === RUN TestSetDirModTime run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.37s) === RUN TestDirsEqual run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.37s) === RUN TestRemoveExisting run.go:185: Remote "B2 bucket rclone-test-hugagoj1nodi", Local "Local file system at /tmp/rclone1856932166", Modify Window "1ms" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.37s) === 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/02/16 04:45:57 DEBUG : B2 bucket rclone-test-hugagoj1nodi: Purge remote 2026/02/16 04:45:57 INFO : B2 bucket rclone-test-hugagoj1nodi: cleaning bucket "rclone-test-hugagoj1nodi" of all files 2026/02/16 04:45:58 DEBUG : A1/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f42141b7349f7c376_d20260216_m044532_c001_v7007000_t0000_u01771217132868") 2026/02/16 04:45:58 DEBUG : A1/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee08a_d20260216_m044530_c001_v0001173_t0054_u01771217130255") 2026/02/16 04:45:58 DEBUG : A1/B1/C1/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e060_d20260216_m044513_c001_v7007000_t0000_u01771217113242") 2026/02/16 04:45:58 DEBUG : A1/B1/C1/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedf7a_d20260216_m044510_c001_v0001173_t0023_u01771217110510") 2026/02/16 04:45:58 DEBUG : A1/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4155a055fe34094a_d20260216_m044532_c001_v7007000_t0000_u01771217132516") 2026/02/16 04:45:58 DEBUG : A1/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee092_d20260216_m044530_c001_v0001173_t0023_u01771217130783") 2026/02/16 04:45:58 DEBUG : A1/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e070_d20260216_m044532_c001_v7007000_t0000_u01771217132870") 2026/02/16 04:45:58 DEBUG : A1/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee082_d20260216_m044529_c001_v0001173_t0047_u01771217129738") 2026/02/16 04:45:58 DEBUG : A1/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f420b9a3bb8602c59_d20260216_m044533_c001_v7007000_t0000_u01771217133019") 2026/02/16 04:45:58 DEBUG : A1/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee07a_d20260216_m044528_c001_v0001173_t0041_u01771217128979") 2026/02/16 04:45:58 DEBUG : A1/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d1b_d20260216_m044532_c001_v7007000_t0000_u01771217132897") 2026/02/16 04:45:58 DEBUG : A1/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee07e_d20260216_m044529_c001_v0001173_t0056_u01771217129350") 2026/02/16 04:45:58 DEBUG : A1/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e061_d20260216_m044513_c001_v7007000_t0000_u01771217113602") 2026/02/16 04:45:58 DEBUG : A1/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedf86_d20260216_m044511_c001_v0001173_t0059_u01771217111019") 2026/02/16 04:45:58 DEBUG : A2/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d1d_d20260216_m044534_c001_v7007000_t0000_u01771217134322") 2026/02/16 04:45:58 DEBUG : A2/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f10156e323193e1b2_d20260216_m044532_c001_v0001040_t0002_u01771217132522") 2026/02/16 04:45:58 DEBUG : A2/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f420b9a3bb8602c5a_d20260216_m044534_c001_v7007000_t0000_u01771217134128") 2026/02/16 04:45:58 DEBUG : A2/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f100421ff7b35866a_d20260216_m044532_c001_v0001097_t0048_u01771217132125") 2026/02/16 04:45:58 DEBUG : A2/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d1c_d20260216_m044534_c001_v7007000_t0000_u01771217134072") 2026/02/16 04:45:58 DEBUG : A2/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f11009b0247bfb30b_d20260216_m044532_c001_v0001173_t0045_u01771217132495") 2026/02/16 04:45:58 DEBUG : A2/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f42141b7349f7c377_d20260216_m044534_c001_v7007000_t0000_u01771217134268") 2026/02/16 04:45:58 DEBUG : A2/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f104eabcfe5a9167b_d20260216_m044532_c001_v0001039_t0013_u01771217132515") 2026/02/16 04:45:58 DEBUG : A2/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e071_d20260216_m044534_c001_v7007000_t0000_u01771217134235") 2026/02/16 04:45:59 DEBUG : A2/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1183bc864c742d19_d20260216_m044532_c001_v0001097_t0035_u01771217132524") 2026/02/16 04:45:59 DEBUG : A3/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d1e_d20260216_m044535_c001_v7007000_t0000_u01771217135547") 2026/02/16 04:45:59 DEBUG : A3/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f11339d6721a704f6_d20260216_m044533_c001_v0001167_t0008_u01771217133894") 2026/02/16 04:45:59 DEBUG : A3/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f42141b7349f7c378_d20260216_m044535_c001_v7007000_t0000_u01771217135451") 2026/02/16 04:45:59 DEBUG : A3/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f104fabf51c955bc5_d20260216_m044533_c001_v0001103_t0059_u01771217133803") 2026/02/16 04:45:59 DEBUG : A3/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e072_d20260216_m044535_c001_v7007000_t0000_u01771217135350") 2026/02/16 04:45:59 DEBUG : A3/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f10686336783dc156_d20260216_m044533_c001_v0001171_t0017_u01771217133795") 2026/02/16 04:45:59 DEBUG : A3/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d1f_d20260216_m044535_c001_v7007000_t0000_u01771217135735") 2026/02/16 04:45:59 DEBUG : A3/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f108aab19c693c4d5_d20260216_m044533_c001_v0001173_t0017_u01771217133805") 2026/02/16 04:45:59 DEBUG : A3/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f420b9a3bb8602c5d_d20260216_m044535_c001_v7007000_t0000_u01771217135591") 2026/02/16 04:45:59 DEBUG : A3/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f117ffe343afef325_d20260216_m044533_c001_v0001041_t0044_u01771217133814") 2026/02/16 04:45:59 DEBUG : A4/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d20_d20260216_m044536_c001_v7007000_t0000_u01771217136297") 2026/02/16 04:45:59 DEBUG : A4/B1/C1/four: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f109d539157b6b3c1_d20260216_m044535_c001_v0001103_t0055_u01771217135099") 2026/02/16 04:45:59 DEBUG : A4/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d21_d20260216_m044536_c001_v7007000_t0000_u01771217136482") 2026/02/16 04:45:59 DEBUG : A4/B1/C2/five: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f105cea38a4be5a9b_d20260216_m044535_c001_v0001097_t0051_u01771217135109") 2026/02/16 04:45:59 DEBUG : A4/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d22_d20260216_m044536_c001_v7007000_t0000_u01771217136663") 2026/02/16 04:45:59 DEBUG : A4/B1/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f117dc02738ee4a36_d20260216_m044535_c001_v0001180_t0028_u01771217135111") 2026/02/16 04:45:59 DEBUG : A4/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d24_d20260216_m044536_c001_v7007000_t0000_u01771217136845") 2026/02/16 04:45:59 DEBUG : A4/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f108aab19c693c4e3_d20260216_m044535_c001_v0001173_t0004_u01771217135132") 2026/02/16 04:45:59 DEBUG : A4/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d25_d20260216_m044537_c001_v7007000_t0000_u01771217137027") 2026/02/16 04:45:59 DEBUG : A4/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1175e84245bcaa2d_d20260216_m044535_c001_v0001040_t0012_u01771217135121") 2026/02/16 04:45:59 DEBUG : BackupDir/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a1_d20260216_m044351_c001_v7007000_t0000_u01771217031617") 2026/02/16 04:45:59 DEBUG : BackupDir/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f101559cc8b142a50_d20260216_m044346_c001_v0001180_t0047_u01771217026235") 2026/02/16 04:46:00 DEBUG : CompareDest/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e497_d20260216_m044336_c001_v7007000_t0000_u01771217016121") 2026/02/16 04:46:00 DEBUG : CompareDest/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced909_d20260216_m044331_c001_v0001173_t0008_u01771217011857") 2026/02/16 04:46:00 DEBUG : CompareDest/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e49a_d20260216_m044336_c001_v7007000_t0000_u01771217016302") 2026/02/16 04:46:00 DEBUG : CompareDest/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced923_d20260216_m044332_c001_v0001173_t0049_u01771217012983") 2026/02/16 04:46:00 DEBUG : CopyDest/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a2_d20260216_m044351_c001_v7007000_t0000_u01771217031799") 2026/02/16 04:46:00 DEBUG : CopyDest/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced99f_d20260216_m044343_c001_v0001173_t0045_u01771217023214") 2026/02/16 04:46:00 DEBUG : CopyDest/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a3_d20260216_m044351_c001_v7007000_t0000_u01771217031980") 2026/02/16 04:46:00 DEBUG : CopyDest/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceda06_d20260216_m044349_c001_v0001173_t0019_u01771217029582") 2026/02/16 04:46:00 DEBUG : CopyDest/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a4_d20260216_m044352_c001_v7007000_t0000_u01771217032160") 2026/02/16 04:46:00 DEBUG : CopyDest/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced9de_d20260216_m044347_c001_v0001173_t0059_u01771217027747") 2026/02/16 04:46:00 DEBUG : ReadFile: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b7_d20260216_m044459_c001_v7007000_t0000_u01771217099658") 2026/02/16 04:46:00 DEBUG : ReadFile: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede9e_d20260216_m044457_c001_v0001173_t0052_u01771217097803") 2026/02/16 04:46:00 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a8_d20260216_m044357_c001_v7007000_t0000_u01771217037456") 2026/02/16 04:46:00 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceda74_d20260216_m044354_c001_v0001173_t0023_u01771217034691") 2026/02/16 04:46:00 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a9_d20260216_m044357_c001_v7007000_t0000_u01771217037637") 2026/02/16 04:46:00 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedaa5_d20260216_m044356_c001_v0001173_t0017_u01771217036567") 2026/02/16 04:46:00 DEBUG : a.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be2a_d20260216_m044418_c001_v7007000_t0000_u01771217058237") 2026/02/16 04:46:00 DEBUG : a.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedbeb_d20260216_m044412_c001_v0001173_t0022_u01771217052492") 2026/02/16 04:46:00 DEBUG : a.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be17_d20260216_m044411_c001_v7007000_t0000_u01771217051035") 2026/02/16 04:46:00 DEBUG : a.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb45_d20260216_m044405_c001_v0001173_t0059_u01771217045035") 2026/02/16 04:46:00 DEBUG : also/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4ab_d20260216_m044402_c001_v7007000_t0000_u01771217042145") 2026/02/16 04:46:01 DEBUG : also/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedae3_d20260216_m044400_c001_v0001173_t0036_u01771217040114") 2026/02/16 04:46:01 DEBUG : another: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4ac_d20260216_m044402_c001_v7007000_t0000_u01771217042684") 2026/02/16 04:46:01 DEBUG : another: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedaed_d20260216_m044400_c001_v0001173_t0049_u01771217040619") 2026/02/16 04:46:01 DEBUG : backup/dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e06d_d20260216_m044528_c001_v7007000_t0000_u01771217128446") 2026/02/16 04:46:01 DEBUG : backup/dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1037f0beeacdccef_d20260216_m044527_c001_v0001157_t0049_u01771217127223") 2026/02/16 04:46:01 DEBUG : backup/dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e491_d20260216_m044324_c001_v7007000_t0000_u01771217004026") 2026/02/16 04:46:01 DEBUG : backup/dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f101903218484c9ce_d20260216_m044322_c001_v0001134_t0058_u01771217002737") 2026/02/16 04:46:01 DEBUG : data/banana: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295faf2_d20260216_m044226_c001_v7007000_t0000_u01771216946906") 2026/02/16 04:46:01 DEBUG : data/banana: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced5ae_d20260216_m044224_c001_v0001173_t0017_u01771216944279") 2026/02/16 04:46:01 DEBUG : data/banana: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced508_d20260216_m044214_c001_v0001173_t0003_u01771216934059") 2026/02/16 04:46:01 DEBUG : data/potato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295faf3_d20260216_m044227_c001_v7007000_t0000_u01771216947088") 2026/02/16 04:46:01 DEBUG : data/potato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced5ba_d20260216_m044224_c001_v0001173_t0048_u01771216944875") 2026/02/16 04:46:01 DEBUG : data/potato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced548_d20260216_m044216_c001_v0001173_t0048_u01771216936704") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e06e_d20260216_m044528_c001_v7007000_t0000_u01771217128627") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee064_d20260216_m044527_c001_v0001173_t0016_u01771217127681") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e06c_d20260216_m044527_c001_v7007000_t0000_u01771217127514") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee03c_d20260216_m044524_c001_v0001173_t0055_u01771217124348") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e492_d20260216_m044324_c001_v7007000_t0000_u01771217004206") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced89d_d20260216_m044323_c001_v0001173_t0010_u01771217003188") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e490_d20260216_m044323_c001_v7007000_t0000_u01771217003008") 2026/02/16 04:46:01 DEBUG : dst/file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced883_d20260216_m044319_c001_v0001173_t0059_u01771216999706") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a5_d20260216_m044352_c001_v7007000_t0000_u01771217032345") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1048dd6e5f782d41_d20260216_m044347_c001_v0001173_t0059_u01771217027003") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f400570d6872e0430_d20260216_m044346_c001_v7007000_t0000_u01771217026797") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced99b_d20260216_m044342_c001_v0001173_t0006_u01771217022727") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1098d999a1ddd8de_d20260216_m044341_c001_v0001165_t0025_u01771217021862") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1098d999a1ddd8dc_d20260216_m044340_c001_v0001165_t0053_u01771217020929") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e49c_d20260216_m044336_c001_v7007000_t0000_u01771217016499") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced8ff_d20260216_m044331_c001_v0001173_t0047_u01771217011130") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f109a77793ed67bee_d20260216_m044329_c001_v0001033_t0020_u01771217009815") 2026/02/16 04:46:02 DEBUG : dst/one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f109a77793ed67be0_d20260216_m044328_c001_v0001033_t0014_u01771217008412") 2026/02/16 04:46:02 DEBUG : dst/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a6_d20260216_m044352_c001_v7007000_t0000_u01771217032527") 2026/02/16 04:46:02 DEBUG : dst/three: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1098d999a1ddd8f0_d20260216_m044351_c001_v0001165_t0043_u01771217031010") 2026/02/16 04:46:02 DEBUG : dst/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4a7_d20260216_m044352_c001_v7007000_t0000_u01771217032708") 2026/02/16 04:46:02 DEBUG : dst/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f110446d888354222_d20260216_m044348_c001_v0001185_t0046_u01771217028822") 2026/02/16 04:46:02 DEBUG : dst/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e49d_d20260216_m044336_c001_v7007000_t0000_u01771217016680") 2026/02/16 04:46:02 DEBUG : dst/two: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f109a77793ed67c16_d20260216_m044335_c001_v0001033_t0043_u01771217015224") 2026/02/16 04:46:02 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f401769aa32458c1b_d20260216_m044554_c001_v7007000_t0000_u01771217154502") 2026/02/16 04:46:02 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f114a3cd09c31febf_d20260216_m044553_c001_v0001036_t0022_u01771217153652") 2026/02/16 04:46:02 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee24b_d20260216_m044551_c001_v0001173_t0000_u01771217151359") 2026/02/16 04:46:02 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c262_d20260216_m044443_c001_v7007000_t0000_u01771217083758") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddb4_d20260216_m044442_c001_v0001173_t0037_u01771217082508") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c260_d20260216_m044441_c001_v7007000_t0000_u01771217081527") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd96_d20260216_m044439_c001_v0001173_t0001_u01771217079963") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c25d_d20260216_m044438_c001_v7007000_t0000_u01771217078961") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd80_d20260216_m044437_c001_v0001173_t0003_u01771217077952") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c25a_d20260216_m044436_c001_v7007000_t0000_u01771217076921") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd5e_d20260216_m044435_c001_v0001173_t0000_u01771217075252") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c258_d20260216_m044434_c001_v7007000_t0000_u01771217074339") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd44_d20260216_m044433_c001_v0001173_t0034_u01771217073344") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fadd_d20260216_m044208_c001_v7007000_t0000_u01771216928194") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4a6_d20260216_m044204_c001_v0001173_t0056_u01771216924696") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fad0_d20260216_m044202_c001_v7007000_t0000_u01771216922903") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced446_d20260216_m044158_c001_v0001173_t0059_u01771216918572") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fac2_d20260216_m044156_c001_v7007000_t0000_u01771216916044") 2026/02/16 04:46:03 DEBUG : empty space: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced401_d20260216_m044153_c001_v0001173_t0007_u01771216913252") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e069_d20260216_m044523_c001_v7007000_t0000_u01771217123139") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee024_d20260216_m044521_c001_v0001173_t0055_u01771217121915") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e062_d20260216_m044518_c001_v7007000_t0000_u01771217118965") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f403d44952acedfe8_d20260216_m044516_c001_v0001173_t0001_u01771217116898") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b8_d20260216_m044504_c001_v7007000_t0000_u01771217104428") 2026/02/16 04:46:03 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedec8_d20260216_m044500_c001_v0001173_t0057_u01771217100449") 2026/02/16 04:46:04 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be6d_d20260216_m044429_c001_v7007000_t0000_u01771217069846") 2026/02/16 04:46:04 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedca2_d20260216_m044423_c001_v0001173_t0026_u01771217063576") 2026/02/16 04:46:04 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be41_d20260216_m044423_c001_v7007000_t0000_u01771217063029") 2026/02/16 04:46:04 DEBUG : file1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc61_d20260216_m044419_c001_v0001173_t0023_u01771217059707") 2026/02/16 04:46:04 DEBUG : file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e063_d20260216_m044519_c001_v7007000_t0000_u01771217119148") 2026/02/16 04:46:04 DEBUG : file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f403d44952acedffc_d20260216_m044518_c001_v0001173_t0001_u01771217118388") 2026/02/16 04:46:04 DEBUG : file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b9_d20260216_m044504_c001_v7007000_t0000_u01771217104612") 2026/02/16 04:46:04 DEBUG : file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceded0_d20260216_m044500_c001_v0001173_t0048_u01771217100937") 2026/02/16 04:46:04 DEBUG : filename.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e064_d20260216_m044519_c001_v7007000_t0000_u01771217119330") 2026/02/16 04:46:04 DEBUG : filename.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedff0_d20260216_m044517_c001_v0001173_t0050_u01771217117448") 2026/02/16 04:46:04 DEBUG : headerfilename.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e065_d20260216_m044519_c001_v7007000_t0000_u01771217119511") 2026/02/16 04:46:04 DEBUG : headerfilename.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedff8_d20260216_m044517_c001_v0001173_t0044_u01771217117873") 2026/02/16 04:46:04 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d2e_d20260216_m044547_c001_v7007000_t0000_u01771217147723") 2026/02/16 04:46:04 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee1e4_d20260216_m044546_c001_v0001173_t0039_u01771217146512") 2026/02/16 04:46:04 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d2b_d20260216_m044545_c001_v7007000_t0000_u01771217145310") 2026/02/16 04:46:04 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee1b8_d20260216_m044544_c001_v0001173_t0011_u01771217144052") 2026/02/16 04:46:04 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d2f_d20260216_m044547_c001_v7007000_t0000_u01771217147906") 2026/02/16 04:46:04 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee1dc_d20260216_m044546_c001_v0001173_t0033_u01771217146043") 2026/02/16 04:46:04 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d2c_d20260216_m044545_c001_v7007000_t0000_u01771217145492") 2026/02/16 04:46:04 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee1a8_d20260216_m044543_c001_v0001173_t0053_u01771217143585") 2026/02/16 04:46:04 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41973cf03d07a682_d20260216_m044456_c001_v7007000_t0000_u01771217096498") 2026/02/16 04:46:04 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede76_d20260216_m044455_c001_v0001173_t0024_u01771217095350") 2026/02/16 04:46:04 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41973cf03d07a67c_d20260216_m044453_c001_v7007000_t0000_u01771217093518") 2026/02/16 04:46:05 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede50_d20260216_m044452_c001_v0001173_t0035_u01771217092014") 2026/02/16 04:46:05 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b0_d20260216_m044449_c001_v7007000_t0000_u01771217089519") 2026/02/16 04:46:05 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede06_d20260216_m044448_c001_v0001173_t0029_u01771217088617") 2026/02/16 04:46:05 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27af_d20260216_m044447_c001_v7007000_t0000_u01771217087288") 2026/02/16 04:46:05 DEBUG : large: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedde2_d20260216_m044445_c001_v0001173_t0011_u01771217085511") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b5_d20260216_m044456_c001_v7007000_t0000_u01771217096508") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede6e_d20260216_m044454_c001_v0001173_t0015_u01771217094791") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b3_d20260216_m044452_c001_v7007000_t0000_u01771217092956") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede40_d20260216_m044451_c001_v0001173_t0047_u01771217091528") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b1_d20260216_m044449_c001_v7007000_t0000_u01771217089703") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede02_d20260216_m044448_c001_v0001173_t0026_u01771217088101") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c265_d20260216_m044446_c001_v7007000_t0000_u01771217086352") 2026/02/16 04:46:05 DEBUG : medium: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddd2_d20260216_m044444_c001_v0001173_t0048_u01771217084932") 2026/02/16 04:46:05 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d27_d20260216_m044540_c001_v7007000_t0000_u01771217140266") 2026/02/16 04:46:05 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee138_d20260216_m044538_c001_v0001173_t0018_u01771217138928") 2026/02/16 04:46:05 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d28_d20260216_m044540_c001_v7007000_t0000_u01771217140499") 2026/02/16 04:46:05 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee126_d20260216_m044538_c001_v0001173_t0053_u01771217138329") 2026/02/16 04:46:05 DEBUG : not-one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4ad_d20260216_m044402_c001_v7007000_t0000_u01771217042866") 2026/02/16 04:46:05 DEBUG : not-one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedaf9_d20260216_m044401_c001_v0001173_t0057_u01771217041155") 2026/02/16 04:46:05 DEBUG : one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e4aa_d20260216_m044401_c001_v7007000_t0000_u01771217041964") 2026/02/16 04:46:06 DEBUG : one: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedadb_d20260216_m044359_c001_v0001173_t0039_u01771217039799") 2026/02/16 04:46:06 DEBUG : potato1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d30_d20260216_m044550_c001_v7007000_t0000_u01771217150010") 2026/02/16 04:46:06 DEBUG : potato1: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee211_d20260216_m044548_c001_v0001173_t0029_u01771217148646") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f401769aa32458c1c_d20260216_m044554_c001_v7007000_t0000_u01771217154684") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f1084f55fd6eca6c1_d20260216_m044553_c001_v0001097_t0007_u01771217153513") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee243_d20260216_m044550_c001_v0001173_t0053_u01771217150928") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d31_d20260216_m044550_c001_v7007000_t0000_u01771217150192") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee21f_d20260216_m044549_c001_v0001173_t0010_u01771217149093") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c263_d20260216_m044443_c001_v7007000_t0000_u01771217083939") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddac_d20260216_m044442_c001_v0001173_t0012_u01771217082077") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c261_d20260216_m044441_c001_v7007000_t0000_u01771217081709") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd90_d20260216_m044439_c001_v0001173_t0000_u01771217079510") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c25e_d20260216_m044439_c001_v7007000_t0000_u01771217079144") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd78_d20260216_m044437_c001_v0001173_t0016_u01771217077472") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c25b_d20260216_m044437_c001_v7007000_t0000_u01771217077106") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd58_d20260216_m044434_c001_v0001173_t0014_u01771217074888") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c259_d20260216_m044434_c001_v7007000_t0000_u01771217074521") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd38_d20260216_m044432_c001_v0001173_t0028_u01771217072633") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fadf_d20260216_m044208_c001_v7007000_t0000_u01771216928375") 2026/02/16 04:46:06 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4b2_d20260216_m044205_c001_v0001173_t0049_u01771216925944") 2026/02/16 04:46:07 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fad1_d20260216_m044203_c001_v7007000_t0000_u01771216923085") 2026/02/16 04:46:07 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced45c_d20260216_m044159_c001_v0001173_t0015_u01771216919554") 2026/02/16 04:46:07 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fac3_d20260216_m044156_c001_v7007000_t0000_u01771216916231") 2026/02/16 04:46:07 DEBUG : potato2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced411_d20260216_m044154_c001_v0001173_t0003_u01771216914008") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fae0_d20260216_m044208_c001_v7007000_t0000_u01771216928556") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4b8_d20260216_m044206_c001_v0001173_t0021_u01771216926849") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fad3_d20260216_m044203_c001_v7007000_t0000_u01771216923266") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced476_d20260216_m044201_c001_v0001173_t0004_u01771216921186") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fac4_d20260216_m044156_c001_v7007000_t0000_u01771216916415") 2026/02/16 04:46:07 DEBUG : remotepotato: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced421_d20260216_m044154_c001_v0001173_t0006_u01771216914913") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fae2_d20260216_m044208_c001_v7007000_t0000_u01771216928738") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4a0_d20260216_m044203_c001_v0001173_t0030_u01771216923813") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fad4_d20260216_m044203_c001_v7007000_t0000_u01771216923448") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced435_d20260216_m044156_c001_v0001173_t0054_u01771216916963") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fac6_d20260216_m044156_c001_v7007000_t0000_u01771216916597") 2026/02/16 04:46:07 DEBUG : rutabaga: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced3fa_d20260216_m044152_c001_v0001173_t0047_u01771216912126") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b6_d20260216_m044457_c001_v7007000_t0000_u01771217097064") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede66_d20260216_m044454_c001_v0001173_t0046_u01771217094252") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41973cf03d07a679_d20260216_m044452_c001_v7007000_t0000_u01771217092972") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acede30_d20260216_m044451_c001_v0001173_t0044_u01771217090999") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27b2_d20260216_m044450_c001_v7007000_t0000_u01771217090260") 2026/02/16 04:46:07 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddfe_d20260216_m044447_c001_v0001173_t0024_u01771217087654") 2026/02/16 04:46:08 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f4081a6ce476b27ae_d20260216_m044446_c001_v7007000_t0000_u01771217086734") 2026/02/16 04:46:08 DEBUG : small: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddca_d20260216_m044444_c001_v0001173_t0000_u01771217084486") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be6f_d20260216_m044432_c001_v7007000_t0000_u01771217072267") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedd22_d20260216_m044431_c001_v0001173_t0010_u01771217071342") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be2b_d20260216_m044418_c001_v7007000_t0000_u01771217058418") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedbff_d20260216_m044413_c001_v0001173_t0009_u01771217053280") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be18_d20260216_m044411_c001_v7007000_t0000_u01771217051218") 2026/02/16 04:46:08 DEBUG : sub dir/hello world: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb66_d20260216_m044405_c001_v0001173_t0050_u01771217045877") 2026/02/16 04:46:08 DEBUG : sub dir/hello world2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be2d_d20260216_m044418_c001_v7007000_t0000_u01771217058600") 2026/02/16 04:46:08 DEBUG : sub dir/hello world2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc05_d20260216_m044413_c001_v0001173_t0056_u01771217053668") 2026/02/16 04:46:08 DEBUG : sub dir/hello world2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be1a_d20260216_m044411_c001_v7007000_t0000_u01771217051399") 2026/02/16 04:46:08 DEBUG : sub dir/hello world2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb6d_d20260216_m044406_c001_v0001173_t0030_u01771217046240") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be2e_d20260216_m044418_c001_v7007000_t0000_u01771217058784") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc11_d20260216_m044414_c001_v0001173_t0047_u01771217054035") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be1b_d20260216_m044411_c001_v7007000_t0000_u01771217051582") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb81_d20260216_m044406_c001_v0001173_t0059_u01771217046839") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be2f_d20260216_m044418_c001_v7007000_t0000_u01771217058965") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc19_d20260216_m044414_c001_v0001173_t0019_u01771217054717") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be1c_d20260216_m044411_c001_v7007000_t0000_u01771217051764") 2026/02/16 04:46:08 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb87_d20260216_m044407_c001_v0001173_t0021_u01771217047269") 2026/02/16 04:46:08 DEBUG : sub dir/potato3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f401769aa32458c1d_d20260216_m044554_c001_v7007000_t0000_u01771217154865") 2026/02/16 04:46:08 DEBUG : sub dir/potato3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f114c48d4a4f0edfa_d20260216_m044553_c001_v0001181_t0030_u01771217153282") 2026/02/16 04:46:09 DEBUG : sub dir/potato3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee257_d20260216_m044551_c001_v0001173_t0042_u01771217151806") 2026/02/16 04:46:09 DEBUG : sub dir/potato3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5c264_d20260216_m044444_c001_v7007000_t0000_u01771217084121") 2026/02/16 04:46:09 DEBUG : sub dir/potato3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aceddb8_d20260216_m044442_c001_v0001173_t0041_u01771217082870") 2026/02/16 04:46:09 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be30_d20260216_m044419_c001_v7007000_t0000_u01771217059147") 2026/02/16 04:46:09 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc25_d20260216_m044415_c001_v0001173_t0000_u01771217055264") 2026/02/16 04:46:09 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be1e_d20260216_m044411_c001_v7007000_t0000_u01771217051946") 2026/02/16 04:46:09 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb93_d20260216_m044407_c001_v0001173_t0023_u01771217047772") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6e066_d20260216_m044521_c001_v7007000_t0000_u01771217121380") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee010_d20260216_m044520_c001_v0001173_t0021_u01771217120049") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be6e_d20260216_m044430_c001_v7007000_t0000_u01771217070028") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedcaa_d20260216_m044424_c001_v0001173_t0054_u01771217064080") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be45_d20260216_m044423_c001_v7007000_t0000_u01771217063210") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedc67_d20260216_m044420_c001_v0001173_t0050_u01771217060296") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41365644e2d4e48c_d20260216_m044318_c001_v7007000_t0000_u01771216998984") 2026/02/16 04:46:09 DEBUG : sub/file2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced86d_d20260216_m044317_c001_v0001173_t0015_u01771216997311") 2026/02/16 04:46:09 DEBUG : test-multithread-abort: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fac1_d20260216_m044151_c001_v7007000_t0000_u01771216911215") 2026/02/16 04:46:09 DEBUG : test-multithread-abort: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced1fb_d20260216_m044120_c001_v0001173_t0034_u01771216880990") 2026/02/16 04:46:09 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6db37_d20260216_m044035_c001_v7007000_t0000_u01771216835818") 2026/02/16 04:46:09 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f104ad65ddf47ce3d_d20260216_m044027_c001_v0001102_t0022_u01771216827211") 2026/02/16 04:46:09 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6db40_d20260216_m044043_c001_v7007000_t0000_u01771216843636") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f104ad65ddf47ce4d_d20260216_m044036_c001_v0001102_t0057_u01771216836585") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41529135b1b6db45_d20260216_m044054_c001_v7007000_t0000_u01771216854112") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acecfd1_d20260216_m044046_c001_v0001173_t0049_u01771216846651") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f420b9a3bb86020ab_d20260216_m044101_c001_v7007000_t0000_u01771216861194") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f21529135b1b6db47_d20260216_m044056_c001_v0001097_t0039_u01771216856118") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f420b9a3bb86020cb_d20260216_m044108_c001_v7007000_t0000_u01771216868041") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f220b9a3bb86020b3_d20260216_m044103_c001_v0001033_t0058_u01771216863021") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41973cf03d079ef8_d20260216_m044119_c001_v7007000_t0000_u01771216879684") 2026/02/16 04:46:10 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f220b9a3bb86020d5_d20260216_m044109_c001_v0001090_t0010_u01771216869770") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295faf4_d20260216_m044227_c001_v7007000_t0000_u01771216947270") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced5c0_d20260216_m044225_c001_v0001173_t0052_u01771216945354") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced59a_d20260216_m044222_c001_v0001173_t0022_u01771216942869") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced582_d20260216_m044221_c001_v0001173_t0043_u01771216941419") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced572_d20260216_m044219_c001_v0001173_t0004_u01771216939988") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced55c_d20260216_m044218_c001_v0001173_t0032_u01771216938452") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced54e_d20260216_m044217_c001_v0001173_t0034_u01771216937053") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced51c_d20260216_m044214_c001_v0001173_t0051_u01771216934561") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f40536c8bc295fae6_d20260216_m044211_c001_v7007000_t0000_u01771216931173") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4da_d20260216_m044210_c001_v0001173_t0052_u01771216930156") 2026/02/16 04:46:10 DEBUG : test.sum: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952aced4cc_d20260216_m044209_c001_v0001173_t0039_u01771216929110") 2026/02/16 04:46:11 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d29_d20260216_m044542_c001_v7007000_t0000_u01771217142855") 2026/02/16 04:46:11 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee176_d20260216_m044541_c001_v0001173_t0058_u01771217141550") 2026/02/16 04:46:11 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f407baf0a39e43d2a_d20260216_m044543_c001_v7007000_t0000_u01771217143037") 2026/02/16 04:46:11 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acee16a_d20260216_m044541_c001_v0001173_t0042_u01771217141046") 2026/02/16 04:46:11 DEBUG : zend.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be31_d20260216_m044419_c001_v7007000_t0000_u01771217059328") 2026/02/16 04:46:11 DEBUG : zend.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedbf5_d20260216_m044412_c001_v0001173_t0009_u01771217052861") 2026/02/16 04:46:11 DEBUG : zend.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f41959969dca5be1f_d20260216_m044412_c001_v7007000_t0000_u01771217052129") 2026/02/16 04:46:11 DEBUG : zend.txt: Deleting (id "4_z0fd2edc3b0fd6b4b9fc80e1b_f103d44952acedb53_d20260216_m044405_c001_v0001173_t0032_u01771217045452") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 5m48.156203734s (try 1/5)