"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/15 04:23:59 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete" 2026/08/15 04:23:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:24:00 DEBUG : Creating backend with remote "/tmp/rclone836209965" === 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:24:01 DEBUG : chunksize-probe: Cancelling large file upload === RUN TestMultithreadCopy/upload=false,size=16777215,streams=2 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: write buffer set to 131072 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi starting 2026/08/15 04:24:06 DEBUG : test-multithread-copy-false-16777215-2: writing chunk 0 2026/08/15 04:24:10 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi finished 2026/08/15 04:24:10 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/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: write buffer set to 131072 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16Mi 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: Starting multi-thread copy with 1 chunks of size 16Mi with 1 parallel streams 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi starting 2026/08/15 04:24:16 DEBUG : test-multithread-copy-false-16777216-2: writing chunk 0 2026/08/15 04:24:18 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi finished 2026/08/15 04:24:18 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/15 04:24:19 DEBUG : test-multithread-copy-false-16777217-2: Clearing upload URL because of error: Post "https://pod-000-1090-19.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001090_t0031": write tcp 65.108.87.141:52822->206.190.208.190:443: use of closed network connection 2026/08/15 04:24:19 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1090-19.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001090_t0031": write tcp 65.108.87.141:52822->206.190.208.190:443: use of closed network connection) 2026/08/15 04:24:19 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-gewayih1kete: 1/10 (Post "https://pod-000-1090-19.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001090_t0031": write tcp 65.108.87.141:52822->206.190.208.190:443: use of closed network connection) 2026/08/15 04:24:22 DEBUG : pacer: Reducing sleep to 10ms 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: write buffer set to 131072 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/08/15 04:24:26 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi starting 2026/08/15 04:24:27 DEBUG : test-multithread-copy-false-16777217-2: writing chunk 0 2026/08/15 04:24:29 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi finished 2026/08/15 04:24:29 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/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: disabling buffering because source is local disk 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi starting 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 1 length 8388607 2026/08/15 04:24:31 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 0 length 8388608 2026/08/15 04:24:34 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 1 2026/08/15 04:24:34 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi finished 2026/08/15 04:24:35 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 0 2026/08/15 04:24:35 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/08/15 04:24:35 DEBUG : test-multithread-copy-true-16777215-2: Finishing large file upload with 2 parts 2026/08/15 04:24:36 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/15 04:24:38 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: disabling buffering because source is local disk 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi starting 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 1 length 8388608 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/08/15 04:24:39 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 0 length 8388608 2026/08/15 04:24:41 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 1 2026/08/15 04:24:41 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi finished 2026/08/15 04:24:41 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 0 2026/08/15 04:24:41 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/08/15 04:24:41 DEBUG : test-multithread-copy-true-16777216-2: Finishing large file upload with 2 parts 2026/08/15 04:24:42 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/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: disabling buffering because source is local disk 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 2 length 1 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 0 length 8388608 2026/08/15 04:24:45 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 1 length 8388608 2026/08/15 04:24:46 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 2 2026/08/15 04:24:46 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 finished 2026/08/15 04:24:48 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 0 2026/08/15 04:24:48 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/08/15 04:24:48 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 1 2026/08/15 04:24:48 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/08/15 04:24:48 DEBUG : test-multithread-copy-true-16777217-2: Finishing large file upload with 3 parts 2026/08/15 04:24:49 DEBUG : test-multithread-copy-true-16777217-2: Finished multi-thread copy with 3 parts of size 8Mi --- PASS: TestMultithreadCopy (50.30s) --- PASS: TestMultithreadCopy/upload=false,size=16777215,streams=2 (9.57s) --- PASS: TestMultithreadCopy/upload=false,size=16777216,streams=2 (8.21s) --- PASS: TestMultithreadCopy/upload=false,size=16777217,streams=2 (10.63s) --- PASS: TestMultithreadCopy/upload=true,size=16777215,streams=2 (7.01s) --- PASS: TestMultithreadCopy/upload=true,size=16777216,streams=2 (6.51s) --- PASS: TestMultithreadCopy/upload=true,size=16777217,streams=2 (6.84s) === RUN TestMultithreadCopyAbort run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:24:51 DEBUG : chunksize-probe: Cancelling large file upload 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 1 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/08/15 04:24:53 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/08/15 04:24:53 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/08/15 04:24:53 DEBUG : Open with options = [RangeOption(8388608,16777215)] 2026/08/15 04:24:53 DEBUG : test-multithread-abort: Sending chunk 1 length 8388608 2026/08/15 04:24:53 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/08/15 04:24:53 DEBUG : Open with options = [RangeOption(0,8388607)] 2026/08/15 04:24:54 DEBUG : test-multithread-abort: Sending chunk 0 length 8388608 2026/08/15 04:24:56 DEBUG : test-multithread-abort: Done sending chunk 1 2026/08/15 04:24:56 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/08/15 04:24:56 DEBUG : test-multithread-abort: Done sending chunk 0 2026/08/15 04:24:56 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/08/15 04:24:56 DEBUG : Returning error reader 2026/08/15 04:24:56 DEBUG : test-multithread-abort: Sending chunk 2 length 1 2026/08/15 04:24:56 DEBUG : BOOM: simulated read failure 2026/08/15 04:24:56 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 0/10: BOOM: simulated read failure 2026/08/15 04:24:56 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:24:57 DEBUG : Returning error reader 2026/08/15 04:24:57 DEBUG : BOOM: simulated read failure 2026/08/15 04:24:57 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure 2026/08/15 04:24:57 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:24:58 DEBUG : Returning error reader 2026/08/15 04:24:58 DEBUG : BOOM: simulated read failure 2026/08/15 04:24:58 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure 2026/08/15 04:24:58 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:24:59 DEBUG : Returning error reader 2026/08/15 04:24:59 DEBUG : BOOM: simulated read failure 2026/08/15 04:24:59 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure 2026/08/15 04:24:59 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:00 DEBUG : Returning error reader 2026/08/15 04:25:00 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:00 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure 2026/08/15 04:25:00 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:01 DEBUG : Returning error reader 2026/08/15 04:25:01 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:01 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure 2026/08/15 04:25:01 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:02 DEBUG : Returning error reader 2026/08/15 04:25:02 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:02 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure 2026/08/15 04:25:02 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:03 DEBUG : Returning error reader 2026/08/15 04:25:03 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:03 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure 2026/08/15 04:25:03 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:04 DEBUG : Returning error reader 2026/08/15 04:25:04 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:04 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure 2026/08/15 04:25:04 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:05 DEBUG : Returning error reader 2026/08/15 04:25:05 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:05 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure 2026/08/15 04:25:05 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/08/15 04:25:06 DEBUG : Returning error reader 2026/08/15 04:25:06 DEBUG : BOOM: simulated read failure 2026/08/15 04:25:06 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure 2026/08/15 04:25:06 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries 2026/08/15 04:25:06 DEBUG : test-multithread-abort: Error sending chunk 2 (retry=false): Post "https://pod-000-1032-06.backblaze.com/b2api/v1/b2_upload_part/4_z2fb29d73a09d0b3baf080e1b_f215e3533b469bbe3_d20260815_m042453_c001_v0001032_t0038_u01786767893795/0043": BOOM: simulated read failure: &url.Error{Op:"Post", URL:"https://pod-000-1032-06.backblaze.com/b2api/v1/b2_upload_part/4_z2fb29d73a09d0b3baf080e1b_f215e3533b469bbe3_d20260815_m042453_c001_v0001032_t0038_u01786767893795/0043", Err:(*errors.errorString)(0x241ed860e2c0)} 2026/08/15 04:25:06 DEBUG : test-multithread-abort: Error sending chunk 2: Post "https://pod-000-1032-06.backblaze.com/b2api/v1/b2_upload_part/4_z2fb29d73a09d0b3baf080e1b_f215e3533b469bbe3_d20260815_m042453_c001_v0001032_t0038_u01786767893795/0043": BOOM: simulated read failure 2026/08/15 04:25:06 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: Post "https://pod-000-1032-06.backblaze.com/b2api/v1/b2_upload_part/4_z2fb29d73a09d0b3baf080e1b_f215e3533b469bbe3_d20260815_m042453_c001_v0001032_t0038_u01786767893795/0043": BOOM: simulated read failure 2026/08/15 04:25:06 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit 2026/08/15 04:25:06 DEBUG : test-multithread-abort: Cancelling large file upload --- PASS: TestMultithreadCopyAbort (17.85s) === RUN TestSizeDiffers 2026/08/15 04:25:08 DEBUG : a: size = 0 OK 2026/08/15 04:25:08 DEBUG : a: size = 1 (memory) 2026/08/15 04:25:08 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/15 04:25:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/15 04:25:08 DEBUG : potato: Seek from 10 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 10 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 2 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/15 04:25:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 2 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/15 04:25:08 DEBUG : potato: Seek from 8 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 8 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/15 04:25:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/15 04:25:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/15 04:25:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/15 04:25:08 DEBUG : potato: Seek from 5 to 2 2026/08/15 04:25:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/15 04:25:08 DEBUG : potato: Seek from 9 to 0 2026/08/15 04:25:08 DEBUG : potato: Seek from 9 to 0 2026/08/15 04:25:08 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (5.11s) --- 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/15 04:25:13 DEBUG : Creating backend with remote "nonexistent" 2026/08/15 04:25:13 DEBUG : Creating backend with remote "nonexistent" 2026/08/15 04:25:13 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/15 04:25:13 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/15 04:25:13 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/15 04:25:13 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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.50s) --- PASS: TestCheckDownload/1 (0.73s) --- PASS: TestCheckDownload/2 (0.37s) --- PASS: TestCheckDownload/3 (0.37s) --- PASS: TestCheckDownload/4 (0.56s) --- PASS: TestCheckDownload/5 (0.38s) --- PASS: TestCheckDownload/6 (0.38s) --- PASS: TestCheckDownload/7 (0.38s) === RUN TestCheckSizeOnly run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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.22s) --- 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:25:25 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/15 04:25:25 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/15 04:25:25 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/15 04:25:25 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/15 04:25:26 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/15 04:25:26 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/15 04:25:26 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/15 04:25:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (2.59s) === RUN TestCheckSum run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:25:27 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/data" check_test.go:354: B2 bucket rclone-test-gewayih1kete path data lacks md5, skipping --- SKIP: TestCheckSum (1.45s) === RUN TestCheckSumDownload run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:25:28 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (12.62s) --- PASS: TestCheckSumDownload/subtest1 (1.29s) --- PASS: TestCheckSumDownload/subtest2 (0.73s) --- PASS: TestCheckSumDownload/subtest3 (0.91s) --- PASS: TestCheckSumDownload/subtest4 (0.75s) --- PASS: TestCheckSumDownload/subtest5 (0.75s) --- PASS: TestCheckSumDownload/subtest6 (0.76s) --- PASS: TestCheckSumDownload/subtest7 (0.74s) === RUN TestCheckSumConcurrency 2026/08/15 04:25:41 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/15 04:25:41 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/15 04:25:41 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/15 04:25:41 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/15 04:25:41 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/15 04:25:41 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/08/15 04:25:41 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/15 04:25:41 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/15 04:25:41 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/15 04:25:41 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/15 04:25:41 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/15 04:25:41 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/08/15 04:25:41 DEBUG : Creating backend with remote "TestB2:rclone-test-yiragiv1wuke" 2026/08/15 04:25:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:41 DEBUG : Creating backend with remote "/tmp/rclone3514308106" run.go:198: Remote "B2 bucket rclone-test-yiragiv1wuke", Local "Local file system at /tmp/rclone3514308106", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2026/08/15 04:25:43 ERROR : hello, world!: sum not found 2026/08/15 04:25:43 ERROR : HELLO, WORLD!: file not in B2 bucket rclone-test-yiragiv1wuke 2026/08/15 04:25:43 NOTICE: B2 bucket rclone-test-yiragiv1wuke: 1 files missing 2026/08/15 04:25:43 NOTICE: 1 hashes missing 2026/08/15 04:25:43 NOTICE: B2 bucket rclone-test-yiragiv1wuke: 1 differences found 2026/08/15 04:25:43 NOTICE: B2 bucket rclone-test-yiragiv1wuke: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/08/15 04:25:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:25:44 NOTICE: B2 bucket rclone-test-yiragiv1wuke: 0 differences found 2026/08/15 04:25:44 NOTICE: B2 bucket rclone-test-yiragiv1wuke: 1 matching files 2026/08/15 04:25:44 DEBUG : Creating backend with remote "TestB2:rclone-test-lutokuz7tufi" 2026/08/15 04:25:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:45 DEBUG : Creating backend with remote "/tmp/rclone666400121" run.go:198: Remote "B2 bucket rclone-test-lutokuz7tufi", Local "Local file system at /tmp/rclone666400121", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2026/08/15 04:25:46 ERROR : HELLO, WORLD!: sum not found 2026/08/15 04:25:46 ERROR : hello, world!: file not in B2 bucket rclone-test-lutokuz7tufi 2026/08/15 04:25:46 NOTICE: B2 bucket rclone-test-lutokuz7tufi: 1 files missing 2026/08/15 04:25:46 NOTICE: 1 hashes missing 2026/08/15 04:25:46 NOTICE: B2 bucket rclone-test-lutokuz7tufi: 1 differences found 2026/08/15 04:25:46 NOTICE: B2 bucket rclone-test-lutokuz7tufi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/08/15 04:25:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:25:47 NOTICE: B2 bucket rclone-test-lutokuz7tufi: 0 differences found 2026/08/15 04:25:47 NOTICE: B2 bucket rclone-test-lutokuz7tufi: 1 matching files 2026/08/15 04:25:47 DEBUG : Creating backend with remote "TestB2:rclone-test-mopunuq9miwa" 2026/08/15 04:25:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:48 DEBUG : Creating backend with remote "/tmp/rclone1439171703" run.go:198: Remote "B2 bucket rclone-test-mopunuq9miwa", Local "Local file system at /tmp/rclone1439171703", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2026/08/15 04:25:50 ERROR : HeLlO, wOrLd!: sum not found 2026/08/15 04:25:50 ERROR : hello, world!: file not in B2 bucket rclone-test-mopunuq9miwa 2026/08/15 04:25:50 NOTICE: B2 bucket rclone-test-mopunuq9miwa: 1 files missing 2026/08/15 04:25:50 NOTICE: 1 hashes missing 2026/08/15 04:25:50 NOTICE: B2 bucket rclone-test-mopunuq9miwa: 1 differences found 2026/08/15 04:25:50 NOTICE: B2 bucket rclone-test-mopunuq9miwa: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/08/15 04:25:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:25:50 NOTICE: B2 bucket rclone-test-mopunuq9miwa: 0 differences found 2026/08/15 04:25:50 NOTICE: B2 bucket rclone-test-mopunuq9miwa: 1 matching files 2026/08/15 04:25:50 DEBUG : Creating backend with remote "TestB2:rclone-test-vosuvey0kagi" 2026/08/15 04:25:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:51 DEBUG : Creating backend with remote "/tmp/rclone452317957" run.go:198: Remote "B2 bucket rclone-test-vosuvey0kagi", Local "Local file system at /tmp/rclone452317957", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2026/08/15 04:25:53 ERROR : HELLO, WORLD!: sum not found 2026/08/15 04:25:53 ERROR : HeLlO, wOrLd!: file not in B2 bucket rclone-test-vosuvey0kagi 2026/08/15 04:25:53 NOTICE: B2 bucket rclone-test-vosuvey0kagi: 1 files missing 2026/08/15 04:25:53 NOTICE: 1 hashes missing 2026/08/15 04:25:53 NOTICE: B2 bucket rclone-test-vosuvey0kagi: 1 differences found 2026/08/15 04:25:53 NOTICE: B2 bucket rclone-test-vosuvey0kagi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/08/15 04:25:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:25:53 NOTICE: B2 bucket rclone-test-vosuvey0kagi: 0 differences found 2026/08/15 04:25:53 NOTICE: B2 bucket rclone-test-vosuvey0kagi: 1 matching files 2026/08/15 04:25:53 DEBUG : Creating backend with remote "TestB2:rclone-test-zeqefoq2johe" 2026/08/15 04:25:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:54 DEBUG : Creating backend with remote "/tmp/rclone1874536373" run.go:198: Remote "B2 bucket rclone-test-zeqefoq2johe", Local "Local file system at /tmp/rclone1874536373", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2026/08/15 04:25:56 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/15 04:25:56 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-zeqefoq2johe 2026/08/15 04:25:56 NOTICE: B2 bucket rclone-test-zeqefoq2johe: 1 files missing 2026/08/15 04:25:56 NOTICE: 1 hashes missing 2026/08/15 04:25:56 NOTICE: B2 bucket rclone-test-zeqefoq2johe: 1 differences found 2026/08/15 04:25:56 NOTICE: B2 bucket rclone-test-zeqefoq2johe: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/08/15 04:25:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:25:57 NOTICE: B2 bucket rclone-test-zeqefoq2johe: 0 differences found 2026/08/15 04:25:57 NOTICE: B2 bucket rclone-test-zeqefoq2johe: 1 matching files 2026/08/15 04:25:57 DEBUG : Creating backend with remote "TestB2:rclone-test-yeqoqum9xodi" 2026/08/15 04:25:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:25:57 DEBUG : Creating backend with remote "/tmp/rclone3745919623" run.go:198: Remote "B2 bucket rclone-test-yeqoqum9xodi", Local "Local file system at /tmp/rclone3745919623", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2026/08/15 04:25:59 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/15 04:25:59 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-yeqoqum9xodi 2026/08/15 04:25:59 NOTICE: B2 bucket rclone-test-yeqoqum9xodi: 1 files missing 2026/08/15 04:25:59 NOTICE: 1 hashes missing 2026/08/15 04:25:59 NOTICE: B2 bucket rclone-test-yeqoqum9xodi: 1 differences found 2026/08/15 04:25:59 NOTICE: B2 bucket rclone-test-yeqoqum9xodi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/08/15 04:26:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:26:00 NOTICE: B2 bucket rclone-test-yeqoqum9xodi: 0 differences found 2026/08/15 04:26:00 NOTICE: B2 bucket rclone-test-yeqoqum9xodi: 1 matching files 2026/08/15 04:26:00 DEBUG : Creating backend with remote "TestB2:rclone-test-laqucij5fape" 2026/08/15 04:26:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:26:01 DEBUG : Creating backend with remote "/tmp/rclone3393609567" run.go:198: Remote "B2 bucket rclone-test-laqucij5fape", Local "Local file system at /tmp/rclone3393609567", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2026/08/15 04:26:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/15 04:26:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-laqucij5fape 2026/08/15 04:26:03 NOTICE: B2 bucket rclone-test-laqucij5fape: 1 files missing 2026/08/15 04:26:03 NOTICE: 1 hashes missing 2026/08/15 04:26:03 NOTICE: B2 bucket rclone-test-laqucij5fape: 1 differences found 2026/08/15 04:26:03 NOTICE: B2 bucket rclone-test-laqucij5fape: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/08/15 04:26:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:26:03 NOTICE: B2 bucket rclone-test-laqucij5fape: 0 differences found 2026/08/15 04:26:03 NOTICE: B2 bucket rclone-test-laqucij5fape: 1 matching files 2026/08/15 04:26:03 DEBUG : Creating backend with remote "TestB2:rclone-test-kakijog3faho" 2026/08/15 04:26:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:26:04 DEBUG : Creating backend with remote "/tmp/rclone498128293" run.go:198: Remote "B2 bucket rclone-test-kakijog3faho", Local "Local file system at /tmp/rclone498128293", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2026/08/15 04:26:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/15 04:26:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-kakijog3faho 2026/08/15 04:26:06 NOTICE: B2 bucket rclone-test-kakijog3faho: 1 files missing 2026/08/15 04:26:06 NOTICE: 1 hashes missing 2026/08/15 04:26:06 NOTICE: B2 bucket rclone-test-kakijog3faho: 1 differences found 2026/08/15 04:26:06 NOTICE: B2 bucket rclone-test-kakijog3faho: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/08/15 04:26:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:26:07 NOTICE: B2 bucket rclone-test-kakijog3faho: 0 differences found 2026/08/15 04:26:07 NOTICE: B2 bucket rclone-test-kakijog3faho: 1 matching files 2026/08/15 04:26:07 DEBUG : Creating backend with remote "TestB2:rclone-test-tagitig2sosa" 2026/08/15 04:26:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:26:07 DEBUG : Creating backend with remote "/tmp/rclone2621801984" run.go:198: Remote "B2 bucket rclone-test-tagitig2sosa", Local "Local file system at /tmp/rclone2621801984", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2026/08/15 04:26:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/15 04:26:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-tagitig2sosa 2026/08/15 04:26:09 NOTICE: B2 bucket rclone-test-tagitig2sosa: 1 files missing 2026/08/15 04:26:09 NOTICE: 1 hashes missing 2026/08/15 04:26:09 NOTICE: B2 bucket rclone-test-tagitig2sosa: 1 differences found 2026/08/15 04:26:09 NOTICE: B2 bucket rclone-test-tagitig2sosa: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/08/15 04:26:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:26:10 NOTICE: B2 bucket rclone-test-tagitig2sosa: 0 differences found 2026/08/15 04:26:10 NOTICE: B2 bucket rclone-test-tagitig2sosa: 1 matching files 2026/08/15 04:26:10 DEBUG : Creating backend with remote "TestB2:rclone-test-pisinaf7jugo" 2026/08/15 04:26:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:26:11 DEBUG : Creating backend with remote "/tmp/rclone1732115743" run.go:198: Remote "B2 bucket rclone-test-pisinaf7jugo", Local "Local file system at /tmp/rclone1732115743", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2026/08/15 04:26:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/15 04:26:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-pisinaf7jugo 2026/08/15 04:26:13 NOTICE: B2 bucket rclone-test-pisinaf7jugo: 1 files missing 2026/08/15 04:26:13 NOTICE: 1 hashes missing 2026/08/15 04:26:13 NOTICE: B2 bucket rclone-test-pisinaf7jugo: 1 differences found 2026/08/15 04:26:13 NOTICE: B2 bucket rclone-test-pisinaf7jugo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/08/15 04:26:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/15 04:26:14 NOTICE: B2 bucket rclone-test-pisinaf7jugo: 0 differences found 2026/08/15 04:26:14 NOTICE: B2 bucket rclone-test-pisinaf7jugo: 1 matching files 2026/08/15 04:26:14 DEBUG : B2 bucket rclone-test-pisinaf7jugo: Purge remote 2026/08/15 04:26:14 INFO : B2 bucket rclone-test-pisinaf7jugo: cleaning bucket "rclone-test-pisinaf7jugo" of all files 2026/08/15 04:26:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zcf729d43a0bd0b3baf080e1b_f1131573887618bc5_d20260815_m042612_c001_v0001043_t0026_u01786767972409") 2026/08/15 04:26:14 DEBUG : B2 bucket rclone-test-tagitig2sosa: Purge remote 2026/08/15 04:26:14 INFO : B2 bucket rclone-test-tagitig2sosa: cleaning bucket "rclone-test-tagitig2sosa" of all files 2026/08/15 04:26:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zcf328d73a0bd0b3baf080e1b_f10799b82b2bf4779_d20260815_m042609_c001_v0001150_t0037_u01786767969078") 2026/08/15 04:26:15 DEBUG : B2 bucket rclone-test-kakijog3faho: Purge remote 2026/08/15 04:26:15 INFO : B2 bucket rclone-test-kakijog3faho: cleaning bucket "rclone-test-kakijog3faho" of all files 2026/08/15 04:26:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zcf927da3a0bd0b3baf080e1b_f10432a5de674e8eb_d20260815_m042605_c001_v0001171_t0054_u01786767965774") 2026/08/15 04:26:16 DEBUG : B2 bucket rclone-test-laqucij5fape: Purge remote 2026/08/15 04:26:16 INFO : B2 bucket rclone-test-laqucij5fape: cleaning bucket "rclone-test-laqucij5fape" of all files 2026/08/15 04:26:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z4f326de3a0bd0b3baf080e1b_f102669e57cb8b9b2_d20260815_m042602_c001_v0001182_t0004_u01786767962586") 2026/08/15 04:26:17 DEBUG : B2 bucket rclone-test-yeqoqum9xodi: Purge remote 2026/08/15 04:26:17 INFO : B2 bucket rclone-test-yeqoqum9xodi: cleaning bucket "rclone-test-yeqoqum9xodi" of all files 2026/08/15 04:26:18 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_zefc26d03a0bd0b3baf080e1b_f106abb03e9c18c50_d20260815_m042559_c001_v0001174_t0032_u01786767959169") 2026/08/15 04:26:19 DEBUG : B2 bucket rclone-test-zeqefoq2johe: Purge remote 2026/08/15 04:26:19 INFO : B2 bucket rclone-test-zeqefoq2johe: cleaning bucket "rclone-test-zeqefoq2johe" of all files 2026/08/15 04:26:19 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z5f425d43a0bd0b3baf080e1b_f413a2af878c42eb1_d20260815_m042555_c001_v0001181_t0037_u01786767955925") 2026/08/15 04:26:20 DEBUG : B2 bucket rclone-test-vosuvey0kagi: Purge remote 2026/08/15 04:26:20 INFO : B2 bucket rclone-test-vosuvey0kagi: cleaning bucket "rclone-test-vosuvey0kagi" of all files 2026/08/15 04:26:20 DEBUG : HELLO, WORLD!: Deleting (id "4_z0f524d83a0bd0b3baf080e1b_f41282f326b196a73_d20260815_m042552_c001_v0001180_t0040_u01786767952767") 2026/08/15 04:26:21 DEBUG : B2 bucket rclone-test-mopunuq9miwa: Purge remote 2026/08/15 04:26:21 INFO : B2 bucket rclone-test-mopunuq9miwa: cleaning bucket "rclone-test-mopunuq9miwa" of all files 2026/08/15 04:26:22 DEBUG : HeLlO, wOrLd!: Deleting (id "4_z9fe23db3a0bd0b3baf080e1b_f41704a2fac5e9d47_d20260815_m042549_c001_v0001044_t0036_u01786767949643") 2026/08/15 04:26:22 DEBUG : B2 bucket rclone-test-lutokuz7tufi: Purge remote 2026/08/15 04:26:22 INFO : B2 bucket rclone-test-lutokuz7tufi: cleaning bucket "rclone-test-lutokuz7tufi" of all files 2026/08/15 04:26:23 DEBUG : HELLO, WORLD!: Deleting (id "4_z3f222df3a0bd0b3baf080e1b_f402669e57cb8b90e_d20260815_m042546_c001_v0001182_t0036_u01786767946433") 2026/08/15 04:26:23 DEBUG : B2 bucket rclone-test-yiragiv1wuke: Purge remote 2026/08/15 04:26:23 INFO : B2 bucket rclone-test-yiragiv1wuke: cleaning bucket "rclone-test-yiragiv1wuke" of all files 2026/08/15 04:26:24 DEBUG : hello, world!: Deleting (id "4_z9f322d23a0bd0b3baf080e1b_f419f7394626af06a_d20260815_m042543_c001_v0001117_t0003_u01786767943289") --- PASS: TestApplyTransforms (43.53s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:26:25 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/15 04:26:25 DEBUG : sub/file2: size = 14 OK 2026/08/15 04:26:25 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:26:25 INFO : file1: Copied (new) to: sub/file2 2026/08/15 04:26:26 DEBUG : sub/file2: size = 14 OK 2026/08/15 04:26:26 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/15 04:26:26 DEBUG : file1: Unchanged skipping 2026/08/15 04:26:26 DEBUG : B2 bucket rclone-test-gewayih1kete: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.72s) === RUN TestCopyLongFile run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:26:28 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/backup" 2026/08/15 04:26:29 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:29 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:26:29 DEBUG : dst/file1: Sizes differ 2026/08/15 04:26:31 DEBUG : dst/file1: size = 18 OK 2026/08/15 04:26:31 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/08/15 04:26:31 INFO : dst/file1: Copied (server-side copy) 2026/08/15 04:26:31 INFO : dst/file1: Deleted 2026/08/15 04:26:31 DEBUG : dst/file1: size = 14 OK 2026/08/15 04:26:31 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:26:31 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (4.44s) === RUN TestCopyFileCompareDest run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:26:32 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/dst" 2026/08/15 04:26:33 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/CompareDest" 2026/08/15 04:26:34 DEBUG : one: Need to transfer - File not found at Destination 2026/08/15 04:26:36 DEBUG : one: size = 3 OK 2026/08/15 04:26:36 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:26:36 INFO : one: Copied (new) 2026/08/15 04:26:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:37 DEBUG : one: size = 3 (B2 bucket rclone-test-gewayih1kete path dst) 2026/08/15 04:26:37 DEBUG : one: Sizes differ 2026/08/15 04:26:37 DEBUG : one: size = 5 OK 2026/08/15 04:26:37 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/15 04:26:37 INFO : one: Copied (replaced existing) 2026/08/15 04:26:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:38 DEBUG : one: size = 3 (B2 bucket rclone-test-gewayih1kete path dst) 2026/08/15 04:26:38 DEBUG : one: Sizes differ 2026/08/15 04:26:39 DEBUG : one: size = 5 OK 2026/08/15 04:26:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:39 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/15 04:26:39 DEBUG : two: Need to transfer - File not found at Destination 2026/08/15 04:26:40 DEBUG : two: size = 3 OK 2026/08/15 04:26:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:40 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/15 04:26:40 DEBUG : two: Need to transfer - File not found at Destination 2026/08/15 04:26:40 DEBUG : two: size = 3 OK 2026/08/15 04:26:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:40 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/15 04:26:41 DEBUG : two: Need to transfer - File not found at Destination 2026/08/15 04:26:41 DEBUG : two: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:41 DEBUG : two: size = 3 (B2 bucket rclone-test-gewayih1kete path CompareDest) 2026/08/15 04:26:41 DEBUG : two: Sizes differ 2026/08/15 04:26:41 DEBUG : two: size = 5 OK 2026/08/15 04:26:41 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/15 04:26:41 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (10.40s) === RUN TestCopyFileCopyDest run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:26:42 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/dst" 2026/08/15 04:26:44 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/CopyDest" 2026/08/15 04:26:45 DEBUG : one: Need to transfer - File not found at Destination 2026/08/15 04:26:47 DEBUG : one: size = 3 OK 2026/08/15 04:26:47 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:26:47 INFO : one: Copied (new) 2026/08/15 04:26:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:47 DEBUG : one: size = 3 (B2 bucket rclone-test-gewayih1kete path dst) 2026/08/15 04:26:47 DEBUG : one: Sizes differ 2026/08/15 04:26:48 DEBUG : one: size = 5 OK 2026/08/15 04:26:48 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/15 04:26:48 INFO : one: Copied (replaced existing) 2026/08/15 04:26:49 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/BackupDir" 2026/08/15 04:26:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:50 DEBUG : one: size = 3 (B2 bucket rclone-test-gewayih1kete path dst) 2026/08/15 04:26:50 DEBUG : one: Sizes differ 2026/08/15 04:26:50 DEBUG : one: size = 5 OK 2026/08/15 04:26:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:50 DEBUG : one: size = 3 (B2 bucket rclone-test-gewayih1kete path dst) 2026/08/15 04:26:50 DEBUG : one: Sizes differ 2026/08/15 04:26:52 DEBUG : one: size = 3 OK 2026/08/15 04:26:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:26:52 INFO : one: Copied (server-side copy) 2026/08/15 04:26:52 INFO : one: Deleted 2026/08/15 04:26:53 DEBUG : one: size = 5 OK 2026/08/15 04:26:53 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/15 04:26:53 INFO : one: Copied (server-side copy) 2026/08/15 04:26:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/15 04:26:53 DEBUG : two: Need to transfer - File not found at Destination 2026/08/15 04:26:53 DEBUG : two: size = 3 OK 2026/08/15 04:26:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:54 DEBUG : two: size = 3 OK 2026/08/15 04:26:54 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/15 04:26:54 INFO : two: Copied (server-side copy) 2026/08/15 04:26:54 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/15 04:26:54 DEBUG : two: size = 3 OK 2026/08/15 04:26:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/15 04:26:54 DEBUG : two: Unchanged skipping 2026/08/15 04:26:55 DEBUG : three: Need to transfer - File not found at Destination 2026/08/15 04:26:55 DEBUG : three: size = 7 (Local file system at /tmp/rclone836209965) 2026/08/15 04:26:55 DEBUG : three: size = 5 (B2 bucket rclone-test-gewayih1kete path CopyDest) 2026/08/15 04:26:55 DEBUG : three: Sizes differ 2026/08/15 04:26:55 DEBUG : three: Destination not found in --copy-dest 2026/08/15 04:26:55 DEBUG : three: size = 7 OK 2026/08/15 04:26:55 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/15 04:26:55 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (15.05s) === RUN TestCopyInplace run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.36s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:26:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/15 04:26:59 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/08/15 04:26:59 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:26:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/08/15 04:27:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/08/15 04:27:00 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1131-03.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001131_t0016": max transfer limit reached as set by --max-transfer 2026/08/15 04:27:00 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/08/15 04:27:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/08/15 04:27:01 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/08/15 04:27:01 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = 34f47f629d1ae9635adfca5794da6c3de4aaee00 OK 2026/08/15 04:27:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (3.81s) === RUN TestDeduplicateInteractive run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:06 INFO : B2 bucket rclone-test-gewayih1kete: Looking for duplicate sha1 hashes using newest mode. 2026/08/15 04:27:06 NOTICE: d6ef83c3e9bf236a076246e3ea2c7cc8d46e2d67: Found 3 files with duplicate sha1 hashes 2026/08/15 04:27:06 INFO : one: Deleted 2026/08/15 04:27:06 INFO : also/one: Deleted 2026/08/15 04:27:06 NOTICE: d6ef83c3e9bf236a076246e3ea2c7cc8d46e2d67: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (3.01s) === RUN TestDeduplicateOldest run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:11 DEBUG : a.txt: Excluded (Size Filter) 2026/08/15 04:27:11 DEBUG : a.txt: Excluded 2026/08/15 04:27:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/15 04:27:12 DEBUG : sub dir/hello world: Excluded 2026/08/15 04:27:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/15 04:27:12 DEBUG : sub dir/hello world2: Excluded 2026/08/15 04:27:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/15 04:27:12 DEBUG : sub dir/hello world: Excluded 2026/08/15 04:27:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/15 04:27:12 DEBUG : sub dir/hello world2: Excluded 2026/08/15 04:27:12 DEBUG : sub dir/ignore dir: Excluded 2026/08/15 04:27:13 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (6.12s) === RUN TestListDirSortedFn run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:17 DEBUG : a.txt: Excluded (Size Filter) 2026/08/15 04:27:17 DEBUG : a.txt: Excluded 2026/08/15 04:27:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/15 04:27:18 DEBUG : sub dir/hello world: Excluded 2026/08/15 04:27:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/15 04:27:18 DEBUG : sub dir/hello world2: Excluded 2026/08/15 04:27:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/15 04:27:18 DEBUG : sub dir/hello world: Excluded 2026/08/15 04:27:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/15 04:27:18 DEBUG : sub dir/hello world2: Excluded 2026/08/15 04:27:18 DEBUG : sub dir/ignore dir: Excluded 2026/08/15 04:27:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (5.72s) === RUN TestListJSON run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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/15 04:27:23 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (3.11s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.19s) --- 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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/15 04:27:28 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/notfound" --- PASS: TestStatJSON (6.57s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.73s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.18s) --- PASS: TestStatJSON/NotFound (0.56s) --- PASS: TestStatJSON/DirFilesOnly (0.18s) --- PASS: TestStatJSON/FileFilesOnly (0.18s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.36s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.36s) --- PASS: TestStatJSON/RootNotFound (1.82s) === RUN TestStatJSONMemory 2026/08/15 04:27:30 DEBUG : Creating backend with remote ":memory:" 2026/08/15 04:27:30 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/15 04:27:30 DEBUG : sub/file1: size = 5 OK 2026/08/15 04:27:30 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/15 04:27:30 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:30 INFO : B2 bucket rclone-test-gewayih1kete: Making directory 2026/08/15 04:27:31 INFO : B2 bucket rclone-test-gewayih1kete: Making directory --- PASS: TestMkdir (0.54s) === RUN TestLsd run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestLsd (1.45s) === RUN TestLs run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestLs (1.59s) === RUN TestLsWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:35 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (2.38s) === RUN TestLsLong run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestLsLong (1.68s) === RUN TestHashSums run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (2.17s) --- PASS: TestHashSums/Sha1 (0.18s) --- PASS: TestHashSums/Sha1Download (0.37s) === RUN TestHashSumsWithErrors 2026/08/15 04:27:40 DEBUG : Creating backend with remote ":memory:" 2026/08/15 04:27:40 ERROR : file1: hash unsupported: hash type not supported 2026/08/15 04:27:40 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/15 04:27:40 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/15 04:27:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/15 04:27:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/15 04:27:40 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestCount (2.33s) === RUN TestDelete run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:44 DEBUG : Waiting for deletions to finish 2026/08/15 04:27:44 DEBUG : large: Excluded (Size Filter) 2026/08/15 04:27:44 INFO : small: Deleted 2026/08/15 04:27:44 INFO : medium: Deleted --- PASS: TestDelete (2.67s) === RUN TestMaxDelete run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:46 DEBUG : Waiting for deletions to finish 2026/08/15 04:27:46 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/08/15 04:27:47 INFO : large: Deleted 2026/08/15 04:27:47 INFO : medium: Deleted --- PASS: TestMaxDelete (2.47s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:49 DEBUG : Waiting for deletions to finish 2026/08/15 04:27:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/15 04:27:49 INFO : medium: Deleted 2026/08/15 04:27:49 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.58s) === RUN TestMaxDeleteSize run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:27:51 DEBUG : Waiting for deletions to finish 2026/08/15 04:27:52 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/15 04:27:52 INFO : large: Deleted 2026/08/15 04:27:52 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (2.61s) === RUN TestReadFile run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestReadFile (2.00s) === RUN TestRetry 2026/08/15 04:27:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/15 04:27:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/15 04:27:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/15 04:27:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/15 04:27:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/15 04:27:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/15 04:27:55 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestCat (4.08s) === RUN TestPurge 2026/08/15 04:27:59 DEBUG : Creating backend with remote "TestB2:rclone-test-tejopud6zoti" 2026/08/15 04:27:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/15 04:28:00 DEBUG : Creating backend with remote "/tmp/rclone702973906" run.go:198: Remote "B2 bucket rclone-test-tejopud6zoti", Local "Local file system at /tmp/rclone702973906", Modify Window "1ms" 2026/08/15 04:28:01 INFO : A2: Making directory 2026/08/15 04:28:01 INFO : A1/B2: Making directory 2026/08/15 04:28:01 INFO : A1/B2/C2: Making directory 2026/08/15 04:28:01 INFO : A1/B1/C3: Making directory 2026/08/15 04:28:01 INFO : A3: Making directory 2026/08/15 04:28:01 INFO : A3/B3: Making directory 2026/08/15 04:28:01 INFO : A3/B3/C4: Making directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/08/15 04:28:01 INFO : B2 bucket rclone-test-tejopud6zoti: cleaning bucket "rclone-test-tejopud6zoti" of all files 2026/08/15 04:28:02 DEBUG : A1/B1/C1/one: Deleting (id "4_z7f723de3a0dd0b3baf080e1b_f406abb03e9c191ed_d20260815_m042801_c001_v0001174_t0008_u01786768081416") fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/08/15 04:28:02 INFO : B2 bucket rclone-test-tejopud6zoti: cleaning bucket "rclone-test-tejopud6zoti" of all files 2026/08/15 04:28:02 DEBUG : A1/two: Deleting (id "4_z7f723de3a0dd0b3baf080e1b_f406abb03e9c191f1_d20260815_m042801_c001_v0001174_t0008_u01786768081603") 2026/08/15 04:28:03 DEBUG : B2 bucket rclone-test-tejopud6zoti: Purge remote 2026/08/15 04:28:03 INFO : B2 bucket rclone-test-tejopud6zoti: cleaning bucket "rclone-test-tejopud6zoti" of all files 2026/08/15 04:28:03 NOTICE: purge failed: directory not found --- PASS: TestPurge (4.04s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:04 INFO : A2: Making directory 2026/08/15 04:28:04 INFO : A1/B2: Making directory 2026/08/15 04:28:04 INFO : A1/B2/C2: Making directory 2026/08/15 04:28:04 INFO : A1/B1/C3: Making directory 2026/08/15 04:28:04 INFO : A3: Making directory 2026/08/15 04:28:04 INFO : A3/B3: Making directory 2026/08/15 04:28:04 INFO : A3/B3/C4: Making directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2026/08/15 04:28:04 DEBUG : removing 1 level 3 directories 2026/08/15 04:28:04 INFO : A3/B3/C4: Removing directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" 2026/08/15 04:28:06 DEBUG : removing 1 level 0 directories 2026/08/15 04:28:06 INFO : B2 bucket rclone-test-gewayih1kete: Removing directory 2026/08/15 04:28:06 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.84s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:07 INFO : A1: Making directory 2026/08/15 04:28:07 INFO : A1/B1: Making directory 2026/08/15 04:28:07 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.91s) === RUN TestRmdirsWithFilter run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:08 INFO : A1: Making directory 2026/08/15 04:28:08 INFO : A1/B1: Making directory 2026/08/15 04:28:08 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.92s) === RUN TestCopyURL run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:09 DEBUG : file1: size = 14 OK 2026/08/15 04:28:09 DEBUG : file1: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/15 04:28:10 DEBUG : filename.txt: File name found in url 2026/08/15 04:28:10 DEBUG : filename.txt: size = 14 OK 2026/08/15 04:28:10 DEBUG : filename.txt: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/15 04:28:10 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/15 04:28:10 DEBUG : headerfilename.txt: size = 14 OK 2026/08/15 04:28:10 DEBUG : headerfilename.txt: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK 2026/08/15 04:28:10 DEBUG : file2: size = 14 OK 2026/08/15 04:28:10 DEBUG : file2: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK --- PASS: TestCopyURL (2.94s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:12 DEBUG : file1: size = 14 OK 2026/08/15 04:28:12 DEBUG : file1: sha1 = 3c3771c1f3304bdb052b101cc97a23df1ab9531f OK --- PASS: TestCopyURLDownloadHeaders (0.73s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:13 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/15 04:28:13 DEBUG : sub/file2: size = 14 OK 2026/08/15 04:28:13 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:28:13 INFO : file1: Copied (new) to: sub/file2 2026/08/15 04:28:13 INFO : file1: Deleted 2026/08/15 04:28:13 DEBUG : sub/file2: size = 14 OK 2026/08/15 04:28:13 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/15 04:28:13 DEBUG : file1: Unchanged skipping 2026/08/15 04:28:13 INFO : file1: Deleted 2026/08/15 04:28:13 DEBUG : B2 bucket rclone-test-gewayih1kete: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.65s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:14 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/15 04:28:14 DEBUG : file1: size = 14 OK 2026/08/15 04:28:14 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:28:14 INFO : file1: Copied (new) 2026/08/15 04:28:14 INFO : file1: Deleted 2026/08/15 04:28:15 DEBUG : file1: Destination exists, skipping 2026/08/15 04:28:15 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.37s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.37s) === RUN TestMoveFileBackupDir run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:17 DEBUG : Creating backend with remote "TestB2:rclone-test-gewayih1kete/backup" 2026/08/15 04:28:18 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone836209965) 2026/08/15 04:28:18 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:28:18 DEBUG : dst/file1: Sizes differ 2026/08/15 04:28:19 DEBUG : dst/file1: size = 18 OK 2026/08/15 04:28:19 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/08/15 04:28:19 INFO : dst/file1: Copied (server-side copy) 2026/08/15 04:28:20 INFO : dst/file1: Deleted 2026/08/15 04:28:20 DEBUG : dst/file1: size = 14 OK 2026/08/15 04:28:20 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/08/15 04:28:20 INFO : dst/file1: Copied (new) 2026/08/15 04:28:20 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (4.55s) === 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:22 INFO : A1/B2: Making directory 2026/08/15 04:28:22 INFO : A1/B1/C3: Making directory fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B1/C3" 2026/08/15 04:28:23 DEBUG : A2/B1/C1/four: size = 4 OK 2026/08/15 04:28:23 DEBUG : A1/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/15 04:28:23 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/08/15 04:28:23 DEBUG : A2/B1/C2/five: size = 4 OK 2026/08/15 04:28:23 DEBUG : A1/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/15 04:28:23 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/08/15 04:28:23 INFO : A1/B1/C1/four: Deleted 2026/08/15 04:28:23 DEBUG : A2/one: size = 3 OK 2026/08/15 04:28:23 DEBUG : A1/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:28:23 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/08/15 04:28:23 DEBUG : A2/two: size = 3 OK 2026/08/15 04:28:23 DEBUG : A1/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/15 04:28:23 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/08/15 04:28:23 DEBUG : A2/B1/three: size = 5 OK 2026/08/15 04:28:23 DEBUG : A1/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/15 04:28:23 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/08/15 04:28:23 INFO : A1/B1/C2/five: Deleted 2026/08/15 04:28:23 INFO : A1/one: Deleted 2026/08/15 04:28:23 INFO : A1/two: Deleted 2026/08/15 04:28:23 INFO : A1/B1/three: Deleted fstest.go:250: Filtering empty directory "A2/B2" fstest.go:250: Filtering empty directory "A2/B1/C3" 2026/08/15 04:28:24 DEBUG : A3/one: size = 3 OK 2026/08/15 04:28:24 DEBUG : A2/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:28:24 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/08/15 04:28:24 DEBUG : A3/two: size = 3 OK 2026/08/15 04:28:24 DEBUG : A2/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/15 04:28:24 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/08/15 04:28:24 DEBUG : A3/B1/C1/four: size = 4 OK 2026/08/15 04:28:24 DEBUG : A2/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/15 04:28:24 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/08/15 04:28:24 DEBUG : A3/B1/three: size = 5 OK 2026/08/15 04:28:24 DEBUG : A2/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/15 04:28:24 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/08/15 04:28:24 DEBUG : A3/B1/C2/five: size = 4 OK 2026/08/15 04:28:24 DEBUG : A2/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/15 04:28:24 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/08/15 04:28:25 INFO : A2/one: Deleted 2026/08/15 04:28:25 INFO : A2/two: Deleted 2026/08/15 04:28:25 INFO : A2/B1/C1/four: Deleted 2026/08/15 04:28:25 INFO : A2/B1/C2/five: Deleted 2026/08/15 04:28:25 INFO : A2/B1/three: Deleted fstest.go:250: Filtering empty directory "A3/B2" fstest.go:250: Filtering empty directory "A3/B1/C3" 2026/08/15 04:28:25 INFO : B2 bucket rclone-test-gewayih1kete: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/15 04:28:25 DEBUG : A4/B1/C2/five: size = 4 OK 2026/08/15 04:28:25 DEBUG : A3/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/15 04:28:25 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/08/15 04:28:25 DEBUG : A4/B1/three: size = 5 OK 2026/08/15 04:28:25 DEBUG : A3/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/15 04:28:25 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/08/15 04:28:25 DEBUG : A4/one: size = 3 OK 2026/08/15 04:28:25 DEBUG : A3/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/15 04:28:25 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/08/15 04:28:25 DEBUG : A4/two: size = 3 OK 2026/08/15 04:28:25 DEBUG : A3/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/15 04:28:25 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/08/15 04:28:25 DEBUG : A4/B1/C1/four: size = 4 OK 2026/08/15 04:28:25 DEBUG : A3/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/15 04:28:25 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/08/15 04:28:26 INFO : A3/B1/C2/five: Deleted 2026/08/15 04:28:26 INFO : A3/B1/three: Deleted 2026/08/15 04:28:26 INFO : A3/one: Deleted 2026/08/15 04:28:26 INFO : A3/two: Deleted 2026/08/15 04:28:26 INFO : A3/B1/C1/four: Deleted fstest.go:250: Filtering empty directory "A4/B2" fstest.go:250: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (6.37s) === RUN TestGetFsInfo run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" --- PASS: TestGetFsInfo (0.38s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:28 DEBUG : B2 bucket rclone-test-gewayih1kete: File to upload is small (34 bytes), uploading instead of streaming 2026/08/15 04:28:28 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/15 04:28:28 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/08/15 04:28:28 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/08/15 04:28:28 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/15 04:28:29 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/15 04:28:29 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/08/15 04:28:29 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:30 DEBUG : B2 bucket rclone-test-gewayih1kete: File to upload is small (34 bytes), uploading instead of streaming 2026/08/15 04:28:31 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/15 04:28:31 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/08/15 04:28:31 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/08/15 04:28:31 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/15 04:28:32 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/15 04:28:32 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/08/15 04:28:32 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:33 DEBUG : B2 bucket rclone-test-gewayih1kete: File to upload is small (34 bytes), uploading instead of streaming 2026/08/15 04:28:33 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/15 04:28:33 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/15 04:28:33 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/15 04:28:34 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/15 04:28:34 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:35 DEBUG : B2 bucket rclone-test-gewayih1kete: File to upload is small (34 bytes), uploading instead of streaming 2026/08/15 04:28:36 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/15 04:28:36 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/15 04:28:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/15 04:28:36 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/08/15 04:28:37 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/15 04:28:37 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/15 04:28:37 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (10.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (2.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.48s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.40s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.42s) === RUN TestRcatMetadata run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:38 DEBUG : potato1: size = 60 OK 2026/08/15 04:28:38 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/15 04:28:38 DEBUG : B2 bucket rclone-test-gewayih1kete: File to upload is small (60 bytes), uploading instead of streaming 2026/08/15 04:28:38 DEBUG : potato2: size = 60 OK 2026/08/15 04:28:38 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/15 04:28:38 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (1.50s) === RUN TestRcatSizeShortEOF run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:39 DEBUG : potato1: Clearing upload URL because of error: Post "https://pod-000-1131-03.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001131_t0016": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100 2026/08/15 04:28:39 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1131-03.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001131_t0016": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100) 2026/08/15 04:28:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/15 04:28:39 ERROR : potato1: Post request put error: Post "https://pod-000-1131-03.backblaze.com/b2api/v1/b2_upload_file/2fb29d73a09d0b3baf080e1b/c001_v0001131_t0016": net/http: HTTP/1.x transport connection broken: http: ContentLength=160 with Body length 100 2026/08/15 04:28:40 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestRcatSizeShortEOF (0.39s) === RUN TestRcatSizeMetadata run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", 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-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:41 DEBUG : potato1: size = 60 OK 2026/08/15 04:28:41 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK --- PASS: TestRcatSizeUploadHeaders (1.70s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:42 DEBUG : potato1: size = 60 OK 2026/08/15 04:28:42 DEBUG : potato1: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:28:42 DEBUG : potato1: sha1 = 3639923d60907789b4155daea94152f89e4fb69c (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:28:42 ERROR : potato1: corrupted on transfer: sha1 hashes differ src "9dc7f7d3279715991a22853f5981df582b7f9f6d" vs dst(B2 bucket rclone-test-gewayih1kete) "3639923d60907789b4155daea94152f89e4fb69c" 2026/08/15 04:28:42 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:43 DEBUG : potato4: size = 60 (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:28:43 DEBUG : potato4: size = 59 (B2 bucket rclone-test-gewayih1kete) 2026/08/15 04:28:43 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(B2 bucket rclone-test-gewayih1kete) 59 2026/08/15 04:28:43 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:44 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:45 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (3.34s) --- PASS: TestRcatSizeChecksum/Corrupted (0.93s) --- PASS: TestRcatSizeChecksum/SizeDiffers (0.93s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (0.75s) --- PASS: TestRcatSizeChecksum/NoHashes (0.74s) === RUN TestTouchDir run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" 2026/08/15 04:28:46 DEBUG : B2 bucket rclone-test-gewayih1kete: Touching "potato2" 2026/08/15 04:28:46 DEBUG : B2 bucket rclone-test-gewayih1kete: Touching "sub dir/potato3" 2026/08/15 04:28:46 DEBUG : B2 bucket rclone-test-gewayih1kete: Touching "empty space" --- PASS: TestTouchDir (3.35s) === RUN TestMkdirMetadata run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:1877: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.38s) === RUN TestMkdirModTime run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:1896: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.37s) === RUN TestCopyDirMetadata run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:1917: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.38s) === RUN TestSetDirModTime run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:1953: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.38s) === RUN TestDirsEqual run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:1997: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.38s) === RUN TestRemoveExisting run.go:198: Remote "B2 bucket rclone-test-gewayih1kete", Local "Local file system at /tmp/rclone836209965", Modify Window "1ms" operations_test.go:2066: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.38s) === 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/15 04:28:51 DEBUG : B2 bucket rclone-test-gewayih1kete: Purge remote 2026/08/15 04:28:51 INFO : B2 bucket rclone-test-gewayih1kete: cleaning bucket "rclone-test-gewayih1kete" of all files 2026/08/15 04:28:52 DEBUG : A1/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca68_d20260815_m042823_c001_v7007000_t0000_u01786768103652") 2026/08/15 04:28:52 DEBUG : A1/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0455c_d20260815_m042821_c001_v0001131_t0016_u01786768101919") 2026/08/15 04:28:52 DEBUG : A1/B1/C1/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc86_d20260815_m042805_c001_v7007000_t0000_u01786768085802") 2026/08/15 04:28:52 DEBUG : A1/B1/C1/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044ff_d20260815_m042803_c001_v0001131_t0016_u01786768083971") 2026/08/15 04:28:52 DEBUG : A1/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41375cdac2e3e6a3_d20260815_m042823_c001_v7007000_t0000_u01786768103805") 2026/08/15 04:28:52 DEBUG : A1/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0455e_d20260815_m042822_c001_v0001131_t0016_u01786768102103") 2026/08/15 04:28:52 DEBUG : A1/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f402d0eab129f61e8_d20260815_m042823_c001_v7007000_t0000_u01786768103862") 2026/08/15 04:28:52 DEBUG : A1/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04556_d20260815_m042821_c001_v0001131_t0016_u01786768101731") 2026/08/15 04:28:52 DEBUG : A1/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41009e268e8e1623_d20260815_m042823_c001_v7007000_t0000_u01786768103841") 2026/08/15 04:28:52 DEBUG : A1/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04552_d20260815_m042821_c001_v0001131_t0016_u01786768101357") 2026/08/15 04:28:52 DEBUG : A1/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f408f8b861972f627_d20260815_m042823_c001_v7007000_t0000_u01786768103852") 2026/08/15 04:28:52 DEBUG : A1/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04554_d20260815_m042821_c001_v0001131_t0016_u01786768101544") 2026/08/15 04:28:52 DEBUG : A1/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc89_d20260815_m042806_c001_v7007000_t0000_u01786768086163") 2026/08/15 04:28:52 DEBUG : A1/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04503_d20260815_m042804_c001_v0001131_t0016_u01786768084154") 2026/08/15 04:28:52 DEBUG : A2/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f402d0eab129f61ea_d20260815_m042824_c001_v7007000_t0000_u01786768104977") 2026/08/15 04:28:52 DEBUG : A2/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41660a6b906606b2_d20260815_m042823_c001_v0001137_t0043_u01786768103264") 2026/08/15 04:28:52 DEBUG : A2/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41375cdac2e3e6a4_d20260815_m042825_c001_v7007000_t0000_u01786768105000") 2026/08/15 04:28:52 DEBUG : A2/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f415987b17de61811_d20260815_m042823_c001_v0001182_t0036_u01786768103462") 2026/08/15 04:28:52 DEBUG : A2/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f408f8b861972f628_d20260815_m042824_c001_v7007000_t0000_u01786768104988") 2026/08/15 04:28:52 DEBUG : A2/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41953452b7b6e5d6_d20260815_m042823_c001_v0001184_t0055_u01786768103673") 2026/08/15 04:28:52 DEBUG : A2/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41009e268e8e1628_d20260815_m042824_c001_v7007000_t0000_u01786768104952") 2026/08/15 04:28:52 DEBUG : A2/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f412358b62eb75649_d20260815_m042823_c001_v0001150_t0024_u01786768103653") 2026/08/15 04:28:52 DEBUG : A2/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789b7_d20260815_m042824_c001_v7007000_t0000_u01786768104968") 2026/08/15 04:28:52 DEBUG : A2/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4080baafd1c50bb0_d20260815_m042823_c001_v0001161_t0035_u01786768103663") 2026/08/15 04:28:52 DEBUG : A3/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789c8_d20260815_m042826_c001_v7007000_t0000_u01786768106054") 2026/08/15 04:28:52 DEBUG : A3/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406d834ba03307f8_d20260815_m042824_c001_v0001106_t0040_u01786768104780") 2026/08/15 04:28:52 DEBUG : A3/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f408f8b861972f629_d20260815_m042826_c001_v7007000_t0000_u01786768106008") 2026/08/15 04:28:53 DEBUG : A3/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4154ffd71b50636c_d20260815_m042824_c001_v0001167_t0053_u01786768104787") 2026/08/15 04:28:53 DEBUG : A3/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41375cdac2e3e6a5_d20260815_m042826_c001_v7007000_t0000_u01786768106021") 2026/08/15 04:28:53 DEBUG : A3/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40672e571d1fb96f_d20260815_m042824_c001_v0001183_t0009_u01786768104781") 2026/08/15 04:28:53 DEBUG : A3/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f402d0eab129f61ec_d20260815_m042826_c001_v7007000_t0000_u01786768106031") 2026/08/15 04:28:53 DEBUG : A3/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406c1fdafbf9b64a_d20260815_m042824_c001_v0001097_t0042_u01786768104763") 2026/08/15 04:28:53 DEBUG : A3/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41009e268e8e162c_d20260815_m042826_c001_v7007000_t0000_u01786768106042") 2026/08/15 04:28:53 DEBUG : A3/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4172bffccd01c996_d20260815_m042824_c001_v0001145_t0038_u01786768104780") 2026/08/15 04:28:53 DEBUG : A4/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789cf_d20260815_m042826_c001_v7007000_t0000_u01786768106624") 2026/08/15 04:28:53 DEBUG : A4/B1/C1/four: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f415987b17de61829_d20260815_m042825_c001_v0001182_t0033_u01786768105859") 2026/08/15 04:28:53 DEBUG : A4/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789d2_d20260815_m042826_c001_v7007000_t0000_u01786768106808") 2026/08/15 04:28:53 DEBUG : A4/B1/C2/five: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f414af61197544d63_d20260815_m042825_c001_v0001182_t0013_u01786768105821") 2026/08/15 04:28:53 DEBUG : A4/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789d6_d20260815_m042826_c001_v7007000_t0000_u01786768106990") 2026/08/15 04:28:53 DEBUG : A4/B1/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41502dfc051d06ee_d20260815_m042825_c001_v0001102_t0021_u01786768105834") 2026/08/15 04:28:53 DEBUG : A4/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789d8_d20260815_m042827_c001_v7007000_t0000_u01786768107173") 2026/08/15 04:28:53 DEBUG : A4/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40898f249253352e_d20260815_m042825_c001_v0001090_t0017_u01786768105842") 2026/08/15 04:28:53 DEBUG : A4/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789da_d20260815_m042827_c001_v7007000_t0000_u01786768107356") 2026/08/15 04:28:53 DEBUG : A4/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f409dfb0c83195a1d_d20260815_m042825_c001_v0001184_t0040_u01786768105853") 2026/08/15 04:28:53 DEBUG : BackupDir/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c261_d20260815_m042656_c001_v7007000_t0000_u01786768016423") 2026/08/15 04:28:53 DEBUG : BackupDir/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f405bda9f568bdc54_d20260815_m042652_c001_v0001038_t0015_u01786768012178") 2026/08/15 04:28:53 DEBUG : CompareDest/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c250_d20260815_m042641_c001_v7007000_t0000_u01786768001960") 2026/08/15 04:28:54 DEBUG : CompareDest/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0433c_d20260815_m042638_c001_v0001131_t0016_u01786767998514") 2026/08/15 04:28:54 DEBUG : CompareDest/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c252_d20260815_m042642_c001_v7007000_t0000_u01786768002142") 2026/08/15 04:28:54 DEBUG : CompareDest/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04340_d20260815_m042639_c001_v0001131_t0016_u01786767999420") 2026/08/15 04:28:54 DEBUG : CopyDest/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c262_d20260815_m042656_c001_v7007000_t0000_u01786768016604") 2026/08/15 04:28:54 DEBUG : CopyDest/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04376_d20260815_m042649_c001_v0001131_t0016_u01786768009047") 2026/08/15 04:28:54 DEBUG : CopyDest/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c264_d20260815_m042656_c001_v7007000_t0000_u01786768016786") 2026/08/15 04:28:54 DEBUG : CopyDest/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04390_d20260815_m042654_c001_v0001131_t0016_u01786768014776") 2026/08/15 04:28:54 DEBUG : CopyDest/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c265_d20260815_m042656_c001_v7007000_t0000_u01786768016967") 2026/08/15 04:28:54 DEBUG : CopyDest/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0438c_d20260815_m042653_c001_v0001131_t0016_u01786768013293") 2026/08/15 04:28:54 DEBUG : ReadFile: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc5c_d20260815_m042754_c001_v7007000_t0000_u01786768074707") 2026/08/15 04:28:54 DEBUG : ReadFile: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044d3_d20260815_m042753_c001_v0001131_t0016_u01786768073433") 2026/08/15 04:28:54 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c26d_d20260815_m042702_c001_v7007000_t0000_u01786768022272") 2026/08/15 04:28:54 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043a2_d20260815_m042659_c001_v0001131_t0042_u01786768019555") 2026/08/15 04:28:54 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c26e_d20260815_m042702_c001_v7007000_t0000_u01786768022452") 2026/08/15 04:28:54 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043ac_d20260815_m042701_c001_v0001131_t0006_u01786768021351") 2026/08/15 04:28:54 DEBUG : a.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e056d_d20260815_m042719_c001_v7007000_t0000_u01786768039777") 2026/08/15 04:28:54 DEBUG : a.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043f2_d20260815_m042715_c001_v0001131_t0016_u01786768035562") 2026/08/15 04:28:54 DEBUG : a.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0564_d20260815_m042714_c001_v7007000_t0000_u01786768034098") 2026/08/15 04:28:54 DEBUG : a.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043ce_d20260815_m042709_c001_v0001131_t0016_u01786768029439") 2026/08/15 04:28:54 DEBUG : also/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c272_d20260815_m042706_c001_v7007000_t0000_u01786768026538") 2026/08/15 04:28:55 DEBUG : also/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043b4_d20260815_m042704_c001_v0001131_t0035_u01786768024926") 2026/08/15 04:28:55 DEBUG : another: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c275_d20260815_m042707_c001_v7007000_t0000_u01786768027082") 2026/08/15 04:28:55 DEBUG : another: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043ba_d20260815_m042705_c001_v0001131_t0051_u01786768025278") 2026/08/15 04:28:55 DEBUG : backup/dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca66_d20260815_m042820_c001_v7007000_t0000_u01786768100803") 2026/08/15 04:28:55 DEBUG : backup/dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f419edeb5ccef7748_d20260815_m042819_c001_v0001167_t0030_u01786768099885") 2026/08/15 04:28:55 DEBUG : backup/dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c213_d20260815_m042631_c001_v7007000_t0000_u01786767991922") 2026/08/15 04:28:55 DEBUG : backup/dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4117ca2102bcd7b9_d20260815_m042631_c001_v0001177_t0003_u01786767991008") 2026/08/15 04:28:55 DEBUG : data/banana: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cf4_d20260815_m042540_c001_v7007000_t0000_u01786767940580") 2026/08/15 04:28:55 DEBUG : data/banana: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04244_d20260815_m042538_c001_v0001131_t0016_u01786767938437") 2026/08/15 04:28:55 DEBUG : data/banana: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0421a_d20260815_m042529_c001_v0001131_t0016_u01786767929821") 2026/08/15 04:28:55 DEBUG : data/potato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cf5_d20260815_m042540_c001_v7007000_t0000_u01786767940766") 2026/08/15 04:28:55 DEBUG : data/potato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04246_d20260815_m042538_c001_v0001131_t0016_u01786767938619") 2026/08/15 04:28:55 DEBUG : data/potato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0422a_d20260815_m042531_c001_v0001131_t0016_u01786767931662") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca67_d20260815_m042820_c001_v7007000_t0000_u01786768100985") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0454c_d20260815_m042820_c001_v0001131_t0016_u01786768100253") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca65_d20260815_m042820_c001_v7007000_t0000_u01786768100072") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04546_d20260815_m042816_c001_v0001131_t0016_u01786768096803") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c216_d20260815_m042632_c001_v7007000_t0000_u01786767992104") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04328_d20260815_m042631_c001_v0001131_t0016_u01786767991377") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c20f_d20260815_m042631_c001_v7007000_t0000_u01786767991194") 2026/08/15 04:28:55 DEBUG : dst/file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0431f_d20260815_m042628_c001_v0001131_t0016_u01786767988025") 2026/08/15 04:28:55 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c267_d20260815_m042657_c001_v7007000_t0000_u01786768017199") 2026/08/15 04:28:55 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4012f90c6027a05b_d20260815_m042652_c001_v0001167_t0007_u01786768012922") 2026/08/15 04:28:55 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4270390dca4802bc_d20260815_m042652_c001_v7007000_t0000_u01786768012721") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04374_d20260815_m042648_c001_v0001131_t0016_u01786768008864") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406073f61ab69172_d20260815_m042648_c001_v0001184_t0053_u01786768008059") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406073f61ab69164_d20260815_m042647_c001_v0001184_t0053_u01786768007146") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c254_d20260815_m042642_c001_v7007000_t0000_u01786768002326") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0433a_d20260815_m042638_c001_v0001131_t0016_u01786767998333") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40340b612a09cd88_d20260815_m042637_c001_v0001099_t0044_u01786767997610") 2026/08/15 04:28:56 DEBUG : dst/one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40340b612a09cd86_d20260815_m042636_c001_v0001099_t0044_u01786767996697") 2026/08/15 04:28:56 DEBUG : dst/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c268_d20260815_m042657_c001_v7007000_t0000_u01786768017381") 2026/08/15 04:28:56 DEBUG : dst/three: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406073f61ab691de_d20260815_m042655_c001_v0001184_t0053_u01786768015868") 2026/08/15 04:28:56 DEBUG : dst/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c269_d20260815_m042657_c001_v7007000_t0000_u01786768017563") 2026/08/15 04:28:56 DEBUG : dst/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f405763979a7ead54_d20260815_m042654_c001_v0001102_t0024_u01786768014025") 2026/08/15 04:28:56 DEBUG : dst/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c256_d20260815_m042642_c001_v7007000_t0000_u01786768002508") 2026/08/15 04:28:56 DEBUG : dst/two: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40340b612a09cd96_d20260815_m042641_c001_v0001099_t0044_u01786768001416") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f42510b775e91b5e5_d20260815_m042848_c001_v7007000_t0000_u01786768128415") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4190c966a7b97802_d20260815_m042847_c001_v0001100_t0035_u01786768127619") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac0a5_d20260815_m042846_c001_v0001180_t0004_u01786768126094") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c0_d20260815_m042742_c001_v7007000_t0000_u01786768062384") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04483_d20260815_m042741_c001_v0001131_t0016_u01786768061473") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05ba_d20260815_m042740_c001_v7007000_t0000_u01786768060235") 2026/08/15 04:28:56 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04477_d20260815_m042739_c001_v0001131_t0016_u01786768059133") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05b2_d20260815_m042738_c001_v7007000_t0000_u01786768058061") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04473_d20260815_m042737_c001_v0001131_t0016_u01786768057334") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05af_d20260815_m042736_c001_v7007000_t0000_u01786768056385") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0446b_d20260815_m042735_c001_v0001131_t0016_u01786768055101") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05aa_d20260815_m042734_c001_v7007000_t0000_u01786768054000") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04459_d20260815_m042733_c001_v0001131_t0016_u01786768053273") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cda_d20260815_m042523_c001_v7007000_t0000_u01786767923732") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041e6_d20260815_m042521_c001_v0001131_t0016_u01786767921163") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c99_d20260815_m042519_c001_v7007000_t0000_u01786767919507") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041c6_d20260815_m042515_c001_v0001131_t0016_u01786767915840") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c66_d20260815_m042513_c001_v7007000_t0000_u01786767913011") 2026/08/15 04:28:57 DEBUG : empty space: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041b0_d20260815_m042509_c001_v0001131_t0016_u01786767909913") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca64_d20260815_m042815_c001_v7007000_t0000_u01786768095700") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04536_d20260815_m042814_c001_v0001131_t0016_u01786768094782") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca5f_d20260815_m042812_c001_v7007000_t0000_u01786768092586") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0452c_d20260815_m042812_c001_v0001131_t0016_u01786768092220") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca5a_d20260815_m042811_c001_v7007000_t0000_u01786768091311") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0451e_d20260815_m042809_c001_v0001131_t0016_u01786768089836") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc5d_d20260815_m042759_c001_v7007000_t0000_u01786768079025") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044dd_d20260815_m042755_c001_v0001131_t0016_u01786768075490") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05a1_d20260815_m042730_c001_v7007000_t0000_u01786768050418") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04432_d20260815_m042724_c001_v0001131_t0016_u01786768044397") 2026/08/15 04:28:57 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0577_d20260815_m042723_c001_v7007000_t0000_u01786768043853") 2026/08/15 04:28:58 DEBUG : file1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0441a_d20260815_m042721_c001_v0001131_t0016_u01786768041286") 2026/08/15 04:28:58 DEBUG : file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca5b_d20260815_m042811_c001_v7007000_t0000_u01786768091493") 2026/08/15 04:28:58 DEBUG : file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04526_d20260815_m042810_c001_v0001131_t0016_u01786768090762") 2026/08/15 04:28:58 DEBUG : file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc5f_d20260815_m042759_c001_v7007000_t0000_u01786768079207") 2026/08/15 04:28:58 DEBUG : file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044df_d20260815_m042755_c001_v0001131_t0016_u01786768075673") 2026/08/15 04:28:58 DEBUG : filename.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca5c_d20260815_m042811_c001_v7007000_t0000_u01786768091674") 2026/08/15 04:28:58 DEBUG : filename.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04520_d20260815_m042810_c001_v0001131_t0016_u01786768090385") 2026/08/15 04:28:58 DEBUG : headerfilename.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca5d_d20260815_m042811_c001_v7007000_t0000_u01786768091854") 2026/08/15 04:28:58 DEBUG : headerfilename.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04524_d20260815_m042810_c001_v0001131_t0016_u01786768090571") 2026/08/15 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a10_d20260815_m042837_c001_v7007000_t0000_u01786768117583") 2026/08/15 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04591_d20260815_m042836_c001_v0001131_t0020_u01786768116239") 2026/08/15 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a0e_d20260815_m042835_c001_v7007000_t0000_u01786768115155") 2026/08/15 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0457f_d20260815_m042833_c001_v0001131_t0018_u01786768113844") 2026/08/15 04:28:58 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a11_d20260815_m042837_c001_v7007000_t0000_u01786768117766") 2026/08/15 04:28:58 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0458f_d20260815_m042835_c001_v0001131_t0048_u01786768115896") 2026/08/15 04:28:58 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a0f_d20260815_m042835_c001_v7007000_t0000_u01786768115337") 2026/08/15 04:28:58 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0457d_d20260815_m042833_c001_v0001131_t0030_u01786768113503") 2026/08/15 04:28:58 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05ca_d20260815_m042752_c001_v7007000_t0000_u01786768072140") 2026/08/15 04:28:58 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044cf_d20260815_m042751_c001_v0001131_t0021_u01786768071475") 2026/08/15 04:28:58 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c9_d20260815_m042750_c001_v7007000_t0000_u01786768070091") 2026/08/15 04:28:58 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044bf_d20260815_m042748_c001_v0001131_t0013_u01786768068736") 2026/08/15 04:28:59 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c6_d20260815_m042746_c001_v7007000_t0000_u01786768066948") 2026/08/15 04:28:59 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044ad_d20260815_m042746_c001_v0001131_t0039_u01786768066242") 2026/08/15 04:28:59 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c5_d20260815_m042745_c001_v7007000_t0000_u01786768065410") 2026/08/15 04:28:59 DEBUG : large: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04495_d20260815_m042743_c001_v0001131_t0023_u01786768063630") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc4d_d20260815_m042752_c001_v7007000_t0000_u01786768072154") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044cd_d20260815_m042751_c001_v0001131_t0000_u01786768070999") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc3d_d20260815_m042749_c001_v7007000_t0000_u01786768069534") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044b9_d20260815_m042748_c001_v0001131_t0050_u01786768068422") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc35_d20260815_m042746_c001_v7007000_t0000_u01786768066962") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b044a5_d20260815_m042745_c001_v0001131_t0030_u01786768065955") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c4_d20260815_m042744_c001_v7007000_t0000_u01786768064861") 2026/08/15 04:28:59 DEBUG : medium: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04493_d20260815_m042743_c001_v0001131_t0045_u01786768063297") 2026/08/15 04:28:59 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a81789fd_d20260815_m042830_c001_v7007000_t0000_u01786768110280") 2026/08/15 04:28:59 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0456d_d20260815_m042829_c001_v0001131_t0024_u01786768109062") 2026/08/15 04:28:59 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a00_d20260815_m042830_c001_v7007000_t0000_u01786768110463") 2026/08/15 04:28:59 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0456b_d20260815_m042828_c001_v0001131_t0054_u01786768108652") 2026/08/15 04:28:59 DEBUG : not-one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c276_d20260815_m042707_c001_v7007000_t0000_u01786768027264") 2026/08/15 04:28:59 DEBUG : not-one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043be_d20260815_m042705_c001_v0001131_t0016_u01786768025814") 2026/08/15 04:28:59 DEBUG : one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c271_d20260815_m042706_c001_v7007000_t0000_u01786768026356") 2026/08/15 04:28:59 DEBUG : one: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043b2_d20260815_m042704_c001_v0001131_t0045_u01786768024619") 2026/08/15 04:28:59 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a16_d20260815_m042842_c001_v7007000_t0000_u01786768122657") 2026/08/15 04:29:00 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac08d_d20260815_m042842_c001_v0001180_t0004_u01786768122472") 2026/08/15 04:29:00 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a15_d20260815_m042842_c001_v7007000_t0000_u01786768122100") 2026/08/15 04:29:00 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac087_d20260815_m042841_c001_v0001180_t0004_u01786768121319") 2026/08/15 04:29:00 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a12_d20260815_m042839_c001_v7007000_t0000_u01786768119456") 2026/08/15 04:29:00 DEBUG : potato1: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0459d_d20260815_m042838_c001_v0001131_t0016_u01786768118516") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f42510b775e91b5e6_d20260815_m042848_c001_v7007000_t0000_u01786768128603") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f105f3712cb8b468d_d20260815_m042847_c001_v0001183_t0041_u01786768127816") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f11776165daaac0a3_d20260815_m042845_c001_v0001180_t0041_u01786768125809") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a1e_d20260815_m042844_c001_v7007000_t0000_u01786768124695") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac099_d20260815_m042844_c001_v0001180_t0004_u01786768124324") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a13_d20260815_m042839_c001_v7007000_t0000_u01786768119638") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0459f_d20260815_m042838_c001_v0001131_t0042_u01786768118702") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c1_d20260815_m042742_c001_v7007000_t0000_u01786768062564") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0447f_d20260815_m042740_c001_v0001131_t0012_u01786768060782") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05bb_d20260815_m042740_c001_v7007000_t0000_u01786768060416") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04475_d20260815_m042738_c001_v0001131_t0043_u01786768058611") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05b4_d20260815_m042738_c001_v7007000_t0000_u01786768058246") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04471_d20260815_m042736_c001_v0001131_t0051_u01786768056930") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05b0_d20260815_m042736_c001_v7007000_t0000_u01786768056566") 2026/08/15 04:29:00 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04465_d20260815_m042734_c001_v0001131_t0014_u01786768054549") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05ab_d20260815_m042734_c001_v7007000_t0000_u01786768054186") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04457_d20260815_m042732_c001_v0001131_t0042_u01786768052959") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cdb_d20260815_m042523_c001_v7007000_t0000_u01786767923916") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041ea_d20260815_m042521_c001_v0001131_t0027_u01786767921711") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c9b_d20260815_m042519_c001_v7007000_t0000_u01786767919691") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041d0_d20260815_m042516_c001_v0001131_t0003_u01786767916572") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c68_d20260815_m042513_c001_v7007000_t0000_u01786767913196") 2026/08/15 04:29:01 DEBUG : potato2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041b4_d20260815_m042510_c001_v0001131_t0008_u01786767910458") 2026/08/15 04:29:01 DEBUG : potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a23_d20260815_m042845_c001_v7007000_t0000_u01786768125439") 2026/08/15 04:29:01 DEBUG : potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac09f_d20260815_m042845_c001_v0001180_t0004_u01786768125070") 2026/08/15 04:29:01 DEBUG : potato4: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a17_d20260815_m042843_c001_v7007000_t0000_u01786768123585") 2026/08/15 04:29:01 DEBUG : potato4: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac093_d20260815_m042843_c001_v0001180_t0004_u01786768123398") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cdd_d20260815_m042524_c001_v7007000_t0000_u01786767924101") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041ec_d20260815_m042522_c001_v0001131_t0055_u01786767922567") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c9e_d20260815_m042519_c001_v7007000_t0000_u01786767919876") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041d8_d20260815_m042518_c001_v0001131_t0046_u01786767918100") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c6a_d20260815_m042513_c001_v7007000_t0000_u01786767913381") 2026/08/15 04:29:01 DEBUG : remotepotato: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041b8_d20260815_m042511_c001_v0001131_t0004_u01786767911789") 2026/08/15 04:29:01 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cde_d20260815_m042524_c001_v7007000_t0000_u01786767924285") 2026/08/15 04:29:01 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041e4_d20260815_m042520_c001_v0001131_t0016_u01786767920430") 2026/08/15 04:29:02 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9ca0_d20260815_m042520_c001_v7007000_t0000_u01786767920064") 2026/08/15 04:29:02 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041be_d20260815_m042513_c001_v0001131_t0016_u01786767913936") 2026/08/15 04:29:02 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c6c_d20260815_m042513_c001_v7007000_t0000_u01786767913565") 2026/08/15 04:29:02 DEBUG : rutabaga: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b041ac_d20260815_m042509_c001_v0001131_t0016_u01786767909182") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc51_d20260815_m042752_c001_v7007000_t0000_u01786768072704") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044cb_d20260815_m042750_c001_v0001131_t0016_u01786768070817") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c8_d20260815_m042749_c001_v7007000_t0000_u01786768069544") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044b7_d20260815_m042748_c001_v0001131_t0016_u01786768068239") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f407d372a7c86bc36_d20260815_m042747_c001_v7007000_t0000_u01786768067509") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b044a3_d20260815_m042745_c001_v0001131_t0016_u01786768065773") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c3_d20260815_m042744_c001_v7007000_t0000_u01786768064676") 2026/08/15 04:29:02 DEBUG : small: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04491_d20260815_m042743_c001_v0001131_t0016_u01786768063108") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05a7_d20260815_m042732_c001_v7007000_t0000_u01786768052597") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0444d_d20260815_m042731_c001_v0001131_t0016_u01786768051869") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e056e_d20260815_m042719_c001_v7007000_t0000_u01786768039958") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043f6_d20260815_m042715_c001_v0001131_t0016_u01786768035931") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0565_d20260815_m042714_c001_v7007000_t0000_u01786768034279") 2026/08/15 04:29:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043d2_d20260815_m042709_c001_v0001131_t0016_u01786768029802") 2026/08/15 04:29:02 DEBUG : sub dir/hello world2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e056f_d20260815_m042720_c001_v7007000_t0000_u01786768040198") 2026/08/15 04:29:02 DEBUG : sub dir/hello world2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043f8_d20260815_m042716_c001_v0001131_t0016_u01786768036114") 2026/08/15 04:29:03 DEBUG : sub dir/hello world2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0566_d20260815_m042714_c001_v7007000_t0000_u01786768034460") 2026/08/15 04:29:03 DEBUG : sub dir/hello world2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043d4_d20260815_m042709_c001_v0001131_t0016_u01786768029984") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0570_d20260815_m042720_c001_v7007000_t0000_u01786768040379") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043fc_d20260815_m042716_c001_v0001131_t0016_u01786768036297") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0568_d20260815_m042714_c001_v7007000_t0000_u01786768034641") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043d6_d20260815_m042710_c001_v0001131_t0016_u01786768030167") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0573_d20260815_m042720_c001_v7007000_t0000_u01786768040560") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043fe_d20260815_m042716_c001_v0001131_t0022_u01786768036482") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0569_d20260815_m042714_c001_v7007000_t0000_u01786768034821") 2026/08/15 04:29:03 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043da_d20260815_m042710_c001_v0001131_t0042_u01786768030350") 2026/08/15 04:29:03 DEBUG : sub dir/potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f42510b775e91b5e7_d20260815_m042848_c001_v7007000_t0000_u01786768128787") 2026/08/15 04:29:03 DEBUG : sub dir/potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f406c7a44bd3424d1_d20260815_m042847_c001_v0001173_t0050_u01786768127406") 2026/08/15 04:29:03 DEBUG : sub dir/potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41776165daaac0a7_d20260815_m042846_c001_v0001180_t0004_u01786768126280") 2026/08/15 04:29:03 DEBUG : sub dir/potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05c2_d20260815_m042742_c001_v7007000_t0000_u01786768062744") 2026/08/15 04:29:03 DEBUG : sub dir/potato3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04487_d20260815_m042741_c001_v0001131_t0016_u01786768061655") 2026/08/15 04:29:03 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0574_d20260815_m042720_c001_v7007000_t0000_u01786768040742") 2026/08/15 04:29:03 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04402_d20260815_m042716_c001_v0001131_t0026_u01786768036892") 2026/08/15 04:29:03 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e056a_d20260815_m042715_c001_v7007000_t0000_u01786768035001") 2026/08/15 04:29:03 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b043de_d20260815_m042710_c001_v0001131_t0057_u01786768030645") 2026/08/15 04:29:03 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4004132ab4d1ca61_d20260815_m042814_c001_v7007000_t0000_u01786768094237") 2026/08/15 04:29:03 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04530_d20260815_m042813_c001_v0001131_t0016_u01786768093135") 2026/08/15 04:29:03 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e05a2_d20260815_m042730_c001_v7007000_t0000_u01786768050600") 2026/08/15 04:29:03 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04434_d20260815_m042724_c001_v0001131_t0016_u01786768044579") 2026/08/15 04:29:03 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0578_d20260815_m042724_c001_v7007000_t0000_u01786768044033") 2026/08/15 04:29:04 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0441c_d20260815_m042721_c001_v0001131_t0016_u01786768041468") 2026/08/15 04:29:04 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4227bf6ed844c1f7_d20260815_m042627_c001_v7007000_t0000_u01786767987210") 2026/08/15 04:29:04 DEBUG : sub/file2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b04319_d20260815_m042625_c001_v0001131_t0016_u01786767985763") 2026/08/15 04:29:04 DEBUG : test-multithread-abort: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9c3f_d20260815_m042508_c001_v7007000_t0000_u01786767908264") 2026/08/15 04:29:04 DEBUG : test-multithread-abort: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04162_d20260815_m042451_c001_v0001131_t0045_u01786767891716") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4085766727c567b1_d20260815_m042411_c001_v7007000_t0000_u01786767851221") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f1193374ef6b78614_d20260815_m042402_c001_v0001090_t0046_u01786767842605") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4085766727c567b5_d20260815_m042419_c001_v7007000_t0000_u01786767859441") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f1193374ef6b78632_d20260815_m042411_c001_v0001090_t0007_u01786767851959") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4085766727c567ba_d20260815_m042430_c001_v7007000_t0000_u01786767870066") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b040fd_d20260815_m042422_c001_v0001131_t0018_u01786767862468") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41375cdac2e3e4e4_d20260815_m042437_c001_v7007000_t0000_u01786767877071") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f2085766727c567bd_d20260815_m042431_c001_v0001042_t0029_u01786767871844") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f415e3533b469bbdc_d20260815_m042443_c001_v7007000_t0000_u01786767883586") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f21375cdac2e3e4e5_d20260815_m042438_c001_v0001032_t0049_u01786767878949") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f415e3533b469bbe1_d20260815_m042450_c001_v7007000_t0000_u01786767890420") 2026/08/15 04:29:04 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f215e3533b469bbdd_d20260815_m042445_c001_v0001105_t0035_u01786767885460") 2026/08/15 04:29:04 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9cf6_d20260815_m042540_c001_v7007000_t0000_u01786767940951") 2026/08/15 04:29:04 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0424a_d20260815_m042538_c001_v0001131_t0012_u01786767938802") 2026/08/15 04:29:04 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04240_d20260815_m042537_c001_v0001131_t0046_u01786767937134") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b0423c_d20260815_m042535_c001_v0001131_t0042_u01786767935878") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04238_d20260815_m042534_c001_v0001131_t0054_u01786767934444") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04236_d20260815_m042532_c001_v0001131_t0034_u01786767932937") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0422e_d20260815_m042531_c001_v0001131_t0016_u01786767931844") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b0421c_d20260815_m042530_c001_v0001131_t0016_u01786767930003") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f4067bfbb1eca9ce6_d20260815_m042526_c001_v7007000_t0000_u01786767926880") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041fe_d20260815_m042525_c001_v0001131_t0019_u01786767925947") 2026/08/15 04:29:05 DEBUG : test.sum: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b041f2_d20260815_m042524_c001_v0001131_t0059_u01786767924653") 2026/08/15 04:29:05 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a0c_d20260815_m042832_c001_v7007000_t0000_u01786768112666") 2026/08/15 04:29:05 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04579_d20260815_m042831_c001_v0001131_t0034_u01786768111447") 2026/08/15 04:29:05 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f403f7d67a8178a0d_d20260815_m042832_c001_v7007000_t0000_u01786768112944") 2026/08/15 04:29:05 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f10368de872b04577_d20260815_m042831_c001_v0001131_t0017_u01786768111022") 2026/08/15 04:29:05 DEBUG : zend.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e0575_d20260815_m042720_c001_v7007000_t0000_u01786768040922") 2026/08/15 04:29:05 DEBUG : zend.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043f4_d20260815_m042715_c001_v0001131_t0016_u01786768035745") 2026/08/15 04:29:05 DEBUG : zend.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f41499aa9014e056b_d20260815_m042715_c001_v7007000_t0000_u01786768035183") 2026/08/15 04:29:05 DEBUG : zend.txt: Deleting (id "4_z2fb29d73a09d0b3baf080e1b_f40368de872b043d0_d20260815_m042709_c001_v0001131_t0016_u01786768029621") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 5m6.570781699s (try 1/5)