"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/25 01:07:43 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido" 2026/08/25 01:07:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:07:44 DEBUG : Creating backend with remote "/tmp/rclone2955751929" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:07:45 DEBUG : chunksize-probe: Cancelling large file upload === RUN TestMultithreadCopy/upload=false,size=16777215,streams=2 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: write buffer set to 131072 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi starting 2026/08/25 01:07:50 DEBUG : test-multithread-copy-false-16777215-2: writing chunk 0 2026/08/25 01:07:54 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi finished 2026/08/25 01:07:54 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/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: write buffer set to 131072 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16Mi 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: Starting multi-thread copy with 1 chunks of size 16Mi with 1 parallel streams 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi starting 2026/08/25 01:08:00 DEBUG : test-multithread-copy-false-16777216-2: writing chunk 0 2026/08/25 01:08:02 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi finished 2026/08/25 01:08:02 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/08/25 01:08:03 DEBUG : test-multithread-copy-false-16777217-2: Clearing upload URL because of error: Post "https://pod-000-1167-13.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001167_t0046": write tcp 65.108.87.141:34224->149.137.138.83:443: use of closed network connection 2026/08/25 01:08:03 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1167-13.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001167_t0046": write tcp 65.108.87.141:34224->149.137.138.83:443: use of closed network connection) 2026/08/25 01:08:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms === NAME TestMultithreadCopy run.go:299: Retry Put of "test-multithread-copy-false-16777217-2" to B2 bucket rclone-test-vezumal0dido: 1/10 (Post "https://pod-000-1167-13.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001167_t0046": write tcp 65.108.87.141:34224->149.137.138.83:443: use of closed network connection) 2026/08/25 01:08:05 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: write buffer set to 131072 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/08/25 01:08:09 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi starting 2026/08/25 01:08:10 DEBUG : test-multithread-copy-false-16777217-2: writing chunk 0 2026/08/25 01:08:12 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi finished 2026/08/25 01:08:12 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/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: disabling buffering because source is local disk 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi starting 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 1 length 8388607 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/08/25 01:08:15 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 0 length 8388608 2026/08/25 01:08:17 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 1 2026/08/25 01:08:17 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi finished 2026/08/25 01:08:17 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 0 2026/08/25 01:08:17 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/08/25 01:08:17 DEBUG : test-multithread-copy-true-16777215-2: Finishing large file upload with 2 parts 2026/08/25 01:08: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/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: disabling buffering because source is local disk 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi starting 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 1 length 8388608 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/08/25 01:08:21 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 0 length 8388608 2026/08/25 01:08:24 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 1 2026/08/25 01:08:24 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi finished 2026/08/25 01:08:24 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 0 2026/08/25 01:08:24 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/08/25 01:08:24 DEBUG : test-multithread-copy-true-16777216-2: Finishing large file upload with 2 parts 2026/08/25 01:08:25 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/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: disabling buffering because source is local disk 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 0 length 8388608 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 2 length 1 2026/08/25 01:08:28 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 1 length 8388608 2026/08/25 01:08:29 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 2 2026/08/25 01:08:29 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 finished 2026/08/25 01:08:31 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 1 2026/08/25 01:08:31 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/08/25 01:08:31 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 0 2026/08/25 01:08:31 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/08/25 01:08:31 DEBUG : test-multithread-copy-true-16777217-2: Finishing large file upload with 3 parts 2026/08/25 01:08:32 DEBUG : test-multithread-copy-true-16777217-2: Finished multi-thread copy with 3 parts of size 8Mi --- PASS: TestMultithreadCopy (49.62s) --- PASS: TestMultithreadCopy/upload=false,size=16777215,streams=2 (9.68s) --- PASS: TestMultithreadCopy/upload=false,size=16777216,streams=2 (8.22s) --- PASS: TestMultithreadCopy/upload=false,size=16777217,streams=2 (9.90s) --- PASS: TestMultithreadCopy/upload=true,size=16777215,streams=2 (6.19s) --- PASS: TestMultithreadCopy/upload=true,size=16777216,streams=2 (7.02s) --- PASS: TestMultithreadCopy/upload=true,size=16777217,streams=2 (7.11s) === RUN TestMultithreadCopyAbort run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:08:34 DEBUG : chunksize-probe: Cancelling large file upload 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 1 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/08/25 01:08:36 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/08/25 01:08:36 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/08/25 01:08:36 DEBUG : Open with options = [RangeOption(0,8388607)] 2026/08/25 01:08:36 DEBUG : test-multithread-abort: Sending chunk 0 length 8388608 2026/08/25 01:08:36 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/08/25 01:08:36 DEBUG : Open with options = [RangeOption(8388608,16777215)] 2026/08/25 01:08:36 DEBUG : test-multithread-abort: Sending chunk 1 length 8388608 2026/08/25 01:08:39 DEBUG : test-multithread-abort: Done sending chunk 0 2026/08/25 01:08:39 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/08/25 01:08:39 DEBUG : test-multithread-abort: Done sending chunk 1 2026/08/25 01:08:39 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/08/25 01:08:39 DEBUG : Returning error reader 2026/08/25 01:08:39 DEBUG : test-multithread-abort: Sending chunk 2 length 1 2026/08/25 01:08:39 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:39 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 0/10: BOOM: simulated read failure 2026/08/25 01:08:39 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:40 DEBUG : Returning error reader 2026/08/25 01:08:40 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:40 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure 2026/08/25 01:08:40 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:41 DEBUG : Returning error reader 2026/08/25 01:08:41 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:41 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure 2026/08/25 01:08:41 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:42 DEBUG : Returning error reader 2026/08/25 01:08:42 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:42 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure 2026/08/25 01:08:42 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:43 DEBUG : Returning error reader 2026/08/25 01:08:43 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:43 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure 2026/08/25 01:08:43 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:44 DEBUG : Returning error reader 2026/08/25 01:08:44 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:44 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure 2026/08/25 01:08:44 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:45 DEBUG : Returning error reader 2026/08/25 01:08:45 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:45 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure 2026/08/25 01:08:45 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:46 DEBUG : Returning error reader 2026/08/25 01:08:46 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:46 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure 2026/08/25 01:08:46 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:47 DEBUG : Returning error reader 2026/08/25 01:08:47 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:47 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure 2026/08/25 01:08:47 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:48 DEBUG : Returning error reader 2026/08/25 01:08:48 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:48 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure 2026/08/25 01:08:48 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/25 01:08:49 DEBUG : Returning error reader 2026/08/25 01:08:49 DEBUG : BOOM: simulated read failure 2026/08/25 01:08:49 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure 2026/08/25 01:08:49 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries 2026/08/25 01:08:49 DEBUG : test-multithread-abort: Error sending chunk 2 (retry=false): Post "https://pod-000-1145-10.backblaze.com/b2api/v1/b2_upload_part/4_z8ff27de3705d3b6baf080e1b_f210bac62f69d7ba0_d20260825_m010836_c001_v0001145_t0038_u01787620116741/0007": BOOM: simulated read failure: &url.Error{Op:"Post", URL:"https://pod-000-1145-10.backblaze.com/b2api/v1/b2_upload_part/4_z8ff27de3705d3b6baf080e1b_f210bac62f69d7ba0_d20260825_m010836_c001_v0001145_t0038_u01787620116741/0007", Err:(*errors.errorString)(0x13f9038e2b20)} 2026/08/25 01:08:49 DEBUG : test-multithread-abort: Error sending chunk 2: Post "https://pod-000-1145-10.backblaze.com/b2api/v1/b2_upload_part/4_z8ff27de3705d3b6baf080e1b_f210bac62f69d7ba0_d20260825_m010836_c001_v0001145_t0038_u01787620116741/0007": BOOM: simulated read failure 2026/08/25 01:08:49 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: Post "https://pod-000-1145-10.backblaze.com/b2api/v1/b2_upload_part/4_z8ff27de3705d3b6baf080e1b_f210bac62f69d7ba0_d20260825_m010836_c001_v0001145_t0038_u01787620116741/0007": BOOM: simulated read failure 2026/08/25 01:08:49 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit 2026/08/25 01:08:49 DEBUG : test-multithread-abort: Cancelling large file upload --- PASS: TestMultithreadCopyAbort (17.41s) === RUN TestSizeDiffers 2026/08/25 01:08:51 DEBUG : a: size = 0 OK 2026/08/25 01:08:51 DEBUG : a: size = 1 (memory) 2026/08/25 01:08:51 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/25 01:08:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/25 01:08:51 DEBUG : potato: Seek from 10 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 10 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 2 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/25 01:08:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 2 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/25 01:08:51 DEBUG : potato: Seek from 8 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 8 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/25 01:08:51 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/25 01:08:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/25 01:08:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/25 01:08:51 DEBUG : potato: Seek from 5 to 2 2026/08/25 01:08:51 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/25 01:08:51 DEBUG : potato: Seek from 9 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 9 to 0 2026/08/25 01:08:51 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", 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 (4.35s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/08/25 01:08:55 DEBUG : Creating backend with remote "nonexistent" 2026/08/25 01:08:55 DEBUG : Creating backend with remote "nonexistent" 2026/08/25 01:08:55 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/25 01:08:55 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/25 01:08:55 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/25 01:08:55 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", 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.06s) --- PASS: TestCheckDownload/1 (0.72s) --- PASS: TestCheckDownload/2 (0.36s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.55s) --- PASS: TestCheckDownload/5 (0.37s) --- PASS: TestCheckDownload/6 (0.44s) --- PASS: TestCheckDownload/7 (0.37s) === RUN TestCheckSizeOnly run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", 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.04s) --- 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:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:09:06 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/25 01:09:06 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/25 01:09:06 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/25 01:09:06 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/25 01:09:07 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/25 01:09:07 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/25 01:09:07 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/25 01:09:07 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (1.73s) === RUN TestCheckSum run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:09:07 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/data" check_test.go:354: B2 bucket rclone-test-vezumal0dido path data lacks md5, skipping --- SKIP: TestCheckSum (1.45s) === RUN TestCheckSumDownload run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:09:09 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (11.66s) --- PASS: TestCheckSumDownload/subtest1 (1.27s) --- PASS: TestCheckSumDownload/subtest2 (0.80s) --- PASS: TestCheckSumDownload/subtest3 (0.91s) --- PASS: TestCheckSumDownload/subtest4 (0.74s) --- PASS: TestCheckSumDownload/subtest5 (0.78s) --- PASS: TestCheckSumDownload/subtest6 (0.77s) --- PASS: TestCheckSumDownload/subtest7 (0.74s) === RUN TestCheckSumConcurrency 2026/08/25 01:09:20 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/25 01:09:20 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/25 01:09:20 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/25 01:09:20 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/25 01:09:20 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/25 01:09:20 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/08/25 01:09:20 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/25 01:09:20 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/25 01:09:20 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/25 01:09:20 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/25 01:09:20 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/25 01:09:20 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/08/25 01:09:20 DEBUG : Creating backend with remote "TestB2:rclone-test-harekil7yojo" 2026/08/25 01:09:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:21 DEBUG : Creating backend with remote "/tmp/rclone1959784267" run.go:198: Remote "B2 bucket rclone-test-harekil7yojo", Local "Local file system at /tmp/rclone1959784267", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2026/08/25 01:09:23 ERROR : hello, world!: sum not found 2026/08/25 01:09:23 ERROR : HELLO, WORLD!: file not in B2 bucket rclone-test-harekil7yojo 2026/08/25 01:09:23 NOTICE: B2 bucket rclone-test-harekil7yojo: 1 files missing 2026/08/25 01:09:23 NOTICE: 1 hashes missing 2026/08/25 01:09:23 NOTICE: B2 bucket rclone-test-harekil7yojo: 1 differences found 2026/08/25 01:09:23 NOTICE: B2 bucket rclone-test-harekil7yojo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/08/25 01:09:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:24 NOTICE: B2 bucket rclone-test-harekil7yojo: 0 differences found 2026/08/25 01:09:24 NOTICE: B2 bucket rclone-test-harekil7yojo: 1 matching files 2026/08/25 01:09:24 DEBUG : Creating backend with remote "TestB2:rclone-test-bohefuj8nuge" 2026/08/25 01:09:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:24 DEBUG : Creating backend with remote "/tmp/rclone308771575" run.go:198: Remote "B2 bucket rclone-test-bohefuj8nuge", Local "Local file system at /tmp/rclone308771575", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2026/08/25 01:09:26 ERROR : HELLO, WORLD!: sum not found 2026/08/25 01:09:26 ERROR : hello, world!: file not in B2 bucket rclone-test-bohefuj8nuge 2026/08/25 01:09:26 NOTICE: B2 bucket rclone-test-bohefuj8nuge: 1 files missing 2026/08/25 01:09:26 NOTICE: 1 hashes missing 2026/08/25 01:09:26 NOTICE: B2 bucket rclone-test-bohefuj8nuge: 1 differences found 2026/08/25 01:09:26 NOTICE: B2 bucket rclone-test-bohefuj8nuge: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/08/25 01:09:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:27 NOTICE: B2 bucket rclone-test-bohefuj8nuge: 0 differences found 2026/08/25 01:09:27 NOTICE: B2 bucket rclone-test-bohefuj8nuge: 1 matching files 2026/08/25 01:09:27 DEBUG : Creating backend with remote "TestB2:rclone-test-fipudib0wolo" 2026/08/25 01:09:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:28 DEBUG : Creating backend with remote "/tmp/rclone3019489274" run.go:198: Remote "B2 bucket rclone-test-fipudib0wolo", Local "Local file system at /tmp/rclone3019489274", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2026/08/25 01:09:29 ERROR : HeLlO, wOrLd!: sum not found 2026/08/25 01:09:29 ERROR : hello, world!: file not in B2 bucket rclone-test-fipudib0wolo 2026/08/25 01:09:29 NOTICE: B2 bucket rclone-test-fipudib0wolo: 1 files missing 2026/08/25 01:09:29 NOTICE: 1 hashes missing 2026/08/25 01:09:29 NOTICE: B2 bucket rclone-test-fipudib0wolo: 1 differences found 2026/08/25 01:09:29 NOTICE: B2 bucket rclone-test-fipudib0wolo: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/08/25 01:09:30 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:30 NOTICE: B2 bucket rclone-test-fipudib0wolo: 0 differences found 2026/08/25 01:09:30 NOTICE: B2 bucket rclone-test-fipudib0wolo: 1 matching files 2026/08/25 01:09:30 DEBUG : Creating backend with remote "TestB2:rclone-test-micoqim9lara" 2026/08/25 01:09:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:31 DEBUG : Creating backend with remote "/tmp/rclone54319278" run.go:198: Remote "B2 bucket rclone-test-micoqim9lara", Local "Local file system at /tmp/rclone54319278", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2026/08/25 01:09:33 ERROR : HELLO, WORLD!: sum not found 2026/08/25 01:09:33 ERROR : HeLlO, wOrLd!: file not in B2 bucket rclone-test-micoqim9lara 2026/08/25 01:09:33 NOTICE: B2 bucket rclone-test-micoqim9lara: 1 files missing 2026/08/25 01:09:33 NOTICE: 1 hashes missing 2026/08/25 01:09:33 NOTICE: B2 bucket rclone-test-micoqim9lara: 1 differences found 2026/08/25 01:09:33 NOTICE: B2 bucket rclone-test-micoqim9lara: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/08/25 01:09:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:33 NOTICE: B2 bucket rclone-test-micoqim9lara: 0 differences found 2026/08/25 01:09:33 NOTICE: B2 bucket rclone-test-micoqim9lara: 1 matching files 2026/08/25 01:09:33 DEBUG : Creating backend with remote "TestB2:rclone-test-xiqareb4halo" 2026/08/25 01:09:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:34 DEBUG : Creating backend with remote "/tmp/rclone5869204" run.go:198: Remote "B2 bucket rclone-test-xiqareb4halo", Local "Local file system at /tmp/rclone5869204", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2026/08/25 01:09:36 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:36 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-xiqareb4halo 2026/08/25 01:09:36 NOTICE: B2 bucket rclone-test-xiqareb4halo: 1 files missing 2026/08/25 01:09:36 NOTICE: 1 hashes missing 2026/08/25 01:09:36 NOTICE: B2 bucket rclone-test-xiqareb4halo: 1 differences found 2026/08/25 01:09:36 NOTICE: B2 bucket rclone-test-xiqareb4halo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/08/25 01:09:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:37 NOTICE: B2 bucket rclone-test-xiqareb4halo: 0 differences found 2026/08/25 01:09:37 NOTICE: B2 bucket rclone-test-xiqareb4halo: 1 matching files 2026/08/25 01:09:37 DEBUG : Creating backend with remote "TestB2:rclone-test-cuxupuh8case" 2026/08/25 01:09:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:37 DEBUG : Creating backend with remote "/tmp/rclone277325383" run.go:198: Remote "B2 bucket rclone-test-cuxupuh8case", Local "Local file system at /tmp/rclone277325383", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2026/08/25 01:09:39 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:39 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-cuxupuh8case 2026/08/25 01:09:39 NOTICE: B2 bucket rclone-test-cuxupuh8case: 1 files missing 2026/08/25 01:09:39 NOTICE: 1 hashes missing 2026/08/25 01:09:39 NOTICE: B2 bucket rclone-test-cuxupuh8case: 1 differences found 2026/08/25 01:09:39 NOTICE: B2 bucket rclone-test-cuxupuh8case: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/08/25 01:09:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:40 NOTICE: B2 bucket rclone-test-cuxupuh8case: 0 differences found 2026/08/25 01:09:40 NOTICE: B2 bucket rclone-test-cuxupuh8case: 1 matching files 2026/08/25 01:09:40 DEBUG : Creating backend with remote "TestB2:rclone-test-xadelez4jeku" 2026/08/25 01:09:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:41 DEBUG : Creating backend with remote "/tmp/rclone1376994886" run.go:198: Remote "B2 bucket rclone-test-xadelez4jeku", Local "Local file system at /tmp/rclone1376994886", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2026/08/25 01:09:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-xadelez4jeku 2026/08/25 01:09:43 NOTICE: B2 bucket rclone-test-xadelez4jeku: 1 files missing 2026/08/25 01:09:43 NOTICE: 1 hashes missing 2026/08/25 01:09:43 NOTICE: B2 bucket rclone-test-xadelez4jeku: 1 differences found 2026/08/25 01:09:43 NOTICE: B2 bucket rclone-test-xadelez4jeku: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/08/25 01:09:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:43 NOTICE: B2 bucket rclone-test-xadelez4jeku: 0 differences found 2026/08/25 01:09:43 NOTICE: B2 bucket rclone-test-xadelez4jeku: 1 matching files 2026/08/25 01:09:43 DEBUG : Creating backend with remote "TestB2:rclone-test-tinokon2yuje" 2026/08/25 01:09:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:44 DEBUG : Creating backend with remote "/tmp/rclone2215950554" run.go:198: Remote "B2 bucket rclone-test-tinokon2yuje", Local "Local file system at /tmp/rclone2215950554", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2026/08/25 01:09:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-tinokon2yuje 2026/08/25 01:09:46 NOTICE: B2 bucket rclone-test-tinokon2yuje: 1 files missing 2026/08/25 01:09:46 NOTICE: 1 hashes missing 2026/08/25 01:09:46 NOTICE: B2 bucket rclone-test-tinokon2yuje: 1 differences found 2026/08/25 01:09:46 NOTICE: B2 bucket rclone-test-tinokon2yuje: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/08/25 01:09:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:47 NOTICE: B2 bucket rclone-test-tinokon2yuje: 0 differences found 2026/08/25 01:09:47 NOTICE: B2 bucket rclone-test-tinokon2yuje: 1 matching files 2026/08/25 01:09:47 DEBUG : Creating backend with remote "TestB2:rclone-test-fijadok1tumo" 2026/08/25 01:09:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:47 DEBUG : Creating backend with remote "/tmp/rclone2810390741" run.go:198: Remote "B2 bucket rclone-test-fijadok1tumo", Local "Local file system at /tmp/rclone2810390741", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2026/08/25 01:09:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-fijadok1tumo 2026/08/25 01:09:50 NOTICE: B2 bucket rclone-test-fijadok1tumo: 1 files missing 2026/08/25 01:09:50 NOTICE: 1 hashes missing 2026/08/25 01:09:50 NOTICE: B2 bucket rclone-test-fijadok1tumo: 1 differences found 2026/08/25 01:09:50 NOTICE: B2 bucket rclone-test-fijadok1tumo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/08/25 01:09:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:50 NOTICE: B2 bucket rclone-test-fijadok1tumo: 0 differences found 2026/08/25 01:09:50 NOTICE: B2 bucket rclone-test-fijadok1tumo: 1 matching files 2026/08/25 01:09:50 DEBUG : Creating backend with remote "TestB2:rclone-test-diyufoy5bene" 2026/08/25 01:09:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:09:51 DEBUG : Creating backend with remote "/tmp/rclone1353351183" run.go:198: Remote "B2 bucket rclone-test-diyufoy5bene", Local "Local file system at /tmp/rclone1353351183", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2026/08/25 01:09:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/25 01:09:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-diyufoy5bene 2026/08/25 01:09:53 NOTICE: B2 bucket rclone-test-diyufoy5bene: 1 files missing 2026/08/25 01:09:53 NOTICE: 1 hashes missing 2026/08/25 01:09:53 NOTICE: B2 bucket rclone-test-diyufoy5bene: 1 differences found 2026/08/25 01:09:53 NOTICE: B2 bucket rclone-test-diyufoy5bene: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/08/25 01:09:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/25 01:09:54 NOTICE: B2 bucket rclone-test-diyufoy5bene: 0 differences found 2026/08/25 01:09:54 NOTICE: B2 bucket rclone-test-diyufoy5bene: 1 matching files 2026/08/25 01:09:54 DEBUG : B2 bucket rclone-test-diyufoy5bene: Purge remote 2026/08/25 01:09:54 INFO : B2 bucket rclone-test-diyufoy5bene: cleaning bucket "rclone-test-diyufoy5bene" of all files 2026/08/25 01:09:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z9f626de3707d3b6baf080e1b_f115eb21a37dba95b_d20260825_m010952_c001_v0001105_t0009_u01787620192893") 2026/08/25 01:09:55 DEBUG : B2 bucket rclone-test-fijadok1tumo: Purge remote 2026/08/25 01:09:55 INFO : B2 bucket rclone-test-fijadok1tumo: cleaning bucket "rclone-test-fijadok1tumo" of all files 2026/08/25 01:09:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z5fd26d03707d3b6baf080e1b_f1076d36d2c2bf7d8_d20260825_m010949_c001_v0001174_t0001_u01787620189170") 2026/08/25 01:09:55 DEBUG : B2 bucket rclone-test-tinokon2yuje: Purge remote 2026/08/25 01:09:55 INFO : B2 bucket rclone-test-tinokon2yuje: cleaning bucket "rclone-test-tinokon2yuje" of all files 2026/08/25 01:09:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z7fc25d33707d3b6baf080e1b_f1066e4abf2de1ee4_d20260825_m010945_c001_v0001161_t0048_u01787620185859") 2026/08/25 01:09:57 DEBUG : B2 bucket rclone-test-xadelez4jeku: Purge remote 2026/08/25 01:09:57 INFO : B2 bucket rclone-test-xadelez4jeku: cleaning bucket "rclone-test-xadelez4jeku" of all files 2026/08/25 01:09:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zaff24d63707d3b6baf080e1b_f114351fd9225761c_d20260825_m010942_c001_v0001150_t0054_u01787620182573") 2026/08/25 01:09:58 DEBUG : B2 bucket rclone-test-cuxupuh8case: Purge remote 2026/08/25 01:09:58 INFO : B2 bucket rclone-test-cuxupuh8case: cleaning bucket "rclone-test-cuxupuh8case" of all files 2026/08/25 01:09:59 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z8f523d83707d3b6baf080e1b_f103c1586e9b46980_d20260825_m010938_c001_v0001042_t0026_u01787620178989") 2026/08/25 01:09:59 DEBUG : B2 bucket rclone-test-xiqareb4halo: Purge remote 2026/08/25 01:09:59 INFO : B2 bucket rclone-test-xiqareb4halo: cleaning bucket "rclone-test-xiqareb4halo" of all files 2026/08/25 01:10:00 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z3fb22dc3707d3b6baf080e1b_f41764b4adbcd44d8_d20260825_m010935_c001_v0001115_t0050_u01787620175836") 2026/08/25 01:10:00 DEBUG : B2 bucket rclone-test-micoqim9lara: Purge remote 2026/08/25 01:10:00 INFO : B2 bucket rclone-test-micoqim9lara: cleaning bucket "rclone-test-micoqim9lara" of all files 2026/08/25 01:10:01 DEBUG : HELLO, WORLD!: Deleting (id "4_zcfd21df3707d3b6baf080e1b_f41745305d950bb06_d20260825_m010932_c001_v0001171_t0028_u01787620172681") 2026/08/25 01:10:02 DEBUG : B2 bucket rclone-test-fipudib0wolo: Purge remote 2026/08/25 01:10:02 INFO : B2 bucket rclone-test-fipudib0wolo: cleaning bucket "rclone-test-fipudib0wolo" of all files 2026/08/25 01:10:02 DEBUG : HeLlO, wOrLd!: Deleting (id "4_z2fc21d33707d3b6baf080e1b_f411eb10ccab4b83a_d20260825_m010929_c001_v0001174_t0038_u01787620169427") 2026/08/25 01:10:03 DEBUG : B2 bucket rclone-test-bohefuj8nuge: Purge remote 2026/08/25 01:10:03 INFO : B2 bucket rclone-test-bohefuj8nuge: cleaning bucket "rclone-test-bohefuj8nuge" of all files 2026/08/25 01:10:04 DEBUG : HELLO, WORLD!: Deleting (id "4_z0f220d63707d3b6baf080e1b_f41271706f558fa34_d20260825_m010926_c001_v0001033_t0040_u01787620166199") 2026/08/25 01:10:04 DEBUG : B2 bucket rclone-test-harekil7yojo: Purge remote 2026/08/25 01:10:04 INFO : B2 bucket rclone-test-harekil7yojo: cleaning bucket "rclone-test-harekil7yojo" of all files 2026/08/25 01:10:05 DEBUG : hello, world!: Deleting (id "4_z5f52fd93706d3b6baf080e1b_f4082e82e69fea2b4_d20260825_m010922_c001_v0001185_t0046_u01787620162887") --- PASS: TestApplyTransforms (46.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:07 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/25 01:10:07 DEBUG : sub/file2: size = 14 OK 2026/08/25 01:10:07 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:10:07 INFO : file1: Copied (new) to: sub/file2 2026/08/25 01:10:08 DEBUG : sub/file2: size = 14 OK 2026/08/25 01:10:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 01:10:08 DEBUG : file1: Unchanged skipping 2026/08/25 01:10:08 DEBUG : B2 bucket rclone-test-vezumal0dido: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.80s) === RUN TestCopyLongFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.36s) === RUN TestCopyFileBackupDir run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:10 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/backup" 2026/08/25 01:10:11 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:11 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:10:11 DEBUG : dst/file1: Sizes differ 2026/08/25 01:10:13 DEBUG : dst/file1: size = 18 OK 2026/08/25 01:10:13 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/08/25 01:10:13 INFO : dst/file1: Copied (server-side copy) 2026/08/25 01:10:13 INFO : dst/file1: Deleted 2026/08/25 01:10:13 DEBUG : dst/file1: size = 14 OK 2026/08/25 01:10:13 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:10:13 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (4.59s) === RUN TestCopyFileCompareDest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:14 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/dst" 2026/08/25 01:10:14 DEBUG : Config file has changed externally - reloading 2026/08/25 01:10:15 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/CompareDest" 2026/08/25 01:10:16 DEBUG : one: Need to transfer - File not found at Destination 2026/08/25 01:10:19 DEBUG : one: size = 3 OK 2026/08/25 01:10:19 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:10:19 INFO : one: Copied (new) 2026/08/25 01:10:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:19 DEBUG : one: size = 3 (B2 bucket rclone-test-vezumal0dido path dst) 2026/08/25 01:10:19 DEBUG : one: Sizes differ 2026/08/25 01:10:19 DEBUG : one: size = 5 OK 2026/08/25 01:10:19 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 01:10:19 INFO : one: Copied (replaced existing) 2026/08/25 01:10:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:21 DEBUG : one: size = 3 (B2 bucket rclone-test-vezumal0dido path dst) 2026/08/25 01:10:21 DEBUG : one: Sizes differ 2026/08/25 01:10:21 DEBUG : one: size = 5 OK 2026/08/25 01:10:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 01:10:22 DEBUG : two: Need to transfer - File not found at Destination 2026/08/25 01:10:22 DEBUG : two: size = 3 OK 2026/08/25 01:10:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:22 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/25 01:10:22 DEBUG : two: Need to transfer - File not found at Destination 2026/08/25 01:10:22 DEBUG : two: size = 3 OK 2026/08/25 01:10:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:22 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/25 01:10:23 DEBUG : two: Need to transfer - File not found at Destination 2026/08/25 01:10:23 DEBUG : two: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:23 DEBUG : two: size = 3 (B2 bucket rclone-test-vezumal0dido path CompareDest) 2026/08/25 01:10:23 DEBUG : two: Sizes differ 2026/08/25 01:10:23 DEBUG : two: size = 5 OK 2026/08/25 01:10:23 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/25 01:10:23 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (10.59s) === RUN TestCopyFileCopyDest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:25 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/dst" 2026/08/25 01:10:26 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/CopyDest" 2026/08/25 01:10:27 DEBUG : one: Need to transfer - File not found at Destination 2026/08/25 01:10:29 DEBUG : one: size = 3 OK 2026/08/25 01:10:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:10:29 INFO : one: Copied (new) 2026/08/25 01:10:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:30 DEBUG : one: size = 3 (B2 bucket rclone-test-vezumal0dido path dst) 2026/08/25 01:10:30 DEBUG : one: Sizes differ 2026/08/25 01:10:30 DEBUG : one: size = 5 OK 2026/08/25 01:10:30 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 01:10:30 INFO : one: Copied (replaced existing) 2026/08/25 01:10:31 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/BackupDir" 2026/08/25 01:10:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:32 DEBUG : one: size = 3 (B2 bucket rclone-test-vezumal0dido path dst) 2026/08/25 01:10:32 DEBUG : one: Sizes differ 2026/08/25 01:10:33 DEBUG : one: size = 5 OK 2026/08/25 01:10:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:33 DEBUG : one: size = 3 (B2 bucket rclone-test-vezumal0dido path dst) 2026/08/25 01:10:33 DEBUG : one: Sizes differ 2026/08/25 01:10:34 DEBUG : one: size = 3 OK 2026/08/25 01:10:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:10:34 INFO : one: Copied (server-side copy) 2026/08/25 01:10:34 INFO : one: Deleted 2026/08/25 01:10:35 DEBUG : one: size = 5 OK 2026/08/25 01:10:35 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 01:10:35 INFO : one: Copied (server-side copy) 2026/08/25 01:10:35 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/25 01:10:35 DEBUG : two: Need to transfer - File not found at Destination 2026/08/25 01:10:35 DEBUG : two: size = 3 OK 2026/08/25 01:10:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:36 DEBUG : two: size = 3 OK 2026/08/25 01:10:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 01:10:36 INFO : two: Copied (server-side copy) 2026/08/25 01:10:36 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/25 01:10:36 DEBUG : two: size = 3 OK 2026/08/25 01:10:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 01:10:36 DEBUG : two: Unchanged skipping 2026/08/25 01:10:37 DEBUG : three: Need to transfer - File not found at Destination 2026/08/25 01:10:37 DEBUG : three: size = 7 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:10:37 DEBUG : three: size = 5 (B2 bucket rclone-test-vezumal0dido path CopyDest) 2026/08/25 01:10:37 DEBUG : three: Sizes differ 2026/08/25 01:10:37 DEBUG : three: Destination not found in --copy-dest 2026/08/25 01:10:37 DEBUG : three: size = 7 OK 2026/08/25 01:10:37 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/25 01:10:37 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (14.61s) === RUN TestCopyInplace run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.36s) === RUN TestCopyLongFileName run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.42s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.36s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:41 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/25 01:10:41 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/08/25 01:10:41 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:10:41 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/08/25 01:10:42 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/08/25 01:10:42 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001178_t0032": max transfer limit reached as set by --max-transfer 2026/08/25 01:10:42 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/08/25 01:10:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/08/25 01:10:43 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/08/25 01:10:43 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = 0532613d945b065cccc2e0a6276b2e613f5ebf6d OK 2026/08/25 01:10:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (3.41s) === RUN TestDeduplicateInteractive run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.36s) === RUN TestDeduplicateSkip run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.36s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.36s) === RUN TestDeduplicateFirst run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.36s) === RUN TestDeduplicateNewest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.36s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:47 INFO : B2 bucket rclone-test-vezumal0dido: Looking for duplicate sha1 hashes using newest mode. 2026/08/25 01:10:48 NOTICE: 3cc69401864d8f18e6e42caa4c5e0d53218b3422: Found 3 files with duplicate sha1 hashes 2026/08/25 01:10:48 INFO : one: Deleted 2026/08/25 01:10:48 INFO : also/one: Deleted 2026/08/25 01:10:48 NOTICE: 3cc69401864d8f18e6e42caa4c5e0d53218b3422: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (3.32s) === RUN TestDeduplicateOldest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.36s) === RUN TestDeduplicateLargest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.36s) === RUN TestDeduplicateSmallest run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.36s) === RUN TestDeduplicateRename run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.36s) === RUN TestMergeDirs run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.36s) === RUN TestListDirSorted run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:53 DEBUG : a.txt: Excluded (Size Filter) 2026/08/25 01:10:53 DEBUG : a.txt: Excluded 2026/08/25 01:10:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/25 01:10:53 DEBUG : sub dir/hello world: Excluded 2026/08/25 01:10:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/25 01:10:53 DEBUG : sub dir/hello world2: Excluded 2026/08/25 01:10:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/25 01:10:53 DEBUG : sub dir/hello world: Excluded 2026/08/25 01:10:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/25 01:10:53 DEBUG : sub dir/hello world2: Excluded 2026/08/25 01:10:54 DEBUG : sub dir/ignore dir: Excluded 2026/08/25 01:10:54 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (5.69s) === RUN TestListDirSortedFn run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:10:58 DEBUG : a.txt: Excluded (Size Filter) 2026/08/25 01:10:58 DEBUG : a.txt: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/25 01:10:59 DEBUG : sub dir/hello world: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/25 01:10:59 DEBUG : sub dir/hello world2: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/25 01:10:59 DEBUG : sub dir/hello world: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/25 01:10:59 DEBUG : sub dir/hello world2: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/ignore dir: Excluded 2026/08/25 01:10:59 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (5.03s) === RUN TestListJSON run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", 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/08/25 01:11:04 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (3.09s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.18s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.18s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", 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/08/25 01:11:09 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/notfound" --- PASS: TestStatJSON (6.80s) --- PASS: TestStatJSON/Root (0.19s) --- 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.55s) --- PASS: TestStatJSON/DirFilesOnly (0.19s) --- PASS: TestStatJSON/FileFilesOnly (0.19s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.19s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.38s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.37s) --- PASS: TestStatJSON/RootNotFound (1.93s) === RUN TestStatJSONMemory 2026/08/25 01:11:11 DEBUG : Creating backend with remote ":memory:" 2026/08/25 01:11:11 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/25 01:11:11 DEBUG : sub/file1: size = 5 OK 2026/08/25 01:11:11 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/25 01:11:11 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:11 INFO : B2 bucket rclone-test-vezumal0dido: Making directory 2026/08/25 01:11:12 INFO : B2 bucket rclone-test-vezumal0dido: Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestLsd (1.66s) === RUN TestLs run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestLs (1.73s) === RUN TestLsWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:16 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (2.33s) === RUN TestLsLong run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestLsLong (1.64s) === RUN TestHashSums run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (2.07s) --- PASS: TestHashSums/Sha1 (0.20s) --- PASS: TestHashSums/Sha1Download (0.41s) === RUN TestHashSumsWithErrors 2026/08/25 01:11:21 DEBUG : Creating backend with remote ":memory:" 2026/08/25 01:11:21 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/25 01:11:21 ERROR : file1: hash unsupported: hash type not supported 2026/08/25 01:11:21 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/25 01:11:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/25 01:11:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestCount (2.17s) === RUN TestDelete run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:25 DEBUG : Waiting for deletions to finish 2026/08/25 01:11:25 DEBUG : large: Excluded (Size Filter) 2026/08/25 01:11:25 INFO : small: Deleted 2026/08/25 01:11:25 INFO : medium: Deleted --- PASS: TestDelete (2.73s) === RUN TestMaxDelete run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:27 DEBUG : Waiting for deletions to finish 2026/08/25 01:11:27 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/08/25 01:11:28 INFO : medium: Deleted 2026/08/25 01:11:28 INFO : large: Deleted --- PASS: TestMaxDelete (2.65s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:30 DEBUG : Waiting for deletions to finish 2026/08/25 01:11:30 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/25 01:11:30 INFO : small: Deleted 2026/08/25 01:11:30 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.67s) === RUN TestMaxDeleteSize run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:32 DEBUG : Waiting for deletions to finish 2026/08/25 01:11:33 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/25 01:11:33 INFO : large: Deleted 2026/08/25 01:11:33 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (2.33s) === RUN TestReadFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestReadFile (2.00s) === RUN TestRetry 2026/08/25 01:11:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/25 01:11:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/25 01:11:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/25 01:11:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/25 01:11:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/25 01:11:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/25 01:11:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestCat (4.05s) === RUN TestPurge 2026/08/25 01:11:40 DEBUG : Creating backend with remote "TestB2:rclone-test-ducapit1duje" 2026/08/25 01:11:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 01:11:41 DEBUG : Creating backend with remote "/tmp/rclone1728419249" run.go:198: Remote "B2 bucket rclone-test-ducapit1duje", Local "Local file system at /tmp/rclone1728419249", Modify Window "1ms" 2026/08/25 01:11:42 INFO : A2: Making directory 2026/08/25 01:11:42 INFO : A1/B2: Making directory 2026/08/25 01:11:42 INFO : A1/B2/C2: Making directory 2026/08/25 01:11:42 INFO : A1/B1/C3: Making directory 2026/08/25 01:11:42 INFO : A3: Making directory 2026/08/25 01:11:42 INFO : A3/B3: Making directory 2026/08/25 01:11:42 INFO : A3/B3/C4: Making directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/08/25 01:11:43 INFO : B2 bucket rclone-test-ducapit1duje: cleaning bucket "rclone-test-ducapit1duje" of all files 2026/08/25 01:11:43 DEBUG : A1/B1/C1/one: Deleting (id "4_z3f321db3709d3b6baf080e1b_f4170b5a8ae4d4418_d20260825_m011142_c001_v0001116_t0032_u01787620302779") fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/08/25 01:11:43 INFO : B2 bucket rclone-test-ducapit1duje: cleaning bucket "rclone-test-ducapit1duje" of all files 2026/08/25 01:11:44 DEBUG : A1/two: Deleting (id "4_z3f321db3709d3b6baf080e1b_f4170b5a8ae4d441a_d20260825_m011142_c001_v0001116_t0032_u01787620302972") 2026/08/25 01:11:44 DEBUG : B2 bucket rclone-test-ducapit1duje: Purge remote 2026/08/25 01:11:44 INFO : B2 bucket rclone-test-ducapit1duje: cleaning bucket "rclone-test-ducapit1duje" of all files 2026/08/25 01:11:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (4.52s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:45 INFO : A2: Making directory 2026/08/25 01:11:45 INFO : A1/B2: Making directory 2026/08/25 01:11:45 INFO : A1/B2/C2: Making directory 2026/08/25 01:11:45 INFO : A1/B1/C3: Making directory 2026/08/25 01:11:45 INFO : A3: Making directory 2026/08/25 01:11:45 INFO : A3/B3: Making directory 2026/08/25 01:11:45 INFO : A3/B3/C4: Making directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/08/25 01:11:46 DEBUG : removing 1 level 3 directories 2026/08/25 01:11:46 INFO : A3/B3/C4: Removing directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" 2026/08/25 01:11:48 DEBUG : removing 1 level 0 directories 2026/08/25 01:11:48 INFO : B2 bucket rclone-test-vezumal0dido: Removing directory 2026/08/25 01:11:48 ERROR : Failed to rmdir: failed to delete bucket: Cannot delete non-empty bucket (400 cannot_delete_non_empty_bucket) operations_test.go:729: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:729 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 (3.96s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:48 INFO : A1: Making directory 2026/08/25 01:11:48 INFO : A1/B1: Making directory 2026/08/25 01:11:48 INFO : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.90s) === RUN TestRmdirsWithFilter run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:49 INFO : A1: Making directory 2026/08/25 01:11:49 INFO : A1/B1: Making directory 2026/08/25 01:11:49 INFO : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.90s) === RUN TestCopyURL run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:51 DEBUG : file1: size = 14 OK 2026/08/25 01:11:51 DEBUG : file1: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/25 01:11:51 DEBUG : filename.txt: File name found in url 2026/08/25 01:11:52 DEBUG : filename.txt: size = 14 OK 2026/08/25 01:11:52 DEBUG : filename.txt: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/25 01:11:52 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/25 01:11:52 DEBUG : headerfilename.txt: size = 14 OK 2026/08/25 01:11:52 DEBUG : headerfilename.txt: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/25 01:11:52 DEBUG : file2: size = 14 OK 2026/08/25 01:11:52 DEBUG : file2: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK --- PASS: TestCopyURL (2.92s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:53 DEBUG : file1: size = 14 OK 2026/08/25 01:11:53 DEBUG : file1: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK --- PASS: TestCopyURLDownloadHeaders (0.83s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:54 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/25 01:11:54 DEBUG : sub/file2: size = 14 OK 2026/08/25 01:11:54 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:11:54 INFO : file1: Copied (new) to: sub/file2 2026/08/25 01:11:54 INFO : file1: Deleted 2026/08/25 01:11:55 DEBUG : sub/file2: size = 14 OK 2026/08/25 01:11:55 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 01:11:55 DEBUG : file1: Unchanged skipping 2026/08/25 01:11:55 INFO : file1: Deleted 2026/08/25 01:11:55 DEBUG : B2 bucket rclone-test-vezumal0dido: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.75s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:56 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/25 01:11:56 DEBUG : file1: size = 14 OK 2026/08/25 01:11:56 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:11:56 INFO : file1: Copied (new) 2026/08/25 01:11:56 INFO : file1: Deleted 2026/08/25 01:11:57 DEBUG : file1: Destination exists, skipping 2026/08/25 01:11:57 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (1.47s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.38s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.37s) === RUN TestMoveFileBackupDir run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:11:59 DEBUG : Creating backend with remote "TestB2:rclone-test-vezumal0dido/backup" 2026/08/25 01:12:00 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2955751929) 2026/08/25 01:12:00 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:12:00 DEBUG : dst/file1: Sizes differ 2026/08/25 01:12:01 DEBUG : dst/file1: size = 18 OK 2026/08/25 01:12:01 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/08/25 01:12:01 INFO : dst/file1: Copied (server-side copy) 2026/08/25 01:12:01 INFO : dst/file1: Deleted 2026/08/25 01:12:02 DEBUG : dst/file1: size = 14 OK 2026/08/25 01:12:02 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/25 01:12:02 INFO : dst/file1: Copied (new) 2026/08/25 01:12:02 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (4.57s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:04 INFO : A1/B2: Making directory 2026/08/25 01:12:04 INFO : A1/B1/C3: Making directory fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B1/C3" 2026/08/25 01:12:05 DEBUG : A2/B1/C1/four: size = 4 OK 2026/08/25 01:12:05 DEBUG : A1/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/25 01:12:05 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/08/25 01:12:05 DEBUG : A2/B1/C2/five: size = 4 OK 2026/08/25 01:12:05 DEBUG : A1/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/25 01:12:05 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/08/25 01:12:05 DEBUG : A2/B1/three: size = 5 OK 2026/08/25 01:12:05 DEBUG : A1/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 01:12:05 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/08/25 01:12:05 INFO : A1/B1/C1/four: Deleted 2026/08/25 01:12:05 DEBUG : A2/two: size = 3 OK 2026/08/25 01:12:05 DEBUG : A1/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 01:12:05 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/08/25 01:12:05 INFO : A1/B1/C2/five: Deleted 2026/08/25 01:12:05 DEBUG : A2/one: size = 3 OK 2026/08/25 01:12:05 DEBUG : A1/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:12:05 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/08/25 01:12:05 INFO : A1/B1/three: Deleted 2026/08/25 01:12:05 INFO : A1/one: Deleted 2026/08/25 01:12:05 INFO : A1/two: Deleted fstest.go:251: Filtering empty directory "A2/B2" fstest.go:251: Filtering empty directory "A2/B1/C3" 2026/08/25 01:12:06 DEBUG : A3/B1/C2/five: size = 4 OK 2026/08/25 01:12:06 DEBUG : A2/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/25 01:12:06 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/08/25 01:12:06 DEBUG : A3/one: size = 3 OK 2026/08/25 01:12:06 DEBUG : A2/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:12:06 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/08/25 01:12:06 DEBUG : A3/B1/three: size = 5 OK 2026/08/25 01:12:06 DEBUG : A2/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 01:12:06 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/08/25 01:12:06 DEBUG : A3/two: size = 3 OK 2026/08/25 01:12:06 DEBUG : A2/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 01:12:06 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/08/25 01:12:06 DEBUG : A3/B1/C1/four: size = 4 OK 2026/08/25 01:12:06 DEBUG : A2/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/25 01:12:06 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/08/25 01:12:06 INFO : A2/B1/C2/five: Deleted 2026/08/25 01:12:06 INFO : A2/B1/three: Deleted 2026/08/25 01:12:06 INFO : A2/two: Deleted 2026/08/25 01:12:06 INFO : A2/one: Deleted 2026/08/25 01:12:06 INFO : A2/B1/C1/four: Deleted fstest.go:251: Filtering empty directory "A3/B2" fstest.go:251: Filtering empty directory "A3/B1/C3" 2026/08/25 01:12:07 INFO : B2 bucket rclone-test-vezumal0dido: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/25 01:12:07 DEBUG : A4/B1/C2/five: size = 4 OK 2026/08/25 01:12:07 DEBUG : A3/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/25 01:12:07 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/08/25 01:12:07 DEBUG : A4/B1/three: size = 5 OK 2026/08/25 01:12:07 DEBUG : A3/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 01:12:07 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/08/25 01:12:07 DEBUG : A4/B1/C1/four: size = 4 OK 2026/08/25 01:12:07 DEBUG : A3/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/25 01:12:07 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/08/25 01:12:07 INFO : A3/B1/C2/five: Deleted 2026/08/25 01:12:07 DEBUG : A4/one: size = 3 OK 2026/08/25 01:12:07 DEBUG : A3/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 01:12:07 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/08/25 01:12:07 INFO : A3/B1/three: Deleted 2026/08/25 01:12:07 INFO : A3/B1/C1/four: Deleted 2026/08/25 01:12:07 DEBUG : A4/two: size = 3 OK 2026/08/25 01:12:07 DEBUG : A3/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 01:12:07 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/08/25 01:12:07 INFO : A3/one: Deleted 2026/08/25 01:12:08 INFO : A3/two: Deleted fstest.go:251: Filtering empty directory "A4/B2" fstest.go:251: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (6.41s) === RUN TestGetFsInfo run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:10 DEBUG : B2 bucket rclone-test-vezumal0dido: File to upload is small (34 bytes), uploading instead of streaming 2026/08/25 01:12:10 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/25 01:12:10 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/08/25 01:12:10 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/08/25 01:12:10 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/25 01:12:11 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/25 01:12:11 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/08/25 01:12:11 DEBUG : no_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:12 DEBUG : B2 bucket rclone-test-vezumal0dido: File to upload is small (34 bytes), uploading instead of streaming 2026/08/25 01:12:12 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/25 01:12:12 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/08/25 01:12:12 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/08/25 01:12:12 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/25 01:12:13 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/25 01:12:13 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/08/25 01:12:13 DEBUG : with_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:14 DEBUG : B2 bucket rclone-test-vezumal0dido: File to upload is small (34 bytes), uploading instead of streaming 2026/08/25 01:12:14 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/25 01:12:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 01:12:14 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/25 01:12:15 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/25 01:12:15 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:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:16 DEBUG : B2 bucket rclone-test-vezumal0dido: File to upload is small (34 bytes), uploading instead of streaming 2026/08/25 01:12:16 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/25 01:12:16 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/25 01:12:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/25 01:12:16 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/25 01:12:17 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/25 01:12:17 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/25 01:12:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (8.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (2.45s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.09s) === RUN TestRcatMetadata run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1564: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.37s) === RUN TestRcatSize run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:19 DEBUG : potato1: size = 60 OK 2026/08/25 01:12:19 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 01:12:19 DEBUG : B2 bucket rclone-test-vezumal0dido: File to upload is small (60 bytes), uploading instead of streaming 2026/08/25 01:12:19 DEBUG : potato2: size = 60 OK 2026/08/25 01:12:19 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 01:12:19 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (1.40s) === RUN TestRcatSizeShortEOF run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:20 DEBUG : potato1: Clearing upload URL because of error: Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001178_t0032": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100 2026/08/25 01:12:20 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001178_t0032": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100) 2026/08/25 01:12:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 01:12:20 ERROR : potato1: Post request put error: Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/8ff27de3705d3b6baf080e1b/c001_v0001178_t0032": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100 2026/08/25 01:12:20 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestRcatSizeShortEOF (0.38s) === RUN TestRcatSizeMetadata run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1657: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.37s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:21 DEBUG : potato1: size = 60 OK 2026/08/25 01:12:21 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK --- PASS: TestRcatSizeUploadHeaders (1.34s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:22 DEBUG : potato1: size = 60 OK 2026/08/25 01:12:22 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:12:22 DEBUG : potato1: sha1 = 3639923d60907789b4155daea94152f89e4fb69c (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:12:22 ERROR : potato1: corrupted on transfer: sha1 hashes differ src "9dc7f7d3279715991a22853f5981df582b7f9f6d" vs dst(B2 bucket rclone-test-vezumal0dido) "3639923d60907789b4155daea94152f89e4fb69c" 2026/08/25 01:12:22 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:23 DEBUG : potato4: size = 60 (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:12:23 DEBUG : potato4: size = 59 (B2 bucket rclone-test-vezumal0dido) 2026/08/25 01:12:23 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(B2 bucket rclone-test-vezumal0dido) 59 2026/08/25 01:12:23 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:24 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:25 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (3.30s) --- PASS: TestRcatSizeChecksum/Corrupted (0.92s) --- PASS: TestRcatSizeChecksum/SizeDiffers (0.92s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (0.74s) --- PASS: TestRcatSizeChecksum/NoHashes (0.73s) === RUN TestTouchDir run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" 2026/08/25 01:12:26 DEBUG : B2 bucket rclone-test-vezumal0dido: Touching "sub dir/potato3" 2026/08/25 01:12:26 DEBUG : B2 bucket rclone-test-vezumal0dido: Touching "potato2" 2026/08/25 01:12:26 DEBUG : B2 bucket rclone-test-vezumal0dido: Touching "empty space" --- PASS: TestTouchDir (3.43s) === RUN TestMkdirMetadata run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1877: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.37s) === RUN TestMkdirModTime run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1896: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.36s) === RUN TestCopyDirMetadata run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1917: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.36s) === RUN TestSetDirModTime run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1953: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.37s) === RUN TestDirsEqual run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:1997: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.41s) === RUN TestRemoveExisting run.go:198: Remote "B2 bucket rclone-test-vezumal0dido", Local "Local file system at /tmp/rclone2955751929", Modify Window "1ms" operations_test.go:2066: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.36s) === 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/08/25 01:12:31 DEBUG : B2 bucket rclone-test-vezumal0dido: Purge remote 2026/08/25 01:12:31 INFO : B2 bucket rclone-test-vezumal0dido: cleaning bucket "rclone-test-vezumal0dido" of all files 2026/08/25 01:12:32 DEBUG : A1/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb87_d20260825_m011205_c001_v7007000_t0000_u01787620325455") 2026/08/25 01:12:32 DEBUG : A1/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de5f_d20260825_m011203_c001_v0001178_t0032_u01787620323775") 2026/08/25 01:12:32 DEBUG : A1/B1/C1/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4025158402965655_d20260825_m011147_c001_v7007000_t0000_u01787620307360") 2026/08/25 01:12:32 DEBUG : A1/B1/C1/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dddb_d20260825_m011145_c001_v0001178_t0032_u01787620305495") 2026/08/25 01:12:32 DEBUG : A1/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e0a_d20260825_m011205_c001_v7007000_t0000_u01787620325477") 2026/08/25 01:12:32 DEBUG : A1/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de61_d20260825_m011203_c001_v0001178_t0032_u01787620323958") 2026/08/25 01:12:32 DEBUG : A1/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4114a9be4ddd024c_d20260825_m011205_c001_v7007000_t0000_u01787620325620") 2026/08/25 01:12:32 DEBUG : A1/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de5b_d20260825_m011203_c001_v0001178_t0032_u01787620323592") 2026/08/25 01:12:32 DEBUG : A1/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40174204de0972a1_d20260825_m011205_c001_v7007000_t0000_u01787620325728") 2026/08/25 01:12:32 DEBUG : A1/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de53_d20260825_m011203_c001_v0001178_t0032_u01787620323210") 2026/08/25 01:12:32 DEBUG : A1/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21a7_d20260825_m011205_c001_v7007000_t0000_u01787620325732") 2026/08/25 01:12:32 DEBUG : A1/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de57_d20260825_m011203_c001_v0001178_t0032_u01787620323393") 2026/08/25 01:12:32 DEBUG : A1/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4025158402965656_d20260825_m011147_c001_v7007000_t0000_u01787620307771") 2026/08/25 01:12:32 DEBUG : A1/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dddd_d20260825_m011145_c001_v0001178_t0032_u01787620305687") 2026/08/25 01:12:32 DEBUG : A2/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21ae_d20260825_m011206_c001_v7007000_t0000_u01787620326764") 2026/08/25 01:12:32 DEBUG : A2/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165ac7240fac279_d20260825_m011205_c001_v0001174_t0041_u01787620325069") 2026/08/25 01:12:32 DEBUG : A2/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40174204de0972ac_d20260825_m011206_c001_v7007000_t0000_u01787620326683") 2026/08/25 01:12:32 DEBUG : A2/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f400e9741f5d4337a_d20260825_m011205_c001_v0001178_t0021_u01787620325264") 2026/08/25 01:12:32 DEBUG : A2/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40976990eceb0316_d20260825_m011206_c001_v7007000_t0000_u01787620326714") 2026/08/25 01:12:32 DEBUG : A2/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4027d82e2cf50258_d20260825_m011205_c001_v0001109_t0041_u01787620325440") 2026/08/25 01:12:32 DEBUG : A2/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4114a9be4ddd0252_d20260825_m011206_c001_v7007000_t0000_u01787620326700") 2026/08/25 01:12:32 DEBUG : A2/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4134d5dbbed8c33f_d20260825_m011205_c001_v0001116_t0014_u01787620325464") 2026/08/25 01:12:32 DEBUG : A2/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e17_d20260825_m011206_c001_v7007000_t0000_u01787620326725") 2026/08/25 01:12:33 DEBUG : A2/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4067d59c4f1c9f1e_d20260825_m011205_c001_v0001183_t0007_u01787620325464") 2026/08/25 01:12:33 DEBUG : A3/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40174204de0972b1_d20260825_m011207_c001_v7007000_t0000_u01787620327738") 2026/08/25 01:12:33 DEBUG : A3/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f403795eebec34fd7_d20260825_m011206_c001_v0001174_t0053_u01787620326577") 2026/08/25 01:12:33 DEBUG : A3/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21b1_d20260825_m011207_c001_v7007000_t0000_u01787620327693") 2026/08/25 01:12:33 DEBUG : A3/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4032cb063b0fe314_d20260825_m011206_c001_v0001167_t0032_u01787620326499") 2026/08/25 01:12:33 DEBUG : A3/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4114a9be4ddd0254_d20260825_m011207_c001_v7007000_t0000_u01787620327707") 2026/08/25 01:12:33 DEBUG : A3/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f403134dc0e7da799_d20260825_m011206_c001_v0001161_t0056_u01787620326522") 2026/08/25 01:12:33 DEBUG : A3/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40976990eceb031a_d20260825_m011207_c001_v7007000_t0000_u01787620327878") 2026/08/25 01:12:33 DEBUG : A3/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f405b613d3d78871a_d20260825_m011206_c001_v0001185_t0036_u01787620326518") 2026/08/25 01:12:33 DEBUG : A3/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e21_d20260825_m011207_c001_v7007000_t0000_u01787620327931") 2026/08/25 01:12:33 DEBUG : A3/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f403e1da8535b3e3d_d20260825_m011206_c001_v0001099_t0024_u01787620326532") 2026/08/25 01:12:33 DEBUG : A4/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e26_d20260825_m011208_c001_v7007000_t0000_u01787620328492") 2026/08/25 01:12:33 DEBUG : A4/B1/C1/four: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f406646a2c537ea57_d20260825_m011207_c001_v0001099_t0047_u01787620327556") 2026/08/25 01:12:33 DEBUG : A4/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e28_d20260825_m011208_c001_v7007000_t0000_u01787620328673") 2026/08/25 01:12:33 DEBUG : A4/B1/C2/five: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f406fb364064b750c_d20260825_m011207_c001_v0001041_t0034_u01787620327510") 2026/08/25 01:12:33 DEBUG : A4/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e29_d20260825_m011208_c001_v7007000_t0000_u01787620328855") 2026/08/25 01:12:33 DEBUG : A4/B1/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f400e3109ba507371_d20260825_m011207_c001_v0001039_t0049_u01787620327519") 2026/08/25 01:12:33 DEBUG : A4/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e2a_d20260825_m011209_c001_v7007000_t0000_u01787620329035") 2026/08/25 01:12:33 DEBUG : A4/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f411c49f6c7a07e87_d20260825_m011207_c001_v0001116_t0018_u01787620327652") 2026/08/25 01:12:33 DEBUG : A4/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e2b_d20260825_m011209_c001_v7007000_t0000_u01787620329216") 2026/08/25 01:12:33 DEBUG : A4/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402449152baecd0a_d20260825_m011207_c001_v0001176_t0053_u01787620327656") 2026/08/25 01:12:33 DEBUG : BackupDir/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f24_d20260825_m011038_c001_v7007000_t0000_u01787620238381") 2026/08/25 01:12:33 DEBUG : BackupDir/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4067d59c4f1c9baa_d20260825_m011034_c001_v0001183_t0043_u01787620234498") 2026/08/25 01:12:33 DEBUG : CompareDest/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f01_d20260825_m011024_c001_v7007000_t0000_u01787620224311") 2026/08/25 01:12:34 DEBUG : CompareDest/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db6d_d20260825_m011020_c001_v0001178_t0032_u01787620220894") 2026/08/25 01:12:34 DEBUG : CompareDest/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f02_d20260825_m011024_c001_v7007000_t0000_u01787620224492") 2026/08/25 01:12:34 DEBUG : CompareDest/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db77_d20260825_m011021_c001_v0001178_t0032_u01787620221801") 2026/08/25 01:12:34 DEBUG : CopyDest/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f27_d20260825_m011038_c001_v7007000_t0000_u01787620238561") 2026/08/25 01:12:34 DEBUG : CopyDest/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dba7_d20260825_m011031_c001_v0001178_t0032_u01787620231296") 2026/08/25 01:12:34 DEBUG : CopyDest/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f29_d20260825_m011038_c001_v7007000_t0000_u01787620238741") 2026/08/25 01:12:34 DEBUG : CopyDest/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dbc3_d20260825_m011036_c001_v0001178_t0032_u01787620236742") 2026/08/25 01:12:34 DEBUG : CopyDest/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f2b_d20260825_m011038_c001_v7007000_t0000_u01787620238921") 2026/08/25 01:12:34 DEBUG : CopyDest/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dbb7_d20260825_m011035_c001_v0001178_t0032_u01787620235278") 2026/08/25 01:12:34 DEBUG : ReadFile: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402515840296563d_d20260825_m011135_c001_v7007000_t0000_u01787620295781") 2026/08/25 01:12:34 DEBUG : ReadFile: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd99_d20260825_m011134_c001_v0001178_t0032_u01787620294504") 2026/08/25 01:12:34 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f4f_d20260825_m011043_c001_v7007000_t0000_u01787620243835") 2026/08/25 01:12:34 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dbe5_d20260825_m011041_c001_v0001178_t0032_u01787620241503") 2026/08/25 01:12:34 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f51_d20260825_m011044_c001_v7007000_t0000_u01787620244014") 2026/08/25 01:12:34 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dbf1_d20260825_m011043_c001_v0001178_t0021_u01787620243255") 2026/08/25 01:12:34 DEBUG : a.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255faa_d20260825_m011100_c001_v7007000_t0000_u01787620260548") 2026/08/25 01:12:34 DEBUG : a.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc5b_d20260825_m011056_c001_v0001178_t0032_u01787620256985") 2026/08/25 01:12:34 DEBUG : a.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f9f_d20260825_m011055_c001_v7007000_t0000_u01787620255526") 2026/08/25 01:12:34 DEBUG : a.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc2f_d20260825_m011051_c001_v0001178_t0032_u01787620251290") 2026/08/25 01:12:34 DEBUG : also/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f70_d20260825_m011048_c001_v7007000_t0000_u01787620248411") 2026/08/25 01:12:35 DEBUG : also/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc07_d20260825_m011046_c001_v0001178_t0040_u01787620246385") 2026/08/25 01:12:35 DEBUG : another: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f75_d20260825_m011048_c001_v7007000_t0000_u01787620248950") 2026/08/25 01:12:35 DEBUG : another: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc0b_d20260825_m011047_c001_v0001178_t0019_u01787620247464") 2026/08/25 01:12:35 DEBUG : backup/dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb75_d20260825_m011202_c001_v7007000_t0000_u01787620322620") 2026/08/25 01:12:35 DEBUG : backup/dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f418e2ccf4a22a87a_d20260825_m011201_c001_v0001037_t0010_u01787620321634") 2026/08/25 01:12:35 DEBUG : backup/dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255edd_d20260825_m011014_c001_v7007000_t0000_u01787620214071") 2026/08/25 01:12:35 DEBUG : backup/dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402c2ffd5269c8ed_d20260825_m011013_c001_v0001161_t0022_u01787620213126") 2026/08/25 01:12:35 DEBUG : data/banana: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7cd3_d20260825_m010920_c001_v7007000_t0000_u01787620160004") 2026/08/25 01:12:35 DEBUG : data/banana: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1da27_d20260825_m010918_c001_v0001178_t0032_u01787620158257") 2026/08/25 01:12:35 DEBUG : data/banana: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d9f5_d20260825_m010910_c001_v0001178_t0032_u01787620150301") 2026/08/25 01:12:35 DEBUG : data/potato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7cd7_d20260825_m010920_c001_v7007000_t0000_u01787620160185") 2026/08/25 01:12:35 DEBUG : data/potato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1da29_d20260825_m010918_c001_v0001178_t0032_u01787620158442") 2026/08/25 01:12:35 DEBUG : data/potato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d9ff_d20260825_m010912_c001_v0001178_t0032_u01787620152115") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb76_d20260825_m011202_c001_v7007000_t0000_u01787620322799") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de45_d20260825_m011202_c001_v0001178_t0032_u01787620322077") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb71_d20260825_m011201_c001_v7007000_t0000_u01787620321819") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de33_d20260825_m011158_c001_v0001178_t0032_u01787620318602") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255ede_d20260825_m011014_c001_v7007000_t0000_u01787620214256") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db43_d20260825_m011013_c001_v0001178_t0032_u01787620213515") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255edc_d20260825_m011013_c001_v7007000_t0000_u01787620213315") 2026/08/25 01:12:35 DEBUG : dst/file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db37_d20260825_m011010_c001_v0001178_t0032_u01787620210039") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f2d_d20260825_m011039_c001_v7007000_t0000_u01787620239103") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410e745d6fb561f7_d20260825_m011034_c001_v0001165_t0022_u01787620234908") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f412790c832094b61_d20260825_m011034_c001_v7007000_t0000_u01787620234694") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dba5_d20260825_m011031_c001_v0001178_t0032_u01787620231111") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4149bc973e251b2a_d20260825_m011030_c001_v0001039_t0045_u01787620230375") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4149bc973e251b1e_d20260825_m011029_c001_v0001039_t0045_u01787620229460") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f03_d20260825_m011024_c001_v7007000_t0000_u01787620224675") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db6b_d20260825_m011020_c001_v0001178_t0032_u01787620220636") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4118c4afbd49aa46_d20260825_m011019_c001_v0001173_t0009_u01787620219891") 2026/08/25 01:12:36 DEBUG : dst/one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4118c4afbd49aa38_d20260825_m011018_c001_v0001173_t0009_u01787620218991") 2026/08/25 01:12:36 DEBUG : dst/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f2f_d20260825_m011039_c001_v7007000_t0000_u01787620239284") 2026/08/25 01:12:36 DEBUG : dst/three: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4149bc973e251b48_d20260825_m011037_c001_v0001039_t0045_u01787620237829") 2026/08/25 01:12:36 DEBUG : dst/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f31_d20260825_m011039_c001_v7007000_t0000_u01787620239464") 2026/08/25 01:12:36 DEBUG : dst/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40162633f76573b9_d20260825_m011036_c001_v0001092_t0059_u01787620236008") 2026/08/25 01:12:36 DEBUG : dst/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f05_d20260825_m011024_c001_v7007000_t0000_u01787620224855") 2026/08/25 01:12:36 DEBUG : dst/two: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4118c4afbd49aa60_d20260825_m011023_c001_v0001173_t0009_u01787620223770") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21ce_d20260825_m011228_c001_v7007000_t0000_u01787620348571") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f40528987c93ffc4c_d20260825_m011227_c001_v0001174_t0032_u01787620347893") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acc2_d20260825_m011226_c001_v0001105_t0026_u01787620346308") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781256016_d20260825_m011123_c001_v7007000_t0000_u01787620283276") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd31_d20260825_m011122_c001_v0001178_t0032_u01787620282219") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781256008_d20260825_m011121_c001_v7007000_t0000_u01787620281358") 2026/08/25 01:12:36 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd27_d20260825_m011120_c001_v0001178_t0032_u01787620280134") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255ffb_d20260825_m011119_c001_v7007000_t0000_u01787620279292") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd1d_d20260825_m011118_c001_v0001178_t0032_u01787620278508") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fee_d20260825_m011117_c001_v7007000_t0000_u01787620277620") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd0f_d20260825_m011116_c001_v0001178_t0032_u01787620276182") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fdc_d20260825_m011115_c001_v7007000_t0000_u01787620275304") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dcfb_d20260825_m011114_c001_v0001178_t0032_u01787620274483") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c5c_d20260825_m010905_c001_v7007000_t0000_u01787620145105") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d9c7_d20260825_m010902_c001_v0001178_t0032_u01787620142698") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c58_d20260825_m010900_c001_v7007000_t0000_u01787620140940") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d99b_d20260825_m010857_c001_v0001178_t0032_u01787620137361") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c51_d20260825_m010855_c001_v7007000_t0000_u01787620135000") 2026/08/25 01:12:37 DEBUG : empty space: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d97d_d20260825_m010852_c001_v0001178_t0032_u01787620132635") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb56_d20260825_m011157_c001_v7007000_t0000_u01787620317481") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de25_d20260825_m011156_c001_v0001178_t0032_u01787620316567") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb42_d20260825_m011154_c001_v7007000_t0000_u01787620314272") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de11_d20260825_m011153_c001_v0001178_t0032_u01787620313809") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb35_d20260825_m011152_c001_v7007000_t0000_u01787620312888") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1ddfd_d20260825_m011151_c001_v0001178_t0032_u01787620311426") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402515840296564b_d20260825_m011140_c001_v7007000_t0000_u01787620300055") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dda9_d20260825_m011136_c001_v0001178_t0032_u01787620296556") 2026/08/25 01:12:37 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fba_d20260825_m011111_c001_v7007000_t0000_u01787620271325") 2026/08/25 01:12:38 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dccf_d20260825_m011105_c001_v0001178_t0032_u01787620265112") 2026/08/25 01:12:38 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fb3_d20260825_m011104_c001_v7007000_t0000_u01787620264569") 2026/08/25 01:12:38 DEBUG : file1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dca7_d20260825_m011102_c001_v0001178_t0032_u01787620262020") 2026/08/25 01:12:38 DEBUG : file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb37_d20260825_m011153_c001_v7007000_t0000_u01787620313071") 2026/08/25 01:12:38 DEBUG : file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de05_d20260825_m011152_c001_v0001178_t0032_u01787620312341") 2026/08/25 01:12:38 DEBUG : file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402515840296564c_d20260825_m011140_c001_v7007000_t0000_u01787620300236") 2026/08/25 01:12:38 DEBUG : file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1ddab_d20260825_m011136_c001_v0001178_t0032_u01787620296740") 2026/08/25 01:12:38 DEBUG : filename.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb39_d20260825_m011153_c001_v7007000_t0000_u01787620313254") 2026/08/25 01:12:38 DEBUG : filename.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1ddff_d20260825_m011151_c001_v0001178_t0032_u01787620311967") 2026/08/25 01:12:38 DEBUG : headerfilename.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb3b_d20260825_m011153_c001_v7007000_t0000_u01787620313438") 2026/08/25 01:12:38 DEBUG : headerfilename.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de01_d20260825_m011152_c001_v0001178_t0032_u01787620312151") 2026/08/25 01:12:38 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e35_d20260825_m011218_c001_v7007000_t0000_u01787620338165") 2026/08/25 01:12:38 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dea7_d20260825_m011217_c001_v0001178_t0044_u01787620337054") 2026/08/25 01:12:38 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e32_d20260825_m011216_c001_v7007000_t0000_u01787620336079") 2026/08/25 01:12:38 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de99_d20260825_m011214_c001_v0001178_t0024_u01787620334972") 2026/08/25 01:12:38 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e36_d20260825_m011218_c001_v7007000_t0000_u01787620338347") 2026/08/25 01:12:38 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dea5_d20260825_m011216_c001_v0001178_t0048_u01787620336807") 2026/08/25 01:12:38 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e34_d20260825_m011216_c001_v7007000_t0000_u01787620336260") 2026/08/25 01:12:38 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de97_d20260825_m011214_c001_v0001178_t0002_u01787620334715") 2026/08/25 01:12:38 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f3c_d20260825_m011133_c001_v7007000_t0000_u01787620293215") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd8f_d20260825_m011132_c001_v0001178_t0037_u01787620292614") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f2f_d20260825_m011131_c001_v7007000_t0000_u01787620291427") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd7b_d20260825_m011130_c001_v0001178_t0055_u01787620290100") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f1b_d20260825_m011128_c001_v7007000_t0000_u01787620288041") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd6b_d20260825_m011127_c001_v0001178_t0034_u01787620287384") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f11_d20260825_m011126_c001_v7007000_t0000_u01787620286459") 2026/08/25 01:12:39 DEBUG : large: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd4b_d20260825_m011124_c001_v0001178_t0047_u01787620284616") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402515840296563b_d20260825_m011133_c001_v7007000_t0000_u01787620293225") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd8d_d20260825_m011132_c001_v0001178_t0035_u01787620292352") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f2a_d20260825_m011130_c001_v7007000_t0000_u01787620290788") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd79_d20260825_m011129_c001_v0001178_t0005_u01787620289846") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4025158402965637_d20260825_m011128_c001_v7007000_t0000_u01787620288028") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd67_d20260825_m011127_c001_v0001178_t0014_u01787620287135") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f0d_d20260825_m011125_c001_v7007000_t0000_u01787620285859") 2026/08/25 01:12:39 DEBUG : medium: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd49_d20260825_m011124_c001_v0001178_t0034_u01787620284349") 2026/08/25 01:12:39 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e2e_d20260825_m011211_c001_v7007000_t0000_u01787620331917") 2026/08/25 01:12:39 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de81_d20260825_m011210_c001_v0001178_t0028_u01787620330805") 2026/08/25 01:12:39 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e2f_d20260825_m011212_c001_v7007000_t0000_u01787620332099") 2026/08/25 01:12:39 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de7f_d20260825_m011210_c001_v0001178_t0045_u01787620330555") 2026/08/25 01:12:39 DEBUG : not-one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f77_d20260825_m011049_c001_v7007000_t0000_u01787620249130") 2026/08/25 01:12:39 DEBUG : not-one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc13_d20260825_m011047_c001_v0001178_t0032_u01787620247686") 2026/08/25 01:12:39 DEBUG : one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255f6e_d20260825_m011048_c001_v7007000_t0000_u01787620248231") 2026/08/25 01:12:39 DEBUG : one: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc03_d20260825_m011046_c001_v0001178_t0020_u01787620246176") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e40_d20260825_m011222_c001_v7007000_t0000_u01787620342748") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acae_d20260825_m011222_c001_v0001105_t0026_u01787620342564") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e3e_d20260825_m011222_c001_v7007000_t0000_u01787620342176") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acac_d20260825_m011221_c001_v0001105_t0026_u01787620341806") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e3b_d20260825_m011219_c001_v7007000_t0000_u01787620339855") 2026/08/25 01:12:40 DEBUG : potato1: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1deb1_d20260825_m011219_c001_v0001178_t0032_u01787620339084") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21cf_d20260825_m011228_c001_v7007000_t0000_u01787620348751") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f100c8317e08b0209_d20260825_m011227_c001_v0001177_t0012_u01787620347992") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f1165e52c4215acc0_d20260825_m011225_c001_v0001105_t0008_u01787620345870") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e47_d20260825_m011224_c001_v7007000_t0000_u01787620344771") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acba_d20260825_m011224_c001_v0001105_t0026_u01787620344395") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e3c_d20260825_m011220_c001_v7007000_t0000_u01787620340038") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1deb5_d20260825_m011219_c001_v0001178_t0053_u01787620339266") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781256018_d20260825_m011123_c001_v7007000_t0000_u01787620283492") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd2b_d20260825_m011121_c001_v0001178_t0015_u01787620281968") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af0278125600b_d20260825_m011121_c001_v7007000_t0000_u01787620281558") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd25_d20260825_m011119_c001_v0001178_t0008_u01787620279891") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255ffd_d20260825_m011119_c001_v7007000_t0000_u01787620279489") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd19_d20260825_m011118_c001_v0001178_t0028_u01787620278265") 2026/08/25 01:12:40 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255ff0_d20260825_m011117_c001_v7007000_t0000_u01787620277853") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dd09_d20260825_m011115_c001_v0001178_t0007_u01787620275929") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fe0_d20260825_m011115_c001_v7007000_t0000_u01787620275514") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dcf9_d20260825_m011114_c001_v0001178_t0042_u01787620274187") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c5e_d20260825_m010905_c001_v7007000_t0000_u01787620145288") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9c9_d20260825_m010903_c001_v0001178_t0009_u01787620143251") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c59_d20260825_m010901_c001_v7007000_t0000_u01787620141125") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9a7_d20260825_m010858_c001_v0001178_t0012_u01787620138194") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c52_d20260825_m010855_c001_v7007000_t0000_u01787620135182") 2026/08/25 01:12:41 DEBUG : potato2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d981_d20260825_m010853_c001_v0001178_t0040_u01787620133175") 2026/08/25 01:12:41 DEBUG : potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e4a_d20260825_m011225_c001_v7007000_t0000_u01787620345504") 2026/08/25 01:12:41 DEBUG : potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acbc_d20260825_m011225_c001_v0001105_t0026_u01787620345135") 2026/08/25 01:12:41 DEBUG : potato4: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e44_d20260825_m011223_c001_v7007000_t0000_u01787620343663") 2026/08/25 01:12:41 DEBUG : potato4: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acb4_d20260825_m011223_c001_v0001105_t0026_u01787620343479") 2026/08/25 01:12:41 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c5f_d20260825_m010905_c001_v7007000_t0000_u01787620145469") 2026/08/25 01:12:41 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9cb_d20260825_m010904_c001_v0001178_t0041_u01787620144013") 2026/08/25 01:12:41 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c5a_d20260825_m010901_c001_v7007000_t0000_u01787620141393") 2026/08/25 01:12:42 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9b1_d20260825_m010859_c001_v0001178_t0002_u01787620139532") 2026/08/25 01:12:42 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c53_d20260825_m010855_c001_v7007000_t0000_u01787620135363") 2026/08/25 01:12:42 DEBUG : remotepotato: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d987_d20260825_m010854_c001_v0001178_t0055_u01787620134068") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c60_d20260825_m010905_c001_v7007000_t0000_u01787620145653") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d9bf_d20260825_m010901_c001_v0001178_t0032_u01787620141974") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c5b_d20260825_m010901_c001_v7007000_t0000_u01787620141605") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d993_d20260825_m010855_c001_v0001178_t0032_u01787620135914") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c54_d20260825_m010855_c001_v7007000_t0000_u01787620135545") 2026/08/25 01:12:42 DEBUG : rutabaga: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d97b_d20260825_m010851_c001_v0001178_t0032_u01787620131914") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f402515840296563c_d20260825_m011133_c001_v7007000_t0000_u01787620293767") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd87_d20260825_m011132_c001_v0001178_t0032_u01787620292169") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4025158402965638_d20260825_m011130_c001_v7007000_t0000_u01787620290777") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd77_d20260825_m011129_c001_v0001178_t0032_u01787620289624") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f20_d20260825_m011128_c001_v7007000_t0000_u01787620288668") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd61_d20260825_m011126_c001_v0001178_t0032_u01787620286865") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f407841096ff95f0a_d20260825_m011125_c001_v7007000_t0000_u01787620285654") 2026/08/25 01:12:42 DEBUG : small: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd43_d20260825_m011124_c001_v0001178_t0032_u01787620284140") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fcc_d20260825_m011113_c001_v7007000_t0000_u01787620273798") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dcf3_d20260825_m011112_c001_v0001178_t0032_u01787620272950") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fab_d20260825_m011100_c001_v7007000_t0000_u01787620260736") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc63_d20260825_m011057_c001_v0001178_t0032_u01787620257378") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa0_d20260825_m011055_c001_v7007000_t0000_u01787620255707") 2026/08/25 01:12:43 DEBUG : sub dir/hello world: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc35_d20260825_m011051_c001_v0001178_t0032_u01787620251654") 2026/08/25 01:12:43 DEBUG : sub dir/hello world2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fac_d20260825_m011100_c001_v7007000_t0000_u01787620260916") 2026/08/25 01:12:43 DEBUG : sub dir/hello world2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc67_d20260825_m011057_c001_v0001178_t0032_u01787620257561") 2026/08/25 01:12:43 DEBUG : sub dir/hello world2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa1_d20260825_m011055_c001_v7007000_t0000_u01787620255899") 2026/08/25 01:12:43 DEBUG : sub dir/hello world2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc39_d20260825_m011051_c001_v0001178_t0032_u01787620251837") 2026/08/25 01:12:43 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fad_d20260825_m011101_c001_v7007000_t0000_u01787620261097") 2026/08/25 01:12:43 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc69_d20260825_m011057_c001_v0001178_t0032_u01787620257744") 2026/08/25 01:12:43 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa2_d20260825_m011056_c001_v7007000_t0000_u01787620256080") 2026/08/25 01:12:43 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc3b_d20260825_m011052_c001_v0001178_t0032_u01787620252021") 2026/08/25 01:12:44 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fae_d20260825_m011101_c001_v7007000_t0000_u01787620261298") 2026/08/25 01:12:44 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc6b_d20260825_m011057_c001_v0001178_t0036_u01787620257927") 2026/08/25 01:12:44 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa4_d20260825_m011056_c001_v7007000_t0000_u01787620256261") 2026/08/25 01:12:44 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc3d_d20260825_m011052_c001_v0001178_t0025_u01787620252206") 2026/08/25 01:12:44 DEBUG : sub dir/potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f413c9e888c0b21d0_d20260825_m011228_c001_v7007000_t0000_u01787620348930") 2026/08/25 01:12:44 DEBUG : sub dir/potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4053b39b6f4f16c4_d20260825_m011227_c001_v0001150_t0014_u01787620347688") 2026/08/25 01:12:44 DEBUG : sub dir/potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4165e52c4215acc4_d20260825_m011226_c001_v0001105_t0026_u01787620346492") 2026/08/25 01:12:44 DEBUG : sub dir/potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af0278125601a_d20260825_m011123_c001_v7007000_t0000_u01787620283708") 2026/08/25 01:12:44 DEBUG : sub dir/potato3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dd37_d20260825_m011122_c001_v0001178_t0032_u01787620282432") 2026/08/25 01:12:44 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255faf_d20260825_m011101_c001_v7007000_t0000_u01787620261477") 2026/08/25 01:12:44 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc6d_d20260825_m011058_c001_v0001178_t0029_u01787620258149") 2026/08/25 01:12:44 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa5_d20260825_m011056_c001_v7007000_t0000_u01787620256445") 2026/08/25 01:12:44 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1dc3f_d20260825_m011052_c001_v0001178_t0003_u01787620252422") 2026/08/25 01:12:44 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4278cc7fe324cb4d_d20260825_m011155_c001_v7007000_t0000_u01787620315956") 2026/08/25 01:12:44 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1de19_d20260825_m011154_c001_v0001178_t0032_u01787620314820") 2026/08/25 01:12:44 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fbc_d20260825_m011111_c001_v7007000_t0000_u01787620271527") 2026/08/25 01:12:45 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dcd3_d20260825_m011105_c001_v0001178_t0032_u01787620265295") 2026/08/25 01:12:45 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fb4_d20260825_m011104_c001_v7007000_t0000_u01787620264750") 2026/08/25 01:12:45 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dcad_d20260825_m011102_c001_v0001178_t0032_u01787620262208") 2026/08/25 01:12:45 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255ed9_d20260825_m011009_c001_v7007000_t0000_u01787620209311") 2026/08/25 01:12:45 DEBUG : sub/file2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1db2b_d20260825_m011007_c001_v0001178_t0032_u01787620207808") 2026/08/25 01:12:45 DEBUG : test-multithread-abort: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c4e_d20260825_m010850_c001_v7007000_t0000_u01787620130999") 2026/08/25 01:12:45 DEBUG : test-multithread-abort: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d919_d20260825_m010834_c001_v0001178_t0034_u01787620114881") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255d9c_d20260825_m010755_c001_v7007000_t0000_u01787620075152") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f11368bbb546b7df9_d20260825_m010746_c001_v0001167_t0026_u01787620066389") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255da7_d20260825_m010803_c001_v7007000_t0000_u01787620083366") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f11368bbb546b7e4f_d20260825_m010755_c001_v0001167_t0031_u01787620075888") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255dbe_d20260825_m010813_c001_v7007000_t0000_u01787620093275") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d888_d20260825_m010806_c001_v0001178_t0014_u01787620086324") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f423dae673dba7cac_d20260825_m010819_c001_v7007000_t0000_u01787620099457") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f220af02781255dc4_d20260825_m010815_c001_v0001182_t0033_u01787620095133") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f423dae673dba7cb6_d20260825_m010826_c001_v7007000_t0000_u01787620106476") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f223dae673dba7caf_d20260825_m010821_c001_v0001039_t0041_u01787620101217") 2026/08/25 01:12:45 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7b9a_d20260825_m010833_c001_v7007000_t0000_u01787620113588") 2026/08/25 01:12:46 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f223dae673dba7cbc_d20260825_m010828_c001_v0001117_t0000_u01787620108310") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7cd9_d20260825_m010920_c001_v7007000_t0000_u01787620160366") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1da2d_d20260825_m010918_c001_v0001178_t0016_u01787620158625") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1da1b_d20260825_m010917_c001_v0001178_t0012_u01787620157092") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1da17_d20260825_m010915_c001_v0001178_t0045_u01787620155916") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1da0d_d20260825_m010914_c001_v0001178_t0046_u01787620154780") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1da09_d20260825_m010913_c001_v0001178_t0003_u01787620153457") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1da01_d20260825_m010912_c001_v0001178_t0032_u01787620152298") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1d9f7_d20260825_m010910_c001_v0001178_t0032_u01787620150485") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f4192968a8c2b7c71_d20260825_m010907_c001_v7007000_t0000_u01787620147381") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9df_d20260825_m010906_c001_v0001178_t0000_u01787620146617") 2026/08/25 01:12:46 DEBUG : test.sum: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1d9d7_d20260825_m010906_c001_v0001178_t0035_u01787620146016") 2026/08/25 01:12:46 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e30_d20260825_m011213_c001_v7007000_t0000_u01787620333985") 2026/08/25 01:12:46 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de8b_d20260825_m011212_c001_v0001178_t0018_u01787620332870") 2026/08/25 01:12:46 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f410bac62f69d7e31_d20260825_m011214_c001_v7007000_t0000_u01787620334166") 2026/08/25 01:12:46 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f117118ebc0b1de87_d20260825_m011212_c001_v0001178_t0022_u01787620332652") 2026/08/25 01:12:46 DEBUG : zend.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fb0_d20260825_m011101_c001_v7007000_t0000_u01787620261659") 2026/08/25 01:12:46 DEBUG : zend.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc61_d20260825_m011057_c001_v0001178_t0032_u01787620257196") 2026/08/25 01:12:46 DEBUG : zend.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f420af02781255fa6_d20260825_m011056_c001_v7007000_t0000_u01787620256626") 2026/08/25 01:12:46 DEBUG : zend.txt: Deleting (id "4_z8ff27de3705d3b6baf080e1b_f417118ebc0b1dc33_d20260825_m011051_c001_v0001178_t0032_u01787620251472") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 5m3.97950613s (try 1/5)