"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/05/16 04:16:36 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge" 2026/05/16 04:16:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:16:37 DEBUG : Creating backend with remote "/tmp/rclone4175395010" === 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:16:38 DEBUG : chunksize-probe: Cancelling large file upload === RUN TestMultithreadCopy/upload=false,size=16777215,streams=2 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: write buffer set to 131072 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi starting 2026/05/16 04:16:43 DEBUG : test-multithread-copy-false-16777215-2: writing chunk 0 2026/05/16 04:16:45 DEBUG : test-multithread-copy-false-16777215-2: multi-thread copy: chunk 1/1 (0-16777215) size 16.000Mi finished 2026/05/16 04:16:45 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/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: write buffer set to 131072 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16Mi 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: Starting multi-thread copy with 1 chunks of size 16Mi with 1 parallel streams 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi starting 2026/05/16 04:16:52 DEBUG : test-multithread-copy-false-16777216-2: writing chunk 0 2026/05/16 04:16:54 DEBUG : test-multithread-copy-false-16777216-2: multi-thread copy: chunk 1/1 (0-16777216) size 16Mi finished 2026/05/16 04:16:54 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/05/16 04:16:55 DEBUG : test-multithread-copy-false-16777217-2: Clearing upload URL because of error: Post "https://pod-000-1040-13.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001040_t0053": write tcp 65.108.87.141:47354->206.190.208.84:443: use of closed network connection 2026/05/16 04:16:55 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1040-13.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001040_t0053": write tcp 65.108.87.141:47354->206.190.208.84:443: use of closed network connection) 2026/05/16 04:16:55 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-vecamuv0goge: 1/10 (Post "https://pod-000-1040-13.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001040_t0053": write tcp 65.108.87.141:47354->206.190.208.84:443: use of closed network connection) 2026/05/16 04:16:57 DEBUG : pacer: Reducing sleep to 10ms 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: write buffer set to 131072 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk size 64Mi was bigger than source file size 16.000Mi 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: Starting multi-thread copy with 1 chunks of size 16.000Mi with 1 parallel streams 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi starting 2026/05/16 04:17:04 DEBUG : test-multithread-copy-false-16777217-2: writing chunk 0 2026/05/16 04:17:07 DEBUG : test-multithread-copy-false-16777217-2: multi-thread copy: chunk 1/1 (0-16777217) size 16.000Mi finished 2026/05/16 04:17:07 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/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: disabling buffering because source is local disk 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi starting 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 1 length 8388607 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/05/16 04:17:09 DEBUG : test-multithread-copy-true-16777215-2: Sending chunk 0 length 8388608 2026/05/16 04:17:12 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 1 2026/05/16 04:17:12 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 2/2 (8388608-16777215) size 8.000Mi finished 2026/05/16 04:17:12 DEBUG : test-multithread-copy-true-16777215-2: Done sending chunk 0 2026/05/16 04:17:12 DEBUG : test-multithread-copy-true-16777215-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/05/16 04:17:12 DEBUG : test-multithread-copy-true-16777215-2: Finishing large file upload with 2 parts 2026/05/16 04:17:13 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/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: disabling buffering because source is local disk 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: Starting multi-thread copy with 2 chunks of size 8Mi with 2 parallel streams 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi starting 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 1 length 8388608 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi starting 2026/05/16 04:17:15 DEBUG : test-multithread-copy-true-16777216-2: Sending chunk 0 length 8388608 2026/05/16 04:17:18 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 1 2026/05/16 04:17:18 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 2/2 (8388608-16777216) size 8Mi finished 2026/05/16 04:17:18 DEBUG : test-multithread-copy-true-16777216-2: Done sending chunk 0 2026/05/16 04:17:18 DEBUG : test-multithread-copy-true-16777216-2: multi-thread copy: chunk 1/2 (0-8388608) size 8Mi finished 2026/05/16 04:17:18 DEBUG : test-multithread-copy-true-16777216-2: Finishing large file upload with 2 parts 2026/05/16 04:17:19 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/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: disabling buffering because source is local disk 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 2 length 1 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 0 length 8388608 2026/05/16 04:17:21 DEBUG : test-multithread-copy-true-16777217-2: Sending chunk 1 length 8388608 2026/05/16 04:17:22 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 2 2026/05/16 04:17:22 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 finished 2026/05/16 04:17:24 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 0 2026/05/16 04:17:24 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/05/16 04:17:24 DEBUG : test-multithread-copy-true-16777217-2: Done sending chunk 1 2026/05/16 04:17:24 DEBUG : test-multithread-copy-true-16777217-2: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/05/16 04:17:24 DEBUG : test-multithread-copy-true-16777217-2: Finishing large file upload with 3 parts 2026/05/16 04:17:25 DEBUG : test-multithread-copy-true-16777217-2: Finished multi-thread copy with 3 parts of size 8Mi --- PASS: TestMultithreadCopy (49.82s) --- PASS: TestMultithreadCopy/upload=false,size=16777215,streams=2 (7.93s) --- PASS: TestMultithreadCopy/upload=false,size=16777216,streams=2 (9.27s) --- PASS: TestMultithreadCopy/upload=false,size=16777217,streams=2 (12.43s) --- PASS: TestMultithreadCopy/upload=true,size=16777215,streams=2 (6.23s) --- PASS: TestMultithreadCopy/upload=true,size=16777216,streams=2 (5.95s) --- PASS: TestMultithreadCopy/upload=true,size=16777217,streams=2 (6.49s) === RUN TestMultithreadCopyAbort run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:17:27 DEBUG : chunksize-probe: Cancelling large file upload 2026/05/16 04:17:30 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk 2026/05/16 04:17:31 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 1 2026/05/16 04:17:31 DEBUG : test-multithread-abort: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2026/05/16 04:17:31 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 8Mi with 3 parallel streams 2026/05/16 04:17:31 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (16777216-16777217) size 1 starting 2026/05/16 04:17:31 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:31 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi starting 2026/05/16 04:17:31 DEBUG : Open with options = [RangeOption(8388608,16777215)] 2026/05/16 04:17:31 DEBUG : test-multithread-abort: Sending chunk 1 length 8388608 2026/05/16 04:17:31 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi starting 2026/05/16 04:17:31 DEBUG : Open with options = [RangeOption(0,8388607)] 2026/05/16 04:17:31 DEBUG : test-multithread-abort: Sending chunk 0 length 8388608 2026/05/16 04:17:33 DEBUG : test-multithread-abort: Done sending chunk 0 2026/05/16 04:17:33 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-8388608) size 8Mi finished 2026/05/16 04:17:34 DEBUG : test-multithread-abort: Done sending chunk 1 2026/05/16 04:17:34 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (8388608-16777216) size 8Mi finished 2026/05/16 04:17:34 DEBUG : Returning error reader 2026/05/16 04:17:34 DEBUG : test-multithread-abort: Sending chunk 2 length 1 2026/05/16 04:17:34 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:34 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 0/10: BOOM: simulated read failure 2026/05/16 04:17:34 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:35 DEBUG : Returning error reader 2026/05/16 04:17:35 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:35 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure 2026/05/16 04:17:35 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:36 DEBUG : Returning error reader 2026/05/16 04:17:36 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:36 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure 2026/05/16 04:17:36 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:37 DEBUG : Returning error reader 2026/05/16 04:17:37 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:37 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure 2026/05/16 04:17:37 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:38 DEBUG : Returning error reader 2026/05/16 04:17:38 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:38 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure 2026/05/16 04:17:38 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:39 DEBUG : Returning error reader 2026/05/16 04:17:39 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:39 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure 2026/05/16 04:17:39 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:40 DEBUG : Returning error reader 2026/05/16 04:17:40 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:40 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure 2026/05/16 04:17:40 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:41 DEBUG : Returning error reader 2026/05/16 04:17:41 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:41 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure 2026/05/16 04:17:41 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:42 DEBUG : Returning error reader 2026/05/16 04:17:42 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:42 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure 2026/05/16 04:17:42 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:43 DEBUG : Returning error reader 2026/05/16 04:17:43 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:43 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure 2026/05/16 04:17:43 DEBUG : Open with options = [RangeOption(16777216,16777216)] 2026/05/16 04:17:44 DEBUG : Returning error reader 2026/05/16 04:17:44 DEBUG : BOOM: simulated read failure 2026/05/16 04:17:44 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure 2026/05/16 04:17:44 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries 2026/05/16 04:17:44 DEBUG : test-multithread-abort: Error sending chunk 2 (retry=false): Post "https://pod-000-1173-03.backblaze.com/b2api/v1/b2_upload_part/4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e97ad_d20260516_m041730_c001_v0001173_t0054_u01778905050993/0046": BOOM: simulated read failure: &url.Error{Op:"Post", URL:"https://pod-000-1173-03.backblaze.com/b2api/v1/b2_upload_part/4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e97ad_d20260516_m041730_c001_v0001173_t0054_u01778905050993/0046", Err:(*errors.errorString)(0x3e2f8ff7ba70)} 2026/05/16 04:17:44 DEBUG : test-multithread-abort: Error sending chunk 2: Post "https://pod-000-1173-03.backblaze.com/b2api/v1/b2_upload_part/4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e97ad_d20260516_m041730_c001_v0001173_t0054_u01778905050993/0046": BOOM: simulated read failure 2026/05/16 04:17:44 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: Post "https://pod-000-1173-03.backblaze.com/b2api/v1/b2_upload_part/4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e97ad_d20260516_m041730_c001_v0001173_t0054_u01778905050993/0046": BOOM: simulated read failure 2026/05/16 04:17:44 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit 2026/05/16 04:17:44 DEBUG : test-multithread-abort: Cancelling large file upload --- PASS: TestMultithreadCopyAbort (18.90s) === RUN TestSizeDiffers 2026/05/16 04:17:45 DEBUG : a: size = 0 OK 2026/05/16 04:17:45 DEBUG : a: size = 1 (memory) 2026/05/16 04:17:45 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/16 04:17:45 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/16 04:17:45 DEBUG : potato: Seek from 10 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 10 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 2 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/16 04:17:45 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 2 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/16 04:17:45 DEBUG : potato: Seek from 8 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 8 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/16 04:17:45 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/16 04:17:45 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/16 04:17:45 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/16 04:17:45 DEBUG : potato: Seek from 5 to 2 2026/05/16 04:17:45 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/16 04:17:45 DEBUG : potato: Seek from 9 to 0 2026/05/16 04:17:45 DEBUG : potato: Seek from 9 to 0 2026/05/16 04:17:45 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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 (8.11s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.19s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.19s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/05/16 04:17:54 DEBUG : Creating backend with remote "nonexistent" 2026/05/16 04:17:54 DEBUG : Creating backend with remote "nonexistent" 2026/05/16 04:17:54 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/16 04:17:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/05/16 04:17:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/16 04:17:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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 (8.63s) --- PASS: TestCheckDownload/1 (0.73s) --- PASS: TestCheckDownload/2 (0.37s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.55s) --- PASS: TestCheckDownload/5 (0.38s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.37s) === RUN TestCheckSizeOnly run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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 (7.25s) --- 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:18:12 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/16 04:18:12 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/16 04:18:12 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/16 04:18:12 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/16 04:18:13 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/16 04:18:13 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/16 04:18:13 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/16 04:18:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (3.74s) === RUN TestCheckSum run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:18:13 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/data" check_test.go:350: B2 bucket rclone-test-vecamuv0goge path data lacks md5, skipping --- SKIP: TestCheckSum (1.46s) === RUN TestCheckSumDownload run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:18:15 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (19.81s) --- PASS: TestCheckSumDownload/subtest1 (1.74s) --- PASS: TestCheckSumDownload/subtest2 (0.74s) --- PASS: TestCheckSumDownload/subtest3 (0.92s) --- PASS: TestCheckSumDownload/subtest4 (0.74s) --- PASS: TestCheckSumDownload/subtest5 (0.75s) --- PASS: TestCheckSumDownload/subtest6 (0.74s) --- PASS: TestCheckSumDownload/subtest7 (0.75s) === RUN TestApplyTransforms 2026/05/16 04:18:34 DEBUG : Creating backend with remote "TestB2:rclone-test-hazoqaw3jice" 2026/05/16 04:18:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:35 DEBUG : Creating backend with remote "/tmp/rclone4179958403" run.go:198: Remote "B2 bucket rclone-test-hazoqaw3jice", Local "Local file system at /tmp/rclone4179958403", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2026/05/16 04:18:38 ERROR : hello, world!: sum not found 2026/05/16 04:18:38 ERROR : HELLO, WORLD!: file not in B2 bucket rclone-test-hazoqaw3jice 2026/05/16 04:18:38 NOTICE: B2 bucket rclone-test-hazoqaw3jice: 1 files missing 2026/05/16 04:18:38 NOTICE: 1 hashes missing 2026/05/16 04:18:38 NOTICE: B2 bucket rclone-test-hazoqaw3jice: 1 differences found 2026/05/16 04:18:38 NOTICE: B2 bucket rclone-test-hazoqaw3jice: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/16 04:18:38 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:38 NOTICE: B2 bucket rclone-test-hazoqaw3jice: 0 differences found 2026/05/16 04:18:38 NOTICE: B2 bucket rclone-test-hazoqaw3jice: 1 matching files 2026/05/16 04:18:38 DEBUG : Creating backend with remote "TestB2:rclone-test-hemiyit7wazu" 2026/05/16 04:18:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:39 DEBUG : Creating backend with remote "/tmp/rclone369114089" run.go:198: Remote "B2 bucket rclone-test-hemiyit7wazu", Local "Local file system at /tmp/rclone369114089", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2026/05/16 04:18:41 ERROR : HELLO, WORLD!: sum not found 2026/05/16 04:18:41 ERROR : hello, world!: file not in B2 bucket rclone-test-hemiyit7wazu 2026/05/16 04:18:41 NOTICE: B2 bucket rclone-test-hemiyit7wazu: 1 files missing 2026/05/16 04:18:41 NOTICE: 1 hashes missing 2026/05/16 04:18:41 NOTICE: B2 bucket rclone-test-hemiyit7wazu: 1 differences found 2026/05/16 04:18:41 NOTICE: B2 bucket rclone-test-hemiyit7wazu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/16 04:18:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:41 NOTICE: B2 bucket rclone-test-hemiyit7wazu: 0 differences found 2026/05/16 04:18:41 NOTICE: B2 bucket rclone-test-hemiyit7wazu: 1 matching files 2026/05/16 04:18:41 DEBUG : Creating backend with remote "TestB2:rclone-test-hasanih7qike" 2026/05/16 04:18:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:43 DEBUG : Creating backend with remote "/tmp/rclone2406916650" run.go:198: Remote "B2 bucket rclone-test-hasanih7qike", Local "Local file system at /tmp/rclone2406916650", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/16 04:18:45 ERROR : HeLlO, wOrLd!: sum not found 2026/05/16 04:18:45 ERROR : hello, world!: file not in B2 bucket rclone-test-hasanih7qike 2026/05/16 04:18:45 NOTICE: B2 bucket rclone-test-hasanih7qike: 1 files missing 2026/05/16 04:18:45 NOTICE: 1 hashes missing 2026/05/16 04:18:45 NOTICE: B2 bucket rclone-test-hasanih7qike: 1 differences found 2026/05/16 04:18:45 NOTICE: B2 bucket rclone-test-hasanih7qike: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/16 04:18:45 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:45 NOTICE: B2 bucket rclone-test-hasanih7qike: 0 differences found 2026/05/16 04:18:45 NOTICE: B2 bucket rclone-test-hasanih7qike: 1 matching files 2026/05/16 04:18:45 DEBUG : Creating backend with remote "TestB2:rclone-test-gewoteh9diti" 2026/05/16 04:18:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:47 DEBUG : Creating backend with remote "/tmp/rclone457327302" run.go:198: Remote "B2 bucket rclone-test-gewoteh9diti", Local "Local file system at /tmp/rclone457327302", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/16 04:18:49 ERROR : HELLO, WORLD!: sum not found 2026/05/16 04:18:49 ERROR : HeLlO, wOrLd!: file not in B2 bucket rclone-test-gewoteh9diti 2026/05/16 04:18:49 NOTICE: B2 bucket rclone-test-gewoteh9diti: 1 files missing 2026/05/16 04:18:49 NOTICE: 1 hashes missing 2026/05/16 04:18:49 NOTICE: B2 bucket rclone-test-gewoteh9diti: 1 differences found 2026/05/16 04:18:49 NOTICE: B2 bucket rclone-test-gewoteh9diti: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/16 04:18:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:50 NOTICE: B2 bucket rclone-test-gewoteh9diti: 0 differences found 2026/05/16 04:18:50 NOTICE: B2 bucket rclone-test-gewoteh9diti: 1 matching files 2026/05/16 04:18:50 DEBUG : Creating backend with remote "TestB2:rclone-test-siranof5wume" 2026/05/16 04:18:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:50 DEBUG : Creating backend with remote "/tmp/rclone2530786250" run.go:198: Remote "B2 bucket rclone-test-siranof5wume", Local "Local file system at /tmp/rclone2530786250", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2026/05/16 04:18:52 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/16 04:18:52 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-siranof5wume 2026/05/16 04:18:52 NOTICE: B2 bucket rclone-test-siranof5wume: 1 files missing 2026/05/16 04:18:52 NOTICE: 1 hashes missing 2026/05/16 04:18:52 NOTICE: B2 bucket rclone-test-siranof5wume: 1 differences found 2026/05/16 04:18:52 NOTICE: B2 bucket rclone-test-siranof5wume: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/16 04:18:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:53 NOTICE: B2 bucket rclone-test-siranof5wume: 0 differences found 2026/05/16 04:18:53 NOTICE: B2 bucket rclone-test-siranof5wume: 1 matching files 2026/05/16 04:18:53 DEBUG : Creating backend with remote "TestB2:rclone-test-conutux7yake" 2026/05/16 04:18:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:54 DEBUG : Creating backend with remote "/tmp/rclone1728766255" run.go:198: Remote "B2 bucket rclone-test-conutux7yake", Local "Local file system at /tmp/rclone1728766255", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2026/05/16 04:18:56 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/16 04:18:56 ERROR : 測試_Русский___ě_áñ: file not in B2 bucket rclone-test-conutux7yake 2026/05/16 04:18:56 NOTICE: B2 bucket rclone-test-conutux7yake: 1 files missing 2026/05/16 04:18:56 NOTICE: 1 hashes missing 2026/05/16 04:18:56 NOTICE: B2 bucket rclone-test-conutux7yake: 1 differences found 2026/05/16 04:18:56 NOTICE: B2 bucket rclone-test-conutux7yake: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/05/16 04:18:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:18:56 NOTICE: B2 bucket rclone-test-conutux7yake: 0 differences found 2026/05/16 04:18:56 NOTICE: B2 bucket rclone-test-conutux7yake: 1 matching files 2026/05/16 04:18:56 DEBUG : Creating backend with remote "TestB2:rclone-test-godamod8nacu" 2026/05/16 04:18:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:18:57 DEBUG : Creating backend with remote "/tmp/rclone139314035" run.go:198: Remote "B2 bucket rclone-test-godamod8nacu", Local "Local file system at /tmp/rclone139314035", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2026/05/16 04:18:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/16 04:18:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-godamod8nacu 2026/05/16 04:18:59 NOTICE: B2 bucket rclone-test-godamod8nacu: 1 files missing 2026/05/16 04:18:59 NOTICE: 1 hashes missing 2026/05/16 04:18:59 NOTICE: B2 bucket rclone-test-godamod8nacu: 1 differences found 2026/05/16 04:18:59 NOTICE: B2 bucket rclone-test-godamod8nacu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/05/16 04:19:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:19:00 NOTICE: B2 bucket rclone-test-godamod8nacu: 0 differences found 2026/05/16 04:19:00 NOTICE: B2 bucket rclone-test-godamod8nacu: 1 matching files 2026/05/16 04:19:00 DEBUG : Creating backend with remote "TestB2:rclone-test-ratugav2koja" 2026/05/16 04:19:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:19:00 DEBUG : Creating backend with remote "/tmp/rclone3733739665" run.go:198: Remote "B2 bucket rclone-test-ratugav2koja", Local "Local file system at /tmp/rclone3733739665", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2026/05/16 04:19:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/16 04:19:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-ratugav2koja 2026/05/16 04:19:02 NOTICE: B2 bucket rclone-test-ratugav2koja: 1 files missing 2026/05/16 04:19:02 NOTICE: 1 hashes missing 2026/05/16 04:19:02 NOTICE: B2 bucket rclone-test-ratugav2koja: 1 differences found 2026/05/16 04:19:02 NOTICE: B2 bucket rclone-test-ratugav2koja: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/05/16 04:19:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:19:03 NOTICE: B2 bucket rclone-test-ratugav2koja: 0 differences found 2026/05/16 04:19:03 NOTICE: B2 bucket rclone-test-ratugav2koja: 1 matching files 2026/05/16 04:19:03 DEBUG : Creating backend with remote "TestB2:rclone-test-lehipup7vuca" 2026/05/16 04:19:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:19:03 DEBUG : Creating backend with remote "/tmp/rclone2837537528" run.go:198: Remote "B2 bucket rclone-test-lehipup7vuca", Local "Local file system at /tmp/rclone2837537528", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2026/05/16 04:19:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/16 04:19:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-lehipup7vuca 2026/05/16 04:19:05 NOTICE: B2 bucket rclone-test-lehipup7vuca: 1 files missing 2026/05/16 04:19:05 NOTICE: 1 hashes missing 2026/05/16 04:19:05 NOTICE: B2 bucket rclone-test-lehipup7vuca: 1 differences found 2026/05/16 04:19:05 NOTICE: B2 bucket rclone-test-lehipup7vuca: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/05/16 04:19:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:19:06 NOTICE: B2 bucket rclone-test-lehipup7vuca: 0 differences found 2026/05/16 04:19:06 NOTICE: B2 bucket rclone-test-lehipup7vuca: 1 matching files 2026/05/16 04:19:06 DEBUG : Creating backend with remote "TestB2:rclone-test-wekawol0yuwu" 2026/05/16 04:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:19:07 DEBUG : Creating backend with remote "/tmp/rclone1635559222" run.go:198: Remote "B2 bucket rclone-test-wekawol0yuwu", Local "Local file system at /tmp/rclone1635559222", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2026/05/16 04:19:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/16 04:19:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in B2 bucket rclone-test-wekawol0yuwu 2026/05/16 04:19:09 NOTICE: B2 bucket rclone-test-wekawol0yuwu: 1 files missing 2026/05/16 04:19:09 NOTICE: 1 hashes missing 2026/05/16 04:19:09 NOTICE: B2 bucket rclone-test-wekawol0yuwu: 1 differences found 2026/05/16 04:19:09 NOTICE: B2 bucket rclone-test-wekawol0yuwu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/05/16 04:19:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/16 04:19:09 NOTICE: B2 bucket rclone-test-wekawol0yuwu: 0 differences found 2026/05/16 04:19:09 NOTICE: B2 bucket rclone-test-wekawol0yuwu: 1 matching files 2026/05/16 04:19:09 DEBUG : B2 bucket rclone-test-wekawol0yuwu: Purge remote 2026/05/16 04:19:09 INFO : B2 bucket rclone-test-wekawol0yuwu: cleaning bucket "rclone-test-wekawol0yuwu" of all files 2026/05/16 04:19:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_zefc26d83002d2bfb9fe80e1b_f116b601c1068553b_d20260516_m041908_c001_v0001184_t0056_u01778905148544") 2026/05/16 04:19:10 DEBUG : B2 bucket rclone-test-lehipup7vuca: Purge remote 2026/05/16 04:19:10 INFO : B2 bucket rclone-test-lehipup7vuca: cleaning bucket "rclone-test-lehipup7vuca" of all files 2026/05/16 04:19:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z8fc25dc3002d2bfb9fe80e1b_f1016bd77d2495bc8_d20260516_m041905_c001_v0001165_t0052_u01778905145382") 2026/05/16 04:19:11 DEBUG : B2 bucket rclone-test-ratugav2koja: Purge remote 2026/05/16 04:19:11 INFO : B2 bucket rclone-test-ratugav2koja: cleaning bucket "rclone-test-ratugav2koja" of all files 2026/05/16 04:19:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z3f525d03002d2bfb9fe80e1b_f10619969d5d6d309_d20260516_m041902_c001_v0001185_t0033_u01778905142231") 2026/05/16 04:19:12 DEBUG : B2 bucket rclone-test-godamod8nacu: Purge remote 2026/05/16 04:19:12 INFO : B2 bucket rclone-test-godamod8nacu: cleaning bucket "rclone-test-godamod8nacu" of all files 2026/05/16 04:19:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "4_z7fb24d33002d2bfb9fe80e1b_f108dd9e02be44d22_d20260516_m041858_c001_v0001131_t0038_u01778905138946") 2026/05/16 04:19:14 DEBUG : B2 bucket rclone-test-conutux7yake: Purge remote 2026/05/16 04:19:14 INFO : B2 bucket rclone-test-conutux7yake: cleaning bucket "rclone-test-conutux7yake" of all files 2026/05/16 04:19:14 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z5fc23d63002d2bfb9fe80e1b_f100da4585e41035b_d20260516_m041855_c001_v0001184_t0014_u01778905135729") 2026/05/16 04:19:15 DEBUG : B2 bucket rclone-test-siranof5wume: Purge remote 2026/05/16 04:19:15 INFO : B2 bucket rclone-test-siranof5wume: cleaning bucket "rclone-test-siranof5wume" of all files 2026/05/16 04:19:15 DEBUG : 測試_Русский___ě_áñ: Deleting (id "4_z7fa22d83002d2bfb9fe80e1b_f1199ee122973a95b_d20260516_m041852_c001_v0001032_t0005_u01778905132044") 2026/05/16 04:19:16 DEBUG : B2 bucket rclone-test-gewoteh9diti: Purge remote 2026/05/16 04:19:16 INFO : B2 bucket rclone-test-gewoteh9diti: cleaning bucket "rclone-test-gewoteh9diti" of all files 2026/05/16 04:19:16 DEBUG : HELLO, WORLD!: Deleting (id "4_z2f221dc3002d2bfb9fe80e1b_f1007a979b0c97638_d20260516_m041848_c001_v0001183_t0021_u01778905128880") 2026/05/16 04:19:17 DEBUG : B2 bucket rclone-test-hasanih7qike: Purge remote 2026/05/16 04:19:17 INFO : B2 bucket rclone-test-hasanih7qike: cleaning bucket "rclone-test-hasanih7qike" of all files 2026/05/16 04:19:18 DEBUG : HeLlO, wOrLd!: Deleting (id "4_z4fb20db3002d2bfb9fe80e1b_f101c7821cbf75436_d20260516_m041844_c001_v0001177_t0002_u01778905124681") 2026/05/16 04:19:18 DEBUG : B2 bucket rclone-test-hemiyit7wazu: Purge remote 2026/05/16 04:19:18 INFO : B2 bucket rclone-test-hemiyit7wazu: cleaning bucket "rclone-test-hemiyit7wazu" of all files 2026/05/16 04:19:19 DEBUG : HELLO, WORLD!: Deleting (id "4_z5f42fdc3001d2bfb9fe80e1b_f108b21e0109d5444_d20260516_m041840_c001_v0001182_t0040_u01778905120704") 2026/05/16 04:19:19 DEBUG : B2 bucket rclone-test-hazoqaw3jice: Purge remote 2026/05/16 04:19:19 INFO : B2 bucket rclone-test-hazoqaw3jice: cleaning bucket "rclone-test-hazoqaw3jice" of all files 2026/05/16 04:19:20 DEBUG : hello, world!: Deleting (id "4_z7ff2edd3001d2bfb9fe80e1b_f104bb7dec9ec62c7_d20260516_m041837_c001_v0001134_t0002_u01778905117058") --- PASS: TestApplyTransforms (46.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:19:21 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/16 04:19:22 DEBUG : sub/file2: size = 14 OK 2026/05/16 04:19:22 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:19:22 INFO : file1: Copied (new) to: sub/file2 2026/05/16 04:19:23 DEBUG : sub/file2: size = 14 OK 2026/05/16 04:19:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/05/16 04:19:23 DEBUG : file1: Unchanged skipping 2026/05/16 04:19:23 DEBUG : B2 bucket rclone-test-vecamuv0goge: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (3.24s) === RUN TestCopyLongFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.36s) === RUN TestCopyFileBackupDir run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:19:25 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/backup" 2026/05/16 04:19:26 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:26 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-vecamuv0goge) 2026/05/16 04:19:26 DEBUG : dst/file1: Sizes differ 2026/05/16 04:19:27 DEBUG : dst/file1: size = 18 OK 2026/05/16 04:19:27 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/05/16 04:19:27 INFO : dst/file1: Copied (server-side copy) 2026/05/16 04:19:28 INFO : dst/file1: Deleted 2026/05/16 04:19:29 DEBUG : dst/file1: size = 14 OK 2026/05/16 04:19:29 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:19:29 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (6.04s) === RUN TestCopyFileCompareDest run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:19:30 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/dst" 2026/05/16 04:19:31 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/CompareDest" 2026/05/16 04:19:33 DEBUG : one: Need to transfer - File not found at Destination 2026/05/16 04:19:34 DEBUG : one: size = 3 OK 2026/05/16 04:19:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:19:34 INFO : one: Copied (new) 2026/05/16 04:19:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:35 DEBUG : one: size = 3 (B2 bucket rclone-test-vecamuv0goge path dst) 2026/05/16 04:19:35 DEBUG : one: Sizes differ 2026/05/16 04:19:36 DEBUG : one: size = 5 OK 2026/05/16 04:19:36 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/05/16 04:19:36 INFO : one: Copied (replaced existing) 2026/05/16 04:19:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:38 DEBUG : one: size = 3 (B2 bucket rclone-test-vecamuv0goge path dst) 2026/05/16 04:19:38 DEBUG : one: Sizes differ 2026/05/16 04:19:38 DEBUG : one: size = 5 OK 2026/05/16 04:19:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:38 DEBUG : one: Destination found in --compare-dest, skipping 2026/05/16 04:19:39 DEBUG : two: Need to transfer - File not found at Destination 2026/05/16 04:19:39 DEBUG : two: size = 3 OK 2026/05/16 04:19:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:39 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/16 04:19:40 DEBUG : two: Need to transfer - File not found at Destination 2026/05/16 04:19:40 DEBUG : two: size = 3 OK 2026/05/16 04:19:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:40 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/16 04:19:41 DEBUG : two: Need to transfer - File not found at Destination 2026/05/16 04:19:41 DEBUG : two: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:41 DEBUG : two: size = 3 (B2 bucket rclone-test-vecamuv0goge path CompareDest) 2026/05/16 04:19:41 DEBUG : two: Sizes differ 2026/05/16 04:19:42 DEBUG : two: size = 5 OK 2026/05/16 04:19:42 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/05/16 04:19:42 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (12.70s) === RUN TestCopyFileCopyDest run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:19:43 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/dst" 2026/05/16 04:19:44 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/CopyDest" 2026/05/16 04:19:45 DEBUG : one: Need to transfer - File not found at Destination 2026/05/16 04:19:47 DEBUG : one: size = 3 OK 2026/05/16 04:19:47 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:19:47 INFO : one: Copied (new) 2026/05/16 04:19:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:48 DEBUG : one: size = 3 (B2 bucket rclone-test-vecamuv0goge path dst) 2026/05/16 04:19:48 DEBUG : one: Sizes differ 2026/05/16 04:19:48 DEBUG : one: size = 5 OK 2026/05/16 04:19:48 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/05/16 04:19:48 INFO : one: Copied (replaced existing) 2026/05/16 04:19:52 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/BackupDir" 2026/05/16 04:19:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:53 DEBUG : one: size = 3 (B2 bucket rclone-test-vecamuv0goge path dst) 2026/05/16 04:19:53 DEBUG : one: Sizes differ 2026/05/16 04:19:53 DEBUG : one: size = 5 OK 2026/05/16 04:19:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:19:53 DEBUG : one: size = 3 (B2 bucket rclone-test-vecamuv0goge path dst) 2026/05/16 04:19:53 DEBUG : one: Sizes differ 2026/05/16 04:19:54 DEBUG : one: size = 3 OK 2026/05/16 04:19:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:19:54 INFO : one: Copied (server-side copy) 2026/05/16 04:19:55 INFO : one: Deleted 2026/05/16 04:19:55 DEBUG : one: size = 5 OK 2026/05/16 04:19:55 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/05/16 04:19:55 INFO : one: Copied (server-side copy) 2026/05/16 04:19:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/05/16 04:19:57 DEBUG : two: Need to transfer - File not found at Destination 2026/05/16 04:19:58 DEBUG : two: size = 3 OK 2026/05/16 04:19:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:58 DEBUG : two: size = 3 OK 2026/05/16 04:19:58 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/05/16 04:19:58 INFO : two: Copied (server-side copy) 2026/05/16 04:19:58 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/05/16 04:19:58 DEBUG : two: size = 3 OK 2026/05/16 04:19:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/05/16 04:19:58 DEBUG : two: Unchanged skipping 2026/05/16 04:20:00 DEBUG : three: Need to transfer - File not found at Destination 2026/05/16 04:20:00 DEBUG : three: size = 7 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:20:00 DEBUG : three: size = 5 (B2 bucket rclone-test-vecamuv0goge path CopyDest) 2026/05/16 04:20:00 DEBUG : three: Sizes differ 2026/05/16 04:20:00 DEBUG : three: Destination not found in --copy-dest 2026/05/16 04:20:01 DEBUG : three: size = 7 OK 2026/05/16 04:20:01 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/05/16 04:20:01 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (19.86s) === RUN TestCopyInplace run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.37s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/05/16 04:20:04 DEBUG : TestCopyFileMaxTransfer/file1: Clearing upload URL because of error: Post "https://pod-000-1109-07.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001109_t0017": EOF 2026/05/16 04:20:04 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1109-07.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001109_t0017": EOF) 2026/05/16 04:20:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/05/16 04:20:04 DEBUG : TestCopyFileMaxTransfer/file1: Received error: Post "https://pod-000-1109-07.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001109_t0017": EOF - low level retry 0/10 2026/05/16 04:20:05 DEBUG : pacer: Reducing sleep to 10ms 2026/05/16 04:20:05 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/05/16 04:20:05 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:20:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/05/16 04:20:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/05/16 04:20:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1134-01.backblaze.com/b2api/v1/b2_upload_file/2fd21df3000d2bfb9fe80e1b/c001_v0001134_t0043": max transfer limit reached as set by --max-transfer 2026/05/16 04:20:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/05/16 04:20:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/05/16 04:20:07 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/05/16 04:20:07 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = 6a54c15bc637dab59d8b44e90986fd11365da071 OK 2026/05/16 04:20:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (4.43s) === RUN TestDeduplicateInteractive run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.37s) === RUN TestDeduplicateSkip run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.37s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.37s) === RUN TestDeduplicateFirst run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.37s) === RUN TestDeduplicateNewest run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.37s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:13 INFO : B2 bucket rclone-test-vecamuv0goge: Looking for duplicate sha1 hashes using newest mode. 2026/05/16 04:20:13 NOTICE: a60592676447c49b6664910cd2ce2bebe7cc2d44: Found 3 files with duplicate sha1 hashes 2026/05/16 04:20:13 INFO : one: Deleted 2026/05/16 04:20:13 INFO : also/one: Deleted 2026/05/16 04:20:13 NOTICE: a60592676447c49b6664910cd2ce2bebe7cc2d44: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (4.05s) === RUN TestDeduplicateOldest run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.37s) === RUN TestDeduplicateLargest run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.37s) === RUN TestMergeDirs run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.37s) === RUN TestListDirSorted run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:20 DEBUG : a.txt: Excluded (Size Filter) 2026/05/16 04:20:20 DEBUG : a.txt: Excluded 2026/05/16 04:20:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/16 04:20:20 DEBUG : sub dir/hello world: Excluded 2026/05/16 04:20:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/16 04:20:20 DEBUG : sub dir/hello world2: Excluded 2026/05/16 04:20:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/16 04:20:20 DEBUG : sub dir/hello world: Excluded 2026/05/16 04:20:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/16 04:20:20 DEBUG : sub dir/hello world2: Excluded 2026/05/16 04:20:21 DEBUG : sub dir/ignore dir: Excluded 2026/05/16 04:20:21 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (7.43s) === RUN TestListDirSortedFn run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:27 DEBUG : a.txt: Excluded (Size Filter) 2026/05/16 04:20:27 DEBUG : a.txt: Excluded 2026/05/16 04:20:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/16 04:20:28 DEBUG : sub dir/hello world: Excluded 2026/05/16 04:20:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/16 04:20:28 DEBUG : sub dir/hello world2: Excluded 2026/05/16 04:20:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/16 04:20:28 DEBUG : sub dir/hello world: Excluded 2026/05/16 04:20:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/16 04:20:28 DEBUG : sub dir/hello world2: Excluded 2026/05/16 04:20:28 DEBUG : sub dir/ignore dir: Excluded 2026/05/16 04:20:29 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (7.31s) === RUN TestListJSON run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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/05/16 04:20:36 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (6.04s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.19s) --- 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.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", 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/05/16 04:20:41 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/notfound" --- PASS: TestStatJSON (6.88s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.73s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.18s) --- PASS: TestStatJSON/NotFound (0.37s) --- PASS: TestStatJSON/DirFilesOnly (0.18s) --- PASS: TestStatJSON/FileFilesOnly (0.18s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.20s) --- PASS: TestStatJSON/FileDirsOnly (0.19s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:44 INFO : B2 bucket rclone-test-vecamuv0goge: Making directory 2026/05/16 04:20:44 INFO : B2 bucket rclone-test-vecamuv0goge: Making directory --- PASS: TestMkdir (0.55s) === RUN TestLsd run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestLsd (1.76s) === RUN TestLs run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestLs (2.08s) === RUN TestLsWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/16 04:20:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (2.69s) === RUN TestLsLong run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestLsLong (1.90s) === RUN TestHashSums run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (2.37s) --- PASS: TestHashSums/Sha1 (0.19s) --- PASS: TestHashSums/Sha1Download (0.39s) === RUN TestHashSumsWithErrors 2026/05/16 04:20:55 DEBUG : Creating backend with remote ":memory:" 2026/05/16 04:20:55 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/05/16 04:20:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/16 04:20:55 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/05/16 04:20:55 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestCount (2.92s) === RUN TestDelete run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:20:59 DEBUG : Waiting for deletions to finish 2026/05/16 04:20:59 DEBUG : large: Excluded (Size Filter) 2026/05/16 04:21:00 INFO : small: Deleted 2026/05/16 04:21:00 INFO : medium: Deleted --- PASS: TestDelete (2.89s) === RUN TestMaxDelete run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:02 DEBUG : Waiting for deletions to finish 2026/05/16 04:21:02 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2026/05/16 04:21:02 INFO : medium: Deleted 2026/05/16 04:21:02 INFO : small: Deleted --- PASS: TestMaxDelete (2.82s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:05 DEBUG : Waiting for deletions to finish 2026/05/16 04:21:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/16 04:21:05 INFO : medium: Deleted 2026/05/16 04:21:05 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.95s) === RUN TestMaxDeleteSize run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:08 DEBUG : Waiting for deletions to finish 2026/05/16 04:21:08 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/05/16 04:21:09 INFO : large: Deleted 2026/05/16 04:21:09 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (3.18s) === RUN TestReadFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestReadFile (2.34s) === RUN TestRetry 2026/05/16 04:21:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/05/16 04:21:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/05/16 04:21:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/16 04:21:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/16 04:21:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/16 04:21:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/16 04:21:12 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestCat (4.51s) === RUN TestPurge 2026/05/16 04:21:17 DEBUG : Creating backend with remote "TestB2:rclone-test-kunogaw3mepi" 2026/05/16 04:21:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:21:17 DEBUG : Creating backend with remote "/tmp/rclone3314472753" run.go:198: Remote "B2 bucket rclone-test-kunogaw3mepi", Local "Local file system at /tmp/rclone3314472753", Modify Window "1ms" 2026/05/16 04:21:19 INFO : A2: Making directory 2026/05/16 04:21:19 INFO : A1/B2: Making directory 2026/05/16 04:21:19 INFO : A1/B2/C2: Making directory 2026/05/16 04:21:19 INFO : A1/B1/C3: Making directory 2026/05/16 04:21:19 INFO : A3: Making directory 2026/05/16 04:21:19 INFO : A3/B3: Making directory 2026/05/16 04:21:19 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/05/16 04:21:19 INFO : B2 bucket rclone-test-kunogaw3mepi: cleaning bucket "rclone-test-kunogaw3mepi" of all files 2026/05/16 04:21:19 DEBUG : A1/B1/C1/one: Deleting (id "4_z9f226d63004d2bfb9fe80e1b_f116fc89c40a432df_d20260516_m042119_c001_v0001177_t0028_u01778905279035") 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/05/16 04:21:20 INFO : B2 bucket rclone-test-kunogaw3mepi: cleaning bucket "rclone-test-kunogaw3mepi" of all files 2026/05/16 04:21:20 DEBUG : A1/two: Deleting (id "4_z9f226d63004d2bfb9fe80e1b_f116fc89c40a432e1_d20260516_m042119_c001_v0001177_t0041_u01778905279244") 2026/05/16 04:21:21 DEBUG : B2 bucket rclone-test-kunogaw3mepi: Purge remote 2026/05/16 04:21:21 INFO : B2 bucket rclone-test-kunogaw3mepi: cleaning bucket "rclone-test-kunogaw3mepi" of all files 2026/05/16 04:21:21 NOTICE: purge failed: directory not found --- PASS: TestPurge (4.20s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:21 INFO : A2: Making directory 2026/05/16 04:21:21 INFO : A1/B2: Making directory 2026/05/16 04:21:21 INFO : A1/B2/C2: Making directory 2026/05/16 04:21:21 INFO : A1/B1/C3: Making directory 2026/05/16 04:21:21 INFO : A3: Making directory 2026/05/16 04:21:21 INFO : A3/B3: Making directory 2026/05/16 04:21:21 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/05/16 04:21:23 DEBUG : removing 1 level 3 directories 2026/05/16 04:21:23 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/05/16 04:21:25 DEBUG : removing 1 level 0 directories 2026/05/16 04:21:25 INFO : B2 bucket rclone-test-vecamuv0goge: Removing directory 2026/05/16 04:21:25 ERROR : Failed to rmdir: failed to delete bucket: Cannot delete non-empty bucket (400 cannot_delete_non_empty_bucket) operations_test.go:728: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:728 Error: Received unexpected error: failed to remove directories: failed to delete bucket: Cannot delete non-empty bucket (400 cannot_delete_non_empty_bucket) Test: TestRmdirsNoLeaveRoot --- FAIL: TestRmdirsNoLeaveRoot (5.08s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:26 INFO : A1: Making directory 2026/05/16 04:21:26 INFO : A1/B1: Making directory 2026/05/16 04:21:26 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.93s) === RUN TestRmdirsWithFilter run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:27 INFO : A1: Making directory 2026/05/16 04:21:27 INFO : A1/B1: Making directory 2026/05/16 04:21:27 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.93s) === RUN TestCopyURL run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:30 DEBUG : filename.txt: File name found in url 2026/05/16 04:21:30 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (4.08s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestCopyURLDownloadHeaders (0.75s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:33 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/16 04:21:33 DEBUG : sub/file2: size = 14 OK 2026/05/16 04:21:33 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:21:33 INFO : file1: Copied (new) to: sub/file2 2026/05/16 04:21:33 INFO : file1: Deleted 2026/05/16 04:21:34 DEBUG : sub/file2: size = 14 OK 2026/05/16 04:21:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/05/16 04:21:34 DEBUG : file1: Unchanged skipping 2026/05/16 04:21:34 INFO : file1: Deleted 2026/05/16 04:21:34 DEBUG : B2 bucket rclone-test-vecamuv0goge: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.94s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/16 04:21:35 DEBUG : file1: size = 14 OK 2026/05/16 04:21:35 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:21:35 INFO : file1: Copied (new) 2026/05/16 04:21:35 INFO : file1: Deleted 2026/05/16 04:21:35 DEBUG : file1: Destination exists, skipping 2026/05/16 04:21:35 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (1.67s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.38s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.37s) === RUN TestMoveFileBackupDir run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:38 DEBUG : Creating backend with remote "TestB2:rclone-test-vecamuv0goge/backup" 2026/05/16 04:21:38 DEBUG : Config file has changed externally - reloading 2026/05/16 04:21:39 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4175395010) 2026/05/16 04:21:39 DEBUG : dst/file1: size = 18 (B2 bucket rclone-test-vecamuv0goge) 2026/05/16 04:21:39 DEBUG : dst/file1: Sizes differ 2026/05/16 04:21:40 DEBUG : dst/file1: size = 18 OK 2026/05/16 04:21:40 DEBUG : dst/file1: sha1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2026/05/16 04:21:40 INFO : dst/file1: Copied (server-side copy) 2026/05/16 04:21:41 INFO : dst/file1: Deleted 2026/05/16 04:21:41 DEBUG : dst/file1: size = 14 OK 2026/05/16 04:21:41 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/05/16 04:21:41 INFO : dst/file1: Copied (new) 2026/05/16 04:21:41 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (5.12s) === 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:44 INFO : A1/B2: Making directory 2026/05/16 04:21:44 INFO : A1/B1/C3: Making directory fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B1/C3" 2026/05/16 04:21:45 DEBUG : A2/B1/C1/four: size = 4 OK 2026/05/16 04:21:45 DEBUG : A1/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/05/16 04:21:45 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/05/16 04:21:46 INFO : A1/B1/C1/four: Deleted 2026/05/16 04:21:46 DEBUG : A2/B1/three: size = 5 OK 2026/05/16 04:21:46 DEBUG : A1/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/05/16 04:21:46 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/05/16 04:21:46 DEBUG : A2/one: size = 3 OK 2026/05/16 04:21:46 DEBUG : A1/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:21:46 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/05/16 04:21:46 DEBUG : A2/two: size = 3 OK 2026/05/16 04:21:46 DEBUG : A1/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/05/16 04:21:46 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/05/16 04:21:46 INFO : A1/B1/three: Deleted 2026/05/16 04:21:46 INFO : A1/one: Deleted 2026/05/16 04:21:46 DEBUG : A2/B1/C2/five: size = 4 OK 2026/05/16 04:21:46 DEBUG : A1/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/05/16 04:21:46 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/05/16 04:21:46 INFO : A1/two: Deleted 2026/05/16 04:21:46 INFO : A1/B1/C2/five: Deleted fstest.go:250: Filtering empty directory "A2/B2" fstest.go:250: Filtering empty directory "A2/B1/C3" 2026/05/16 04:21:47 DEBUG : A3/two: size = 3 OK 2026/05/16 04:21:47 DEBUG : A2/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/05/16 04:21:47 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/05/16 04:21:47 DEBUG : A3/B1/C2/five: size = 4 OK 2026/05/16 04:21:47 DEBUG : A2/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/05/16 04:21:47 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/05/16 04:21:47 DEBUG : A3/one: size = 3 OK 2026/05/16 04:21:47 DEBUG : A2/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:21:47 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/05/16 04:21:47 INFO : A2/two: Deleted 2026/05/16 04:21:47 DEBUG : A3/B1/three: size = 5 OK 2026/05/16 04:21:47 DEBUG : A2/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/05/16 04:21:47 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/05/16 04:21:47 INFO : A2/B1/C2/five: Deleted 2026/05/16 04:21:47 DEBUG : A3/B1/C1/four: size = 4 OK 2026/05/16 04:21:47 DEBUG : A2/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/05/16 04:21:47 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/05/16 04:21:47 INFO : A2/one: Deleted 2026/05/16 04:21:47 INFO : A2/B1/three: Deleted 2026/05/16 04:21:47 INFO : A2/B1/C1/four: Deleted fstest.go:250: Filtering empty directory "A3/B2" fstest.go:250: Filtering empty directory "A3/B1/C3" 2026/05/16 04:21:48 INFO : B2 bucket rclone-test-vecamuv0goge: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/05/16 04:21:48 DEBUG : A4/B1/C2/five: size = 4 OK 2026/05/16 04:21:48 DEBUG : A3/B1/C2/five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/05/16 04:21:48 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/05/16 04:21:48 DEBUG : A4/two: size = 3 OK 2026/05/16 04:21:48 DEBUG : A3/two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/05/16 04:21:48 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/05/16 04:21:48 DEBUG : A4/one: size = 3 OK 2026/05/16 04:21:48 DEBUG : A3/one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/05/16 04:21:48 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/05/16 04:21:48 INFO : A3/B1/C2/five: Deleted 2026/05/16 04:21:48 DEBUG : A4/B1/C1/four: size = 4 OK 2026/05/16 04:21:48 DEBUG : A3/B1/C1/four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/05/16 04:21:48 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/05/16 04:21:49 INFO : A3/two: Deleted 2026/05/16 04:21:49 INFO : A3/one: Deleted 2026/05/16 04:21:49 INFO : A3/B1/C1/four: Deleted 2026/05/16 04:21:50 DEBUG : A4/B1/three: size = 5 OK 2026/05/16 04:21:50 DEBUG : A3/B1/three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/05/16 04:21:50 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/05/16 04:21:50 INFO : A3/B1/three: Deleted fstest.go:250: Filtering empty directory "A4/B2" fstest.go:250: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (9.23s) === RUN TestGetFsInfo run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestGetFsInfo (0.38s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:52 DEBUG : B2 bucket rclone-test-vecamuv0goge: File to upload is small (34 bytes), uploading instead of streaming 2026/05/16 04:21:53 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/05/16 04:21:53 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/05/16 04:21:53 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/05/16 04:21:53 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/05/16 04:21:54 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/05/16 04:21:54 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/05/16 04:21:54 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:55 DEBUG : B2 bucket rclone-test-vecamuv0goge: File to upload is small (34 bytes), uploading instead of streaming 2026/05/16 04:21:55 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/05/16 04:21:55 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/05/16 04:21:55 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/05/16 04:21:55 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/05/16 04:21:56 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/05/16 04:21:56 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/05/16 04:21:56 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:21:57 DEBUG : B2 bucket rclone-test-vecamuv0goge: File to upload is small (34 bytes), uploading instead of streaming 2026/05/16 04:21:58 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/16 04:21:58 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/05/16 04:21:58 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/05/16 04:21:59 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/16 04:21:59 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-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:22:00 DEBUG : B2 bucket rclone-test-vecamuv0goge: File to upload is small (34 bytes), uploading instead of streaming 2026/05/16 04:22:00 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/16 04:22:00 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/05/16 04:22:00 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/16 04:22:00 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2026/05/16 04:22:01 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/16 04:22:01 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/05/16 04:22:01 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (10.55s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (2.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.75s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.36s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.61s) === RUN TestRcatMetadata run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.37s) === RUN TestRcatSize run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:22:03 DEBUG : B2 bucket rclone-test-vecamuv0goge: File to upload is small (60 bytes), uploading instead of streaming 2026/05/16 04:22:03 DEBUG : potato2: size = 60 OK 2026/05/16 04:22:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/05/16 04:22:03 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (1.75s) === RUN TestRcatSizeMetadata run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.37s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" --- PASS: TestRcatSizeUploadHeaders (0.87s) === RUN TestTouchDir run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" 2026/05/16 04:22:07 DEBUG : B2 bucket rclone-test-vecamuv0goge: Touching "sub dir/potato3" 2026/05/16 04:22:07 DEBUG : B2 bucket rclone-test-vecamuv0goge: Touching "potato2" 2026/05/16 04:22:07 DEBUG : B2 bucket rclone-test-vecamuv0goge: Touching "empty space" --- PASS: TestTouchDir (4.26s) === RUN TestMkdirMetadata run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.38s) === RUN TestMkdirModTime run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.37s) === RUN TestCopyDirMetadata run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.43s) === RUN TestSetDirModTime run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.37s) === RUN TestDirsEqual run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.38s) === RUN TestRemoveExisting run.go:198: Remote "B2 bucket rclone-test-vecamuv0goge", Local "Local file system at /tmp/rclone4175395010", Modify Window "1ms" operations_test.go:1962: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.37s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2026/05/16 04:22:12 DEBUG : B2 bucket rclone-test-vecamuv0goge: Purge remote 2026/05/16 04:22:12 INFO : B2 bucket rclone-test-vecamuv0goge: cleaning bucket "rclone-test-vecamuv0goge" of all files 2026/05/16 04:22:13 DEBUG : A1/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f409be069bbfc273e_d20260516_m042146_c001_v7007000_t0000_u01778905306079") 2026/05/16 04:22:13 DEBUG : A1/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e406_d20260516_m042143_c001_v0001134_t0005_u01778905303946") 2026/05/16 04:22:13 DEBUG : A1/B1/C1/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6982b_d20260516_m042125_c001_v7007000_t0000_u01778905285087") 2026/05/16 04:22:13 DEBUG : A1/B1/C1/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3c2_d20260516_m042121_c001_v0001134_t0036_u01778905281718") 2026/05/16 04:22:13 DEBUG : A1/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eeb4_d20260516_m042146_c001_v7007000_t0000_u01778905306560") 2026/05/16 04:22:13 DEBUG : A1/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e40a_d20260516_m042144_c001_v0001134_t0022_u01778905304435") 2026/05/16 04:22:13 DEBUG : A1/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e69858_d20260516_m042146_c001_v7007000_t0000_u01778905306353") 2026/05/16 04:22:13 DEBUG : A1/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e404_d20260516_m042143_c001_v0001134_t0020_u01778905303546") 2026/05/16 04:22:13 DEBUG : A1/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41939c4c0cc4cd90_d20260516_m042146_c001_v7007000_t0000_u01778905306365") 2026/05/16 04:22:13 DEBUG : A1/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3fe_d20260516_m042142_c001_v0001134_t0051_u01778905302613") 2026/05/16 04:22:13 DEBUG : A1/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f411fed089965cd5a_d20260516_m042146_c001_v7007000_t0000_u01778905306396") 2026/05/16 04:22:13 DEBUG : A1/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e400_d20260516_m042143_c001_v0001134_t0042_u01778905303204") 2026/05/16 04:22:13 DEBUG : A1/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e69832_d20260516_m042125_c001_v7007000_t0000_u01778905285452") 2026/05/16 04:22:13 DEBUG : A1/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3c4_d20260516_m042122_c001_v0001134_t0049_u01778905282069") 2026/05/16 04:22:13 DEBUG : A2/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e8248af_d20260516_m042147_c001_v7007000_t0000_u01778905307805") 2026/05/16 04:22:13 DEBUG : A2/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1121fc15d515fe59_d20260516_m042145_c001_v0001184_t0024_u01778905305695") 2026/05/16 04:22:13 DEBUG : A2/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6985a_d20260516_m042147_c001_v7007000_t0000_u01778905307584") 2026/05/16 04:22:13 DEBUG : A2/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f116d02b93de396e9_d20260516_m042146_c001_v0001032_t0050_u01778905306076") 2026/05/16 04:22:13 DEBUG : A2/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f411fed089965cd6e_d20260516_m042147_c001_v7007000_t0000_u01778905307746") 2026/05/16 04:22:14 DEBUG : A2/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1196da34024582e2_d20260516_m042145_c001_v0001134_t0037_u01778905305925") 2026/05/16 04:22:14 DEBUG : A2/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eebb_d20260516_m042147_c001_v7007000_t0000_u01778905307647") 2026/05/16 04:22:14 DEBUG : A2/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f106b81e293a11c75_d20260516_m042146_c001_v0001178_t0026_u01778905306124") 2026/05/16 04:22:14 DEBUG : A2/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41939c4c0cc4cda1_d20260516_m042147_c001_v7007000_t0000_u01778905307558") 2026/05/16 04:22:14 DEBUG : A2/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f105ed87accd3ce10_d20260516_m042146_c001_v0001137_t0041_u01778905306093") 2026/05/16 04:22:14 DEBUG : A3/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e8248b8_d20260516_m042149_c001_v7007000_t0000_u01778905309043") 2026/05/16 04:22:14 DEBUG : A3/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1101c7b34445b608_d20260516_m042147_c001_v0001167_t0000_u01778905307375") 2026/05/16 04:22:14 DEBUG : A3/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f411fed089965cd7c_d20260516_m042148_c001_v7007000_t0000_u01778905308846") 2026/05/16 04:22:14 DEBUG : A3/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f109e80dc9de295c4_d20260516_m042147_c001_v0001181_t0032_u01778905307365") 2026/05/16 04:22:14 DEBUG : A3/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec3_d20260516_m042150_c001_v7007000_t0000_u01778905310168") 2026/05/16 04:22:14 DEBUG : A3/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f103de177b12acf67_d20260516_m042147_c001_v0001103_t0054_u01778905307339") 2026/05/16 04:22:14 DEBUG : A3/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6986a_d20260516_m042148_c001_v7007000_t0000_u01778905308966") 2026/05/16 04:22:14 DEBUG : A3/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10877e78cc8308f0_d20260516_m042147_c001_v0001092_t0056_u01778905307334") 2026/05/16 04:22:14 DEBUG : A3/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41939c4c0cc4cda7_d20260516_m042148_c001_v7007000_t0000_u01778905308957") 2026/05/16 04:22:14 DEBUG : A3/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10376a8dc10c6aa9_d20260516_m042147_c001_v0001181_t0035_u01778905307350") 2026/05/16 04:22:14 DEBUG : A4/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec4_d20260516_m042150_c001_v7007000_t0000_u01778905310739") 2026/05/16 04:22:14 DEBUG : A4/B1/C1/four: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f11579cdb7dbab9ab_d20260516_m042148_c001_v0001100_t0011_u01778905308584") 2026/05/16 04:22:14 DEBUG : A4/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec5_d20260516_m042150_c001_v7007000_t0000_u01778905310923") 2026/05/16 04:22:14 DEBUG : A4/B1/C2/five: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1064321458b256da_d20260516_m042148_c001_v0001179_t0018_u01778905308586") 2026/05/16 04:22:14 DEBUG : A4/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec6_d20260516_m042151_c001_v7007000_t0000_u01778905311106") 2026/05/16 04:22:14 DEBUG : A4/B1/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1090869057a5a374_d20260516_m042148_c001_v0001109_t0035_u01778905308607") 2026/05/16 04:22:15 DEBUG : A4/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec7_d20260516_m042151_c001_v7007000_t0000_u01778905311290") 2026/05/16 04:22:15 DEBUG : A4/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f11100532fe6d6851_d20260516_m042148_c001_v0001100_t0004_u01778905308609") 2026/05/16 04:22:15 DEBUG : A4/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eec8_d20260516_m042151_c001_v7007000_t0000_u01778905311473") 2026/05/16 04:22:15 DEBUG : A4/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10979f7a1c4f12e0_d20260516_m042148_c001_v0001041_t0054_u01778905308615") 2026/05/16 04:22:15 DEBUG : BackupDir/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ff1_d20260516_m042001_c001_v7007000_t0000_u01778905201761") 2026/05/16 04:22:15 DEBUG : BackupDir/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10280c045a7abe86_d20260516_m041954_c001_v0001038_t0010_u01778905194418") 2026/05/16 04:22:15 DEBUG : CompareDest/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7fc3_d20260516_m041942_c001_v7007000_t0000_u01778905182459") 2026/05/16 04:22:15 DEBUG : CompareDest/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34f0_d20260516_m041937_c001_v0001109_t0013_u01778905177579") 2026/05/16 04:22:15 DEBUG : CompareDest/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7fc5_d20260516_m041942_c001_v7007000_t0000_u01778905182645") 2026/05/16 04:22:15 DEBUG : CompareDest/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34f6_d20260516_m041938_c001_v0001109_t0028_u01778905178955") 2026/05/16 04:22:15 DEBUG : CopyDest/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ff4_d20260516_m042001_c001_v7007000_t0000_u01778905201956") 2026/05/16 04:22:15 DEBUG : CopyDest/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c352a_d20260516_m041950_c001_v0001109_t0007_u01778905190338") 2026/05/16 04:22:15 DEBUG : CopyDest/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ff6_d20260516_m042002_c001_v7007000_t0000_u01778905202140") 2026/05/16 04:22:15 DEBUG : CopyDest/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3546_d20260516_m041958_c001_v0001109_t0040_u01778905198988") 2026/05/16 04:22:15 DEBUG : CopyDest/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ff8_d20260516_m042002_c001_v7007000_t0000_u01778905202323") 2026/05/16 04:22:15 DEBUG : CopyDest/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c353e_d20260516_m041956_c001_v0001109_t0046_u01778905196120") 2026/05/16 04:22:15 DEBUG : ReadFile: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f612942bc_d20260516_m042111_c001_v7007000_t0000_u01778905271856") 2026/05/16 04:22:15 DEBUG : ReadFile: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3a0_d20260516_m042110_c001_v0001134_t0001_u01778905270248") 2026/05/16 04:22:15 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f803d_d20260516_m042008_c001_v7007000_t0000_u01778905208210") 2026/05/16 04:22:16 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e241_d20260516_m042005_c001_v0001134_t0040_u01778905205590") 2026/05/16 04:22:16 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f8040_d20260516_m042008_c001_v7007000_t0000_u01778905208392") 2026/05/16 04:22:16 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e24d_d20260516_m042007_c001_v0001134_t0015_u01778905207365") 2026/05/16 04:22:16 DEBUG : a.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c388_d20260516_m042029_c001_v7007000_t0000_u01778905229758") 2026/05/16 04:22:16 DEBUG : a.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2a3_d20260516_m042023_c001_v0001134_t0008_u01778905223907") 2026/05/16 04:22:16 DEBUG : a.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c2ff_d20260516_m042022_c001_v7007000_t0000_u01778905222440") 2026/05/16 04:22:16 DEBUG : a.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e273_d20260516_m042016_c001_v0001134_t0057_u01778905216473") 2026/05/16 04:22:16 DEBUG : also/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f8077_d20260516_m042013_c001_v7007000_t0000_u01778905213541") 2026/05/16 04:22:16 DEBUG : also/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e263_d20260516_m042011_c001_v0001134_t0047_u01778905211164") 2026/05/16 04:22:16 DEBUG : another: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f8079_d20260516_m042014_c001_v7007000_t0000_u01778905214092") 2026/05/16 04:22:16 DEBUG : another: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e269_d20260516_m042011_c001_v0001134_t0050_u01778905211916") 2026/05/16 04:22:16 DEBUG : backup/dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6984f_d20260516_m042142_c001_v7007000_t0000_u01778905302059") 2026/05/16 04:22:16 DEBUG : backup/dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f11297bdbde6cef4a_d20260516_m042140_c001_v0001090_t0005_u01778905300382") 2026/05/16 04:22:16 DEBUG : backup/dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7f12_d20260516_m041930_c001_v7007000_t0000_u01778905170137") 2026/05/16 04:22:16 DEBUG : backup/dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10097807072c60bd_d20260516_m041927_c001_v0001146_t0046_u01778905167634") 2026/05/16 04:22:16 DEBUG : data/banana: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e824352_d20260516_m041834_c001_v7007000_t0000_u01778905114285") 2026/05/16 04:22:16 DEBUG : data/banana: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33fe_d20260516_m041830_c001_v0001109_t0002_u01778905110991") 2026/05/16 04:22:16 DEBUG : data/banana: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33c6_d20260516_m041816_c001_v0001109_t0032_u01778905096313") 2026/05/16 04:22:16 DEBUG : data/potato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e824357_d20260516_m041834_c001_v7007000_t0000_u01778905114466") 2026/05/16 04:22:16 DEBUG : data/potato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3402_d20260516_m041831_c001_v0001109_t0016_u01778905111596") 2026/05/16 04:22:16 DEBUG : data/potato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33d8_d20260516_m041820_c001_v0001109_t0051_u01778905100553") 2026/05/16 04:22:16 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e69852_d20260516_m042142_c001_v7007000_t0000_u01778905302242") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3fa_d20260516_m042141_c001_v0001134_t0013_u01778905301117") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6984e_d20260516_m042140_c001_v7007000_t0000_u01778905300929") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3f2_d20260516_m042137_c001_v0001134_t0056_u01778905297490") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7f16_d20260516_m041930_c001_v7007000_t0000_u01778905170321") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34d2_d20260516_m041928_c001_v0001109_t0054_u01778905168213") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7efd_d20260516_m041928_c001_v7007000_t0000_u01778905168024") 2026/05/16 04:22:17 DEBUG : dst/file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34c8_d20260516_m041924_c001_v0001109_t0003_u01778905164652") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ffc_d20260516_m042002_c001_v7007000_t0000_u01778905202507") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f113486774aa5a297_d20260516_m041955_c001_v0001042_t0020_u01778905195463") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41279401a32cd5e5_d20260516_m041955_c001_v7007000_t0000_u01778905195258") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3526_d20260516_m041949_c001_v0001109_t0043_u01778905189323") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f105f9d14a378714a_d20260516_m041948_c001_v0001100_t0025_u01778905188468") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f105f9d14a3787144_d20260516_m041947_c001_v0001100_t0044_u01778905187303") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7fc7_d20260516_m041942_c001_v7007000_t0000_u01778905182837") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34ee_d20260516_m041936_c001_v0001109_t0011_u01778905176648") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f108dd9e02be44d66_d20260516_m041935_c001_v0001131_t0031_u01778905175796") 2026/05/16 04:22:17 DEBUG : dst/one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f108dd9e02be44d64_d20260516_m041934_c001_v0001131_t0053_u01778905174661") 2026/05/16 04:22:17 DEBUG : dst/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ffe_d20260516_m042002_c001_v7007000_t0000_u01778905202690") 2026/05/16 04:22:17 DEBUG : dst/three: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f105f9d14a3787168_d20260516_m042000_c001_v0001100_t0035_u01778905200953") 2026/05/16 04:22:17 DEBUG : dst/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f8000_d20260516_m042002_c001_v7007000_t0000_u01778905202872") 2026/05/16 04:22:18 DEBUG : dst/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f11937820fd6642e3_d20260516_m041958_c001_v0001180_t0052_u01778905198212") 2026/05/16 04:22:18 DEBUG : dst/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7fca_d20260516_m041943_c001_v7007000_t0000_u01778905183019") 2026/05/16 04:22:18 DEBUG : dst/two: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f108dd9e02be44d7c_d20260516_m041941_c001_v0001131_t0013_u01778905181654") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f415b65876d7bd983_d20260516_m042209_c001_v7007000_t0000_u01778905329650") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f117dd7f3493f5a88_d20260516_m042209_c001_v0001183_t0020_u01778905329066") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e45a_d20260516_m042206_c001_v0001134_t0025_u01778905326597") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c453_d20260516_m042057_c001_v7007000_t0000_u01778905257675") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e352_d20260516_m042055_c001_v0001134_t0016_u01778905255902") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c451_d20260516_m042054_c001_v7007000_t0000_u01778905254922") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e346_d20260516_m042053_c001_v0001134_t0038_u01778905253595") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c44f_d20260516_m042052_c001_v7007000_t0000_u01778905252573") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e340_d20260516_m042051_c001_v0001134_t0008_u01778905251553") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c44d_d20260516_m042050_c001_v7007000_t0000_u01778905250663") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e32a_d20260516_m042049_c001_v0001134_t0022_u01778905249075") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c448_d20260516_m042047_c001_v7007000_t0000_u01778905247979") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e322_d20260516_m042047_c001_v0001134_t0038_u01778905247140") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e8d_d20260516_m041809_c001_v7007000_t0000_u01778905089091") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3388_d20260516_m041804_c001_v0001109_t0030_u01778905084107") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e82_d20260516_m041801_c001_v7007000_t0000_u01778905081837") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c335c_d20260516_m041756_c001_v0001109_t0055_u01778905076440") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e38_d20260516_m041753_c001_v7007000_t0000_u01778905073198") 2026/05/16 04:22:18 DEBUG : empty space: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c333c_d20260516_m041747_c001_v0001109_t0026_u01778905067645") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e69847_d20260516_m042136_c001_v7007000_t0000_u01778905296362") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3ec_d20260516_m042135_c001_v0001134_t0027_u01778905295242") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6983e_d20260516_m042132_c001_v7007000_t0000_u01778905292744") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f401470be25e3e3e0_d20260516_m042132_c001_v0001134_t0043_u01778905292366") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6983a_d20260516_m042131_c001_v7007000_t0000_u01778905291445") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f401470be25e3e3d2_d20260516_m042129_c001_v0001134_t0043_u01778905289573") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f612942c2_d20260516_m042116_c001_v7007000_t0000_u01778905276601") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3a8_d20260516_m042112_c001_v0001134_t0041_u01778905272642") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c444_d20260516_m042043_c001_v7007000_t0000_u01778905243550") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2f2_d20260516_m042037_c001_v0001134_t0003_u01778905237257") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c424_d20260516_m042036_c001_v7007000_t0000_u01778905236710") 2026/05/16 04:22:19 DEBUG : file1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2d6_d20260516_m042031_c001_v0001134_t0038_u01778905231217") 2026/05/16 04:22:19 DEBUG : file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6983b_d20260516_m042131_c001_v7007000_t0000_u01778905291629") 2026/05/16 04:22:19 DEBUG : file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f401470be25e3e3da_d20260516_m042130_c001_v0001134_t0043_u01778905290866") 2026/05/16 04:22:19 DEBUG : file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f612942c3_d20260516_m042116_c001_v7007000_t0000_u01778905276784") 2026/05/16 04:22:19 DEBUG : file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3ac_d20260516_m042113_c001_v0001134_t0053_u01778905273052") 2026/05/16 04:22:19 DEBUG : filename.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6983c_d20260516_m042131_c001_v7007000_t0000_u01778905291813") 2026/05/16 04:22:19 DEBUG : filename.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3d6_d20260516_m042130_c001_v0001134_t0008_u01778905290144") 2026/05/16 04:22:19 DEBUG : headerfilename.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e6983d_d20260516_m042131_c001_v7007000_t0000_u01778905291995") 2026/05/16 04:22:19 DEBUG : headerfilename.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3d8_d20260516_m042130_c001_v0001134_t0048_u01778905290526") 2026/05/16 04:22:19 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eedf_d20260516_m042202_c001_v7007000_t0000_u01778905322211") 2026/05/16 04:22:19 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e440_d20260516_m042200_c001_v0001134_t0056_u01778905320952") 2026/05/16 04:22:20 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eed8_d20260516_m042159_c001_v7007000_t0000_u01778905319609") 2026/05/16 04:22:20 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e434_d20260516_m042158_c001_v0001134_t0057_u01778905318334") 2026/05/16 04:22:20 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eee1_d20260516_m042202_c001_v7007000_t0000_u01778905322395") 2026/05/16 04:22:20 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e43c_d20260516_m042200_c001_v0001134_t0003_u01778905320350") 2026/05/16 04:22:20 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eed9_d20260516_m042159_c001_v7007000_t0000_u01778905319792") 2026/05/16 04:22:20 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e432_d20260516_m042157_c001_v0001134_t0024_u01778905317984") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c07ba_d20260516_m042108_c001_v7007000_t0000_u01778905268958") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e392_d20260516_m042108_c001_v0001134_t0012_u01778905268034") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c0790_d20260516_m042106_c001_v7007000_t0000_u01778905266337") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e384_d20260516_m042105_c001_v0001134_t0041_u01778905265089") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f61294294_d20260516_m042103_c001_v7007000_t0000_u01778905263383") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e376_d20260516_m042102_c001_v0001134_t0055_u01778905262150") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c0725_d20260516_m042100_c001_v7007000_t0000_u01778905260932") 2026/05/16 04:22:20 DEBUG : large: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e362_d20260516_m042059_c001_v0001134_t0034_u01778905259223") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f612942b6_d20260516_m042108_c001_v7007000_t0000_u01778905268966") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e38e_d20260516_m042107_c001_v0001134_t0045_u01778905267458") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f6129429e_d20260516_m042105_c001_v7007000_t0000_u01778905265774") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e382_d20260516_m042104_c001_v0001134_t0038_u01778905264675") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c074f_d20260516_m042102_c001_v7007000_t0000_u01778905262828") 2026/05/16 04:22:20 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e372_d20260516_m042101_c001_v0001134_t0032_u01778905261790") 2026/05/16 04:22:21 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c0716_d20260516_m042100_c001_v7007000_t0000_u01778905260384") 2026/05/16 04:22:21 DEBUG : medium: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e35e_d20260516_m042058_c001_v0001134_t0041_u01778905258901") 2026/05/16 04:22:21 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eece_d20260516_m042154_c001_v7007000_t0000_u01778905314498") 2026/05/16 04:22:21 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e424_d20260516_m042153_c001_v0001134_t0008_u01778905313123") 2026/05/16 04:22:21 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eed2_d20260516_m042154_c001_v7007000_t0000_u01778905314681") 2026/05/16 04:22:21 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e41e_d20260516_m042152_c001_v0001134_t0023_u01778905312775") 2026/05/16 04:22:21 DEBUG : not-one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f807a_d20260516_m042014_c001_v7007000_t0000_u01778905214276") 2026/05/16 04:22:21 DEBUG : not-one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e26b_d20260516_m042012_c001_v0001134_t0009_u01778905212556") 2026/05/16 04:22:21 DEBUG : one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f8076_d20260516_m042013_c001_v7007000_t0000_u01778905213346") 2026/05/16 04:22:21 DEBUG : one: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e25f_d20260516_m042010_c001_v0001134_t0054_u01778905210593") 2026/05/16 04:22:21 DEBUG : potato1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eee6_d20260516_m042205_c001_v7007000_t0000_u01778905325760") 2026/05/16 04:22:21 DEBUG : potato1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e454_d20260516_m042205_c001_v0001134_t0036_u01778905325260") 2026/05/16 04:22:21 DEBUG : potato1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eee4_d20260516_m042204_c001_v7007000_t0000_u01778905324333") 2026/05/16 04:22:21 DEBUG : potato1: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e44e_d20260516_m042203_c001_v0001134_t0038_u01778905323138") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f415b65876d7bd985_d20260516_m042209_c001_v7007000_t0000_u01778905329832") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f1123349675843b88_d20260516_m042208_c001_v0001157_t0058_u01778905328757") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e456_d20260516_m042206_c001_v0001134_t0019_u01778905326129") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eee5_d20260516_m042204_c001_v7007000_t0000_u01778905324517") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e450_d20260516_m042203_c001_v0001134_t0020_u01778905323682") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c454_d20260516_m042057_c001_v7007000_t0000_u01778905257857") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e350_d20260516_m042055_c001_v0001134_t0054_u01778905255493") 2026/05/16 04:22:21 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c452_d20260516_m042055_c001_v7007000_t0000_u01778905255123") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e344_d20260516_m042053_c001_v0001134_t0007_u01778905253123") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c450_d20260516_m042052_c001_v7007000_t0000_u01778905252755") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e33e_d20260516_m042051_c001_v0001134_t0047_u01778905251221") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c44e_d20260516_m042050_c001_v7007000_t0000_u01778905250854") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e326_d20260516_m042048_c001_v0001134_t0022_u01778905248530") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c449_d20260516_m042048_c001_v7007000_t0000_u01778905248162") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e31e_d20260516_m042046_c001_v0001134_t0019_u01778905246446") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e8e_d20260516_m041809_c001_v7007000_t0000_u01778905089273") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3392_d20260516_m041805_c001_v0001109_t0031_u01778905085902") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e83_d20260516_m041802_c001_v7007000_t0000_u01778905082019") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3366_d20260516_m041758_c001_v0001109_t0007_u01778905078039") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e3c_d20260516_m041753_c001_v7007000_t0000_u01778905073384") 2026/05/16 04:22:22 DEBUG : potato2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c333e_d20260516_m041749_c001_v0001109_t0029_u01778905069490") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e8f_d20260516_m041809_c001_v7007000_t0000_u01778905089455") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c339c_d20260516_m041807_c001_v0001109_t0005_u01778905087572") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e84_d20260516_m041802_c001_v7007000_t0000_u01778905082204") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3370_d20260516_m041759_c001_v0001109_t0035_u01778905079754") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e3f_d20260516_m041753_c001_v7007000_t0000_u01778905073569") 2026/05/16 04:22:22 DEBUG : remotepotato: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3346_d20260516_m041750_c001_v0001109_t0038_u01778905070782") 2026/05/16 04:22:22 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e90_d20260516_m041809_c001_v7007000_t0000_u01778905089637") 2026/05/16 04:22:22 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c337c_d20260516_m041802_c001_v0001109_t0049_u01778905082749") 2026/05/16 04:22:23 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e85_d20260516_m041802_c001_v7007000_t0000_u01778905082385") 2026/05/16 04:22:23 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3350_d20260516_m041754_c001_v0001109_t0005_u01778905074114") 2026/05/16 04:22:23 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e41_d20260516_m041753_c001_v7007000_t0000_u01778905073750") 2026/05/16 04:22:23 DEBUG : rutabaga: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3338_d20260516_m041746_c001_v0001109_t0042_u01778905066364") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f612942b9_d20260516_m042109_c001_v7007000_t0000_u01778905269515") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e38c_d20260516_m042107_c001_v0001134_t0013_u01778905267067") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4010328a8d5c0787_d20260516_m042105_c001_v7007000_t0000_u01778905265786") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e37c_d20260516_m042104_c001_v0001134_t0005_u01778905264116") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f61294290_d20260516_m042102_c001_v7007000_t0000_u01778905262834") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e36a_d20260516_m042101_c001_v0001134_t0025_u01778905261296") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4068601f6129427c_d20260516_m042100_c001_v7007000_t0000_u01778905260378") 2026/05/16 04:22:23 DEBUG : small: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e35c_d20260516_m042058_c001_v0001134_t0001_u01778905258408") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c447_d20260516_m042046_c001_v7007000_t0000_u01778905246080") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e31a_d20260516_m042045_c001_v0001134_t0018_u01778905245048") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c38f_d20260516_m042029_c001_v7007000_t0000_u01778905229939") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2ab_d20260516_m042024_c001_v0001134_t0009_u01778905224917") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c301_d20260516_m042022_c001_v7007000_t0000_u01778905222621") 2026/05/16 04:22:23 DEBUG : sub dir/hello world: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e27d_d20260516_m042017_c001_v0001134_t0006_u01778905217486") 2026/05/16 04:22:23 DEBUG : sub dir/hello world2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c395_d20260516_m042030_c001_v7007000_t0000_u01778905230120") 2026/05/16 04:22:23 DEBUG : sub dir/hello world2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2af_d20260516_m042025_c001_v0001134_t0024_u01778905225478") 2026/05/16 04:22:23 DEBUG : sub dir/hello world2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c304_d20260516_m042022_c001_v7007000_t0000_u01778905222802") 2026/05/16 04:22:23 DEBUG : sub dir/hello world2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e285_d20260516_m042017_c001_v0001134_t0028_u01778905217957") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c39a_d20260516_m042030_c001_v7007000_t0000_u01778905230302") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2b3_d20260516_m042025_c001_v0001134_t0050_u01778905225893") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c307_d20260516_m042022_c001_v7007000_t0000_u01778905222984") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e289_d20260516_m042018_c001_v0001134_t0034_u01778905218349") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c3a0_d20260516_m042030_c001_v7007000_t0000_u01778905230486") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2b7_d20260516_m042026_c001_v0001134_t0057_u01778905226426") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c309_d20260516_m042023_c001_v7007000_t0000_u01778905223165") 2026/05/16 04:22:24 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e28d_d20260516_m042018_c001_v0001134_t0008_u01778905218672") 2026/05/16 04:22:24 DEBUG : sub dir/potato3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f415b65876d7bd988_d20260516_m042210_c001_v7007000_t0000_u01778905330016") 2026/05/16 04:22:24 DEBUG : sub dir/potato3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f104c62df6b7b1b8d_d20260516_m042208_c001_v0001185_t0040_u01778905328542") 2026/05/16 04:22:24 DEBUG : sub dir/potato3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e45c_d20260516_m042207_c001_v0001134_t0054_u01778905327019") 2026/05/16 04:22:24 DEBUG : sub dir/potato3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c455_d20260516_m042058_c001_v7007000_t0000_u01778905258042") 2026/05/16 04:22:24 DEBUG : sub dir/potato3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e354_d20260516_m042056_c001_v0001134_t0008_u01778905256562") 2026/05/16 04:22:24 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c3a7_d20260516_m042030_c001_v7007000_t0000_u01778905230670") 2026/05/16 04:22:24 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2b9_d20260516_m042026_c001_v0001134_t0003_u01778905226766") 2026/05/16 04:22:24 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c30c_d20260516_m042023_c001_v7007000_t0000_u01778905223347") 2026/05/16 04:22:24 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e293_d20260516_m042019_c001_v0001134_t0024_u01778905219154") 2026/05/16 04:22:24 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f422f154267e69845_d20260516_m042134_c001_v7007000_t0000_u01778905294688") 2026/05/16 04:22:24 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e3e4_d20260516_m042133_c001_v0001134_t0028_u01778905293298") 2026/05/16 04:22:24 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c445_d20260516_m042043_c001_v7007000_t0000_u01778905243765") 2026/05/16 04:22:25 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2fc_d20260516_m042037_c001_v0001134_t0034_u01778905237955") 2026/05/16 04:22:25 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c427_d20260516_m042036_c001_v7007000_t0000_u01778905236892") 2026/05/16 04:22:25 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2da_d20260516_m042031_c001_v0001134_t0050_u01778905231827") 2026/05/16 04:22:25 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f418b6c6f6f3f7ec9_d20260516_m041923_c001_v7007000_t0000_u01778905163920") 2026/05/16 04:22:25 DEBUG : sub/file2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c34be_d20260516_m041922_c001_v0001109_t0019_u01778905162018") 2026/05/16 04:22:25 DEBUG : test-multithread-abort: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e0e_d20260516_m041745_c001_v7007000_t0000_u01778905065449") 2026/05/16 04:22:25 DEBUG : test-multithread-abort: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c32f6_d20260516_m041727_c001_v0001109_t0041_u01778905047855") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f409be069bbfc179c_d20260516_m041646_c001_v7007000_t0000_u01778905006194") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777215-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f113adcb39f83d8e2_d20260516_m041639_c001_v0001040_t0001_u01778904999136") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f40517d34d65792c2_d20260516_m041655_c001_v7007000_t0000_u01778905015458") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777216-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f113adcb39f83d8f8_d20260516_m041646_c001_v0001040_t0030_u01778905006485") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4176b50030be2d99_d20260516_m041707_c001_v7007000_t0000_u01778905027884") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-false-16777217-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c325e_d20260516_m041658_c001_v0001109_t0053_u01778905018437") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4031156c050e9752_d20260516_m041714_c001_v7007000_t0000_u01778905034102") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777215-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f2176b50030be2db0_d20260516_m041709_c001_v0001041_t0051_u01778905029720") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4031156c050e9797_d20260516_m041720_c001_v7007000_t0000_u01778905040052") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777216-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e9763_d20260516_m041715_c001_v0001182_t0024_u01778905035590") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4031156c050e97a4_d20260516_m041726_c001_v7007000_t0000_u01778905046545") 2026/05/16 04:22:25 DEBUG : test-multithread-copy-true-16777217-2: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f2031156c050e9799_d20260516_m041721_c001_v0001033_t0011_u01778905041481") 2026/05/16 04:22:25 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e82435c_d20260516_m041834_c001_v7007000_t0000_u01778905114649") 2026/05/16 04:22:25 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c3404_d20260516_m041832_c001_v0001109_t0008_u01778905112467") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33f6_d20260516_m041828_c001_v0001109_t0031_u01778905108985") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33f0_d20260516_m041827_c001_v0001109_t0012_u01778905107316") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33ec_d20260516_m041825_c001_v0001109_t0049_u01778905105781") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33e6_d20260516_m041823_c001_v0001109_t0012_u01778905103627") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33de_d20260516_m041821_c001_v0001109_t0059_u01778905101867") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33ca_d20260516_m041817_c001_v0001109_t0032_u01778905097298") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f4009bb3c7e823e94_d20260516_m041813_c001_v7007000_t0000_u01778905093385") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33b4_d20260516_m041812_c001_v0001109_t0006_u01778905092253") 2026/05/16 04:22:26 DEBUG : test.sum: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f10705fd8005c33a8_d20260516_m041810_c001_v0001109_t0055_u01778905090002") 2026/05/16 04:22:26 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eed4_d20260516_m042157_c001_v7007000_t0000_u01778905317246") 2026/05/16 04:22:26 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e42e_d20260516_m042155_c001_v0001134_t0016_u01778905315716") 2026/05/16 04:22:26 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f41011b6a6de0eed5_d20260516_m042157_c001_v7007000_t0000_u01778905317430") 2026/05/16 04:22:26 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e42c_d20260516_m042155_c001_v0001134_t0011_u01778905315230") 2026/05/16 04:22:26 DEBUG : zend.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c3ac_d20260516_m042030_c001_v7007000_t0000_u01778905230851") 2026/05/16 04:22:26 DEBUG : zend.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e2a7_d20260516_m042024_c001_v0001134_t0027_u01778905224529") 2026/05/16 04:22:26 DEBUG : zend.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f413193f51ce2c30f_d20260516_m042023_c001_v7007000_t0000_u01778905223531") 2026/05/16 04:22:26 DEBUG : zend.txt: Deleting (id "4_z2fd21df3000d2bfb9fe80e1b_f101470be25e3e275_d20260516_m042016_c001_v0001134_t0022_u01778905216918") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 5m51.117289693s (try 1/5)