"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/02/23 01:37:41 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi" 2026/02/23 01:37:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:37:42 DEBUG : Creating backend with remote "/tmp/rclone595914143" === 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:37:43 DEBUG : chunksize-probe: Cancelling large file upload === RUN TestMultithreadCopy/upload=false,size=16777215,streams=2 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: write buffer set to 131072 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi starting 2026/02/23 01:37:48 DEBUG : test-multithread-copy-false-16777215-2: writing chunk 0 2026/02/23 01:37:52 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi finished 2026/02/23 01:37:52 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/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: write buffer set to 131072 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16Mi 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: Starting multi-thread copy with 1 chunks of size 16Mi with 1 parallel streams 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi starting 2026/02/23 01:37:58 DEBUG : test-multithread-copy-false-16777216-2: writing chunk 0 2026/02/23 01:38:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi finished 2026/02/23 01:38:00 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/23 01:38:01 DEBUG : test-multithread-copy-false-16777217-2: Clearing upload URL because of error: Post "https://pod-000-1153-10.backblaze.com/b2api/v1/b2_upload_file/4f422da3205d8b8b9fc80e1b/c001_v0001153_t0014": write tcp 65.108.87.141:53160->104.153.234.100:443: use of closed network connection 2026/02/23 01:38:01 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1153-10.backblaze.com/b2api/v1/b2_upload_file/4f422da3205d8b8b9fc80e1b/c001_v0001153_t0014": write tcp 65.108.87.141:53160->104.153.234.100:443: use of closed network connection) 2026/02/23 01:38:01 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-hesuguf2bipi: 1/10 (Post "https://pod-000-1153-10.backblaze.com/b2api/v1/b2_upload_file/4f422da3205d8b8b9fc80e1b/c001_v0001153_t0014": write tcp 65.108.87.141:53160->104.153.234.100:443: use of closed network connection) 2026/02/23 01:38:03 DEBUG : pacer: Reducing sleep to 10ms 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: write buffer set to 131072 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi starting 2026/02/23 01:38:08 DEBUG : test-multithread-copy-false-16777217-2: writing chunk 0 2026/02/23 01:38:11 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi finished 2026/02/23 01:38:11 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/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: disabling buffering because source is local disk 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi starting 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 1 length 8388607 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/02/23 01:38:14 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 0 length 8388608 2026/02/23 01:38:17 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 1 2026/02/23 01:38:17 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi finished 2026/02/23 01:38:17 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 0 2026/02/23 01:38:17 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/02/23 01:38:17 DEBUG : test-multithread-copy-true-16777215-2: Finishing large file upload with 2 parts 2026/02/23 01:38:18 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/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: disabling buffering because source is local disk 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi starting 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 1 length 8388608 2026/02/23 01:38:21 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 0 length 8388608 2026/02/23 01:38:24 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 1 2026/02/23 01:38:24 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi finished 2026/02/23 01:38:24 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 0 2026/02/23 01:38:24 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/02/23 01:38:24 DEBUG : test-multithread-copy-true-16777216-2: Finishing large file upload with 2 parts 2026/02/23 01:38:24 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/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: disabling buffering because source is local disk 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 2 length 1 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 0 length 8388608 2026/02/23 01:38:27 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 1 length 8388608 2026/02/23 01:38:29 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 2 2026/02/23 01:38:29 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 finished 2026/02/23 01:38:31 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 1 2026/02/23 01:38:31 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/02/23 01:38:46 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 0 2026/02/23 01:38:46 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/02/23 01:38:46 DEBUG : test-multithread-copy-true-16777217-2: Finishing large file upload with 3 parts 2026/02/23 01:38:46 DEBUG : test-multithread-copy-true-16777217-2: Finished multi-thread copy with 3 parts of size 8Mi --- PASS: TestMultithreadCopy (65.96s) --- PASS: TestMultithreadCopy/upload=false,size=16777215,streams=2 (9.77s) --- PASS: TestMultithreadCopy/upload=false,size=16777216,streams=2 (8.04s) --- PASS: TestMultithreadCopy/upload=false,size=16777217,streams=2 (11.52s) --- PASS: TestMultithreadCopy/upload=true,size=16777215,streams=2 (6.56s) --- PASS: TestMultithreadCopy/upload=true,size=16777216,streams=2 (6.45s) --- PASS: TestMultithreadCopy/upload=true,size=16777217,streams=2 (21.96s) === RUN TestMultithreadCopyAbort run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:38:48 DEBUG : chunksize-probe: Cancelling large file upload 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 1 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/02/23 01:38:51 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/02/23 01:38:51 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/02/23 01:38:51 DEBUG : Open with options = [RangeOption(0,8388607)] 2026/02/23 01:38:51 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/02/23 01:38:51 DEBUG : test-multithread-abort: Sending chunk 0 length 8388608 2026/02/23 01:38:51 DEBUG : Open with options = [RangeOption(8388608,16777215)] 2026/02/23 01:38:51 DEBUG : test-multithread-abort: Sending chunk 1 length 8388608 2026/02/23 01:38:54 DEBUG : test-multithread-abort: Done sending chunk 0 2026/02/23 01:38:54 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/02/23 01:38:54 DEBUG : test-multithread-abort: Done sending chunk 1 2026/02/23 01:38:54 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/02/23 01:38:54 DEBUG : Returning error reader 2026/02/23 01:38:54 DEBUG : test-multithread-abort: Sending chunk 2 length 1 2026/02/23 01:38:54 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:54 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 0/10: BOOM: simulated read failure 2026/02/23 01:38:54 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:55 DEBUG : Returning error reader 2026/02/23 01:38:55 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:55 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure 2026/02/23 01:38:55 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:56 DEBUG : Returning error reader 2026/02/23 01:38:56 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:56 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure 2026/02/23 01:38:56 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:57 DEBUG : Returning error reader 2026/02/23 01:38:57 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:57 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure 2026/02/23 01:38:57 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:58 DEBUG : Returning error reader 2026/02/23 01:38:58 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:58 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure 2026/02/23 01:38:58 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:38:59 DEBUG : Returning error reader 2026/02/23 01:38:59 DEBUG : BOOM: simulated read failure 2026/02/23 01:38:59 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure 2026/02/23 01:38:59 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:39:00 DEBUG : Returning error reader 2026/02/23 01:39:00 DEBUG : BOOM: simulated read failure 2026/02/23 01:39:00 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure 2026/02/23 01:39:00 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:39:01 DEBUG : Returning error reader 2026/02/23 01:39:01 DEBUG : BOOM: simulated read failure 2026/02/23 01:39:01 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure 2026/02/23 01:39:01 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:39:02 DEBUG : Returning error reader 2026/02/23 01:39:02 DEBUG : BOOM: simulated read failure 2026/02/23 01:39:02 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure 2026/02/23 01:39:02 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:39:03 DEBUG : Returning error reader 2026/02/23 01:39:03 DEBUG : BOOM: simulated read failure 2026/02/23 01:39:03 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure 2026/02/23 01:39:03 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/02/23 01:39:04 DEBUG : Returning error reader 2026/02/23 01:39:04 DEBUG : BOOM: simulated read failure 2026/02/23 01:39:04 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure 2026/02/23 01:39:04 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries 2026/02/23 01:39:04 DEBUG : test-multithread-abort: Error sending chunk 2 (retry=false): Post "https://pod-000-1145-06.backblaze.com/b2api/v1/b2_upload_part/4_z4f422da3205d8b8b9fc80e1b_f21194c464230158b_d20260223_m013851_c001_v0001145_t0037_u01771810731484/0014": BOOM: simulated read failure: &url.Error{Op:"Post", URL:"https://pod-000-1145-06.backblaze.com/b2api/v1/b2_upload_part/4_z4f422da3205d8b8b9fc80e1b_f21194c464230158b_d20260223_m013851_c001_v0001145_t0037_u01771810731484/0014", Err:(*errors.errorString)(0xc000791510)} 2026/02/23 01:39:04 DEBUG : test-multithread-abort: Error sending chunk 2: Post "https://pod-000-1145-06.backblaze.com/b2api/v1/b2_upload_part/4_z4f422da3205d8b8b9fc80e1b_f21194c464230158b_d20260223_m013851_c001_v0001145_t0037_u01771810731484/0014": BOOM: simulated read failure 2026/02/23 01:39:04 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: Post "https://pod-000-1145-06.backblaze.com/b2api/v1/b2_upload_part/4_z4f422da3205d8b8b9fc80e1b_f21194c464230158b_d20260223_m013851_c001_v0001145_t0037_u01771810731484/0014": BOOM: simulated read failure 2026/02/23 01:39:04 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit 2026/02/23 01:39:04 DEBUG : test-multithread-abort: Cancelling large file upload --- PASS: TestMultithreadCopyAbort (17.69s) === RUN TestSizeDiffers 2026/02/23 01:39:06 DEBUG : a: size = 0 OK 2026/02/23 01:39:06 DEBUG : a: size = 1 (memory) 2026/02/23 01:39:06 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/02/23 01:39:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/02/23 01:39:06 DEBUG : potato: Seek from 10 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 10 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 2 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/02/23 01:39:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 2 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/02/23 01:39:06 DEBUG : potato: Seek from 8 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 8 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/02/23 01:39:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/23 01:39:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/23 01:39:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/23 01:39:06 DEBUG : potato: Seek from 5 to 2 2026/02/23 01:39:06 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/02/23 01:39:06 DEBUG : potato: Seek from 9 to 0 2026/02/23 01:39:06 DEBUG : potato: Seek from 9 to 0 2026/02/23 01:39:06 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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.53s) --- 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.20s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/02/23 01:39:11 DEBUG : Creating backend with remote "nonexistent" 2026/02/23 01:39:11 DEBUG : Creating backend with remote "nonexistent" 2026/02/23 01:39:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/02/23 01:39:11 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/23 01:39:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/02/23 01:39:11 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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.54s) --- PASS: TestCheckDownload/1 (0.73s) --- PASS: TestCheckDownload/2 (0.36s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.55s) --- PASS: TestCheckDownload/5 (0.39s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.41s) === RUN TestCheckSizeOnly run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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 (4.54s) --- 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:39:23 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/23 01:39:23 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/23 01:39:23 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/23 01:39:23 NOTICE: test.sum: 2 warning(s) suppressed... 2026/02/23 01:39:24 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/23 01:39:24 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/23 01:39:24 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/23 01:39:24 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (2.38s) === RUN TestCheckSum run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:39:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/data" check_test.go:350: B2 bucket rclone-test-hesuguf2bipi path data lacks md5, skipping --- SKIP: TestCheckSum (1.45s) === RUN TestCheckSumDownload run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:39:26 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (13.33s) --- PASS: TestCheckSumDownload/subtest1 (1.28s) --- PASS: TestCheckSumDownload/subtest2 (0.73s) --- PASS: TestCheckSumDownload/subtest3 (0.91s) --- PASS: TestCheckSumDownload/subtest4 (0.78s) --- PASS: TestCheckSumDownload/subtest5 (0.73s) --- PASS: TestCheckSumDownload/subtest6 (0.76s) --- PASS: TestCheckSumDownload/subtest7 (0.74s) === RUN TestApplyTransforms 2026/02/23 01:39:39 DEBUG : Creating backend with remote "TestB2:rclone-test-fokudah8zema" 2026/02/23 01:39:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:40 DEBUG : Creating backend with remote "/tmp/rclone2663630362" run.go:185: Remote "B2 bucket rclone-test-fokudah8zema", Local "Local file system at /tmp/rclone2663630362", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2026/02/23 01:39:42 ERROR : hello, world!: sum not found 2026/02/23 01:39:42 ERROR : HELLO, WORLD!: file not in B2 bucket rclone-test-fokudah8zema 2026/02/23 01:39:42 NOTICE: B2 bucket rclone-test-fokudah8zema: 1 files missing 2026/02/23 01:39:42 NOTICE: 1 hashes missing 2026/02/23 01:39:42 NOTICE: B2 bucket rclone-test-fokudah8zema: 1 differences found 2026/02/23 01:39:42 NOTICE: B2 bucket rclone-test-fokudah8zema: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/02/23 01:39:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:39:43 NOTICE: B2 bucket rclone-test-fokudah8zema: 0 differences found 2026/02/23 01:39:43 NOTICE: B2 bucket rclone-test-fokudah8zema: 1 matching files 2026/02/23 01:39:43 DEBUG : Creating backend with remote "TestB2:rclone-test-yekewup1jafo" 2026/02/23 01:39:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:44 DEBUG : Creating backend with remote "/tmp/rclone4147905778" run.go:185: Remote "B2 bucket rclone-test-yekewup1jafo", Local "Local file system at /tmp/rclone4147905778", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2026/02/23 01:39:46 ERROR : HELLO, WORLD!: sum not found 2026/02/23 01:39:46 ERROR : hello, world!: file not in B2 bucket rclone-test-yekewup1jafo 2026/02/23 01:39:46 NOTICE: B2 bucket rclone-test-yekewup1jafo: 1 files missing 2026/02/23 01:39:46 NOTICE: 1 hashes missing 2026/02/23 01:39:46 NOTICE: B2 bucket rclone-test-yekewup1jafo: 1 differences found 2026/02/23 01:39:46 NOTICE: B2 bucket rclone-test-yekewup1jafo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/02/23 01:39:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:39:47 NOTICE: B2 bucket rclone-test-yekewup1jafo: 0 differences found 2026/02/23 01:39:47 NOTICE: B2 bucket rclone-test-yekewup1jafo: 1 matching files 2026/02/23 01:39:47 DEBUG : Creating backend with remote "TestB2:rclone-test-bopulig8hewi" 2026/02/23 01:39:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:47 DEBUG : Creating backend with remote "/tmp/rclone4110512809" run.go:185: Remote "B2 bucket rclone-test-bopulig8hewi", Local "Local file system at /tmp/rclone4110512809", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2026/02/23 01:39:49 ERROR : HeLlO, wOrLd!: sum not found 2026/02/23 01:39:49 ERROR : hello, world!: file not in B2 bucket rclone-test-bopulig8hewi 2026/02/23 01:39:49 NOTICE: B2 bucket rclone-test-bopulig8hewi: 1 files missing 2026/02/23 01:39:49 NOTICE: 1 hashes missing 2026/02/23 01:39:49 NOTICE: B2 bucket rclone-test-bopulig8hewi: 1 differences found 2026/02/23 01:39:49 NOTICE: B2 bucket rclone-test-bopulig8hewi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/02/23 01:39:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:39:50 NOTICE: B2 bucket rclone-test-bopulig8hewi: 0 differences found 2026/02/23 01:39:50 NOTICE: B2 bucket rclone-test-bopulig8hewi: 1 matching files 2026/02/23 01:39:50 DEBUG : Creating backend with remote "TestB2:rclone-test-supujud7qihu" 2026/02/23 01:39:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:51 DEBUG : Creating backend with remote "/tmp/rclone2265335797" run.go:185: Remote "B2 bucket rclone-test-supujud7qihu", Local "Local file system at /tmp/rclone2265335797", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2026/02/23 01:39:54 ERROR : HELLO, WORLD!: sum not found 2026/02/23 01:39:54 ERROR : HeLlO, wOrLd!: file not in B2 bucket rclone-test-supujud7qihu 2026/02/23 01:39:54 NOTICE: B2 bucket rclone-test-supujud7qihu: 1 files missing 2026/02/23 01:39:54 NOTICE: 1 hashes missing 2026/02/23 01:39:54 NOTICE: B2 bucket rclone-test-supujud7qihu: 1 differences found 2026/02/23 01:39:54 NOTICE: B2 bucket rclone-test-supujud7qihu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/02/23 01:39:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:39:55 NOTICE: B2 bucket rclone-test-supujud7qihu: 0 differences found 2026/02/23 01:39:55 NOTICE: B2 bucket rclone-test-supujud7qihu: 1 matching files 2026/02/23 01:39:55 DEBUG : Creating backend with remote "TestB2:rclone-test-cajizur1judu" 2026/02/23 01:39:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:55 DEBUG : Creating backend with remote "/tmp/rclone2354746982" run.go:185: Remote "B2 bucket rclone-test-cajizur1judu", Local "Local file system at /tmp/rclone2354746982", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2026/02/23 01:39:58 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/23 01:39:58 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-cajizur1judu 2026/02/23 01:39:58 NOTICE: B2 bucket rclone-test-cajizur1judu: 1 files missing 2026/02/23 01:39:58 NOTICE: 1 hashes missing 2026/02/23 01:39:58 NOTICE: B2 bucket rclone-test-cajizur1judu: 1 differences found 2026/02/23 01:39:58 NOTICE: B2 bucket rclone-test-cajizur1judu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/02/23 01:39:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:39:58 NOTICE: B2 bucket rclone-test-cajizur1judu: 0 differences found 2026/02/23 01:39:58 NOTICE: B2 bucket rclone-test-cajizur1judu: 1 matching files 2026/02/23 01:39:58 DEBUG : Creating backend with remote "TestB2:rclone-test-rusozad0wulo" 2026/02/23 01:39:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:39:59 DEBUG : Creating backend with remote "/tmp/rclone1292493942" run.go:185: Remote "B2 bucket rclone-test-rusozad0wulo", Local "Local file system at /tmp/rclone1292493942", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2026/02/23 01:40:01 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/23 01:40:01 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-rusozad0wulo 2026/02/23 01:40:01 NOTICE: B2 bucket rclone-test-rusozad0wulo: 1 files missing 2026/02/23 01:40:01 NOTICE: 1 hashes missing 2026/02/23 01:40:01 NOTICE: B2 bucket rclone-test-rusozad0wulo: 1 differences found 2026/02/23 01:40:01 NOTICE: B2 bucket rclone-test-rusozad0wulo: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/02/23 01:40:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:40:02 NOTICE: B2 bucket rclone-test-rusozad0wulo: 0 differences found 2026/02/23 01:40:02 NOTICE: B2 bucket rclone-test-rusozad0wulo: 1 matching files 2026/02/23 01:40:02 DEBUG : Creating backend with remote "TestB2:rclone-test-gamecoc2samo" 2026/02/23 01:40:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:40:02 DEBUG : Creating backend with remote "/tmp/rclone738538124" run.go:185: Remote "B2 bucket rclone-test-gamecoc2samo", Local "Local file system at /tmp/rclone738538124", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2026/02/23 01:40:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/23 01:40:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-gamecoc2samo 2026/02/23 01:40:05 NOTICE: B2 bucket rclone-test-gamecoc2samo: 1 files missing 2026/02/23 01:40:05 NOTICE: 1 hashes missing 2026/02/23 01:40:05 NOTICE: B2 bucket rclone-test-gamecoc2samo: 1 differences found 2026/02/23 01:40:05 NOTICE: B2 bucket rclone-test-gamecoc2samo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/02/23 01:40:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:40:06 NOTICE: B2 bucket rclone-test-gamecoc2samo: 0 differences found 2026/02/23 01:40:06 NOTICE: B2 bucket rclone-test-gamecoc2samo: 1 matching files 2026/02/23 01:40:06 DEBUG : Creating backend with remote "TestB2:rclone-test-vagoqin9mupe" 2026/02/23 01:40:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:40:06 DEBUG : Creating backend with remote "/tmp/rclone2327879218" run.go:185: Remote "B2 bucket rclone-test-vagoqin9mupe", Local "Local file system at /tmp/rclone2327879218", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2026/02/23 01:40:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/23 01:40:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-vagoqin9mupe 2026/02/23 01:40:08 NOTICE: B2 bucket rclone-test-vagoqin9mupe: 1 files missing 2026/02/23 01:40:08 NOTICE: 1 hashes missing 2026/02/23 01:40:08 NOTICE: B2 bucket rclone-test-vagoqin9mupe: 1 differences found 2026/02/23 01:40:08 NOTICE: B2 bucket rclone-test-vagoqin9mupe: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/02/23 01:40:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:40:09 NOTICE: B2 bucket rclone-test-vagoqin9mupe: 0 differences found 2026/02/23 01:40:09 NOTICE: B2 bucket rclone-test-vagoqin9mupe: 1 matching files 2026/02/23 01:40:09 DEBUG : Creating backend with remote "TestB2:rclone-test-nisecan2didi" 2026/02/23 01:40:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:40:10 DEBUG : Creating backend with remote "/tmp/rclone1225396142" run.go:185: Remote "B2 bucket rclone-test-nisecan2didi", Local "Local file system at /tmp/rclone1225396142", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2026/02/23 01:40:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/23 01:40:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-nisecan2didi 2026/02/23 01:40:12 NOTICE: B2 bucket rclone-test-nisecan2didi: 1 files missing 2026/02/23 01:40:12 NOTICE: 1 hashes missing 2026/02/23 01:40:12 NOTICE: B2 bucket rclone-test-nisecan2didi: 1 differences found 2026/02/23 01:40:12 NOTICE: B2 bucket rclone-test-nisecan2didi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/02/23 01:40:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:40:12 NOTICE: B2 bucket rclone-test-nisecan2didi: 0 differences found 2026/02/23 01:40:12 NOTICE: B2 bucket rclone-test-nisecan2didi: 1 matching files 2026/02/23 01:40:12 DEBUG : Creating backend with remote "TestB2:rclone-test-makecit5bene" 2026/02/23 01:40:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:40:13 DEBUG : Creating backend with remote "/tmp/rclone1669615941" run.go:185: Remote "B2 bucket rclone-test-makecit5bene", Local "Local file system at /tmp/rclone1669615941", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2026/02/23 01:40:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/23 01:40:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-makecit5bene 2026/02/23 01:40:15 NOTICE: B2 bucket rclone-test-makecit5bene: 1 files missing 2026/02/23 01:40:15 NOTICE: 1 hashes missing 2026/02/23 01:40:15 NOTICE: B2 bucket rclone-test-makecit5bene: 1 differences found 2026/02/23 01:40:15 NOTICE: B2 bucket rclone-test-makecit5bene: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/02/23 01:40:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/23 01:40:16 NOTICE: B2 bucket rclone-test-makecit5bene: 0 differences found 2026/02/23 01:40:16 NOTICE: B2 bucket rclone-test-makecit5bene: 1 matching files 2026/02/23 01:40:16 DEBUG : B2 bucket rclone-test-makecit5bene: Purge remote 2026/02/23 01:40:16 INFO : B2 bucket rclone-test-makecit5bene: cleaning bucket "rclone-test-makecit5bene" of all files 2026/02/23 01:40:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z1f627d83207d8b8b9fc80e1b_f1026100f8e23a579_d20260223_m014015_c001_v0001091_t0020_u01771810815117") 2026/02/23 01:40:17 DEBUG : B2 bucket rclone-test-nisecan2didi: Purge remote 2026/02/23 01:40:17 INFO : B2 bucket rclone-test-nisecan2didi: cleaning bucket "rclone-test-nisecan2didi" of all files 2026/02/23 01:40:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z3f226db3207d8b8b9fc80e1b_f112ee6f1ae8e2811_d20260223_m014011_c001_v0001185_t0030_u01771810811727") 2026/02/23 01:40:18 DEBUG : B2 bucket rclone-test-vagoqin9mupe: Purge remote 2026/02/23 01:40:18 INFO : B2 bucket rclone-test-vagoqin9mupe: cleaning bucket "rclone-test-vagoqin9mupe" of all files 2026/02/23 01:40:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z3f425dd3207d8b8b9fc80e1b_f117d7b63f6e37437_d20260223_m014008_c001_v0001137_t0007_u01771810808265") 2026/02/23 01:40:19 DEBUG : B2 bucket rclone-test-gamecoc2samo: Purge remote 2026/02/23 01:40:19 INFO : B2 bucket rclone-test-gamecoc2samo: cleaning bucket "rclone-test-gamecoc2samo" of all files 2026/02/23 01:40:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z8f824de3207d8b8b9fc80e1b_f112b8480d0cb1f30_d20260223_m014004_c001_v0001136_t0059_u01771810804509") 2026/02/23 01:40:21 DEBUG : B2 bucket rclone-test-rusozad0wulo: Purge remote 2026/02/23 01:40:21 INFO : B2 bucket rclone-test-rusozad0wulo: cleaning bucket "rclone-test-rusozad0wulo" of all files 2026/02/23 01:40:21 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_zcfd24d03207d8b8b9fc80e1b_f11477883bd395efa_d20260223_m014000_c001_v0001145_t0044_u01771810800989") 2026/02/23 01:40:22 DEBUG : B2 bucket rclone-test-cajizur1judu: Purge remote 2026/02/23 01:40:22 INFO : B2 bucket rclone-test-cajizur1judu: cleaning bucket "rclone-test-cajizur1judu" of all files 2026/02/23 01:40:22 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z6fd23d23207d8b8b9fc80e1b_f11337fff16f63461_d20260223_m013957_c001_v0001106_t0022_u01771810797226") 2026/02/23 01:40:23 DEBUG : B2 bucket rclone-test-supujud7qihu: Purge remote 2026/02/23 01:40:23 INFO : B2 bucket rclone-test-supujud7qihu: cleaning bucket "rclone-test-supujud7qihu" of all files 2026/02/23 01:40:24 DEBUG : HELLO, WORLD!: Deleting (id "4_z4fc22d13207d8b8b9fc80e1b_f107e286ebfc98241_d20260223_m013952_c001_v0001173_t0050_u01771810792918") 2026/02/23 01:40:24 DEBUG : B2 bucket rclone-test-bopulig8hewi: Purge remote 2026/02/23 01:40:24 INFO : B2 bucket rclone-test-bopulig8hewi: cleaning bucket "rclone-test-bopulig8hewi" of all files 2026/02/23 01:40:25 DEBUG : HeLlO, wOrLd!: Deleting (id "4_z3f821d33207d8b8b9fc80e1b_f1182962ecacce508_d20260223_m013949_c001_v0001182_t0020_u01771810789418") 2026/02/23 01:40:25 DEBUG : B2 bucket rclone-test-yekewup1jafo: Purge remote 2026/02/23 01:40:25 INFO : B2 bucket rclone-test-yekewup1jafo: cleaning bucket "rclone-test-yekewup1jafo" of all files 2026/02/23 01:40:26 DEBUG : HELLO, WORLD!: Deleting (id "4_z0fc20d53207d8b8b9fc80e1b_f10326a304460856e_d20260223_m013945_c001_v0001136_t0033_u01771810785746") 2026/02/23 01:40:27 DEBUG : B2 bucket rclone-test-fokudah8zema: Purge remote 2026/02/23 01:40:27 INFO : B2 bucket rclone-test-fokudah8zema: cleaning bucket "rclone-test-fokudah8zema" of all files 2026/02/23 01:40:27 DEBUG : hello, world!: Deleting (id "4_z3f22fd73206d8b8b9fc80e1b_f11344f26242f57cb_d20260223_m013942_c001_v0001105_t0005_u01771810782116") --- PASS: TestApplyTransforms (48.29s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:40:28 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/23 01:40:29 DEBUG : sub/file2: size = 14 OK 2026/02/23 01:40:29 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:40:29 INFO : file1: Copied (new) to: sub/file2 2026/02/23 01:40:30 DEBUG : sub/file2: size = 14 OK 2026/02/23 01:40:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/23 01:40:30 DEBUG : file1: Unchanged skipping 2026/02/23 01:40:30 DEBUG : B2 bucket rclone-test-hesuguf2bipi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.92s) === RUN TestCopyLongFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.37s) === RUN TestCopyFileBackupDir run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:40:32 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/backup" 2026/02/23 01:40:33 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:33 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-hesuguf2bipi) 2026/02/23 01:40:33 DEBUG : dst/file1: Sizes differ 2026/02/23 01:40:34 DEBUG : dst/file1: size = 18 OK 2026/02/23 01:40:34 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/02/23 01:40:34 INFO : dst/file1: Copied (server-side copy) 2026/02/23 01:40:34 INFO : dst/file1: Deleted 2026/02/23 01:40:34 DEBUG : dst/file1: size = 14 OK 2026/02/23 01:40:34 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:40:34 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (4.38s) === RUN TestCopyFileCompareDest run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:40:35 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/dst" 2026/02/23 01:40:37 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/CompareDest" 2026/02/23 01:40:38 DEBUG : one: Need to transfer - File not found at Destination 2026/02/23 01:40:40 DEBUG : one: size = 3 OK 2026/02/23 01:40:40 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:40:40 INFO : one: Copied (new) 2026/02/23 01:40:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:40 DEBUG : one: size = 3 (B2 bucket rclone-test-hesuguf2bipi path dst) 2026/02/23 01:40:40 DEBUG : one: Sizes differ 2026/02/23 01:40:41 DEBUG : one: size = 5 OK 2026/02/23 01:40:41 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/23 01:40:41 INFO : one: Copied (replaced existing) 2026/02/23 01:40:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:42 DEBUG : one: size = 3 (B2 bucket rclone-test-hesuguf2bipi path dst) 2026/02/23 01:40:42 DEBUG : one: Sizes differ 2026/02/23 01:40:42 DEBUG : one: size = 5 OK 2026/02/23 01:40:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:40:42 DEBUG : one: Destination found in --compare-dest, skipping 2026/02/23 01:40:43 DEBUG : two: Need to transfer - File not found at Destination 2026/02/23 01:40:43 DEBUG : two: size = 3 OK 2026/02/23 01:40:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:40:43 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/23 01:40:44 DEBUG : two: Need to transfer - File not found at Destination 2026/02/23 01:40:44 DEBUG : two: size = 3 OK 2026/02/23 01:40:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:40:44 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/23 01:40:45 DEBUG : two: Need to transfer - File not found at Destination 2026/02/23 01:40:45 DEBUG : two: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:45 DEBUG : two: size = 3 (B2 bucket rclone-test-hesuguf2bipi path CompareDest) 2026/02/23 01:40:45 DEBUG : two: Sizes differ 2026/02/23 01:40:45 DEBUG : two: size = 5 OK 2026/02/23 01:40:45 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/02/23 01:40:45 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (11.03s) === RUN TestCopyFileCopyDest run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:40:46 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/dst" 2026/02/23 01:40:48 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/CopyDest" 2026/02/23 01:40:49 DEBUG : one: Need to transfer - File not found at Destination 2026/02/23 01:40:51 DEBUG : one: size = 3 OK 2026/02/23 01:40:51 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:40:51 INFO : one: Copied (new) 2026/02/23 01:40:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:51 DEBUG : one: size = 3 (B2 bucket rclone-test-hesuguf2bipi path dst) 2026/02/23 01:40:51 DEBUG : one: Sizes differ 2026/02/23 01:40:51 DEBUG : one: size = 5 OK 2026/02/23 01:40:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/23 01:40:51 INFO : one: Copied (replaced existing) 2026/02/23 01:40:53 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/BackupDir" 2026/02/23 01:40:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:54 DEBUG : one: size = 3 (B2 bucket rclone-test-hesuguf2bipi path dst) 2026/02/23 01:40:54 DEBUG : one: Sizes differ 2026/02/23 01:40:54 DEBUG : one: size = 5 OK 2026/02/23 01:40:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:40:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone595914143) 2026/02/23 01:40:54 DEBUG : one: size = 3 (B2 bucket rclone-test-hesuguf2bipi path dst) 2026/02/23 01:40:54 DEBUG : one: Sizes differ 2026/02/23 01:40:56 DEBUG : one: size = 3 OK 2026/02/23 01:40:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:40:56 INFO : one: Copied (server-side copy) 2026/02/23 01:40:56 INFO : one: Deleted 2026/02/23 01:41:10 DEBUG : one: size = 5 OK 2026/02/23 01:41:10 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/02/23 01:41:10 INFO : one: Copied (server-side copy) 2026/02/23 01:41:10 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/02/23 01:41:12 DEBUG : two: Need to transfer - File not found at Destination 2026/02/23 01:41:13 DEBUG : two: size = 3 OK 2026/02/23 01:41:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:41:13 DEBUG : two: size = 3 OK 2026/02/23 01:41:13 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/23 01:41:13 INFO : two: Copied (server-side copy) 2026/02/23 01:41:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/02/23 01:41:14 DEBUG : two: size = 3 OK 2026/02/23 01:41:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/02/23 01:41:14 DEBUG : two: Unchanged skipping 2026/02/23 01:41:15 DEBUG : three: Need to transfer - File not found at Destination 2026/02/23 01:41:15 DEBUG : three: size = 7 (Local file system at /tmp/rclone595914143) 2026/02/23 01:41:15 DEBUG : three: size = 5 (B2 bucket rclone-test-hesuguf2bipi path CopyDest) 2026/02/23 01:41:15 DEBUG : three: Sizes differ 2026/02/23 01:41:15 DEBUG : three: Destination not found in --copy-dest 2026/02/23 01:41:16 DEBUG : three: size = 7 OK 2026/02/23 01:41:16 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/02/23 01:41:16 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (30.97s) === RUN TestCopyInplace run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:19 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/02/23 01:41:20 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/02/23 01:41:20 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:41:20 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/02/23 01:41:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/02/23 01:41:20 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1091-16.backblaze.com/b2api/v1/b2_upload_file/4f422da3205d8b8b9fc80e1b/c001_v0001091_t0049": max transfer limit reached as set by --max-transfer 2026/02/23 01:41:20 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/02/23 01:41:21 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/02/23 01:41:21 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/02/23 01:41:21 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = 634289b9030b8404126986b4ec6e5b5a74b4a6e5 OK 2026/02/23 01:41:21 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (3.84s) === RUN TestDeduplicateInteractive run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.37s) === RUN TestDeduplicateNewest run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:26 INFO : B2 bucket rclone-test-hesuguf2bipi: Looking for duplicate sha1 hashes using newest mode. 2026/02/23 01:41:26 NOTICE: ede5b214eacb96f3e2a75de41bf39591d9c347be: Found 3 files with duplicate sha1 hashes 2026/02/23 01:41:26 INFO : one: Deleted 2026/02/23 01:41:26 INFO : also/one: Deleted 2026/02/23 01:41:26 NOTICE: ede5b214eacb96f3e2a75de41bf39591d9c347be: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (3.05s) === RUN TestDeduplicateOldest run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.37s) === RUN TestListDirSorted run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:33 DEBUG : a.txt: Excluded (Size Filter) 2026/02/23 01:41:33 DEBUG : a.txt: Excluded 2026/02/23 01:41:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/23 01:41:33 DEBUG : sub dir/hello world: Excluded 2026/02/23 01:41:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/23 01:41:33 DEBUG : sub dir/hello world2: Excluded 2026/02/23 01:41:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/23 01:41:33 DEBUG : sub dir/hello world: Excluded 2026/02/23 01:41:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/23 01:41:33 DEBUG : sub dir/hello world2: Excluded 2026/02/23 01:41:34 DEBUG : sub dir/ignore dir: Excluded 2026/02/23 01:41:34 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (7.28s) === RUN TestListDirSortedFn run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:40 DEBUG : a.txt: Excluded (Size Filter) 2026/02/23 01:41:40 DEBUG : a.txt: Excluded 2026/02/23 01:41:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/23 01:41:40 DEBUG : sub dir/hello world: Excluded 2026/02/23 01:41:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/23 01:41:40 DEBUG : sub dir/hello world2: Excluded 2026/02/23 01:41:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/23 01:41:40 DEBUG : sub dir/hello world: Excluded 2026/02/23 01:41:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/23 01:41:40 DEBUG : sub dir/hello world2: Excluded 2026/02/23 01:41:41 DEBUG : sub dir/ignore dir: Excluded 2026/02/23 01:41:41 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (6.69s) === RUN TestListJSON run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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/23 01:41:46 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (4.06s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.19s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.55s) --- 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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/23 01:41:51 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/notfound" --- PASS: TestStatJSON (6.34s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.19s) --- PASS: TestStatJSON/Dir (0.73s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.18s) --- PASS: TestStatJSON/NotFound (0.37s) --- PASS: TestStatJSON/DirFilesOnly (0.19s) --- PASS: TestStatJSON/FileFilesOnly (0.18s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.20s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:53 INFO : B2 bucket rclone-test-hesuguf2bipi: Making directory 2026/02/23 01:41:54 INFO : B2 bucket rclone-test-hesuguf2bipi: Making directory --- PASS: TestMkdir (0.55s) === RUN TestLsd run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestLsd (1.69s) === RUN TestLs run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestLs (1.78s) === RUN TestLsWithFilesFrom run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:41:59 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (2.54s) === RUN TestLsLong run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestLsLong (1.97s) === RUN TestHashSums run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (2.18s) --- PASS: TestHashSums/Sha1 (0.18s) --- PASS: TestHashSums/Sha1Download (0.38s) === RUN TestHashSumsWithErrors 2026/02/23 01:42:04 DEBUG : Creating backend with remote ":memory:" 2026/02/23 01:42:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/02/23 01:42:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/23 01:42:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/02/23 01:42:04 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestCount (2.49s) === RUN TestDelete run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:08 DEBUG : Waiting for deletions to finish 2026/02/23 01:42:08 DEBUG : large: Excluded (Size Filter) 2026/02/23 01:42:08 INFO : medium: Deleted 2026/02/23 01:42:08 INFO : small: Deleted --- PASS: TestDelete (2.55s) === RUN TestMaxDelete run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:11 DEBUG : Waiting for deletions to finish 2026/02/23 01:42:11 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/02/23 01:42:11 INFO : large: Deleted 2026/02/23 01:42:11 INFO : medium: Deleted --- PASS: TestMaxDelete (2.80s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:13 DEBUG : Waiting for deletions to finish 2026/02/23 01:42:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/02/23 01:42:14 INFO : medium: Deleted 2026/02/23 01:42:14 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.77s) === RUN TestMaxDeleteSize run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:16 DEBUG : Waiting for deletions to finish 2026/02/23 01:42:16 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/02/23 01:42:16 INFO : large: Deleted 2026/02/23 01:42:16 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (2.66s) === RUN TestReadFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestReadFile (2.11s) === RUN TestRetry 2026/02/23 01:42:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/02/23 01:42:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/02/23 01:42:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/23 01:42:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/23 01:42:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/23 01:42:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/23 01:42:20 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestCat (4.83s) === RUN TestPurge 2026/02/23 01:42:24 DEBUG : Creating backend with remote "TestB2:rclone-test-mawujud0navo" 2026/02/23 01:42:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 01:42:25 DEBUG : Creating backend with remote "/tmp/rclone666451611" run.go:185: Remote "B2 bucket rclone-test-mawujud0navo", Local "Local file system at /tmp/rclone666451611", Modify Window "1ms" 2026/02/23 01:42:27 INFO : A2: Making directory 2026/02/23 01:42:27 INFO : A1/B2: Making directory 2026/02/23 01:42:27 INFO : A1/B2/C2: Making directory 2026/02/23 01:42:27 INFO : A1/B1/C3: Making directory 2026/02/23 01:42:27 INFO : A3: Making directory 2026/02/23 01:42:27 INFO : A3/B3: Making directory 2026/02/23 01:42:27 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/23 01:42:27 INFO : B2 bucket rclone-test-mawujud0navo: cleaning bucket "rclone-test-mawujud0navo" of all files 2026/02/23 01:42:28 DEBUG : A1/B1/C1/one: Deleting (id "4_zcf227db3209d8b8b9fc80e1b_f1000d482a3283f5a_d20260223_m014227_c001_v0001041_t0053_u01771810947103") 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/23 01:42:28 INFO : B2 bucket rclone-test-mawujud0navo: cleaning bucket "rclone-test-mawujud0navo" of all files 2026/02/23 01:42:28 DEBUG : A1/two: Deleting (id "4_zcf227db3209d8b8b9fc80e1b_f1000d482a3283f5e_d20260223_m014227_c001_v0001041_t0010_u01771810947392") 2026/02/23 01:42:29 DEBUG : B2 bucket rclone-test-mawujud0navo: Purge remote 2026/02/23 01:42:29 INFO : B2 bucket rclone-test-mawujud0navo: cleaning bucket "rclone-test-mawujud0navo" of all files 2026/02/23 01:42:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (4.80s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:30 INFO : A2: Making directory 2026/02/23 01:42:30 INFO : A1/B2: Making directory 2026/02/23 01:42:30 INFO : A1/B2/C2: Making directory 2026/02/23 01:42:30 INFO : A1/B1/C3: Making directory 2026/02/23 01:42:30 INFO : A3: Making directory 2026/02/23 01:42:30 INFO : A3/B3: Making directory 2026/02/23 01:42:30 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/23 01:42:31 DEBUG : removing 1 level 3 directories 2026/02/23 01:42:31 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/23 01:42:33 DEBUG : removing 1 level 0 directories 2026/02/23 01:42:33 INFO : B2 bucket rclone-test-hesuguf2bipi: Removing directory 2026/02/23 01:42:33 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.20s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:33 INFO : A1: Making directory 2026/02/23 01:42:33 INFO : A1/B1: Making directory 2026/02/23 01:42:33 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.92s) === RUN TestRmdirsWithFilter run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:34 INFO : A1: Making directory 2026/02/23 01:42:34 INFO : A1/B1: Making directory 2026/02/23 01:42:34 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.92s) === RUN TestCopyURL run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:36 DEBUG : filename.txt: File name found in url 2026/02/23 01:42:37 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (3.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:39 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/23 01:42:39 DEBUG : sub/file2: size = 14 OK 2026/02/23 01:42:39 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:42:39 INFO : file1: Copied (new) to: sub/file2 2026/02/23 01:42:39 INFO : file1: Deleted 2026/02/23 01:42:40 DEBUG : sub/file2: size = 14 OK 2026/02/23 01:42:40 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/23 01:42:40 DEBUG : file1: Unchanged skipping 2026/02/23 01:42:40 INFO : file1: Deleted 2026/02/23 01:42:40 DEBUG : B2 bucket rclone-test-hesuguf2bipi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.90s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:41 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/23 01:42:41 DEBUG : file1: size = 14 OK 2026/02/23 01:42:41 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:42:41 INFO : file1: Copied (new) 2026/02/23 01:42:41 INFO : file1: Deleted 2026/02/23 01:42:42 DEBUG : file1: Destination exists, skipping 2026/02/23 01:42:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (1.68s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.37s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.37s) === RUN TestMoveFileBackupDir run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:44 DEBUG : Creating backend with remote "TestB2:rclone-test-hesuguf2bipi/backup" 2026/02/23 01:42:45 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone595914143) 2026/02/23 01:42:45 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-hesuguf2bipi) 2026/02/23 01:42:45 DEBUG : dst/file1: Sizes differ 2026/02/23 01:42:46 DEBUG : dst/file1: size = 18 OK 2026/02/23 01:42:46 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/02/23 01:42:46 INFO : dst/file1: Copied (server-side copy) 2026/02/23 01:42:46 INFO : dst/file1: Deleted 2026/02/23 01:42:47 DEBUG : dst/file1: size = 14 OK 2026/02/23 01:42:47 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/02/23 01:42:47 INFO : dst/file1: Copied (new) 2026/02/23 01:42:47 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (4.45s) === 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:50 INFO : A1/B2: Making directory 2026/02/23 01:42:50 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/23 01:42:51 DEBUG : A2/B1/C2/five: size = 4 OK 2026/02/23 01:42:51 DEBUG : A1/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/23 01:42:51 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/02/23 01:42:51 DEBUG : A2/B1/three: size = 5 OK 2026/02/23 01:42:51 DEBUG : A1/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/23 01:42:51 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/02/23 01:42:51 INFO : A1/B1/C2/five: Deleted 2026/02/23 01:42:51 DEBUG : A2/two: size = 3 OK 2026/02/23 01:42:51 DEBUG : A1/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/23 01:42:51 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/02/23 01:42:51 DEBUG : A2/B1/C1/four: size = 4 OK 2026/02/23 01:42:51 DEBUG : A1/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/23 01:42:51 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/02/23 01:42:51 DEBUG : A2/one: size = 3 OK 2026/02/23 01:42:51 DEBUG : A1/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:42:51 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/02/23 01:42:51 INFO : A1/B1/three: Deleted 2026/02/23 01:42:51 INFO : A1/two: Deleted 2026/02/23 01:42:51 INFO : A1/B1/C1/four: Deleted 2026/02/23 01:42:51 INFO : A1/one: Deleted fstest.go:250: Filtering empty directory "A2/B2" fstest.go:250: Filtering empty directory "A2/B1/C3" 2026/02/23 01:42:52 DEBUG : A3/one: size = 3 OK 2026/02/23 01:42:52 DEBUG : A2/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:42:52 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/02/23 01:42:53 INFO : A2/one: Deleted 2026/02/23 01:42:53 DEBUG : A3/B1/C2/five: size = 4 OK 2026/02/23 01:42:53 DEBUG : A2/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/23 01:42:53 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/02/23 01:42:53 DEBUG : A3/B1/C1/four: size = 4 OK 2026/02/23 01:42:53 DEBUG : A2/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/23 01:42:53 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/02/23 01:42:53 DEBUG : A3/two: size = 3 OK 2026/02/23 01:42:53 DEBUG : A2/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/23 01:42:53 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/02/23 01:42:53 INFO : A2/B1/C2/five: Deleted 2026/02/23 01:42:53 INFO : A2/B1/C1/four: Deleted 2026/02/23 01:42:53 INFO : A2/two: Deleted 2026/02/23 01:42:54 DEBUG : A3/B1/three: size = 5 OK 2026/02/23 01:42:54 DEBUG : A2/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/23 01:42:54 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/02/23 01:42:55 INFO : A2/B1/three: Deleted fstest.go:250: Filtering empty directory "A3/B2" fstest.go:250: Filtering empty directory "A3/B1/C3" 2026/02/23 01:42:55 INFO : B2 bucket rclone-test-hesuguf2bipi: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/02/23 01:42:55 DEBUG : A4/B1/C1/four: size = 4 OK 2026/02/23 01:42:55 DEBUG : A3/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/02/23 01:42:55 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/02/23 01:42:55 DEBUG : A4/B1/three: size = 5 OK 2026/02/23 01:42:55 DEBUG : A3/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/02/23 01:42:55 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/02/23 01:42:56 DEBUG : A4/one: size = 3 OK 2026/02/23 01:42:56 DEBUG : A3/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/02/23 01:42:56 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/02/23 01:42:56 DEBUG : A4/two: size = 3 OK 2026/02/23 01:42:56 DEBUG : A3/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/02/23 01:42:56 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/02/23 01:42:56 INFO : A3/B1/C1/four: Deleted 2026/02/23 01:42:56 DEBUG : A4/B1/C2/five: size = 4 OK 2026/02/23 01:42:56 DEBUG : A3/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/02/23 01:42:56 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/02/23 01:42:56 INFO : A3/B1/three: Deleted 2026/02/23 01:42:56 INFO : A3/one: Deleted 2026/02/23 01:42:56 INFO : A3/two: Deleted 2026/02/23 01:42:56 INFO : A3/B1/C2/five: Deleted fstest.go:250: Filtering empty directory "A4/B2" fstest.go:250: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (9.75s) === RUN TestGetFsInfo run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:57 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.37s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:42:58 DEBUG : B2 bucket rclone-test-hesuguf2bipi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/23 01:42:59 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/02/23 01:42:59 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/02/23 01:42:59 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/02/23 01:42:59 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/23 01:42:59 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/02/23 01:42:59 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/02/23 01:42:59 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:43:01 DEBUG : B2 bucket rclone-test-hesuguf2bipi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/23 01:43:01 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/02/23 01:43:01 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/02/23 01:43:01 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/02/23 01:43:01 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/23 01:43:02 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/02/23 01:43:02 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/02/23 01:43:02 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:43:03 DEBUG : B2 bucket rclone-test-hesuguf2bipi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/23 01:43:03 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/23 01:43:03 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/02/23 01:43:03 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/23 01:43:04 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/23 01:43:04 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:43:05 DEBUG : B2 bucket rclone-test-hesuguf2bipi: File to upload is small (34 bytes), uploading instead of streaming 2026/02/23 01:43:06 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/23 01:43:06 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/02/23 01:43:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/02/23 01:43:06 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/02/23 01:43:07 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/23 01:43:07 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/02/23 01:43:07 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (10.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (2.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.46s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.44s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.49s) === RUN TestRcatMetadata run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:43:08 DEBUG : B2 bucket rclone-test-hesuguf2bipi: File to upload is small (60 bytes), uploading instead of streaming 2026/02/23 01:43:09 DEBUG : potato2: size = 60 OK 2026/02/23 01:43:09 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/02/23 01:43:09 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (1.63s) === RUN TestRcatSizeMetadata run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" 2026/02/23 01:43:12 DEBUG : B2 bucket rclone-test-hesuguf2bipi: Touching "sub dir/potato3" 2026/02/23 01:43:12 DEBUG : B2 bucket rclone-test-hesuguf2bipi: Touching "empty space" 2026/02/23 01:43:12 DEBUG : B2 bucket rclone-test-hesuguf2bipi: Touching "potato2" --- PASS: TestTouchDir (4.26s) === RUN TestMkdirMetadata run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.39s) === RUN TestSetDirModTime run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", Modify Window "1ms" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.38s) === RUN TestRemoveExisting run.go:185: Remote "B2 bucket rclone-test-hesuguf2bipi", Local "Local file system at /tmp/rclone595914143", 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/23 01:43:17 DEBUG : B2 bucket rclone-test-hesuguf2bipi: Purge remote 2026/02/23 01:43:17 INFO : B2 bucket rclone-test-hesuguf2bipi: cleaning bucket "rclone-test-hesuguf2bipi" of all files 2026/02/23 01:43:17 DEBUG : A1/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d31_d20260223_m014251_c001_v7007000_t0000_u01771810971869") 2026/02/23 01:43:17 DEBUG : A1/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1b8_d20260223_m014249_c001_v0001091_t0025_u01771810969463") 2026/02/23 01:43:17 DEBUG : A1/B1/C1/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301949_d20260223_m014232_c001_v7007000_t0000_u01771810952751") 2026/02/23 01:43:17 DEBUG : A1/B1/C1/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad15a_d20260223_m014230_c001_v0001091_t0040_u01771810950203") 2026/02/23 01:43:17 DEBUG : A1/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f1_d20260223_m014251_c001_v7007000_t0000_u01771810971668") 2026/02/23 01:43:17 DEBUG : A1/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1ba_d20260223_m014249_c001_v0001091_t0037_u01771810969864") 2026/02/23 01:43:17 DEBUG : A1/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650def_d20260223_m014251_c001_v7007000_t0000_u01771810971726") 2026/02/23 01:43:17 DEBUG : A1/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1b6_d20260223_m014249_c001_v0001091_t0035_u01771810969057") 2026/02/23 01:43:17 DEBUG : A1/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986f0a_d20260223_m014251_c001_v7007000_t0000_u01771810971876") 2026/02/23 01:43:18 DEBUG : A1/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1aa_d20260223_m014248_c001_v0001091_t0007_u01771810968199") 2026/02/23 01:43:18 DEBUG : A1/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415419f6ab78f853_d20260223_m014251_c001_v7007000_t0000_u01771810971857") 2026/02/23 01:43:18 DEBUG : A1/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1ac_d20260223_m014248_c001_v0001091_t0026_u01771810968593") 2026/02/23 01:43:18 DEBUG : A1/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c464230194a_d20260223_m014233_c001_v7007000_t0000_u01771810953111") 2026/02/23 01:43:18 DEBUG : A1/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad15e_d20260223_m014230_c001_v0001091_t0029_u01771810950542") 2026/02/23 01:43:18 DEBUG : A2/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986f0d_d20260223_m014253_c001_v7007000_t0000_u01771810973160") 2026/02/23 01:43:18 DEBUG : A2/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f113047301fe19dc6_d20260223_m014251_c001_v0001116_t0004_u01771810971094") 2026/02/23 01:43:18 DEBUG : A2/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d38_d20260223_m014253_c001_v7007000_t0000_u01771810973119") 2026/02/23 01:43:18 DEBUG : A2/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1154903e40a316a9_d20260223_m014251_c001_v0001180_t0028_u01771810971462") 2026/02/23 01:43:18 DEBUG : A2/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415419f6ab78f855_d20260223_m014255_c001_v7007000_t0000_u01771810975055") 2026/02/23 01:43:18 DEBUG : A2/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f11524daf074ff82e_d20260223_m014251_c001_v0001178_t0014_u01771810971514") 2026/02/23 01:43:18 DEBUG : A2/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650df0_d20260223_m014252_c001_v7007000_t0000_u01771810972912") 2026/02/23 01:43:18 DEBUG : A2/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f110abc34a8774f78_d20260223_m014251_c001_v0001134_t0033_u01771810971484") 2026/02/23 01:43:18 DEBUG : A2/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f5_d20260223_m014253_c001_v7007000_t0000_u01771810973239") 2026/02/23 01:43:18 DEBUG : A2/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f105b455bcdfb8a9d_d20260223_m014251_c001_v0001146_t0005_u01771810971502") 2026/02/23 01:43:18 DEBUG : A3/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415419f6ab78f857_d20260223_m014256_c001_v7007000_t0000_u01771810976021") 2026/02/23 01:43:18 DEBUG : A3/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1095d0e7bb3ef7be_d20260223_m014252_c001_v0001109_t0055_u01771810972639") 2026/02/23 01:43:18 DEBUG : A3/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f6_d20260223_m014256_c001_v7007000_t0000_u01771810976207") 2026/02/23 01:43:18 DEBUG : A3/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1003fc2aae2a2cd6_d20260223_m014252_c001_v0001167_t0006_u01771810972653") 2026/02/23 01:43:19 DEBUG : A3/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986f26_d20260223_m014256_c001_v7007000_t0000_u01771810976032") 2026/02/23 01:43:19 DEBUG : A3/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116af50c6438d99e_d20260223_m014254_c001_v0001098_t0041_u01771810974678") 2026/02/23 01:43:19 DEBUG : A3/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d44_d20260223_m014256_c001_v7007000_t0000_u01771810976120") 2026/02/23 01:43:19 DEBUG : A3/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f108711486f3349c8_d20260223_m014252_c001_v0001185_t0041_u01771810972684") 2026/02/23 01:43:19 DEBUG : A3/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650df2_d20260223_m014256_c001_v7007000_t0000_u01771810976135") 2026/02/23 01:43:19 DEBUG : A3/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f11033a69de80d0ef_d20260223_m014252_c001_v0001117_t0025_u01771810972684") 2026/02/23 01:43:19 DEBUG : A4/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f7_d20260223_m014256_c001_v7007000_t0000_u01771810976774") 2026/02/23 01:43:19 DEBUG : A4/B1/C1/four: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f11638e3155d8f2dc_d20260223_m014255_c001_v0001180_t0018_u01771810975825") 2026/02/23 01:43:19 DEBUG : A4/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f8_d20260223_m014256_c001_v7007000_t0000_u01771810976956") 2026/02/23 01:43:19 DEBUG : A4/B1/C2/five: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1122380212f740e3_d20260223_m014255_c001_v0001131_t0020_u01771810975838") 2026/02/23 01:43:19 DEBUG : A4/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98f9_d20260223_m014257_c001_v7007000_t0000_u01771810977143") 2026/02/23 01:43:19 DEBUG : A4/B1/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1001dc06f8405667_d20260223_m014255_c001_v0001185_t0002_u01771810975843") 2026/02/23 01:43:19 DEBUG : A4/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98fa_d20260223_m014257_c001_v7007000_t0000_u01771810977325") 2026/02/23 01:43:19 DEBUG : A4/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f10759528caef5fb5_d20260223_m014255_c001_v0001183_t0034_u01771810975857") 2026/02/23 01:43:19 DEBUG : A4/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee98fb_d20260223_m014257_c001_v7007000_t0000_u01771810977520") 2026/02/23 01:43:19 DEBUG : A4/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f107ce67bb515106b_d20260223_m014255_c001_v0001172_t0044_u01771810975868") 2026/02/23 01:43:19 DEBUG : BackupDir/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde818_d20260223_m014116_c001_v7007000_t0000_u01771810876520") 2026/02/23 01:43:19 DEBUG : BackupDir/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116c710426eb98bf_d20260223_m014055_c001_v0001185_t0056_u01771810855984") 2026/02/23 01:43:19 DEBUG : CompareDest/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04ea_d20260223_m014046_c001_v7007000_t0000_u01771810846079") 2026/02/23 01:43:19 DEBUG : CompareDest/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acffe_d20260223_m014041_c001_v0001091_t0059_u01771810841928") 2026/02/23 01:43:19 DEBUG : CompareDest/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04ec_d20260223_m014046_c001_v7007000_t0000_u01771810846265") 2026/02/23 01:43:19 DEBUG : CompareDest/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad002_d20260223_m014043_c001_v0001091_t0027_u01771810843091") 2026/02/23 01:43:19 DEBUG : CopyDest/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde819_d20260223_m014116_c001_v7007000_t0000_u01771810876703") 2026/02/23 01:43:20 DEBUG : CopyDest/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad01c_d20260223_m014053_c001_v0001091_t0041_u01771810853045") 2026/02/23 01:43:20 DEBUG : CopyDest/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde81a_d20260223_m014116_c001_v7007000_t0000_u01771810876886") 2026/02/23 01:43:20 DEBUG : CopyDest/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad052_d20260223_m014114_c001_v0001091_t0038_u01771810874634") 2026/02/23 01:43:20 DEBUG : CopyDest/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde81b_d20260223_m014117_c001_v7007000_t0000_u01771810877069") 2026/02/23 01:43:20 DEBUG : CopyDest/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad040_d20260223_m014111_c001_v0001091_t0029_u01771810871220") 2026/02/23 01:43:20 DEBUG : ReadFile: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abd4_d20260223_m014219_c001_v7007000_t0000_u01771810939429") 2026/02/23 01:43:20 DEBUG : ReadFile: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad13a_d20260223_m014218_c001_v0001091_t0045_u01771810938045") 2026/02/23 01:43:20 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde82b_d20260223_m014122_c001_v7007000_t0000_u01771810882373") 2026/02/23 01:43:20 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad064_d20260223_m014119_c001_v0001091_t0000_u01771810879596") 2026/02/23 01:43:20 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde82c_d20260223_m014122_c001_v7007000_t0000_u01771810882556") 2026/02/23 01:43:20 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad06e_d20260223_m014121_c001_v0001091_t0011_u01771810881664") 2026/02/23 01:43:20 DEBUG : a.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde871_d20260223_m014142_c001_v7007000_t0000_u01771810902176") 2026/02/23 01:43:20 DEBUG : a.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0ae_d20260223_m014136_c001_v0001091_t0007_u01771810896979") 2026/02/23 01:43:20 DEBUG : a.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde848_d20260223_m014135_c001_v7007000_t0000_u01771810895538") 2026/02/23 01:43:20 DEBUG : a.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad08a_d20260223_m014129_c001_v0001091_t0020_u01771810889698") 2026/02/23 01:43:20 DEBUG : also/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde833_d20260223_m014126_c001_v7007000_t0000_u01771810886721") 2026/02/23 01:43:20 DEBUG : also/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad07a_d20260223_m014125_c001_v0001091_t0013_u01771810885171") 2026/02/23 01:43:20 DEBUG : another: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde835_d20260223_m014127_c001_v7007000_t0000_u01771810887281") 2026/02/23 01:43:20 DEBUG : another: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad07e_d20260223_m014125_c001_v0001091_t0051_u01771810885498") 2026/02/23 01:43:20 DEBUG : backup/dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d24_d20260223_m014247_c001_v7007000_t0000_u01771810967594") 2026/02/23 01:43:21 DEBUG : backup/dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f108711486f334994_d20260223_m014246_c001_v0001185_t0045_u01771810966450") 2026/02/23 01:43:21 DEBUG : backup/dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04c9_d20260223_m014035_c001_v7007000_t0000_u01771810835412") 2026/02/23 01:43:21 DEBUG : backup/dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f113b3f23260ffa5d_d20260223_m014034_c001_v0001185_t0033_u01771810834288") 2026/02/23 01:43:21 DEBUG : data/banana: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986e0e_d20260223_m013939_c001_v7007000_t0000_u01771810779284") 2026/02/23 01:43:21 DEBUG : data/banana: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf5b_d20260223_m013936_c001_v0001091_t0054_u01771810776971") 2026/02/23 01:43:21 DEBUG : data/banana: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf33_d20260223_m013927_c001_v0001091_t0039_u01771810767780") 2026/02/23 01:43:21 DEBUG : data/potato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986e10_d20260223_m013939_c001_v7007000_t0000_u01771810779464") 2026/02/23 01:43:21 DEBUG : data/potato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf5d_d20260223_m013937_c001_v0001091_t0026_u01771810777308") 2026/02/23 01:43:21 DEBUG : data/potato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf3b_d20260223_m013930_c001_v0001091_t0026_u01771810770062") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d25_d20260223_m014247_c001_v7007000_t0000_u01771810967776") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1a2_d20260223_m014246_c001_v0001091_t0040_u01771810966823") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301d23_d20260223_m014246_c001_v7007000_t0000_u01771810966641") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad196_d20260223_m014243_c001_v0001091_t0008_u01771810963695") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04ca_d20260223_m014035_c001_v7007000_t0000_u01771810835595") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acfe5_d20260223_m014034_c001_v0001091_t0034_u01771810834670") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04c8_d20260223_m014034_c001_v7007000_t0000_u01771810834479") 2026/02/23 01:43:21 DEBUG : dst/file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acfd9_d20260223_m014031_c001_v0001091_t0046_u01771810831584") 2026/02/23 01:43:21 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde81c_d20260223_m014117_c001_v7007000_t0000_u01771810877252") 2026/02/23 01:43:21 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1043c0ab6c6445b8_d20260223_m014109_c001_v0001103_t0002_u01771810869783") 2026/02/23 01:43:21 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f407d2dd40b2292f2_d20260223_m014056_c001_v7007000_t0000_u01771810856545") 2026/02/23 01:43:21 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad01a_d20260223_m014052_c001_v0001091_t0002_u01771810852607") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f10708ecf256589a6_d20260223_m014051_c001_v0001185_t0000_u01771810851847") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f10708ecf25658988_d20260223_m014050_c001_v0001185_t0040_u01771810850882") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04ed_d20260223_m014046_c001_v7007000_t0000_u01771810846447") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acffc_d20260223_m014041_c001_v0001091_t0048_u01771810841658") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1095c95449d49ffc_d20260223_m014040_c001_v0001145_t0036_u01771810840871") 2026/02/23 01:43:22 DEBUG : dst/one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1095c95449d49ffa_d20260223_m014039_c001_v0001145_t0051_u01771810839840") 2026/02/23 01:43:22 DEBUG : dst/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde81d_d20260223_m014117_c001_v7007000_t0000_u01771810877435") 2026/02/23 01:43:22 DEBUG : dst/three: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f10708ecf25658b5c_d20260223_m014115_c001_v0001185_t0041_u01771810875952") 2026/02/23 01:43:22 DEBUG : dst/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde81e_d20260223_m014117_c001_v7007000_t0000_u01771810877618") 2026/02/23 01:43:22 DEBUG : dst/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f10983825bc4660c4_d20260223_m014113_c001_v0001167_t0034_u01771810873602") 2026/02/23 01:43:22 DEBUG : dst/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04ee_d20260223_m014046_c001_v7007000_t0000_u01771810846631") 2026/02/23 01:43:22 DEBUG : dst/two: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1095c95449d49ffe_d20260223_m014045_c001_v0001145_t0027_u01771810845316") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6ac49_d20260223_m014314_c001_v7007000_t0000_u01771810994266") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f1127c8b64e00600d_d20260223_m014313_c001_v0001180_t0054_u01771810993370") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1fe_d20260223_m014311_c001_v0001091_t0027_u01771810991241") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dbf_d20260223_m014206_c001_v7007000_t0000_u01771810926527") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad10c_d20260223_m014205_c001_v0001091_t0039_u01771810925105") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db9_d20260223_m014204_c001_v7007000_t0000_u01771810924221") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad106_d20260223_m014202_c001_v0001091_t0041_u01771810922945") 2026/02/23 01:43:22 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db7_d20260223_m014201_c001_v7007000_t0000_u01771810921988") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0fe_d20260223_m014200_c001_v0001091_t0041_u01771810920949") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db5_d20260223_m014200_c001_v7007000_t0000_u01771810920072") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0f4_d20260223_m014158_c001_v0001091_t0037_u01771810918557") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db2_d20260223_m014157_c001_v7007000_t0000_u01771810917524") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0ee_d20260223_m014156_c001_v0001091_t0049_u01771810916663") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986de0_d20260223_m013921_c001_v7007000_t0000_u01771810761942") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf1b_d20260223_m013919_c001_v0001091_t0043_u01771810759353") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986ddc_d20260223_m013917_c001_v7007000_t0000_u01771810757397") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf07_d20260223_m013913_c001_v0001091_t0019_u01771810753451") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dd5_d20260223_m013910_c001_v7007000_t0000_u01771810750861") 2026/02/23 01:43:23 DEBUG : empty space: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acefb_d20260223_m013907_c001_v0001091_t0017_u01771810747489") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301955_d20260223_m014242_c001_v7007000_t0000_u01771810962589") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad18a_d20260223_m014241_c001_v0001091_t0045_u01771810961461") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c464230194c_d20260223_m014238_c001_v7007000_t0000_u01771810958437") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f416012606c3ad174_d20260223_m014236_c001_v0001091_t0049_u01771810956416") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abe8_d20260223_m014224_c001_v7007000_t0000_u01771810944499") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad144_d20260223_m014220_c001_v0001091_t0016_u01771810940205") 2026/02/23 01:43:23 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650daa_d20260223_m014153_c001_v7007000_t0000_u01771810913518") 2026/02/23 01:43:24 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0d8_d20260223_m014147_c001_v0001091_t0000_u01771810907727") 2026/02/23 01:43:24 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650da4_d20260223_m014147_c001_v7007000_t0000_u01771810907179") 2026/02/23 01:43:24 DEBUG : file1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0d2_d20260223_m014143_c001_v0001091_t0025_u01771810903667") 2026/02/23 01:43:24 DEBUG : file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c464230194e_d20260223_m014238_c001_v7007000_t0000_u01771810958646") 2026/02/23 01:43:24 DEBUG : file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f416012606c3ad180_d20260223_m014237_c001_v0001091_t0049_u01771810957888") 2026/02/23 01:43:24 DEBUG : file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abe9_d20260223_m014224_c001_v7007000_t0000_u01771810944680") 2026/02/23 01:43:24 DEBUG : file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad146_d20260223_m014220_c001_v0001091_t0024_u01771810940560") 2026/02/23 01:43:24 DEBUG : filename.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c464230194f_d20260223_m014238_c001_v7007000_t0000_u01771810958826") 2026/02/23 01:43:24 DEBUG : filename.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad17a_d20260223_m014236_c001_v0001091_t0025_u01771810956976") 2026/02/23 01:43:24 DEBUG : headerfilename.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301950_d20260223_m014239_c001_v7007000_t0000_u01771810959008") 2026/02/23 01:43:24 DEBUG : headerfilename.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad17c_d20260223_m014237_c001_v0001091_t0007_u01771810957363") 2026/02/23 01:43:24 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee992b_d20260223_m014307_c001_v7007000_t0000_u01771810987821") 2026/02/23 01:43:24 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1ec_d20260223_m014306_c001_v0001091_t0023_u01771810986432") 2026/02/23 01:43:24 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee991e_d20260223_m014305_c001_v7007000_t0000_u01771810985331") 2026/02/23 01:43:24 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1e8_d20260223_m014304_c001_v0001091_t0045_u01771810984075") 2026/02/23 01:43:24 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee992c_d20260223_m014308_c001_v7007000_t0000_u01771810988006") 2026/02/23 01:43:24 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1ea_d20260223_m014306_c001_v0001091_t0023_u01771810986070") 2026/02/23 01:43:24 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9920_d20260223_m014305_c001_v7007000_t0000_u01771810985517") 2026/02/23 01:43:24 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1e6_d20260223_m014303_c001_v0001091_t0029_u01771810983687") 2026/02/23 01:43:24 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dd1_d20260223_m014216_c001_v7007000_t0000_u01771810936759") 2026/02/23 01:43:24 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad136_d20260223_m014215_c001_v0001091_t0039_u01771810935961") 2026/02/23 01:43:24 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dcc_d20260223_m014214_c001_v7007000_t0000_u01771810934649") 2026/02/23 01:43:25 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad12a_d20260223_m014213_c001_v0001091_t0020_u01771810933401") 2026/02/23 01:43:25 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc5_d20260223_m014211_c001_v7007000_t0000_u01771810931312") 2026/02/23 01:43:25 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad122_d20260223_m014210_c001_v0001091_t0042_u01771810930534") 2026/02/23 01:43:25 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc4_d20260223_m014209_c001_v7007000_t0000_u01771810929440") 2026/02/23 01:43:25 DEBUG : large: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad116_d20260223_m014207_c001_v0001091_t0023_u01771810927986") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abcc_d20260223_m014216_c001_v7007000_t0000_u01771810936777") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad134_d20260223_m014215_c001_v0001091_t0046_u01771810935669") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abc5_d20260223_m014214_c001_v7007000_t0000_u01771810934098") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad128_d20260223_m014212_c001_v0001091_t0029_u01771810932955") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abb2_d20260223_m014211_c001_v7007000_t0000_u01771810931335") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad120_d20260223_m014210_c001_v0001091_t0045_u01771810930230") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc2_d20260223_m014208_c001_v7007000_t0000_u01771810928710") 2026/02/23 01:43:25 DEBUG : medium: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad114_d20260223_m014207_c001_v0001091_t0044_u01771810927624") 2026/02/23 01:43:25 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9901_d20260223_m014300_c001_v7007000_t0000_u01771810980432") 2026/02/23 01:43:25 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1d6_d20260223_m014259_c001_v0001091_t0049_u01771810979226") 2026/02/23 01:43:25 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9903_d20260223_m014300_c001_v7007000_t0000_u01771810980614") 2026/02/23 01:43:25 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1d4_d20260223_m014258_c001_v0001091_t0019_u01771810978855") 2026/02/23 01:43:25 DEBUG : not-one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde836_d20260223_m014127_c001_v7007000_t0000_u01771810887464") 2026/02/23 01:43:25 DEBUG : not-one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad080_d20260223_m014125_c001_v0001091_t0058_u01771810885799") 2026/02/23 01:43:25 DEBUG : one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde831_d20260223_m014126_c001_v7007000_t0000_u01771810886538") 2026/02/23 01:43:25 DEBUG : one: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad078_d20260223_m014124_c001_v0001091_t0041_u01771810884828") 2026/02/23 01:43:25 DEBUG : potato1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee992e_d20260223_m014309_c001_v7007000_t0000_u01771810989817") 2026/02/23 01:43:26 DEBUG : potato1: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1f6_d20260223_m014308_c001_v0001091_t0017_u01771810988745") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6ac4a_d20260223_m014314_c001_v7007000_t0000_u01771810994449") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f102deb1e458c1d52_d20260223_m014313_c001_v0001097_t0036_u01771810993400") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1fa_d20260223_m014310_c001_v0001091_t0008_u01771810990744") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee992f_d20260223_m014310_c001_v7007000_t0000_u01771810990000") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1f8_d20260223_m014309_c001_v0001091_t0010_u01771810989075") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc0_d20260223_m014206_c001_v7007000_t0000_u01771810926709") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad10a_d20260223_m014204_c001_v0001091_t0052_u01771810924772") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dba_d20260223_m014204_c001_v7007000_t0000_u01771810924405") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad104_d20260223_m014202_c001_v0001091_t0035_u01771810922588") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db8_d20260223_m014202_c001_v7007000_t0000_u01771810922171") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0fc_d20260223_m014200_c001_v0001091_t0048_u01771810920622") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db6_d20260223_m014200_c001_v7007000_t0000_u01771810920255") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0f2_d20260223_m014158_c001_v0001091_t0057_u01771810918085") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db3_d20260223_m014157_c001_v7007000_t0000_u01771810917718") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0ec_d20260223_m014156_c001_v0001091_t0000_u01771810916309") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986de1_d20260223_m013922_c001_v7007000_t0000_u01771810762122") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf1d_d20260223_m013920_c001_v0001091_t0054_u01771810760013") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986ddd_d20260223_m013917_c001_v7007000_t0000_u01771810757578") 2026/02/23 01:43:26 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf0d_d20260223_m013914_c001_v0001091_t0028_u01771810754337") 2026/02/23 01:43:27 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dd6_d20260223_m013911_c001_v7007000_t0000_u01771810751041") 2026/02/23 01:43:27 DEBUG : potato2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acefd_d20260223_m013908_c001_v0001091_t0054_u01771810748211") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986de2_d20260223_m013922_c001_v7007000_t0000_u01771810762303") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf1f_d20260223_m013920_c001_v0001091_t0042_u01771810760850") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dde_d20260223_m013917_c001_v7007000_t0000_u01771810757762") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf11_d20260223_m013915_c001_v0001091_t0048_u01771810755919") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dd7_d20260223_m013911_c001_v7007000_t0000_u01771810751222") 2026/02/23 01:43:27 DEBUG : remotepotato: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3aceff_d20260223_m013909_c001_v0001091_t0007_u01771810749069") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986de3_d20260223_m013922_c001_v7007000_t0000_u01771810762483") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf19_d20260223_m013918_c001_v0001091_t0020_u01771810758307") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986ddf_d20260223_m013917_c001_v7007000_t0000_u01771810757942") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf03_d20260223_m013911_c001_v0001091_t0031_u01771810751766") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dd8_d20260223_m013911_c001_v7007000_t0000_u01771810751402") 2026/02/23 01:43:27 DEBUG : rutabaga: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acef9_d20260223_m013906_c001_v0001091_t0051_u01771810746615") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abcd_d20260223_m014217_c001_v7007000_t0000_u01771810937321") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad130_d20260223_m014215_c001_v0001091_t0053_u01771810935382") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dca_d20260223_m014214_c001_v7007000_t0000_u01771810934101") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad126_d20260223_m014212_c001_v0001091_t0056_u01771810932610") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6abb9_d20260223_m014211_c001_v7007000_t0000_u01771810931884") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad11e_d20260223_m014209_c001_v0001091_t0031_u01771810929806") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc3_d20260223_m014208_c001_v7007000_t0000_u01771810928893") 2026/02/23 01:43:27 DEBUG : small: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad110_d20260223_m014207_c001_v0001091_t0020_u01771810927258") 2026/02/23 01:43:27 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650db0_d20260223_m014155_c001_v7007000_t0000_u01771810915942") 2026/02/23 01:43:28 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0ea_d20260223_m014154_c001_v0001091_t0058_u01771810914996") 2026/02/23 01:43:28 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde873_d20260223_m014142_c001_v7007000_t0000_u01771810902359") 2026/02/23 01:43:28 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0b4_d20260223_m014137_c001_v0001091_t0023_u01771810897809") 2026/02/23 01:43:28 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde84a_d20260223_m014135_c001_v7007000_t0000_u01771810895721") 2026/02/23 01:43:28 DEBUG : sub dir/hello world: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad090_d20260223_m014130_c001_v0001091_t0002_u01771810890454") 2026/02/23 01:43:28 DEBUG : sub dir/hello world2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde876_d20260223_m014142_c001_v7007000_t0000_u01771810902543") 2026/02/23 01:43:28 DEBUG : sub dir/hello world2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0ba_d20260223_m014138_c001_v0001091_t0059_u01771810898283") 2026/02/23 01:43:28 DEBUG : sub dir/hello world2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde84b_d20260223_m014135_c001_v7007000_t0000_u01771810895905") 2026/02/23 01:43:28 DEBUG : sub dir/hello world2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad094_d20260223_m014131_c001_v0001091_t0049_u01771810891364") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde878_d20260223_m014142_c001_v7007000_t0000_u01771810902725") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0bc_d20260223_m014138_c001_v0001091_t0059_u01771810898593") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde84e_d20260223_m014136_c001_v7007000_t0000_u01771810896087") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad096_d20260223_m014131_c001_v0001091_t0001_u01771810891654") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde87c_d20260223_m014142_c001_v7007000_t0000_u01771810902908") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0c0_d20260223_m014138_c001_v0001091_t0056_u01771810898904") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde84f_d20260223_m014136_c001_v7007000_t0000_u01771810896269") 2026/02/23 01:43:28 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad098_d20260223_m014132_c001_v0001091_t0023_u01771810892247") 2026/02/23 01:43:28 DEBUG : sub dir/potato3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f40947fcc0cd6ac4b_d20260223_m014314_c001_v7007000_t0000_u01771810994639") 2026/02/23 01:43:28 DEBUG : sub dir/potato3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116193647f19eaa3_d20260223_m014313_c001_v0001130_t0003_u01771810993009") 2026/02/23 01:43:28 DEBUG : sub dir/potato3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad200_d20260223_m014311_c001_v0001091_t0028_u01771810991638") 2026/02/23 01:43:28 DEBUG : sub dir/potato3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dc1_d20260223_m014206_c001_v7007000_t0000_u01771810926892") 2026/02/23 01:43:29 DEBUG : sub dir/potato3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad10e_d20260223_m014205_c001_v0001091_t0056_u01771810925519") 2026/02/23 01:43:29 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde87f_d20260223_m014143_c001_v7007000_t0000_u01771810903139") 2026/02/23 01:43:29 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0c4_d20260223_m014139_c001_v0001091_t0014_u01771810899235") 2026/02/23 01:43:29 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde850_d20260223_m014136_c001_v7007000_t0000_u01771810896452") 2026/02/23 01:43:29 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0a0_d20260223_m014132_c001_v0001091_t0053_u01771810892612") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301951_d20260223_m014240_c001_v7007000_t0000_u01771810960912") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad188_d20260223_m014239_c001_v0001091_t0020_u01771810959555") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650dac_d20260223_m014153_c001_v7007000_t0000_u01771810913702") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0da_d20260223_m014148_c001_v0001091_t0015_u01771810908005") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f420a36f44d650da5_d20260223_m014147_c001_v7007000_t0000_u01771810907362") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0d4_d20260223_m014144_c001_v0001091_t0041_u01771810904060") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f04c6_d20260223_m014030_c001_v7007000_t0000_u01771810830847") 2026/02/23 01:43:29 DEBUG : sub/file2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acfd1_d20260223_m014029_c001_v0001091_t0045_u01771810829203") 2026/02/23 01:43:29 DEBUG : test-multithread-abort: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986dce_d20260223_m013905_c001_v7007000_t0000_u01771810745695") 2026/02/23 01:43:29 DEBUG : test-multithread-abort: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acedf_d20260223_m013849_c001_v0001091_t0052_u01771810729337") 2026/02/23 01:43:29 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9796_d20260223_m013753_c001_v7007000_t0000_u01771810673466") 2026/02/23 01:43:29 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f110218a7d24e4dd2_d20260223_m013744_c001_v0001153_t0020_u01771810664644") 2026/02/23 01:43:29 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9799_d20260223_m013801_c001_v7007000_t0000_u01771810681502") 2026/02/23 01:43:29 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f110218a7d24e4dd8_d20260223_m013754_c001_v0001153_t0012_u01771810674164") 2026/02/23 01:43:29 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee97a3_d20260223_m013813_c001_v7007000_t0000_u01771810693025") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ace8f_d20260223_m013804_c001_v0001091_t0015_u01771810684478") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f404a4ab89b2f0406_d20260223_m013819_c001_v7007000_t0000_u01771810699583") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f2197935cfcee97a8_d20260223_m013814_c001_v0001093_t0056_u01771810694780") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4146521755d737a8_d20260223_m013826_c001_v7007000_t0000_u01771810706041") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f204a4ab89b2f0409_d20260223_m013821_c001_v0001091_t0012_u01771810701324") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f41194c4642301587_d20260223_m013848_c001_v7007000_t0000_u01771810728005") 2026/02/23 01:43:30 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f2146521755d737aa_d20260223_m013827_c001_v0001167_t0018_u01771810707818") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986e12_d20260223_m013939_c001_v7007000_t0000_u01771810779643") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf5f_d20260223_m013937_c001_v0001091_t0029_u01771810777806") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf53_d20260223_m013935_c001_v0001091_t0001_u01771810775712") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf4f_d20260223_m013934_c001_v0001091_t0029_u01771810774404") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf4b_d20260223_m013933_c001_v0001091_t0059_u01771810773109") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf45_d20260223_m013931_c001_v0001091_t0059_u01771810771690") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf3d_d20260223_m013930_c001_v0001091_t0047_u01771810770462") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf35_d20260223_m013928_c001_v0001091_t0037_u01771810768084") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4223ab4461986de6_d20260223_m013924_c001_v7007000_t0000_u01771810764873") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf29_d20260223_m013924_c001_v0001091_t0059_u01771810764011") 2026/02/23 01:43:30 DEBUG : test.sum: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3acf23_d20260223_m013922_c001_v0001091_t0020_u01771810762849") 2026/02/23 01:43:30 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9910_d20260223_m014302_c001_v7007000_t0000_u01771810982896") 2026/02/23 01:43:30 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1e0_d20260223_m014301_c001_v0001091_t0025_u01771810981512") 2026/02/23 01:43:30 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f4197935cfcee9912_d20260223_m014303_c001_v7007000_t0000_u01771810983079") 2026/02/23 01:43:30 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad1de_d20260223_m014301_c001_v0001091_t0007_u01771810981169") 2026/02/23 01:43:31 DEBUG : zend.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde882_d20260223_m014143_c001_v7007000_t0000_u01771810903322") 2026/02/23 01:43:31 DEBUG : zend.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad0b0_d20260223_m014137_c001_v0001091_t0026_u01771810897280") 2026/02/23 01:43:31 DEBUG : zend.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f415e77126fcde852_d20260223_m014136_c001_v7007000_t0000_u01771810896635") 2026/02/23 01:43:31 DEBUG : zend.txt: Deleting (id "4_z4f422da3205d8b8b9fc80e1b_f116012606c3ad08e_d20260223_m014130_c001_v0001091_t0024_u01771810890119") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 5m50.25958378s (try 1/5)