"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Starting (try 1/5) 2026/09/17 02:06:09 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu" 2026/09/17 02:06:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:09 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu" 2026/09/17 02:06:09 DEBUG : Creating backend with remote "/tmp/rclone2088672985" === 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 "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" multithread_test.go:120: multithread writing not supported 2026/09/17 02:06:10 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.15s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" multithread_test.go:120: multithread writing not supported 2026/09/17 02:06:10 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.03s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 02:06:10 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 1 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 2 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 0 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/write/fatal=true 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 02:06:10 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 1 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 0 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 2 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=false 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 02:06:10 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 0 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 1 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 2 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 3 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=true 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 02:06:10 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 1 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 2 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 0 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/17 02:06:10 DEBUG : file.txt: writing chunk 3 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 02:06:10 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found --- PASS: TestMultithreadCopyWriterAtErrors (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=true (0.00s) === RUN TestSizeDiffers 2026/09/17 02:06:10 DEBUG : a: size = 0 OK 2026/09/17 02:06:10 DEBUG : a: size = 1 (memory) 2026/09/17 02:06:10 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestDirTransferEntry --- PASS: TestDirTransferEntry (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/09/17 02:06:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/17 02:06:10 DEBUG : potato: Seek from 10 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 10 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 2 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/17 02:06:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 2 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/17 02:06:10 DEBUG : potato: Seek from 8 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 8 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/17 02:06:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 02:06:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 02:06:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 02:06:10 DEBUG : potato: Seek from 5 to 2 2026/09/17 02:06:10 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/17 02:06:10 DEBUG : potato: Seek from 9 to 0 2026/09/17 02:06:10 DEBUG : potato: Seek from 9 to 0 2026/09/17 02:06:10 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 "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:10 INFO : S3 bucket rclone-test-yizipan8deyu: Bucket "rclone-test-yizipan8deyu" created with ACL "" 2026/09/17 02:06:10 DEBUG : rutabaga: size = 8 OK 2026/09/17 02:06:10 DEBUG : rutabaga.rclone_chunk.001_hq9d10: md5 = a49405dcd1c6a545eace9d6825af944b OK 2026/09/17 02:06:10 INFO : rutabaga.rclone_chunk.001_hq9d10: Copied (server-side copy) to: rutabaga 2026/09/17 02:06:10 INFO : rutabaga.rclone_chunk.001_hq9d10: Deleted === RUN TestCheck/1 === RUN TestCheck/2 2026/09/17 02:06:11 DEBUG : empty space: size = 1 OK 2026/09/17 02:06:11 DEBUG : empty space.rclone_chunk.001_hq9eeb: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:06:11 INFO : empty space.rclone_chunk.001_hq9eeb: Copied (server-side copy) to: empty space 2026/09/17 02:06:11 INFO : empty space.rclone_chunk.001_hq9eeb: Deleted === RUN TestCheck/3 2026/09/17 02:06:12 DEBUG : potato2: size = 60 OK 2026/09/17 02:06:12 DEBUG : potato2.rclone_chunk.001_hq9e9e: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:06:12 INFO : potato2.rclone_chunk.001_hq9e9e: Copied (server-side copy) to: potato2 2026/09/17 02:06:12 INFO : potato2.rclone_chunk.001_hq9e9e: Deleted === RUN TestCheck/4 === RUN TestCheck/5 2026/09/17 02:06:12 DEBUG : remotepotato: size = 60 OK 2026/09/17 02:06:12 DEBUG : remotepotato.rclone_chunk.001_hq9ftf: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:06:12 INFO : remotepotato.rclone_chunk.001_hq9ftf: Copied (server-side copy) to: remotepotato 2026/09/17 02:06:12 INFO : remotepotato.rclone_chunk.001_hq9ftf: Deleted === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (3.44s) --- PASS: TestCheck/1 (0.07s) --- PASS: TestCheck/2 (0.05s) --- PASS: TestCheck/3 (0.05s) --- PASS: TestCheck/4 (0.05s) --- PASS: TestCheck/5 (0.05s) --- PASS: TestCheck/6 (0.05s) --- PASS: TestCheck/7 (0.05s) === RUN TestCheckFsError 2026/09/17 02:06:13 DEBUG : Creating backend with remote "nonexistent" 2026/09/17 02:06:13 DEBUG : Creating backend with remote "nonexistent" 2026/09/17 02:06:13 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/17 02:06:13 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/17 02:06:13 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/17 02:06:13 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:13 DEBUG : rutabaga: size = 8 OK 2026/09/17 02:06:13 DEBUG : rutabaga.rclone_chunk.001_hq9gw0: md5 = a49405dcd1c6a545eace9d6825af944b OK 2026/09/17 02:06:13 INFO : rutabaga.rclone_chunk.001_hq9gw0: Copied (server-side copy) to: rutabaga 2026/09/17 02:06:13 INFO : rutabaga.rclone_chunk.001_hq9gw0: Deleted === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/17 02:06:14 DEBUG : empty space: size = 1 OK 2026/09/17 02:06:14 DEBUG : empty space.rclone_chunk.001_hq9hnl: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:06:14 INFO : empty space.rclone_chunk.001_hq9hnl: Copied (server-side copy) to: empty space 2026/09/17 02:06:14 INFO : empty space.rclone_chunk.001_hq9hnl: Deleted === RUN TestCheckDownload/3 2026/09/17 02:06:15 DEBUG : potato2: size = 60 OK 2026/09/17 02:06:15 DEBUG : potato2.rclone_chunk.001_hq9hfs: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:06:15 INFO : potato2.rclone_chunk.001_hq9hfs: Copied (server-side copy) to: potato2 2026/09/17 02:06:15 INFO : potato2.rclone_chunk.001_hq9hfs: Deleted === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/17 02:06:16 DEBUG : remotepotato: size = 60 OK 2026/09/17 02:06:16 DEBUG : remotepotato.rclone_chunk.001_hq9ilw: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:06:16 INFO : remotepotato.rclone_chunk.001_hq9ilw: Copied (server-side copy) to: remotepotato 2026/09/17 02:06:16 INFO : remotepotato.rclone_chunk.001_hq9ilw: Deleted === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (3.47s) --- PASS: TestCheckDownload/1 (0.10s) --- PASS: TestCheckDownload/2 (0.10s) --- PASS: TestCheckDownload/3 (0.10s) --- PASS: TestCheckDownload/4 (0.17s) --- PASS: TestCheckDownload/5 (0.10s) --- PASS: TestCheckDownload/6 (0.11s) --- PASS: TestCheckDownload/7 (0.11s) === RUN TestCheckSizeOnly run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:17 DEBUG : rutabaga: size = 8 OK 2026/09/17 02:06:17 DEBUG : rutabaga.rclone_chunk.001_hq9k18: md5 = a49405dcd1c6a545eace9d6825af944b OK 2026/09/17 02:06:17 INFO : rutabaga.rclone_chunk.001_hq9k18: Copied (server-side copy) to: rutabaga 2026/09/17 02:06:17 INFO : rutabaga.rclone_chunk.001_hq9k18: Deleted === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/17 02:06:18 DEBUG : empty space: size = 1 OK 2026/09/17 02:06:18 DEBUG : empty space.rclone_chunk.001_hq9kgl: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:06:18 INFO : empty space.rclone_chunk.001_hq9kgl: Copied (server-side copy) to: empty space 2026/09/17 02:06:18 INFO : empty space.rclone_chunk.001_hq9kgl: Deleted === RUN TestCheckSizeOnly/3 2026/09/17 02:06:18 DEBUG : potato2: size = 60 OK 2026/09/17 02:06:18 DEBUG : potato2.rclone_chunk.001_hq9lrw: md5 = 2ff4ef815de0b426b7da66694360a4c4 OK 2026/09/17 02:06:18 INFO : potato2.rclone_chunk.001_hq9lrw: Copied (server-side copy) to: potato2 2026/09/17 02:06:18 INFO : potato2.rclone_chunk.001_hq9lrw: Deleted === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/17 02:06:19 DEBUG : remotepotato: size = 60 OK 2026/09/17 02:06:19 DEBUG : remotepotato.rclone_chunk.001_hq9l94: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:06:19 INFO : remotepotato.rclone_chunk.001_hq9l94: Copied (server-side copy) to: remotepotato 2026/09/17 02:06:19 INFO : remotepotato.rclone_chunk.001_hq9l94: Deleted === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (3.00s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.01s) === RUN TestParseSumFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:20 DEBUG : test.sum: size = 81 OK 2026/09/17 02:06:20 DEBUG : test.sum.rclone_chunk.001_hq9ng3: md5 = f793dba7b302a27e736b7ee7a1b7f9e0 OK 2026/09/17 02:06:20 INFO : test.sum.rclone_chunk.001_hq9ng3: Copied (server-side copy) to: test.sum 2026/09/17 02:06:20 INFO : test.sum.rclone_chunk.001_hq9ng3: Deleted 2026/09/17 02:06:20 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/17 02:06:20 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/17 02:06:20 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/17 02:06:20 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/17 02:06:21 DEBUG : test.sum: size = 90 OK 2026/09/17 02:06:21 DEBUG : test.sum.rclone_chunk.001_hq9ngq: md5 = f034019ad0e2af1dcc3875ec7e1a1969 OK 2026/09/17 02:06:21 INFO : test.sum.rclone_chunk.001_hq9ngq: Copied (server-side copy) to: test.sum 2026/09/17 02:06:21 INFO : test.sum.rclone_chunk.001_hq9ngq: Deleted 2026/09/17 02:06:21 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/17 02:06:21 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/17 02:06:21 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/17 02:06:21 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (1.40s) === RUN TestCheckSum run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:21 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/data" 2026/09/17 02:06:21 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/data" 2026/09/17 02:06:21 DEBUG : data/banana: size = 13 OK 2026/09/17 02:06:21 DEBUG : data/banana.rclone_chunk.001_hq9ozq: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:21 INFO : data/banana.rclone_chunk.001_hq9ozq: Copied (server-side copy) to: data/banana 2026/09/17 02:06:21 INFO : data/banana.rclone_chunk.001_hq9ozq: Deleted 2026/09/17 02:06:22 DEBUG : test.sum: size = 41 OK 2026/09/17 02:06:22 DEBUG : test.sum.rclone_chunk.001_hq9pak: md5 = a466e167cb278a07bb8a055a36371a12 OK 2026/09/17 02:06:22 INFO : test.sum.rclone_chunk.001_hq9pak: Copied (server-side copy) to: test.sum 2026/09/17 02:06:22 INFO : test.sum.rclone_chunk.001_hq9pak: Deleted === RUN TestCheckSum/subtest1 2026/09/17 02:06:23 DEBUG : data/potato: size = 15 OK 2026/09/17 02:06:23 DEBUG : data/potato.rclone_chunk.001_hq9pxg: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2026/09/17 02:06:23 INFO : data/potato.rclone_chunk.001_hq9pxg: Copied (server-side copy) to: data/potato 2026/09/17 02:06:23 INFO : data/potato.rclone_chunk.001_hq9pxg: Deleted 2026/09/17 02:06:23 DEBUG : test.sum: size = 41 OK 2026/09/17 02:06:23 DEBUG : test.sum.rclone_chunk.001_hq9qfm: md5 = a466e167cb278a07bb8a055a36371a12 OK 2026/09/17 02:06:23 INFO : test.sum.rclone_chunk.001_hq9qfm: Copied (server-side copy) to: test.sum 2026/09/17 02:06:23 INFO : test.sum.rclone_chunk.001_hq9qfm: Deleted === RUN TestCheckSum/subtest2 2026/09/17 02:06:24 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:24 DEBUG : test.sum.rclone_chunk.001_hq9rtd: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2026/09/17 02:06:24 INFO : test.sum.rclone_chunk.001_hq9rtd: Copied (server-side copy) to: test.sum 2026/09/17 02:06:24 INFO : test.sum.rclone_chunk.001_hq9rtd: Deleted === RUN TestCheckSum/subtest3 2026/09/17 02:06:25 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:25 DEBUG : test.sum.rclone_chunk.001_hq9sy7: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2026/09/17 02:06:25 INFO : test.sum.rclone_chunk.001_hq9sy7: Copied (server-side copy) to: test.sum 2026/09/17 02:06:25 INFO : test.sum.rclone_chunk.001_hq9sy7: Deleted === RUN TestCheckSum/subtest4 2026/09/17 02:06:26 DEBUG : test.sum: size = 123 OK 2026/09/17 02:06:26 DEBUG : test.sum.rclone_chunk.001_hq9tog: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2026/09/17 02:06:26 INFO : test.sum.rclone_chunk.001_hq9tog: Copied (server-side copy) to: test.sum 2026/09/17 02:06:26 INFO : test.sum.rclone_chunk.001_hq9tog: Deleted === RUN TestCheckSum/subtest5 2026/09/17 02:06:27 DEBUG : test.sum: size = 123 OK 2026/09/17 02:06:27 DEBUG : test.sum.rclone_chunk.001_hq9uzu: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2026/09/17 02:06:27 INFO : test.sum.rclone_chunk.001_hq9uzu: Copied (server-side copy) to: test.sum 2026/09/17 02:06:27 INFO : test.sum.rclone_chunk.001_hq9uzu: Deleted === RUN TestCheckSum/subtest6 2026/09/17 02:06:28 DEBUG : data/banana: size = 13 OK 2026/09/17 02:06:28 DEBUG : data/banana.rclone_chunk.001_hq9v0f: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:28 INFO : data/banana.rclone_chunk.001_hq9v0f: Copied (server-side copy) to: data/banana 2026/09/17 02:06:28 INFO : data/banana.rclone_chunk.001_hq9v0f: Deleted 2026/09/17 02:06:28 DEBUG : data/potato: size = 15 OK 2026/09/17 02:06:28 DEBUG : data/potato.rclone_chunk.001_hq9vka: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2026/09/17 02:06:28 INFO : data/potato.rclone_chunk.001_hq9vka: Copied (server-side copy) to: data/potato 2026/09/17 02:06:28 INFO : data/potato.rclone_chunk.001_hq9vka: Deleted 2026/09/17 02:06:29 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:29 DEBUG : test.sum.rclone_chunk.001_hq9weu: md5 = b016be839d91d18cfaa786ab2a641504 OK 2026/09/17 02:06:29 INFO : test.sum.rclone_chunk.001_hq9weu: Copied (server-side copy) to: test.sum 2026/09/17 02:06:29 INFO : test.sum.rclone_chunk.001_hq9weu: Deleted === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (8.86s) --- PASS: TestCheckSum/subtest1 (0.20s) --- PASS: TestCheckSum/subtest2 (0.19s) --- PASS: TestCheckSum/subtest3 (0.18s) --- PASS: TestCheckSum/subtest4 (0.18s) --- PASS: TestCheckSum/subtest5 (0.18s) --- PASS: TestCheckSum/subtest6 (0.19s) --- PASS: TestCheckSum/subtest7 (0.27s) === RUN TestCheckSumDownload run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:30 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/data" 2026/09/17 02:06:30 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/data" 2026/09/17 02:06:30 DEBUG : data/banana: size = 13 OK 2026/09/17 02:06:30 DEBUG : data/banana.rclone_chunk.001_hq9xbw: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:30 INFO : data/banana.rclone_chunk.001_hq9xbw: Copied (server-side copy) to: data/banana 2026/09/17 02:06:30 INFO : data/banana.rclone_chunk.001_hq9xbw: Deleted 2026/09/17 02:06:31 DEBUG : test.sum: size = 41 OK 2026/09/17 02:06:31 DEBUG : test.sum.rclone_chunk.001_hq9xi8: md5 = a466e167cb278a07bb8a055a36371a12 OK 2026/09/17 02:06:31 INFO : test.sum.rclone_chunk.001_hq9xi8: Copied (server-side copy) to: test.sum 2026/09/17 02:06:31 INFO : test.sum.rclone_chunk.001_hq9xi8: Deleted === RUN TestCheckSumDownload/subtest1 2026/09/17 02:06:32 DEBUG : data/potato: size = 15 OK 2026/09/17 02:06:32 DEBUG : data/potato.rclone_chunk.001_hq9y01: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2026/09/17 02:06:32 INFO : data/potato.rclone_chunk.001_hq9y01: Copied (server-side copy) to: data/potato 2026/09/17 02:06:32 INFO : data/potato.rclone_chunk.001_hq9y01: Deleted 2026/09/17 02:06:32 DEBUG : test.sum: size = 41 OK 2026/09/17 02:06:32 DEBUG : test.sum.rclone_chunk.001_hq9zpr: md5 = a466e167cb278a07bb8a055a36371a12 OK 2026/09/17 02:06:32 INFO : test.sum.rclone_chunk.001_hq9zpr: Copied (server-side copy) to: test.sum 2026/09/17 02:06:32 INFO : test.sum.rclone_chunk.001_hq9zpr: Deleted === RUN TestCheckSumDownload/subtest2 2026/09/17 02:06:33 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:33 DEBUG : test.sum.rclone_chunk.001_hqa02r: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2026/09/17 02:06:33 INFO : test.sum.rclone_chunk.001_hqa02r: Copied (server-side copy) to: test.sum 2026/09/17 02:06:33 INFO : test.sum.rclone_chunk.001_hqa02r: Deleted === RUN TestCheckSumDownload/subtest3 2026/09/17 02:06:34 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:34 DEBUG : test.sum.rclone_chunk.001_hqa1qn: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2026/09/17 02:06:34 INFO : test.sum.rclone_chunk.001_hqa1qn: Copied (server-side copy) to: test.sum 2026/09/17 02:06:34 INFO : test.sum.rclone_chunk.001_hqa1qn: Deleted === RUN TestCheckSumDownload/subtest4 2026/09/17 02:06:35 DEBUG : test.sum: size = 123 OK 2026/09/17 02:06:35 DEBUG : test.sum.rclone_chunk.001_hqa2lg: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2026/09/17 02:06:35 INFO : test.sum.rclone_chunk.001_hqa2lg: Copied (server-side copy) to: test.sum 2026/09/17 02:06:35 INFO : test.sum.rclone_chunk.001_hqa2lg: Deleted === RUN TestCheckSumDownload/subtest5 2026/09/17 02:06:36 DEBUG : test.sum: size = 123 OK 2026/09/17 02:06:36 DEBUG : test.sum.rclone_chunk.001_hqa3xr: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2026/09/17 02:06:36 INFO : test.sum.rclone_chunk.001_hqa3xr: Copied (server-side copy) to: test.sum 2026/09/17 02:06:36 INFO : test.sum.rclone_chunk.001_hqa3xr: Deleted === RUN TestCheckSumDownload/subtest6 2026/09/17 02:06:37 DEBUG : data/banana: size = 13 OK 2026/09/17 02:06:37 DEBUG : data/banana.rclone_chunk.001_hqa4m5: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:37 INFO : data/banana.rclone_chunk.001_hqa4m5: Copied (server-side copy) to: data/banana 2026/09/17 02:06:37 INFO : data/banana.rclone_chunk.001_hqa4m5: Deleted 2026/09/17 02:06:38 DEBUG : data/potato: size = 15 OK 2026/09/17 02:06:38 DEBUG : data/potato.rclone_chunk.001_hqa5fg: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2026/09/17 02:06:38 INFO : data/potato.rclone_chunk.001_hqa5fg: Copied (server-side copy) to: data/potato 2026/09/17 02:06:38 INFO : data/potato.rclone_chunk.001_hqa5fg: Deleted 2026/09/17 02:06:38 DEBUG : test.sum: size = 82 OK 2026/09/17 02:06:38 DEBUG : test.sum.rclone_chunk.001_hqa5vo: md5 = b016be839d91d18cfaa786ab2a641504 OK 2026/09/17 02:06:38 INFO : test.sum.rclone_chunk.001_hqa5vo: Copied (server-side copy) to: test.sum 2026/09/17 02:06:39 INFO : test.sum.rclone_chunk.001_hqa5vo: Deleted === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (9.55s) --- PASS: TestCheckSumDownload/subtest1 (0.26s) --- PASS: TestCheckSumDownload/subtest2 (0.25s) --- PASS: TestCheckSumDownload/subtest3 (0.31s) --- PASS: TestCheckSumDownload/subtest4 (0.25s) --- PASS: TestCheckSumDownload/subtest5 (0.24s) --- PASS: TestCheckSumDownload/subtest6 (0.25s) --- PASS: TestCheckSumDownload/subtest7 (0.25s) === RUN TestCheckSumConcurrency 2026/09/17 02:06:39 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/17 02:06:39 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/17 02:06:39 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/17 02:06:39 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/17 02:06:39 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/17 02:06:39 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/17 02:06:39 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/17 02:06:39 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/17 02:06:39 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/17 02:06:39 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/17 02:06:39 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/17 02:06:39 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/17 02:06:39 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-debebim3zeto" 2026/09/17 02:06:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:39 DEBUG : Creating backend with remote "TestS3:rclone-test-debebim3zeto" 2026/09/17 02:06:39 DEBUG : Creating backend with remote "/tmp/rclone751590582" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-debebim3zeto'", Local "Local file system at /tmp/rclone751590582", Modify Window "1ns" 2026/09/17 02:06:40 INFO : S3 bucket rclone-test-debebim3zeto: Bucket "rclone-test-debebim3zeto" created with ACL "" 2026/09/17 02:06:40 DEBUG : hello, world!: size = 13 OK 2026/09/17 02:06:40 DEBUG : hello, world!.rclone_chunk.001_hqa7e3: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:40 INFO : hello, world!.rclone_chunk.001_hqa7e3: Copied (server-side copy) to: hello, world! 2026/09/17 02:06:40 INFO : hello, world!.rclone_chunk.001_hqa7e3: Deleted upper checkfile vs. lower remote (without normalization) 2026/09/17 02:06:40 ERROR : hello, world!: sum not found 2026/09/17 02:06:40 ERROR : HELLO, WORLD!: file not in Chunked 'TestChunkerS3:rclone-test-debebim3zeto' 2026/09/17 02:06:40 NOTICE: Chunked 'TestChunkerS3:rclone-test-debebim3zeto': 1 files missing 2026/09/17 02:06:40 NOTICE: 1 hashes missing 2026/09/17 02:06:40 NOTICE: Chunked 'TestChunkerS3:rclone-test-debebim3zeto': 1 differences found 2026/09/17 02:06:40 NOTICE: Chunked 'TestChunkerS3:rclone-test-debebim3zeto': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/17 02:06:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:41 NOTICE: Chunked 'TestChunkerS3:rclone-test-debebim3zeto': 0 differences found 2026/09/17 02:06:41 NOTICE: Chunked 'TestChunkerS3:rclone-test-debebim3zeto': 1 matching files 2026/09/17 02:06:41 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-qeyelur8ruce" 2026/09/17 02:06:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:41 DEBUG : Creating backend with remote "TestS3:rclone-test-qeyelur8ruce" 2026/09/17 02:06:41 DEBUG : Creating backend with remote "/tmp/rclone218827149" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce'", Local "Local file system at /tmp/rclone218827149", Modify Window "1ns" 2026/09/17 02:06:41 INFO : S3 bucket rclone-test-qeyelur8ruce: Bucket "rclone-test-qeyelur8ruce" created with ACL "" 2026/09/17 02:06:41 DEBUG : HELLO, WORLD!: size = 13 OK 2026/09/17 02:06:41 DEBUG : HELLO, WORLD!.rclone_chunk.001_hqa866: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:41 INFO : HELLO, WORLD!.rclone_chunk.001_hqa866: Copied (server-side copy) to: HELLO, WORLD! 2026/09/17 02:06:41 INFO : HELLO, WORLD!.rclone_chunk.001_hqa866: Deleted lower checkfile vs. upper remote (without normalization) 2026/09/17 02:06:42 ERROR : HELLO, WORLD!: sum not found 2026/09/17 02:06:42 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce' 2026/09/17 02:06:42 NOTICE: Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': 1 files missing 2026/09/17 02:06:42 NOTICE: 1 hashes missing 2026/09/17 02:06:42 NOTICE: Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': 1 differences found 2026/09/17 02:06:42 NOTICE: Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/17 02:06:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:42 NOTICE: Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': 0 differences found 2026/09/17 02:06:42 NOTICE: Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': 1 matching files 2026/09/17 02:06:42 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-dumuvun7nafa" 2026/09/17 02:06:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:42 DEBUG : Creating backend with remote "TestS3:rclone-test-dumuvun7nafa" 2026/09/17 02:06:42 DEBUG : Creating backend with remote "/tmp/rclone2076224321" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa'", Local "Local file system at /tmp/rclone2076224321", Modify Window "1ns" 2026/09/17 02:06:42 INFO : S3 bucket rclone-test-dumuvun7nafa: Bucket "rclone-test-dumuvun7nafa" created with ACL "" 2026/09/17 02:06:43 DEBUG : HeLlO, wOrLd!: size = 13 OK 2026/09/17 02:06:43 DEBUG : HeLlO, wOrLd!.rclone_chunk.001_hqa9v3: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:43 INFO : HeLlO, wOrLd!.rclone_chunk.001_hqa9v3: Copied (server-side copy) to: HeLlO, wOrLd! 2026/09/17 02:06:43 INFO : HeLlO, wOrLd!.rclone_chunk.001_hqa9v3: Deleted lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/17 02:06:43 ERROR : HeLlO, wOrLd!: sum not found 2026/09/17 02:06:43 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa' 2026/09/17 02:06:43 NOTICE: Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': 1 files missing 2026/09/17 02:06:43 NOTICE: 1 hashes missing 2026/09/17 02:06:43 NOTICE: Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': 1 differences found 2026/09/17 02:06:43 NOTICE: Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/17 02:06:43 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:43 NOTICE: Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': 0 differences found 2026/09/17 02:06:43 NOTICE: Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': 1 matching files 2026/09/17 02:06:43 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yozeliy1qazo" 2026/09/17 02:06:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:43 DEBUG : Creating backend with remote "TestS3:rclone-test-yozeliy1qazo" 2026/09/17 02:06:43 DEBUG : Creating backend with remote "/tmp/rclone2956085398" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo'", Local "Local file system at /tmp/rclone2956085398", Modify Window "1ns" 2026/09/17 02:06:43 INFO : S3 bucket rclone-test-yozeliy1qazo: Bucket "rclone-test-yozeliy1qazo" created with ACL "" 2026/09/17 02:06:44 DEBUG : HELLO, WORLD!: size = 13 OK 2026/09/17 02:06:44 DEBUG : HELLO, WORLD!.rclone_chunk.001_hqab1f: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:44 INFO : HELLO, WORLD!.rclone_chunk.001_hqab1f: Copied (server-side copy) to: HELLO, WORLD! 2026/09/17 02:06:44 INFO : HELLO, WORLD!.rclone_chunk.001_hqab1f: Deleted upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/17 02:06:44 ERROR : HELLO, WORLD!: sum not found 2026/09/17 02:06:44 ERROR : HeLlO, wOrLd!: file not in Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo' 2026/09/17 02:06:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': 1 files missing 2026/09/17 02:06:44 NOTICE: 1 hashes missing 2026/09/17 02:06:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': 1 differences found 2026/09/17 02:06:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/17 02:06:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': 0 differences found 2026/09/17 02:06:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': 1 matching files 2026/09/17 02:06:44 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hehukuw9nolo" 2026/09/17 02:06:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:44 DEBUG : Creating backend with remote "TestS3:rclone-test-hehukuw9nolo" 2026/09/17 02:06:44 DEBUG : Creating backend with remote "/tmp/rclone2160923115" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo'", Local "Local file system at /tmp/rclone2160923115", Modify Window "1ns" 2026/09/17 02:06:45 INFO : S3 bucket rclone-test-hehukuw9nolo: Bucket "rclone-test-hehukuw9nolo" created with ACL "" 2026/09/17 02:06:45 DEBUG : 測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:45 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_hqacfd: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:45 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_hqacfd: Copied (server-side copy) to: 測試_Русский___ě_áñ 2026/09/17 02:06:45 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_hqacfd: Deleted NFD checkfile vs. NFC remote (without normalization) 2026/09/17 02:06:45 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:45 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo' 2026/09/17 02:06:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': 1 files missing 2026/09/17 02:06:45 NOTICE: 1 hashes missing 2026/09/17 02:06:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': 1 differences found 2026/09/17 02:06:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/17 02:06:45 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': 0 differences found 2026/09/17 02:06:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': 1 matching files 2026/09/17 02:06:45 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-bibadus8duxe" 2026/09/17 02:06:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:45 DEBUG : Creating backend with remote "TestS3:rclone-test-bibadus8duxe" 2026/09/17 02:06:45 DEBUG : Creating backend with remote "/tmp/rclone3940099641" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-bibadus8duxe'", Local "Local file system at /tmp/rclone3940099641", Modify Window "1ns" 2026/09/17 02:06:46 INFO : S3 bucket rclone-test-bibadus8duxe: Bucket "rclone-test-bibadus8duxe" created with ACL "" 2026/09/17 02:06:46 DEBUG : 測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:46 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_hqadmt: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:46 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_hqadmt: Copied (server-side copy) to: 測試_Русский___ě_áñ 2026/09/17 02:06:46 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_hqadmt: Deleted NFC checkfile vs. NFD remote (without normalization) 2026/09/17 02:06:46 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:46 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-bibadus8duxe' 2026/09/17 02:06:46 NOTICE: Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': 1 files missing 2026/09/17 02:06:46 NOTICE: 1 hashes missing 2026/09/17 02:06:46 NOTICE: Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': 1 differences found 2026/09/17 02:06:46 NOTICE: Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/17 02:06:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': 0 differences found 2026/09/17 02:06:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': 1 matching files 2026/09/17 02:06:47 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hujevat0faja" 2026/09/17 02:06:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:47 DEBUG : Creating backend with remote "TestS3:rclone-test-hujevat0faja" 2026/09/17 02:06:47 DEBUG : Creating backend with remote "/tmp/rclone2180004563" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-hujevat0faja'", Local "Local file system at /tmp/rclone2180004563", Modify Window "1ns" 2026/09/17 02:06:47 INFO : S3 bucket rclone-test-hujevat0faja: Bucket "rclone-test-hujevat0faja" created with ACL "" 2026/09/17 02:06:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqaeov: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:48 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqaeov: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/17 02:06:48 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqaeov: Deleted NFDx2 checkfile vs. both remote (without normalization) 2026/09/17 02:06:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-hujevat0faja' 2026/09/17 02:06:48 NOTICE: Chunked 'TestChunkerS3:rclone-test-hujevat0faja': 1 files missing 2026/09/17 02:06:48 NOTICE: 1 hashes missing 2026/09/17 02:06:48 NOTICE: Chunked 'TestChunkerS3:rclone-test-hujevat0faja': 1 differences found 2026/09/17 02:06:48 NOTICE: Chunked 'TestChunkerS3:rclone-test-hujevat0faja': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/17 02:06:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:48 NOTICE: Chunked 'TestChunkerS3:rclone-test-hujevat0faja': 0 differences found 2026/09/17 02:06:48 NOTICE: Chunked 'TestChunkerS3:rclone-test-hujevat0faja': 1 matching files 2026/09/17 02:06:48 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-bixofih5qapo" 2026/09/17 02:06:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:48 DEBUG : Creating backend with remote "TestS3:rclone-test-bixofih5qapo" 2026/09/17 02:06:48 DEBUG : Creating backend with remote "/tmp/rclone1148217695" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-bixofih5qapo'", Local "Local file system at /tmp/rclone1148217695", Modify Window "1ns" 2026/09/17 02:06:48 INFO : S3 bucket rclone-test-bixofih5qapo: Bucket "rclone-test-bixofih5qapo" created with ACL "" 2026/09/17 02:06:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqafde: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:49 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqafde: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/17 02:06:49 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqafde: Deleted NFCx2 checkfile vs. both remote (without normalization) 2026/09/17 02:06:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-bixofih5qapo' 2026/09/17 02:06:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': 1 files missing 2026/09/17 02:06:49 NOTICE: 1 hashes missing 2026/09/17 02:06:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': 1 differences found 2026/09/17 02:06:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/17 02:06:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': 0 differences found 2026/09/17 02:06:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': 1 matching files 2026/09/17 02:06:49 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-madibom3mugu" 2026/09/17 02:06:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:49 DEBUG : Creating backend with remote "TestS3:rclone-test-madibom3mugu" 2026/09/17 02:06:49 DEBUG : Creating backend with remote "/tmp/rclone363926944" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-madibom3mugu'", Local "Local file system at /tmp/rclone363926944", Modify Window "1ns" 2026/09/17 02:06:50 INFO : S3 bucket rclone-test-madibom3mugu: Bucket "rclone-test-madibom3mugu" created with ACL "" 2026/09/17 02:06:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqahgj: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:50 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqahgj: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/17 02:06:50 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqahgj: Deleted both checkfile vs. NFDx2 remote (without normalization) 2026/09/17 02:06:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-madibom3mugu' 2026/09/17 02:06:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-madibom3mugu': 1 files missing 2026/09/17 02:06:50 NOTICE: 1 hashes missing 2026/09/17 02:06:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-madibom3mugu': 1 differences found 2026/09/17 02:06:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-madibom3mugu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/17 02:06:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-madibom3mugu': 0 differences found 2026/09/17 02:06:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-madibom3mugu': 1 matching files 2026/09/17 02:06:50 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-mucudew2hasi" 2026/09/17 02:06:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:06:50 DEBUG : Creating backend with remote "TestS3:rclone-test-mucudew2hasi" 2026/09/17 02:06:50 DEBUG : Creating backend with remote "/tmp/rclone265949167" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-mucudew2hasi'", Local "Local file system at /tmp/rclone265949167", Modify Window "1ns" 2026/09/17 02:06:51 INFO : S3 bucket rclone-test-mucudew2hasi: Bucket "rclone-test-mucudew2hasi" created with ACL "" 2026/09/17 02:06:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: size = 13 OK 2026/09/17 02:06:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqailu: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqailu: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/17 02:06:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_hqailu: Deleted both checkfile vs. NFCx2 remote (without normalization) 2026/09/17 02:06:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 02:06:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-mucudew2hasi' 2026/09/17 02:06:51 NOTICE: Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': 1 files missing 2026/09/17 02:06:51 NOTICE: 1 hashes missing 2026/09/17 02:06:51 NOTICE: Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': 1 differences found 2026/09/17 02:06:51 NOTICE: Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/17 02:06:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 02:06:51 NOTICE: Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': 0 differences found 2026/09/17 02:06:51 NOTICE: Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': 1 matching files 2026/09/17 02:06:51 DEBUG : Chunked 'TestChunkerS3:rclone-test-mucudew2hasi': Purge remote 2026/09/17 02:06:51 DEBUG : S3 bucket rclone-test-mucudew2hasi: bucket is versioned: false 2026/09/17 02:06:51 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:52 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2026/09/17 02:06:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:52 INFO : S3 bucket rclone-test-mucudew2hasi: Bucket "rclone-test-mucudew2hasi" deleted 2026/09/17 02:06:52 DEBUG : Chunked 'TestChunkerS3:rclone-test-madibom3mugu': Purge remote 2026/09/17 02:06:52 DEBUG : S3 bucket rclone-test-madibom3mugu: bucket is versioned: false 2026/09/17 02:06:52 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:52 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2026/09/17 02:06:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:52 INFO : S3 bucket rclone-test-madibom3mugu: Bucket "rclone-test-madibom3mugu" deleted 2026/09/17 02:06:52 DEBUG : Chunked 'TestChunkerS3:rclone-test-bixofih5qapo': Purge remote 2026/09/17 02:06:53 DEBUG : S3 bucket rclone-test-bixofih5qapo: bucket is versioned: false 2026/09/17 02:06:53 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:53 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2026/09/17 02:06:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:53 INFO : S3 bucket rclone-test-bixofih5qapo: Bucket "rclone-test-bixofih5qapo" deleted 2026/09/17 02:06:53 DEBUG : Chunked 'TestChunkerS3:rclone-test-hujevat0faja': Purge remote 2026/09/17 02:06:53 DEBUG : S3 bucket rclone-test-hujevat0faja: bucket is versioned: false 2026/09/17 02:06:53 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:53 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2026/09/17 02:06:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:53 INFO : S3 bucket rclone-test-hujevat0faja: Bucket "rclone-test-hujevat0faja" deleted 2026/09/17 02:06:53 DEBUG : Chunked 'TestChunkerS3:rclone-test-bibadus8duxe': Purge remote 2026/09/17 02:06:54 DEBUG : S3 bucket rclone-test-bibadus8duxe: bucket is versioned: false 2026/09/17 02:06:54 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:54 DEBUG : "測試_Русский___ě_áñ" version false 2026/09/17 02:06:54 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:54 INFO : 測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:54 INFO : S3 bucket rclone-test-bibadus8duxe: Bucket "rclone-test-bibadus8duxe" deleted 2026/09/17 02:06:54 DEBUG : Chunked 'TestChunkerS3:rclone-test-hehukuw9nolo': Purge remote 2026/09/17 02:06:54 DEBUG : S3 bucket rclone-test-hehukuw9nolo: bucket is versioned: false 2026/09/17 02:06:54 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:54 DEBUG : "測試_Русский___ě_áñ" version false 2026/09/17 02:06:54 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2026/09/17 02:06:54 INFO : 測試_Русский___ě_áñ: Deleted 2026/09/17 02:06:55 INFO : S3 bucket rclone-test-hehukuw9nolo: Bucket "rclone-test-hehukuw9nolo" deleted 2026/09/17 02:06:55 DEBUG : Chunked 'TestChunkerS3:rclone-test-yozeliy1qazo': Purge remote 2026/09/17 02:06:55 DEBUG : S3 bucket rclone-test-yozeliy1qazo: bucket is versioned: false 2026/09/17 02:06:55 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:55 DEBUG : "HELLO, WORLD!" version false 2026/09/17 02:06:55 DEBUG : HELLO, WORLD!: Deleting (id "") 2026/09/17 02:06:55 INFO : HELLO, WORLD!: Deleted 2026/09/17 02:06:55 INFO : S3 bucket rclone-test-yozeliy1qazo: Bucket "rclone-test-yozeliy1qazo" deleted 2026/09/17 02:06:55 DEBUG : Chunked 'TestChunkerS3:rclone-test-dumuvun7nafa': Purge remote 2026/09/17 02:06:55 DEBUG : S3 bucket rclone-test-dumuvun7nafa: bucket is versioned: false 2026/09/17 02:06:55 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:55 DEBUG : "HeLlO, wOrLd!" version false 2026/09/17 02:06:55 DEBUG : HeLlO, wOrLd!: Deleting (id "") 2026/09/17 02:06:55 INFO : HeLlO, wOrLd!: Deleted 2026/09/17 02:06:56 INFO : S3 bucket rclone-test-dumuvun7nafa: Bucket "rclone-test-dumuvun7nafa" deleted 2026/09/17 02:06:56 DEBUG : Chunked 'TestChunkerS3:rclone-test-qeyelur8ruce': Purge remote 2026/09/17 02:06:56 DEBUG : S3 bucket rclone-test-qeyelur8ruce: bucket is versioned: false 2026/09/17 02:06:56 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:56 DEBUG : "HELLO, WORLD!" version false 2026/09/17 02:06:56 DEBUG : HELLO, WORLD!: Deleting (id "") 2026/09/17 02:06:56 INFO : HELLO, WORLD!: Deleted 2026/09/17 02:06:56 INFO : S3 bucket rclone-test-qeyelur8ruce: Bucket "rclone-test-qeyelur8ruce" deleted 2026/09/17 02:06:56 DEBUG : Chunked 'TestChunkerS3:rclone-test-debebim3zeto': Purge remote 2026/09/17 02:06:56 DEBUG : S3 bucket rclone-test-debebim3zeto: bucket is versioned: false 2026/09/17 02:06:56 DEBUG : Waiting for deletions to finish 2026/09/17 02:06:56 DEBUG : "hello, world!" version false 2026/09/17 02:06:56 DEBUG : hello, world!: Deleting (id "") 2026/09/17 02:06:56 INFO : hello, world!: Deleted 2026/09/17 02:06:57 INFO : S3 bucket rclone-test-debebim3zeto: Bucket "rclone-test-debebim3zeto" deleted --- PASS: TestApplyTransforms (17.60s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 02:06:57 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:06:57 DEBUG : sub/file2.rclone_chunk.001_hqaop3: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:06:57 INFO : sub/file2.rclone_chunk.001_hqaop3: Copied (server-side copy) to: sub/file2 2026/09/17 02:06:57 INFO : sub/file2.rclone_chunk.001_hqaop3: Deleted 2026/09/17 02:06:57 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:06:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:06:57 INFO : file1: Copied (new) to: sub/file2 2026/09/17 02:06:58 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:06:58 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:06:58 DEBUG : file1: Unchanged skipping 2026/09/17 02:06:58 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (1.27s) === RUN TestCopyLongFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.09s) === RUN TestCopyFileBackupDir run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:06:59 DEBUG : dst/file1: size = 18 OK 2026/09/17 02:06:59 DEBUG : dst/file1.rclone_chunk.001_hqapys: md5 = 05164b153084ba910184c26e561a7c18 OK 2026/09/17 02:06:59 INFO : dst/file1.rclone_chunk.001_hqapys: Copied (server-side copy) to: dst/file1 2026/09/17 02:06:59 INFO : dst/file1.rclone_chunk.001_hqapys: Deleted 2026/09/17 02:06:59 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/backup" 2026/09/17 02:06:59 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/backup" 2026/09/17 02:06:59 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:06:59 DEBUG : dst/file1: size = 18 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:06:59 DEBUG : dst/file1: Sizes differ 2026/09/17 02:06:59 DEBUG : dst/file1: copy non-chunked object... 2026/09/17 02:07:00 DEBUG : dst/file1: size = 18 OK 2026/09/17 02:07:00 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2026/09/17 02:07:00 INFO : dst/file1: Copied (server-side copy) 2026/09/17 02:07:00 INFO : dst/file1: Deleted 2026/09/17 02:07:00 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:00 DEBUG : dst/file1: size = 14 OK 2026/09/17 02:07:00 DEBUG : dst/file1.rclone_chunk.001_hqardm: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:00 INFO : dst/file1.rclone_chunk.001_hqardm: Copied (server-side copy) to: dst/file1 2026/09/17 02:07:00 INFO : dst/file1.rclone_chunk.001_hqardm: Deleted 2026/09/17 02:07:00 DEBUG : dst/file1: size = 14 OK 2026/09/17 02:07:00 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:00 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (2.27s) === RUN TestCopyFileCompareDest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:01 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/dst" 2026/09/17 02:07:01 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/dst" 2026/09/17 02:07:01 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/CompareDest" 2026/09/17 02:07:01 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/CompareDest" 2026/09/17 02:07:01 DEBUG : one: Need to transfer - File not found at Destination 2026/09/17 02:07:01 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:02 DEBUG : one: size = 3 OK 2026/09/17 02:07:02 DEBUG : one.rclone_chunk.001_hqas7v: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:02 INFO : one.rclone_chunk.001_hqas7v: Copied (server-side copy) to: one 2026/09/17 02:07:02 INFO : one.rclone_chunk.001_hqas7v: Deleted 2026/09/17 02:07:02 DEBUG : one: size = 3 OK 2026/09/17 02:07:02 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:02 INFO : one: Copied (new) 2026/09/17 02:07:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:02 DEBUG : one: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/dst') 2026/09/17 02:07:02 DEBUG : one: Sizes differ 2026/09/17 02:07:02 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:02 DEBUG : one: size = 5 OK 2026/09/17 02:07:02 DEBUG : one.rclone_chunk.001_hqatpz: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:02 INFO : one.rclone_chunk.001_hqatpz: Copied (server-side copy) to: one 2026/09/17 02:07:03 INFO : one.rclone_chunk.001_hqatpz: Deleted 2026/09/17 02:07:03 DEBUG : one: size = 5 OK 2026/09/17 02:07:03 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:03 INFO : one: Copied (replaced existing) 2026/09/17 02:07:03 DEBUG : dst/one: size = 3 OK 2026/09/17 02:07:03 DEBUG : dst/one.rclone_chunk.001_hqau1m: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:03 INFO : dst/one.rclone_chunk.001_hqau1m: Copied (server-side copy) to: dst/one 2026/09/17 02:07:03 INFO : dst/one.rclone_chunk.001_hqau1m: Deleted 2026/09/17 02:07:04 DEBUG : CompareDest/one: size = 5 OK 2026/09/17 02:07:04 DEBUG : CompareDest/one.rclone_chunk.001_hqauyy: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:04 INFO : CompareDest/one.rclone_chunk.001_hqauyy: Copied (server-side copy) to: CompareDest/one 2026/09/17 02:07:04 INFO : CompareDest/one.rclone_chunk.001_hqauyy: Deleted 2026/09/17 02:07:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:04 DEBUG : one: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/dst') 2026/09/17 02:07:04 DEBUG : one: Sizes differ 2026/09/17 02:07:04 DEBUG : one: size = 5 OK 2026/09/17 02:07:04 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:04 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/17 02:07:05 DEBUG : CompareDest/two: size = 3 OK 2026/09/17 02:07:05 DEBUG : CompareDest/two.rclone_chunk.001_hqavgy: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:07:05 INFO : CompareDest/two.rclone_chunk.001_hqavgy: Copied (server-side copy) to: CompareDest/two 2026/09/17 02:07:05 INFO : CompareDest/two.rclone_chunk.001_hqavgy: Deleted 2026/09/17 02:07:05 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 02:07:05 DEBUG : two: size = 3 OK 2026/09/17 02:07:05 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/17 02:07:05 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 02:07:05 DEBUG : two: size = 3 OK 2026/09/17 02:07:05 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/17 02:07:06 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 02:07:06 DEBUG : two: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:06 DEBUG : two: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/CompareDest') 2026/09/17 02:07:06 DEBUG : two: Sizes differ 2026/09/17 02:07:06 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:06 DEBUG : two: size = 5 OK 2026/09/17 02:07:06 DEBUG : two.rclone_chunk.001_hqaxpc: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/17 02:07:06 INFO : two.rclone_chunk.001_hqaxpc: Copied (server-side copy) to: two 2026/09/17 02:07:06 INFO : two.rclone_chunk.001_hqaxpc: Deleted 2026/09/17 02:07:06 DEBUG : two: size = 5 OK 2026/09/17 02:07:06 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/17 02:07:06 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (6.39s) === RUN TestCopyFileCopyDest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:07 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/dst" 2026/09/17 02:07:07 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/dst" 2026/09/17 02:07:07 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/CopyDest" 2026/09/17 02:07:07 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/CopyDest" 2026/09/17 02:07:07 DEBUG : one: Need to transfer - File not found at Destination 2026/09/17 02:07:07 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:08 DEBUG : one: size = 3 OK 2026/09/17 02:07:08 DEBUG : one.rclone_chunk.001_hqayv1: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:08 INFO : one.rclone_chunk.001_hqayv1: Copied (server-side copy) to: one 2026/09/17 02:07:08 INFO : one.rclone_chunk.001_hqayv1: Deleted 2026/09/17 02:07:08 DEBUG : one: size = 3 OK 2026/09/17 02:07:08 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:08 INFO : one: Copied (new) 2026/09/17 02:07:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:08 DEBUG : one: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/dst') 2026/09/17 02:07:08 DEBUG : one: Sizes differ 2026/09/17 02:07:08 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:09 DEBUG : one: size = 5 OK 2026/09/17 02:07:09 DEBUG : one.rclone_chunk.001_hqaz38: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:09 INFO : one.rclone_chunk.001_hqaz38: Copied (server-side copy) to: one 2026/09/17 02:07:09 INFO : one.rclone_chunk.001_hqaz38: Deleted 2026/09/17 02:07:09 DEBUG : one: size = 5 OK 2026/09/17 02:07:09 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:09 INFO : one: Copied (replaced existing) 2026/09/17 02:07:09 DEBUG : dst/one: size = 3 OK 2026/09/17 02:07:09 DEBUG : dst/one.rclone_chunk.001_hqb01e: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:09 INFO : dst/one.rclone_chunk.001_hqb01e: Copied (server-side copy) to: dst/one 2026/09/17 02:07:10 INFO : dst/one.rclone_chunk.001_hqb01e: Deleted 2026/09/17 02:07:10 DEBUG : CopyDest/one: size = 5 OK 2026/09/17 02:07:10 DEBUG : CopyDest/one.rclone_chunk.001_hqb10p: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:10 INFO : CopyDest/one.rclone_chunk.001_hqb10p: Copied (server-side copy) to: CopyDest/one 2026/09/17 02:07:10 INFO : CopyDest/one.rclone_chunk.001_hqb10p: Deleted 2026/09/17 02:07:10 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/BackupDir" 2026/09/17 02:07:10 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/BackupDir" 2026/09/17 02:07:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:10 DEBUG : one: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/dst') 2026/09/17 02:07:10 DEBUG : one: Sizes differ 2026/09/17 02:07:10 DEBUG : one: size = 5 OK 2026/09/17 02:07:10 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:10 DEBUG : one: size = 3 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/dst') 2026/09/17 02:07:10 DEBUG : one: Sizes differ 2026/09/17 02:07:10 DEBUG : one: copy non-chunked object... 2026/09/17 02:07:11 DEBUG : one: size = 3 OK 2026/09/17 02:07:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:07:11 INFO : one: Copied (server-side copy) 2026/09/17 02:07:11 INFO : one: Deleted 2026/09/17 02:07:11 DEBUG : one: copy non-chunked object... 2026/09/17 02:07:11 DEBUG : one: size = 5 OK 2026/09/17 02:07:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 02:07:11 INFO : one: Copied (server-side copy) 2026/09/17 02:07:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/17 02:07:12 DEBUG : CopyDest/two: size = 3 OK 2026/09/17 02:07:12 DEBUG : CopyDest/two.rclone_chunk.001_hqb2y8: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:07:12 INFO : CopyDest/two.rclone_chunk.001_hqb2y8: Copied (server-side copy) to: CopyDest/two 2026/09/17 02:07:12 INFO : CopyDest/two.rclone_chunk.001_hqb2y8: Deleted 2026/09/17 02:07:12 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 02:07:12 DEBUG : two: size = 3 OK 2026/09/17 02:07:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:12 DEBUG : two: copy non-chunked object... 2026/09/17 02:07:12 DEBUG : two: size = 3 OK 2026/09/17 02:07:12 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:07:12 INFO : two: Copied (server-side copy) 2026/09/17 02:07:12 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/17 02:07:13 DEBUG : two: size = 3 OK 2026/09/17 02:07:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:13 DEBUG : two: Unchanged skipping 2026/09/17 02:07:13 DEBUG : CopyDest/three: size = 5 OK 2026/09/17 02:07:13 DEBUG : CopyDest/three.rclone_chunk.001_hqb4vy: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/17 02:07:13 INFO : CopyDest/three.rclone_chunk.001_hqb4vy: Copied (server-side copy) to: CopyDest/three 2026/09/17 02:07:13 INFO : CopyDest/three.rclone_chunk.001_hqb4vy: Deleted 2026/09/17 02:07:14 DEBUG : three: Need to transfer - File not found at Destination 2026/09/17 02:07:14 DEBUG : three: size = 7 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:14 DEBUG : three: size = 5 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu/CopyDest') 2026/09/17 02:07:14 DEBUG : three: Sizes differ 2026/09/17 02:07:14 DEBUG : three: Destination not found in --copy-dest 2026/09/17 02:07:14 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:14 DEBUG : three: size = 7 OK 2026/09/17 02:07:14 DEBUG : three.rclone_chunk.001_hqb5dw: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/17 02:07:14 INFO : three.rclone_chunk.001_hqb5dw: Copied (server-side copy) to: three 2026/09/17 02:07:14 INFO : three.rclone_chunk.001_hqb5dw: Deleted 2026/09/17 02:07:14 DEBUG : three: size = 7 OK 2026/09/17 02:07:14 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/17 02:07:14 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (8.21s) === RUN TestCopyInplace run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.09s) === RUN TestCopyLongFileName run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.09s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.09s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:15 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/17 02:07:15 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file1.rclone_chunk.001_hqb616: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:16 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_hqb616: Copied (server-side copy) to: TestCopyFileMaxTransfer/file1 2026/09/17 02:07:16 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_hqb616: Deleted 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:16 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:16 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-yizipan8deyu.s3.eu-west-2.amazonaws.com/TestCopyFileMaxTransfer/file2.rclone_chunk.001_hqb7j7?x-id=PutObject": max transfer limit reached as set by --max-transfer 2026/09/17 02:07:16 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination copy_test.go:521: skipping remainder of test for chunker as it involves multiple transfers --- PASS: TestCopyFileMaxTransfer (1.28s) === RUN TestDeduplicateInteractive run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.09s) === RUN TestDeduplicateSkip run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.09s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.09s) === RUN TestDeduplicateFirst run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.09s) === RUN TestDeduplicateNewest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.09s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:18 DEBUG : one: size = 100 OK 2026/09/17 02:07:18 DEBUG : one.rclone_chunk.001_hqb80e: md5 = 22a22bab547a5744ec62608033944ccb OK 2026/09/17 02:07:18 INFO : one.rclone_chunk.001_hqb80e: Copied (server-side copy) to: one 2026/09/17 02:07:18 INFO : one.rclone_chunk.001_hqb80e: Deleted 2026/09/17 02:07:18 DEBUG : also/one: size = 100 OK 2026/09/17 02:07:18 DEBUG : also/one.rclone_chunk.001_hqb9ul: md5 = 22a22bab547a5744ec62608033944ccb OK 2026/09/17 02:07:18 INFO : also/one.rclone_chunk.001_hqb9ul: Copied (server-side copy) to: also/one 2026/09/17 02:07:18 INFO : also/one.rclone_chunk.001_hqb9ul: Deleted 2026/09/17 02:07:18 DEBUG : another: size = 100 OK 2026/09/17 02:07:18 DEBUG : another.rclone_chunk.001_hqb9k6: md5 = 22a22bab547a5744ec62608033944ccb OK 2026/09/17 02:07:18 INFO : another.rclone_chunk.001_hqb9k6: Copied (server-side copy) to: another 2026/09/17 02:07:18 INFO : another.rclone_chunk.001_hqb9k6: Deleted 2026/09/17 02:07:19 DEBUG : not-one: size = 5 OK 2026/09/17 02:07:19 DEBUG : not-one.rclone_chunk.001_hqb9iw: md5 = c13d88cb4cb02003daedb8a84e5d272a OK 2026/09/17 02:07:19 INFO : not-one.rclone_chunk.001_hqb9iw: Copied (server-side copy) to: not-one 2026/09/17 02:07:19 INFO : not-one.rclone_chunk.001_hqb9iw: Deleted 2026/09/17 02:07:19 INFO : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Looking for duplicate md5 hashes using newest mode. 2026/09/17 02:07:19 NOTICE: 22a22bab547a5744ec62608033944ccb: Found 3 files with duplicate md5 hashes 2026/09/17 02:07:19 INFO : one: Deleted 2026/09/17 02:07:19 INFO : also/one: Deleted 2026/09/17 02:07:19 NOTICE: 22a22bab547a5744ec62608033944ccb: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (2.68s) === RUN TestDeduplicateOldest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.09s) === RUN TestDeduplicateLargest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.08s) === RUN TestDeduplicateSmallest run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.08s) === RUN TestDeduplicateRename run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.08s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.08s) === RUN TestMergeDirs run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.17s) === RUN TestListDirSorted run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:21 DEBUG : a.txt: size = 11 OK 2026/09/17 02:07:21 DEBUG : a.txt.rclone_chunk.001_hqbb7z: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:21 INFO : a.txt.rclone_chunk.001_hqbb7z: Copied (server-side copy) to: a.txt 2026/09/17 02:07:21 INFO : a.txt.rclone_chunk.001_hqbb7z: Deleted 2026/09/17 02:07:21 DEBUG : zend.txt: size = 5 OK 2026/09/17 02:07:21 DEBUG : zend.txt.rclone_chunk.001_hqbcep: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 02:07:21 INFO : zend.txt.rclone_chunk.001_hqbcep: Copied (server-side copy) to: zend.txt 2026/09/17 02:07:21 INFO : zend.txt.rclone_chunk.001_hqbcep: Deleted 2026/09/17 02:07:22 DEBUG : sub dir/hello world: size = 11 OK 2026/09/17 02:07:22 DEBUG : sub dir/hello world.rclone_chunk.001_hqbchm: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:22 INFO : sub dir/hello world.rclone_chunk.001_hqbchm: Copied (server-side copy) to: sub dir/hello world 2026/09/17 02:07:22 INFO : sub dir/hello world.rclone_chunk.001_hqbchm: Deleted 2026/09/17 02:07:22 DEBUG : sub dir/hello world2: size = 11 OK 2026/09/17 02:07:22 DEBUG : sub dir/hello world2.rclone_chunk.001_hqbdeh: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:22 INFO : sub dir/hello world2.rclone_chunk.001_hqbdeh: Copied (server-side copy) to: sub dir/hello world2 2026/09/17 02:07:22 INFO : sub dir/hello world2.rclone_chunk.001_hqbdeh: Deleted 2026/09/17 02:07:22 DEBUG : sub dir/ignore dir/.ignore: size = 1 OK 2026/09/17 02:07:22 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbdit: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:22 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbdit: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2026/09/17 02:07:23 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbdit: Deleted 2026/09/17 02:07:23 DEBUG : sub dir/ignore dir/should be ignored: size = 9 OK 2026/09/17 02:07:23 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbe17: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2026/09/17 02:07:23 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbe17: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2026/09/17 02:07:23 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbe17: Deleted 2026/09/17 02:07:23 DEBUG : sub dir/sub sub dir/hello world3: size = 11 OK 2026/09/17 02:07:23 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbetm: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:23 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbetm: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2026/09/17 02:07:23 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbetm: Deleted 2026/09/17 02:07:24 DEBUG : a.txt: Excluded (Size Filter) 2026/09/17 02:07:24 DEBUG : a.txt: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 02:07:24 DEBUG : sub dir/hello world: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 02:07:24 DEBUG : sub dir/hello world2: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 02:07:24 DEBUG : sub dir/hello world: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 02:07:24 DEBUG : sub dir/hello world2: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/ignore dir: Excluded 2026/09/17 02:07:24 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (4.60s) === RUN TestListDirSortedFn run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:25 DEBUG : a.txt: size = 11 OK 2026/09/17 02:07:25 DEBUG : a.txt.rclone_chunk.001_hqbgyq: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:25 INFO : a.txt.rclone_chunk.001_hqbgyq: Copied (server-side copy) to: a.txt 2026/09/17 02:07:25 INFO : a.txt.rclone_chunk.001_hqbgyq: Deleted 2026/09/17 02:07:26 DEBUG : zend.txt: size = 5 OK 2026/09/17 02:07:26 DEBUG : zend.txt.rclone_chunk.001_hqbgj7: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 02:07:26 INFO : zend.txt.rclone_chunk.001_hqbgj7: Copied (server-side copy) to: zend.txt 2026/09/17 02:07:26 INFO : zend.txt.rclone_chunk.001_hqbgj7: Deleted 2026/09/17 02:07:26 DEBUG : sub dir/hello world: size = 11 OK 2026/09/17 02:07:26 DEBUG : sub dir/hello world.rclone_chunk.001_hqbhv0: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:26 INFO : sub dir/hello world.rclone_chunk.001_hqbhv0: Copied (server-side copy) to: sub dir/hello world 2026/09/17 02:07:26 INFO : sub dir/hello world.rclone_chunk.001_hqbhv0: Deleted 2026/09/17 02:07:27 DEBUG : sub dir/hello world2: size = 11 OK 2026/09/17 02:07:27 DEBUG : sub dir/hello world2.rclone_chunk.001_hqbhme: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:27 INFO : sub dir/hello world2.rclone_chunk.001_hqbhme: Copied (server-side copy) to: sub dir/hello world2 2026/09/17 02:07:27 INFO : sub dir/hello world2.rclone_chunk.001_hqbhme: Deleted 2026/09/17 02:07:27 DEBUG : sub dir/ignore dir/.ignore: size = 1 OK 2026/09/17 02:07:27 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbik3: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:27 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbik3: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2026/09/17 02:07:27 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_hqbik3: Deleted 2026/09/17 02:07:28 DEBUG : sub dir/ignore dir/should be ignored: size = 9 OK 2026/09/17 02:07:28 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbim2: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2026/09/17 02:07:28 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbim2: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2026/09/17 02:07:28 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_hqbim2: Deleted 2026/09/17 02:07:28 DEBUG : sub dir/sub sub dir/hello world3: size = 11 OK 2026/09/17 02:07:28 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbjny: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:28 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbjny: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2026/09/17 02:07:28 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_hqbjny: Deleted 2026/09/17 02:07:29 DEBUG : a.txt: Excluded (Size Filter) 2026/09/17 02:07:29 DEBUG : a.txt: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 02:07:29 DEBUG : sub dir/hello world: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 02:07:29 DEBUG : sub dir/hello world2: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 02:07:29 DEBUG : sub dir/hello world: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 02:07:29 DEBUG : sub dir/hello world2: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/ignore dir: Excluded 2026/09/17 02:07:29 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (4.52s) === RUN TestListJSON run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:30 DEBUG : file1: size = 5 OK 2026/09/17 02:07:30 DEBUG : file1.rclone_chunk.001_hqblk4: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2026/09/17 02:07:30 INFO : file1.rclone_chunk.001_hqblk4: Copied (server-side copy) to: file1 2026/09/17 02:07:30 INFO : file1.rclone_chunk.001_hqblk4: Deleted 2026/09/17 02:07:30 DEBUG : sub/file2: size = 9 OK 2026/09/17 02:07:30 DEBUG : sub/file2.rclone_chunk.001_hqbl57: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2026/09/17 02:07:30 INFO : sub/file2.rclone_chunk.001_hqbl57: Copied (server-side copy) to: sub/file2 2026/09/17 02:07:30 INFO : sub/file2.rclone_chunk.001_hqbl57: Deleted === 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 === RUN TestListJSON/Metadata --- PASS: TestListJSON (2.14s) --- PASS: TestListJSON/Default (0.09s) --- PASS: TestListJSON/FilesOnly (0.09s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.17s) --- PASS: TestListJSON/SubDir (0.09s) --- PASS: TestListJSON/NoModTime (0.06s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.09s) --- PASS: TestListJSON/HashTypes (0.08s) --- PASS: TestListJSON/Metadata (0.08s) === RUN TestStatJSON run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:32 DEBUG : file1: size = 5 OK 2026/09/17 02:07:32 DEBUG : file1.rclone_chunk.001_hqbn61: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2026/09/17 02:07:32 INFO : file1.rclone_chunk.001_hqbn61: Copied (server-side copy) to: file1 2026/09/17 02:07:32 INFO : file1.rclone_chunk.001_hqbn61: Deleted 2026/09/17 02:07:32 DEBUG : sub/file2: size = 9 OK 2026/09/17 02:07:32 DEBUG : sub/file2.rclone_chunk.001_hqbnff: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2026/09/17 02:07:32 INFO : sub/file2.rclone_chunk.001_hqbnff: Copied (server-side copy) to: sub/file2 2026/09/17 02:07:32 INFO : sub/file2.rclone_chunk.001_hqbnff: Deleted === 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/09/17 02:07:33 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/notfound" 2026/09/17 02:07:33 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/notfound" --- PASS: TestStatJSON (2.09s) --- PASS: TestStatJSON/Root (0.04s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (0.09s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.04s) --- PASS: TestStatJSON/File (0.08s) --- PASS: TestStatJSON/NotFound (0.09s) --- PASS: TestStatJSON/DirFilesOnly (0.04s) --- PASS: TestStatJSON/FileFilesOnly (0.09s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.04s) --- PASS: TestStatJSON/DirDirsOnly (0.04s) --- PASS: TestStatJSON/FileDirsOnly (0.05s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.04s) --- PASS: TestStatJSON/RootNotFound (0.15s) === RUN TestStatJSONMemory 2026/09/17 02:07:34 DEBUG : Creating backend with remote ":memory:" 2026/09/17 02:07:34 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/17 02:07:34 DEBUG : sub/file1: size = 5 OK 2026/09/17 02:07:34 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 02:07:34 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:34 INFO : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Making directory 2026/09/17 02:07:34 INFO : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Making directory --- PASS: TestMkdir (0.13s) === RUN TestLsd run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:34 DEBUG : sub dir/hello world: size = 11 OK 2026/09/17 02:07:34 DEBUG : sub dir/hello world.rclone_chunk.001_hqbpyl: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/17 02:07:34 INFO : sub dir/hello world.rclone_chunk.001_hqbpyl: Copied (server-side copy) to: sub dir/hello world 2026/09/17 02:07:34 INFO : sub dir/hello world.rclone_chunk.001_hqbpyl: Deleted --- PASS: TestLsd (0.91s) === RUN TestLs run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:35 DEBUG : potato2: size = 60 OK 2026/09/17 02:07:35 DEBUG : potato2.rclone_chunk.001_hqbqvo: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:35 INFO : potato2.rclone_chunk.001_hqbqvo: Copied (server-side copy) to: potato2 2026/09/17 02:07:35 INFO : potato2.rclone_chunk.001_hqbqvo: Deleted 2026/09/17 02:07:36 DEBUG : empty space: size = 1 OK 2026/09/17 02:07:36 DEBUG : empty space.rclone_chunk.001_hqbqi7: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:36 INFO : empty space.rclone_chunk.001_hqbqi7: Copied (server-side copy) to: empty space 2026/09/17 02:07:36 INFO : empty space.rclone_chunk.001_hqbqi7: Deleted --- PASS: TestLs (1.30s) === RUN TestLsWithFilesFrom run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:36 DEBUG : potato2: size = 60 OK 2026/09/17 02:07:36 DEBUG : potato2.rclone_chunk.001_hqbrt0: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:36 INFO : potato2.rclone_chunk.001_hqbrt0: Copied (server-side copy) to: potato2 2026/09/17 02:07:37 INFO : potato2.rclone_chunk.001_hqbrt0: Deleted 2026/09/17 02:07:37 DEBUG : empty space: size = 1 OK 2026/09/17 02:07:37 DEBUG : empty space.rclone_chunk.001_hqbsi7: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:37 INFO : empty space.rclone_chunk.001_hqbsi7: Copied (server-side copy) to: empty space 2026/09/17 02:07:37 INFO : empty space.rclone_chunk.001_hqbsi7: Deleted 2026/09/17 02:07:37 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/17 02:07:37 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (1.37s) === RUN TestLsLong run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:38 DEBUG : potato2: size = 60 OK 2026/09/17 02:07:38 DEBUG : potato2.rclone_chunk.001_hqbswg: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:38 INFO : potato2.rclone_chunk.001_hqbswg: Copied (server-side copy) to: potato2 2026/09/17 02:07:38 INFO : potato2.rclone_chunk.001_hqbswg: Deleted 2026/09/17 02:07:38 DEBUG : empty space: size = 1 OK 2026/09/17 02:07:38 DEBUG : empty space.rclone_chunk.001_hqbtqk: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:38 INFO : empty space.rclone_chunk.001_hqbtqk: Copied (server-side copy) to: empty space 2026/09/17 02:07:38 INFO : empty space.rclone_chunk.001_hqbtqk: Deleted --- PASS: TestLsLong (1.30s) === RUN TestHashSums run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:39 DEBUG : potato2: size = 60 OK 2026/09/17 02:07:39 DEBUG : potato2.rclone_chunk.001_hqbuza: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:39 INFO : potato2.rclone_chunk.001_hqbuza: Copied (server-side copy) to: potato2 2026/09/17 02:07:39 INFO : potato2.rclone_chunk.001_hqbuza: Deleted 2026/09/17 02:07:40 DEBUG : empty space: size = 1 OK 2026/09/17 02:07:40 DEBUG : empty space.rclone_chunk.001_hqbu7i: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:40 INFO : empty space.rclone_chunk.001_hqbu7i: Copied (server-side copy) to: empty space 2026/09/17 02:07:40 INFO : empty space.rclone_chunk.001_hqbu7i: Deleted === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (1.32s) --- PASS: TestHashSums/Md5 (0.05s) --- PASS: TestHashSums/Md5Download (0.11s) === RUN TestHashSumsWithErrors 2026/09/17 02:07:40 DEBUG : Creating backend with remote ":memory:" 2026/09/17 02:07:40 ERROR : file1: hash unsupported: hash type not supported 2026/09/17 02:07:40 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/17 02:07:40 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/17 02:07:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/17 02:07:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:40 DEBUG : potato2: size = 60 OK 2026/09/17 02:07:40 DEBUG : potato2.rclone_chunk.001_hqbvts: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:40 INFO : potato2.rclone_chunk.001_hqbvts: Copied (server-side copy) to: potato2 2026/09/17 02:07:40 INFO : potato2.rclone_chunk.001_hqbvts: Deleted 2026/09/17 02:07:41 DEBUG : empty space: size = 1 OK 2026/09/17 02:07:41 DEBUG : empty space.rclone_chunk.001_hqbwyk: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:07:41 INFO : empty space.rclone_chunk.001_hqbwyk: Copied (server-side copy) to: empty space 2026/09/17 02:07:41 INFO : empty space.rclone_chunk.001_hqbwyk: Deleted 2026/09/17 02:07:41 DEBUG : sub dir/potato3: size = 5 OK 2026/09/17 02:07:41 DEBUG : sub dir/potato3.rclone_chunk.001_hqbwme: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 02:07:41 INFO : sub dir/potato3.rclone_chunk.001_hqbwme: Copied (server-side copy) to: sub dir/potato3 2026/09/17 02:07:41 INFO : sub dir/potato3.rclone_chunk.001_hqbwme: Deleted --- PASS: TestCount (1.86s) === RUN TestDelete run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:42 DEBUG : small: size = 10 OK 2026/09/17 02:07:42 DEBUG : small.rclone_chunk.001_hqbx0l: md5 = e807f1fcf82d132f9bb018ca6738a19f OK 2026/09/17 02:07:42 INFO : small.rclone_chunk.001_hqbx0l: Copied (server-side copy) to: small 2026/09/17 02:07:42 INFO : small.rclone_chunk.001_hqbx0l: Deleted 2026/09/17 02:07:43 DEBUG : medium: size = 60 OK 2026/09/17 02:07:43 DEBUG : medium.rclone_chunk.001_hqbx0f: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:07:43 INFO : medium.rclone_chunk.001_hqbx0f: Copied (server-side copy) to: medium 2026/09/17 02:07:43 INFO : medium.rclone_chunk.001_hqbx0f: Deleted 2026/09/17 02:07:43 DEBUG : large: size = 100 OK 2026/09/17 02:07:43 DEBUG : large.rclone_chunk.001_hqby1t: md5 = 8adc5937e635f6c9af646f0b23560fae OK 2026/09/17 02:07:43 INFO : large.rclone_chunk.001_hqby1t: Copied (server-side copy) to: large 2026/09/17 02:07:43 INFO : large.rclone_chunk.001_hqby1t: Deleted 2026/09/17 02:07:43 DEBUG : Waiting for deletions to finish 2026/09/17 02:07:43 DEBUG : large: Excluded (Size Filter) 2026/09/17 02:07:43 DEBUG : large: Excluded 2026/09/17 02:07:43 INFO : small: Deleted 2026/09/17 02:07:43 INFO : medium: Deleted --- PASS: TestDelete (1.74s) === RUN TestMaxDelete run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:436: Skipping test on chunker backend --- SKIP: TestMaxDelete (0.17s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:436: Skipping test on chunker backend --- SKIP: TestMaxDeleteSizeLargeFile (0.17s) === RUN TestMaxDeleteSize run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:436: Skipping test on chunker backend --- SKIP: TestMaxDeleteSize (0.17s) === RUN TestReadFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:45 DEBUG : ReadFile: size = 28 OK 2026/09/17 02:07:45 DEBUG : ReadFile.rclone_chunk.001_hqbzxn: md5 = 3e1a3bfb0a19aae4a7401576b4aaecc3 OK 2026/09/17 02:07:45 INFO : ReadFile.rclone_chunk.001_hqbzxn: Copied (server-side copy) to: ReadFile 2026/09/17 02:07:45 INFO : ReadFile.rclone_chunk.001_hqbzxn: Deleted --- PASS: TestReadFile (0.85s) === RUN TestRetry 2026/09/17 02:07:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/17 02:07:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/17 02:07:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 02:07:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 02:07:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 02:07:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 02:07:45 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 "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:45 DEBUG : file1: size = 10 OK 2026/09/17 02:07:45 DEBUG : file1.rclone_chunk.001_hqc09h: md5 = e86410fa2d6e2634fd8ac5f4b3afe7f3 OK 2026/09/17 02:07:45 INFO : file1.rclone_chunk.001_hqc09h: Copied (server-side copy) to: file1 2026/09/17 02:07:45 INFO : file1.rclone_chunk.001_hqc09h: Deleted 2026/09/17 02:07:46 DEBUG : file2: size = 9 OK 2026/09/17 02:07:46 DEBUG : file2.rclone_chunk.001_hqc1sb: md5 = 22975d8a5ed1b91445f6c55ac121505b OK 2026/09/17 02:07:46 INFO : file2.rclone_chunk.001_hqc1sb: Copied (server-side copy) to: file2 2026/09/17 02:07:46 INFO : file2.rclone_chunk.001_hqc1sb: Deleted --- PASS: TestCat (2.00s) === RUN TestPurge 2026/09/17 02:07:47 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-sucipor2poqo" 2026/09/17 02:07:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 02:07:47 DEBUG : Creating backend with remote "TestS3:rclone-test-sucipor2poqo" 2026/09/17 02:07:47 DEBUG : Creating backend with remote "/tmp/rclone3451824480" run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-sucipor2poqo'", Local "Local file system at /tmp/rclone3451824480", Modify Window "1ns" 2026/09/17 02:07:48 INFO : S3 bucket rclone-test-sucipor2poqo: Bucket "rclone-test-sucipor2poqo" created with ACL "" 2026/09/17 02:07:48 DEBUG : A1/B1/C1/one: size = 3 OK 2026/09/17 02:07:48 DEBUG : A1/B1/C1/one.rclone_chunk.001_hqc3nt: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2026/09/17 02:07:48 INFO : A1/B1/C1/one.rclone_chunk.001_hqc3nt: Copied (server-side copy) to: A1/B1/C1/one 2026/09/17 02:07:48 INFO : A1/B1/C1/one.rclone_chunk.001_hqc3nt: Deleted 2026/09/17 02:07:48 INFO : A2: Making directory 2026/09/17 02:07:48 INFO : A1/B2: Making directory 2026/09/17 02:07:48 INFO : A1/B2/C2: Making directory 2026/09/17 02:07:48 INFO : A1/B1/C3: Making directory 2026/09/17 02:07:48 INFO : A3: Making directory 2026/09/17 02:07:48 INFO : A3/B3: Making directory 2026/09/17 02:07:48 INFO : A3/B3/C4: Making directory 2026/09/17 02:07:49 DEBUG : A1/two: size = 3 OK 2026/09/17 02:07:49 DEBUG : A1/two.rclone_chunk.001_hqc3by: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2026/09/17 02:07:49 INFO : A1/two.rclone_chunk.001_hqc3by: Copied (server-side copy) to: A1/two 2026/09/17 02:07:49 INFO : A1/two.rclone_chunk.001_hqc3by: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/09/17 02:07:49 DEBUG : S3 bucket rclone-test-sucipor2poqo: bucket is versioned: false 2026/09/17 02:07:49 DEBUG : Waiting for deletions to finish 2026/09/17 02:07:49 DEBUG : "A1/B1/C1/one" version false 2026/09/17 02:07:49 DEBUG : A1/B1/C1/one: Deleting (id "") 2026/09/17 02:07:49 INFO : A1/B1/C1/one: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/09/17 02:07:49 DEBUG : Waiting for deletions to finish 2026/09/17 02:07:49 DEBUG : "A1/two" version false 2026/09/17 02:07:49 DEBUG : A1/two: Deleting (id "") 2026/09/17 02:07:49 INFO : A1/two: Deleted 2026/09/17 02:07:50 INFO : S3 bucket rclone-test-sucipor2poqo: Bucket "rclone-test-sucipor2poqo" deleted 2026/09/17 02:07:50 ERROR : error listing: directory not found 2026/09/17 02:07:50 DEBUG : Chunked 'TestChunkerS3:rclone-test-sucipor2poqo': Purge remote 2026/09/17 02:07:50 DEBUG : Waiting for deletions to finish 2026/09/17 02:07:50 NOTICE: purge failed: directory not found --- PASS: TestPurge (2.57s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:50 DEBUG : A1/B1/C1/one: size = 3 OK 2026/09/17 02:07:50 DEBUG : A1/B1/C1/one.rclone_chunk.001_hqc55h: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2026/09/17 02:07:50 INFO : A1/B1/C1/one.rclone_chunk.001_hqc55h: Copied (server-side copy) to: A1/B1/C1/one 2026/09/17 02:07:50 INFO : A1/B1/C1/one.rclone_chunk.001_hqc55h: Deleted 2026/09/17 02:07:50 INFO : A2: Making directory 2026/09/17 02:07:50 INFO : A1/B2: Making directory 2026/09/17 02:07:50 INFO : A1/B2/C2: Making directory 2026/09/17 02:07:50 INFO : A1/B1/C3: Making directory 2026/09/17 02:07:50 INFO : A3: Making directory 2026/09/17 02:07:50 INFO : A3/B3: Making directory 2026/09/17 02:07:50 INFO : A3/B3/C4: Making directory 2026/09/17 02:07:50 DEBUG : A1/two: size = 3 OK 2026/09/17 02:07:50 DEBUG : A1/two.rclone_chunk.001_hqc57j: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2026/09/17 02:07:50 INFO : A1/two.rclone_chunk.001_hqc57j: Copied (server-side copy) to: A1/two 2026/09/17 02:07:50 INFO : A1/two.rclone_chunk.001_hqc57j: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2026/09/17 02:07:51 DEBUG : removing 1 level 3 directories 2026/09/17 02:07:51 INFO : A3/B3/C4: Removing directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" 2026/09/17 02:07:52 DEBUG : removing 1 level 0 directories 2026/09/17 02:07:52 INFO : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Removing directory 2026/09/17 02:07:52 INFO : S3 bucket rclone-test-yizipan8deyu: Bucket "rclone-test-yizipan8deyu" deleted 2026/09/17 02:07:52 ERROR : error listing: directory not found 2026/09/17 02:07:52 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.63s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:53 INFO : S3 bucket rclone-test-yizipan8deyu: Bucket "rclone-test-yizipan8deyu" created with ACL "" 2026/09/17 02:07:53 INFO : A1: Making directory 2026/09/17 02:07:53 INFO : A1/B1: Making directory 2026/09/17 02:07:53 INFO : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.75s) === RUN TestRmdirsWithFilter run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:53 INFO : A1: Making directory 2026/09/17 02:07:53 INFO : A1/B1: Making directory 2026/09/17 02:07:53 INFO : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.22s) === RUN TestCopyURL run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:54 DEBUG : file1: size = 14 OK 2026/09/17 02:07:54 DEBUG : file1.rclone_chunk.001_hqc8fp: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:54 INFO : file1.rclone_chunk.001_hqc8fp: Copied (server-side copy) to: file1 2026/09/17 02:07:54 INFO : file1.rclone_chunk.001_hqc8fp: Deleted 2026/09/17 02:07:54 DEBUG : file1: size = 14 OK 2026/09/17 02:07:54 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:54 DEBUG : filename.txt: File name found in url 2026/09/17 02:07:54 DEBUG : filename.txt: size = 14 OK 2026/09/17 02:07:54 DEBUG : filename.txt.rclone_chunk.001_hqc9hg: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:54 INFO : filename.txt.rclone_chunk.001_hqc9hg: Copied (server-side copy) to: filename.txt 2026/09/17 02:07:54 INFO : filename.txt.rclone_chunk.001_hqc9hg: Deleted 2026/09/17 02:07:54 DEBUG : filename.txt: size = 14 OK 2026/09/17 02:07:54 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/17 02:07:55 DEBUG : headerfilename.txt: size = 14 OK 2026/09/17 02:07:55 DEBUG : headerfilename.txt.rclone_chunk.001_hqc947: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:55 INFO : headerfilename.txt.rclone_chunk.001_hqc947: Copied (server-side copy) to: headerfilename.txt 2026/09/17 02:07:55 INFO : headerfilename.txt.rclone_chunk.001_hqc947: Deleted 2026/09/17 02:07:55 DEBUG : headerfilename.txt: size = 14 OK 2026/09/17 02:07:55 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:55 DEBUG : file2: size = 14 OK 2026/09/17 02:07:55 DEBUG : file2.rclone_chunk.001_hqcapm: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:55 INFO : file2.rclone_chunk.001_hqcapm: Copied (server-side copy) to: file2 2026/09/17 02:07:55 INFO : file2.rclone_chunk.001_hqcapm: Deleted 2026/09/17 02:07:55 DEBUG : file2: size = 14 OK 2026/09/17 02:07:55 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (2.44s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:56 DEBUG : file1: size = 14 OK 2026/09/17 02:07:56 DEBUG : file1.rclone_chunk.001_hqcbsz: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 02:07:56 INFO : file1.rclone_chunk.001_hqcbsz: Copied (server-side copy) to: file1 2026/09/17 02:07:56 INFO : file1.rclone_chunk.001_hqcbsz: Deleted 2026/09/17 02:07:56 DEBUG : file1: size = 14 OK 2026/09/17 02:07:56 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (0.58s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:56 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 02:07:57 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:07:57 DEBUG : sub/file2.rclone_chunk.001_hqcbem: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:57 INFO : sub/file2.rclone_chunk.001_hqcbem: Copied (server-side copy) to: sub/file2 2026/09/17 02:07:57 INFO : sub/file2.rclone_chunk.001_hqcbem: Deleted 2026/09/17 02:07:57 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:07:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:57 INFO : file1: Copied (new) to: sub/file2 2026/09/17 02:07:57 INFO : file1: Deleted 2026/09/17 02:07:57 DEBUG : sub/file2: size = 14 OK 2026/09/17 02:07:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:07:57 DEBUG : file1: Unchanged skipping 2026/09/17 02:07:57 INFO : file1: Deleted 2026/09/17 02:07:57 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.10s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 02:07:57 DEBUG : file1: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:07:58 DEBUG : file1: size = 14 OK 2026/09/17 02:07:58 DEBUG : file1.rclone_chunk.001_hqccom: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:58 INFO : file1.rclone_chunk.001_hqccom: Copied (server-side copy) to: file1 2026/09/17 02:07:58 INFO : file1.rclone_chunk.001_hqccom: Deleted 2026/09/17 02:07:58 DEBUG : file1: size = 14 OK 2026/09/17 02:07:58 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:07:58 INFO : file1: Copied (new) 2026/09/17 02:07:58 INFO : file1: Deleted 2026/09/17 02:07:58 DEBUG : file1: Destination exists, skipping 2026/09/17 02:07:58 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (0.84s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.09s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.08s) === RUN TestMoveFileBackupDir run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:07:59 DEBUG : dst/file1: size = 18 OK 2026/09/17 02:07:59 DEBUG : dst/file1.rclone_chunk.001_hqcdfv: md5 = 05164b153084ba910184c26e561a7c18 OK 2026/09/17 02:07:59 INFO : dst/file1.rclone_chunk.001_hqcdfv: Copied (server-side copy) to: dst/file1 2026/09/17 02:07:59 INFO : dst/file1.rclone_chunk.001_hqcdfv: Deleted 2026/09/17 02:07:59 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yizipan8deyu/backup" 2026/09/17 02:07:59 DEBUG : Creating backend with remote "TestS3:rclone-test-yizipan8deyu/backup" 2026/09/17 02:07:59 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2088672985) 2026/09/17 02:07:59 DEBUG : dst/file1: size = 18 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:07:59 DEBUG : dst/file1: Sizes differ 2026/09/17 02:07:59 DEBUG : dst/file1: copy non-chunked object... 2026/09/17 02:08:00 DEBUG : dst/file1: size = 18 OK 2026/09/17 02:08:00 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2026/09/17 02:08:00 INFO : dst/file1: Copied (server-side copy) 2026/09/17 02:08:00 INFO : dst/file1: Deleted 2026/09/17 02:08:00 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2026/09/17 02:08:00 DEBUG : dst/file1: size = 14 OK 2026/09/17 02:08:00 DEBUG : dst/file1.rclone_chunk.001_hqcfqt: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:08:00 INFO : dst/file1.rclone_chunk.001_hqcfqt: Copied (server-side copy) to: dst/file1 2026/09/17 02:08:00 INFO : dst/file1.rclone_chunk.001_hqcfqt: Deleted 2026/09/17 02:08:00 DEBUG : dst/file1: size = 14 OK 2026/09/17 02:08:00 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 02:08:00 INFO : dst/file1: Copied (new) 2026/09/17 02:08:00 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (2.34s) === 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 "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:01 DEBUG : A1/one: size = 3 OK 2026/09/17 02:08:01 DEBUG : A1/one.rclone_chunk.001_hqcggj: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:08:01 INFO : A1/one.rclone_chunk.001_hqcggj: Copied (server-side copy) to: A1/one 2026/09/17 02:08:01 INFO : A1/one.rclone_chunk.001_hqcggj: Deleted 2026/09/17 02:08:02 DEBUG : A1/two: size = 3 OK 2026/09/17 02:08:02 DEBUG : A1/two.rclone_chunk.001_hqcggq: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:08:02 INFO : A1/two.rclone_chunk.001_hqcggq: Copied (server-side copy) to: A1/two 2026/09/17 02:08:02 INFO : A1/two.rclone_chunk.001_hqcggq: Deleted 2026/09/17 02:08:02 DEBUG : A1/B1/three: size = 5 OK 2026/09/17 02:08:02 DEBUG : A1/B1/three.rclone_chunk.001_hqchor: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/17 02:08:02 INFO : A1/B1/three.rclone_chunk.001_hqchor: Copied (server-side copy) to: A1/B1/three 2026/09/17 02:08:02 INFO : A1/B1/three.rclone_chunk.001_hqchor: Deleted 2026/09/17 02:08:02 DEBUG : A1/B1/C1/four: size = 4 OK 2026/09/17 02:08:02 DEBUG : A1/B1/C1/four.rclone_chunk.001_hqcht9: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/17 02:08:02 INFO : A1/B1/C1/four.rclone_chunk.001_hqcht9: Copied (server-side copy) to: A1/B1/C1/four 2026/09/17 02:08:02 INFO : A1/B1/C1/four.rclone_chunk.001_hqcht9: Deleted 2026/09/17 02:08:03 DEBUG : A1/B1/C2/five: size = 4 OK 2026/09/17 02:08:03 DEBUG : A1/B1/C2/five.rclone_chunk.001_hqchca: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/17 02:08:03 INFO : A1/B1/C2/five.rclone_chunk.001_hqchca: Copied (server-side copy) to: A1/B1/C2/five 2026/09/17 02:08:03 INFO : A1/B1/C2/five.rclone_chunk.001_hqchca: Deleted 2026/09/17 02:08:03 INFO : A1/B2: Making directory 2026/09/17 02:08:03 INFO : A1/B1/C3: Making directory fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B1/C3" 2026/09/17 02:08:03 DEBUG : A1/two: copy non-chunked object... 2026/09/17 02:08:03 DEBUG : A1/one: copy non-chunked object... 2026/09/17 02:08:03 DEBUG : A1/B1/three: copy non-chunked object... 2026/09/17 02:08:03 DEBUG : A1/B1/C2/five: copy non-chunked object... 2026/09/17 02:08:03 DEBUG : A1/B1/C1/four: copy non-chunked object... 2026/09/17 02:08:03 DEBUG : A2/two: size = 3 OK 2026/09/17 02:08:03 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:08:03 INFO : A1/two: Copied (server-side copy) to: A2/two 2026/09/17 02:08:04 DEBUG : A2/B1/C2/five: size = 4 OK 2026/09/17 02:08:04 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/17 02:08:04 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2026/09/17 02:08:04 DEBUG : A2/B1/three: size = 5 OK 2026/09/17 02:08:04 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/17 02:08:04 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2026/09/17 02:08:04 DEBUG : A2/one: size = 3 OK 2026/09/17 02:08:04 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:08:04 INFO : A1/one: Copied (server-side copy) to: A2/one 2026/09/17 02:08:04 DEBUG : A2/B1/C1/four: size = 4 OK 2026/09/17 02:08:04 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/17 02:08:04 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2026/09/17 02:08:04 INFO : A1/two: Deleted 2026/09/17 02:08:04 INFO : A1/B1/C2/five: Deleted 2026/09/17 02:08:04 INFO : A1/one: Deleted 2026/09/17 02:08:04 INFO : A1/B1/three: Deleted 2026/09/17 02:08:04 INFO : A1/B1/C1/four: Deleted fstest.go:251: Filtering empty directory "A2/B2" fstest.go:251: Filtering empty directory "A2/B1/C3" 2026/09/17 02:08:04 DEBUG : A2/two: copy non-chunked object... 2026/09/17 02:08:04 DEBUG : A2/B1/C2/five: copy non-chunked object... 2026/09/17 02:08:04 DEBUG : A2/one: copy non-chunked object... 2026/09/17 02:08:04 DEBUG : A2/B1/three: copy non-chunked object... 2026/09/17 02:08:04 DEBUG : A2/B1/C1/four: copy non-chunked object... 2026/09/17 02:08:04 DEBUG : A3/two: size = 3 OK 2026/09/17 02:08:04 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:08:04 INFO : A2/two: Copied (server-side copy) to: A3/two 2026/09/17 02:08:04 DEBUG : A3/B1/C2/five: size = 4 OK 2026/09/17 02:08:04 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/17 02:08:04 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2026/09/17 02:08:04 DEBUG : A3/one: size = 3 OK 2026/09/17 02:08:04 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:08:04 INFO : A2/one: Copied (server-side copy) to: A3/one 2026/09/17 02:08:04 DEBUG : A3/B1/three: size = 5 OK 2026/09/17 02:08:04 DEBUG : A3/B1/C1/four: size = 4 OK 2026/09/17 02:08:04 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/17 02:08:04 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/17 02:08:04 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2026/09/17 02:08:04 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2026/09/17 02:08:04 INFO : A2/two: Deleted 2026/09/17 02:08:04 INFO : A2/B1/C2/five: Deleted 2026/09/17 02:08:04 INFO : A2/one: Deleted 2026/09/17 02:08:04 INFO : A2/B1/C1/four: Deleted 2026/09/17 02:08:04 INFO : A2/B1/three: Deleted fstest.go:251: Filtering empty directory "A3/B2" fstest.go:251: Filtering empty directory "A3/B1/C3" 2026/09/17 02:08:05 INFO : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/17 02:08:05 DEBUG : A3/B1/C2/five: copy non-chunked object... 2026/09/17 02:08:05 DEBUG : A3/two: copy non-chunked object... 2026/09/17 02:08:05 DEBUG : A3/B1/C1/four: copy non-chunked object... 2026/09/17 02:08:05 DEBUG : A3/one: copy non-chunked object... 2026/09/17 02:08:05 DEBUG : A3/B1/three: copy non-chunked object... 2026/09/17 02:08:05 DEBUG : A4/two: size = 3 OK 2026/09/17 02:08:05 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 02:08:05 INFO : A3/two: Copied (server-side copy) to: A4/two 2026/09/17 02:08:05 DEBUG : A4/B1/C1/four: size = 4 OK 2026/09/17 02:08:05 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/17 02:08:05 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2026/09/17 02:08:05 DEBUG : A4/B1/C2/five: size = 4 OK 2026/09/17 02:08:05 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/17 02:08:05 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2026/09/17 02:08:05 DEBUG : A4/B1/three: size = 5 OK 2026/09/17 02:08:05 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/17 02:08:05 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2026/09/17 02:08:05 DEBUG : A4/one: size = 3 OK 2026/09/17 02:08:05 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 02:08:05 INFO : A3/one: Copied (server-side copy) to: A4/one 2026/09/17 02:08:05 INFO : A3/two: Deleted 2026/09/17 02:08:05 INFO : A3/B1/C2/five: Deleted 2026/09/17 02:08:05 INFO : A3/B1/C1/four: Deleted 2026/09/17 02:08:05 INFO : A3/B1/three: Deleted 2026/09/17 02:08:05 INFO : A3/one: Deleted fstest.go:251: Filtering empty directory "A4/B2" fstest.go:251: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (5.33s) === RUN TestGetFsInfo run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" --- PASS: TestGetFsInfo (0.09s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:06 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 02:08:07 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:07 DEBUG : no_checksum_small_file_from_pipe.rclone_chunk.001_hqcle6: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 02:08:07 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_hqcle6: Copied (server-side copy) to: no_checksum_small_file_from_pipe 2026/09/17 02:08:07 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_hqcle6: Deleted 2026/09/17 02:08:07 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:07 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 02:08:07 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/17 02:08:07 NOTICE: S3 bucket rclone-test-yizipan8deyu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: open chunk writer: started multipart upload: I7iRqWUoAgsgdfg912FaBIJfACL109vuvtaARFoQYGl43MoAB1qRY8fR7yva7cbyUI4ZXoS3gOmzvaqae1VVE6U_dB2O1LNSU77u4HPTSjeBEanWDnvzdGIHhwuLsS9y 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: multipart upload "I7iRqWUoAgsgdfg912FaBIJfACL109vuvtaARFoQYGl43MoAB1qRY8fR7yva7cbyUI4ZXoS3gOmzvaqae1VVE6U_dB2O1LNSU77u4HPTSjeBEanWDnvzdGIHhwuLsS9y" finished 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: Src hash empty - aborting Dst hash check 2026/09/17 02:08:07 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: Copied (server-side copy) to: no_checksum_big_file_from_pipe 2026/09/17 02:08:07 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_hqcmug: Deleted 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/17 02:08:07 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:08 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 02:08:08 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:08 DEBUG : with_checksum_small_file_from_pipe.rclone_chunk.001_hqcnnt: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 02:08:08 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_hqcnnt: Copied (server-side copy) to: with_checksum_small_file_from_pipe 2026/09/17 02:08:08 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_hqcnnt: Deleted 2026/09/17 02:08:08 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:08 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 02:08:08 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/17 02:08:08 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: open chunk writer: started multipart upload: kf0ZdUAnSc7J9th8Xswo1GjXuNNxrpiBlE0Sz.ESxVIT5SUH8Wl4tG4ij_SnL8eht7wXzTxov_6hHOzYBkQtUlZv2JO4oA7.Fs56sz2kJSe1QvEKtn2L4cw5O2zIeEkM 2026/09/17 02:08:08 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: multipart upload "kf0ZdUAnSc7J9th8Xswo1GjXuNNxrpiBlE0Sz.ESxVIT5SUH8Wl4tG4ij_SnL8eht7wXzTxov_6hHOzYBkQtUlZv2JO4oA7.Fs56sz2kJSe1QvEKtn2L4cw5O2zIeEkM" finished 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: Src hash empty - aborting Dst hash check 2026/09/17 02:08:09 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: Copied (server-side copy) to: with_checksum_big_file_from_pipe 2026/09/17 02:08:09 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_hqcnqi: Deleted 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/17 02:08:09 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:09 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 02:08:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:10 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_hqcoip: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2026/09/17 02:08:10 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_hqcoip: Deleted 2026/09/17 02:08:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:10 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/17 02:08:10 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: open chunk writer: started multipart upload: 8asH21oFmpybHvjfVc3Qh3KMcm5.Wm_4qboMcMOyov9HeDFxM5qDoz94QjFvOJKORDzn9T9yCHiwBqmbZPy.P.P4cZMIbmhHz2Xcb.fMf6k2KNuXbyMiVU6KHBZV11L7 2026/09/17 02:08:10 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/09/17 02:08:10 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2026/09/17 02:08:10 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: multipart upload "8asH21oFmpybHvjfVc3Qh3KMcm5.Wm_4qboMcMOyov9HeDFxM5qDoz94QjFvOJKORDzn9T9yCHiwBqmbZPy.P.P4cZMIbmhHz2Xcb.fMf6k2KNuXbyMiVU6KHBZV11L7" finished 2026/09/17 02:08:10 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2026/09/17 02:08:11 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:11 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2026/09/17 02:08:11 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcpsn: Deleted 2026/09/17 02:08:11 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:11 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:11 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 02:08:11 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:11 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_hqcqld: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2026/09/17 02:08:11 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_hqcqld: Deleted 2026/09/17 02:08:11 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 02:08:11 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/17 02:08:11 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: open chunk writer: started multipart upload: cgLzwO7bD2FqLNw84ADq9D7KC0gX.VYABAfeEfeagleSGaaKSJXAoC4cRNDbwILjUw0_eN9Mqe9XPy7y3KibjBzf1y6or6QyE.8hnT_dPUvKLz9kJD06QEyYrA0.73oF 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: multipart upload "cgLzwO7bD2FqLNw84ADq9D7KC0gX.VYABAfeEfeagleSGaaKSJXAoC4cRNDbwILjUw0_eN9Mqe9XPy7y3KibjBzf1y6or6QyE.8hnT_dPUvKLz9kJD06QEyYrA0.73oF" finished 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:12 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2026/09/17 02:08:12 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_hqcqd4: Deleted 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/17 02:08:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (6.24s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (1.61s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (1.58s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (1.61s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (1.44s) === RUN TestRcatMetadata run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.09s) === RUN TestRcatSize run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:13 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:13 DEBUG : potato1.rclone_chunk.001_hqcst7: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:13 INFO : potato1.rclone_chunk.001_hqcst7: Copied (server-side copy) to: potato1 2026/09/17 02:08:13 INFO : potato1.rclone_chunk.001_hqcst7: Deleted 2026/09/17 02:08:13 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:13 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:13 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': File to upload is small (60 bytes), uploading instead of streaming 2026/09/17 02:08:13 DEBUG : potato2: size = 60 OK 2026/09/17 02:08:13 DEBUG : potato2.rclone_chunk.001_hqcs5b: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:13 INFO : potato2.rclone_chunk.001_hqcs5b: Copied (server-side copy) to: potato2 2026/09/17 02:08:13 INFO : potato2.rclone_chunk.001_hqcs5b: Deleted 2026/09/17 02:08:13 DEBUG : potato2: size = 60 OK 2026/09/17 02:08:13 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:13 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (1.14s) === RUN TestRcatSizeShortEOF run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:14 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-yizipan8deyu.s3.eu-west-2.amazonaws.com/potato1.rclone_chunk.001_hqct88?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=120 with Body length 60) 2026/09/17 02:08:14 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2026/09/17 02:08:14 ERROR : potato1: Post request put error: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-yizipan8deyu.s3.eu-west-2.amazonaws.com/potato1.rclone_chunk.001_hqct88?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=120 with Body length 60 2026/09/17 02:08:14 DEBUG : pacer: Reducing sleep to 0s --- PASS: TestRcatSizeShortEOF (0.18s) === RUN TestRcatSizeMetadata run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.09s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:14 ERROR : potato1.rclone_chunk.001_hqcttd: Don't know how to set key "X-Upload-Header" on upload 2026/09/17 02:08:14 ERROR : potato1.rclone_chunk.001_hqcttd: Don't know how to set key "X-Upload-Header" on upload 2026/09/17 02:08:14 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:14 DEBUG : potato1.rclone_chunk.001_hqcttd: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:14 INFO : potato1.rclone_chunk.001_hqcttd: Copied (server-side copy) to: potato1 2026/09/17 02:08:14 INFO : potato1.rclone_chunk.001_hqcttd: Deleted 2026/09/17 02:08:14 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:14 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (0.64s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:15 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:15 DEBUG : potato1.rclone_chunk.001_hqculm: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 OK 2026/09/17 02:08:15 INFO : potato1.rclone_chunk.001_hqculm: Copied (server-side copy) to: potato1 2026/09/17 02:08:15 INFO : potato1.rclone_chunk.001_hqculm: Deleted 2026/09/17 02:08:15 DEBUG : potato1: size = 60 OK 2026/09/17 02:08:15 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:08:15 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:08:15 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/17 02:08:15 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:15 DEBUG : potato4: size = 59 OK 2026/09/17 02:08:15 DEBUG : potato4.rclone_chunk.001_hqcu0a: md5 = c580c309043325bbe79ace37ec3b11d7 OK 2026/09/17 02:08:15 INFO : potato4.rclone_chunk.001_hqcu0a: Copied (server-side copy) to: potato4 2026/09/17 02:08:16 INFO : potato4.rclone_chunk.001_hqcu0a: Deleted 2026/09/17 02:08:16 DEBUG : potato4: size = 60 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:08:16 DEBUG : potato4: size = 59 (Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 2026/09/17 02:08:16 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(Chunked 'TestChunkerS3:rclone-test-yizipan8deyu') 59 2026/09/17 02:08:16 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:16 DEBUG : potato2: size = 60 OK 2026/09/17 02:08:16 INFO : potato2.rclone_chunk.001_hqcvwm: Copied (server-side copy) to: potato2 2026/09/17 02:08:16 INFO : potato2.rclone_chunk.001_hqcvwm: Deleted 2026/09/17 02:08:16 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:17 DEBUG : potato3: size = 60 OK 2026/09/17 02:08:17 DEBUG : potato3.rclone_chunk.001_hqcvyp: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:17 INFO : potato3.rclone_chunk.001_hqcvyp: Copied (server-side copy) to: potato3 2026/09/17 02:08:17 INFO : potato3.rclone_chunk.001_hqcvyp: Deleted 2026/09/17 02:08:17 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (2.34s) --- PASS: TestRcatSizeChecksum/Corrupted (0.60s) --- PASS: TestRcatSizeChecksum/SizeDiffers (0.59s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (0.58s) --- PASS: TestRcatSizeChecksum/NoHashes (0.57s) === RUN TestTouchDir run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" 2026/09/17 02:08:17 DEBUG : potato2: size = 60 OK 2026/09/17 02:08:17 DEBUG : potato2.rclone_chunk.001_hqcwde: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 02:08:17 INFO : potato2.rclone_chunk.001_hqcwde: Copied (server-side copy) to: potato2 2026/09/17 02:08:17 INFO : potato2.rclone_chunk.001_hqcwde: Deleted 2026/09/17 02:08:18 DEBUG : empty space: size = 1 OK 2026/09/17 02:08:18 DEBUG : empty space.rclone_chunk.001_hqcwm3: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/17 02:08:18 INFO : empty space.rclone_chunk.001_hqcwm3: Copied (server-side copy) to: empty space 2026/09/17 02:08:18 INFO : empty space.rclone_chunk.001_hqcwm3: Deleted 2026/09/17 02:08:18 DEBUG : sub dir/potato3: size = 5 OK 2026/09/17 02:08:18 DEBUG : sub dir/potato3.rclone_chunk.001_hqcxj7: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 02:08:18 INFO : sub dir/potato3.rclone_chunk.001_hqcxj7: Copied (server-side copy) to: sub dir/potato3 2026/09/17 02:08:18 INFO : sub dir/potato3.rclone_chunk.001_hqcxj7: Deleted 2026/09/17 02:08:18 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Touching "potato2" 2026/09/17 02:08:18 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Touching "empty space" 2026/09/17 02:08:18 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Touching "sub dir/potato3" --- PASS: TestTouchDir (2.26s) === RUN TestMkdirMetadata run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.09s) === RUN TestMkdirModTime run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.08s) === RUN TestCopyDirMetadata run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.09s) === RUN TestSetDirModTime run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.08s) === RUN TestDirsEqual run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.09s) === RUN TestRemoveExisting run.go:198: Remote "Chunked 'TestChunkerS3:rclone-test-yizipan8deyu'", Local "Local file system at /tmp/rclone2088672985", Modify Window "1ns" operations_test.go:2103: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.08s) === RUN TestRcAbout rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) === RUN TestRcGetFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcGetFile (0.00s) PASS 2026/09/17 02:08:20 DEBUG : Chunked 'TestChunkerS3:rclone-test-yizipan8deyu': Purge remote 2026/09/17 02:08:20 DEBUG : S3 bucket rclone-test-yizipan8deyu: bucket is versioned: false 2026/09/17 02:08:20 DEBUG : Waiting for deletions to finish 2026/09/17 02:08:20 INFO : S3 bucket rclone-test-yizipan8deyu: Bucket "rclone-test-yizipan8deyu" deleted "./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Finished OK in 2m10.750894895s (try 1/5)