"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Starting (try 1/5) 2025/08/16 01:50:51 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace" 2025/08/16 01:50:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:50:51 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace" 2025/08/16 01:50:51 DEBUG : Creating backend with remote "/tmp/rclone723478265" === 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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" multithread_test.go:121: multithread writing not supported 2025/08/16 01:50:51 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" multithread_test.go:121: multithread writing not supported 2025/08/16 01:50:52 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.04s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/16 01:50:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/16 01:50:52 DEBUG : potato: Seek from 10 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 10 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Seek from 5 to 2 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/16 01:50:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Seek from 5 to 2 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/16 01:50:52 DEBUG : potato: Seek from 8 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 8 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/16 01:50:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/16 01:50:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/16 01:50:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/16 01:50:52 DEBUG : potato: Seek from 5 to 2 2025/08/16 01:50:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/16 01:50:52 DEBUG : potato: Seek from 9 to 0 2025/08/16 01:50:52 DEBUG : potato: Seek from 9 to 0 2025/08/16 01:50:52 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/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/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/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/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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:50:52 INFO : S3 bucket rclone-test-hilupix2zace: Bucket "rclone-test-hilupix2zace" created with ACL "" 2025/08/16 01:50:53 DEBUG : rutabaga.rclone_chunk.001_2irz8f: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/08/16 01:50:53 INFO : rutabaga.rclone_chunk.001_2irz8f: Copied (server-side copy) to: rutabaga 2025/08/16 01:50:53 INFO : rutabaga.rclone_chunk.001_2irz8f: Deleted === RUN TestCheck/1 === RUN TestCheck/2 2025/08/16 01:50:53 DEBUG : empty space.rclone_chunk.001_2is0yq: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:50:53 INFO : empty space.rclone_chunk.001_2is0yq: Copied (server-side copy) to: empty space 2025/08/16 01:50:53 INFO : empty space.rclone_chunk.001_2is0yq: Deleted === RUN TestCheck/3 2025/08/16 01:50:54 DEBUG : potato2.rclone_chunk.001_2is1nu: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:50:54 INFO : potato2.rclone_chunk.001_2is1nu: Copied (server-side copy) to: potato2 2025/08/16 01:50:54 INFO : potato2.rclone_chunk.001_2is1nu: Deleted === RUN TestCheck/4 === RUN TestCheck/5 2025/08/16 01:50:55 DEBUG : remotepotato.rclone_chunk.001_2is14x: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:50:55 INFO : remotepotato.rclone_chunk.001_2is14x: Copied (server-side copy) to: remotepotato 2025/08/16 01:50:55 INFO : remotepotato.rclone_chunk.001_2is14x: Deleted === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (3.75s) --- PASS: TestCheck/1 (0.05s) --- 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 2025/08/16 01:50:55 DEBUG : Creating backend with remote "nonexistent" 2025/08/16 01:50:55 DEBUG : Creating backend with remote "nonexistent" 2025/08/16 01:50:55 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/16 01:50:55 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/16 01:50:55 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/16 01:50:55 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:50:56 DEBUG : rutabaga.rclone_chunk.001_2is21k: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/08/16 01:50:56 INFO : rutabaga.rclone_chunk.001_2is21k: Copied (server-side copy) to: rutabaga 2025/08/16 01:50:56 INFO : rutabaga.rclone_chunk.001_2is21k: Deleted === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/16 01:50:56 DEBUG : empty space.rclone_chunk.001_2is398: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:50:56 INFO : empty space.rclone_chunk.001_2is398: Copied (server-side copy) to: empty space 2025/08/16 01:50:56 INFO : empty space.rclone_chunk.001_2is398: Deleted === RUN TestCheckDownload/3 2025/08/16 01:50:57 DEBUG : potato2.rclone_chunk.001_2is4am: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:50:57 INFO : potato2.rclone_chunk.001_2is4am: Copied (server-side copy) to: potato2 2025/08/16 01:50:57 INFO : potato2.rclone_chunk.001_2is4am: Deleted === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/16 01:50:58 DEBUG : remotepotato.rclone_chunk.001_2is538: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:50:58 INFO : remotepotato.rclone_chunk.001_2is538: Copied (server-side copy) to: remotepotato 2025/08/16 01:50:58 INFO : remotepotato.rclone_chunk.001_2is538: Deleted === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (3.46s) --- PASS: TestCheckDownload/1 (0.09s) --- PASS: TestCheckDownload/2 (0.09s) --- PASS: TestCheckDownload/3 (0.09s) --- PASS: TestCheckDownload/4 (0.14s) --- PASS: TestCheckDownload/5 (0.10s) --- PASS: TestCheckDownload/6 (0.10s) --- PASS: TestCheckDownload/7 (0.10s) === RUN TestCheckSizeOnly run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:50:59 DEBUG : rutabaga.rclone_chunk.001_2is60u: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/08/16 01:50:59 INFO : rutabaga.rclone_chunk.001_2is60u: Copied (server-side copy) to: rutabaga 2025/08/16 01:50:59 INFO : rutabaga.rclone_chunk.001_2is60u: Deleted === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/16 01:51:00 DEBUG : empty space.rclone_chunk.001_2is66t: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:51:00 INFO : empty space.rclone_chunk.001_2is66t: Copied (server-side copy) to: empty space 2025/08/16 01:51:00 INFO : empty space.rclone_chunk.001_2is66t: Deleted === RUN TestCheckSizeOnly/3 2025/08/16 01:51:00 DEBUG : potato2.rclone_chunk.001_2is7wb: md5 = 2ff4ef815de0b426b7da66694360a4c4 OK 2025/08/16 01:51:00 INFO : potato2.rclone_chunk.001_2is7wb: Copied (server-side copy) to: potato2 2025/08/16 01:51:00 INFO : potato2.rclone_chunk.001_2is7wb: Deleted === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/16 01:51:01 DEBUG : remotepotato.rclone_chunk.001_2is8i8: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:51:01 INFO : remotepotato.rclone_chunk.001_2is8i8: Copied (server-side copy) to: remotepotato 2025/08/16 01:51:01 INFO : remotepotato.rclone_chunk.001_2is8i8: Deleted === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (2.95s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.04s) --- 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.00s) === RUN TestParseSumFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:02 DEBUG : test.sum.rclone_chunk.001_2is9x6: md5 = f793dba7b302a27e736b7ee7a1b7f9e0 OK 2025/08/16 01:51:02 INFO : test.sum.rclone_chunk.001_2is9x6: Copied (server-side copy) to: test.sum 2025/08/16 01:51:02 INFO : test.sum.rclone_chunk.001_2is9x6: Deleted 2025/08/16 01:51:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/16 01:51:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/16 01:51:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/16 01:51:02 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/16 01:51:03 DEBUG : test.sum.rclone_chunk.001_2is9wi: md5 = f034019ad0e2af1dcc3875ec7e1a1969 OK 2025/08/16 01:51:03 INFO : test.sum.rclone_chunk.001_2is9wi: Copied (server-side copy) to: test.sum 2025/08/16 01:51:03 INFO : test.sum.rclone_chunk.001_2is9wi: Deleted 2025/08/16 01:51:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/16 01:51:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/16 01:51:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/16 01:51:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (1.41s) === RUN TestCheckSum run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:03 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/data" 2025/08/16 01:51:03 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/data" 2025/08/16 01:51:04 DEBUG : data/banana.rclone_chunk.001_2isa4z: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:04 INFO : data/banana.rclone_chunk.001_2isa4z: Copied (server-side copy) to: data/banana 2025/08/16 01:51:04 INFO : data/banana.rclone_chunk.001_2isa4z: Deleted 2025/08/16 01:51:04 DEBUG : test.sum.rclone_chunk.001_2isboe: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/08/16 01:51:04 INFO : test.sum.rclone_chunk.001_2isboe: Copied (server-side copy) to: test.sum 2025/08/16 01:51:04 INFO : test.sum.rclone_chunk.001_2isboe: Deleted === RUN TestCheckSum/subtest1 2025/08/16 01:51:05 DEBUG : data/potato.rclone_chunk.001_2isb2r: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/08/16 01:51:05 INFO : data/potato.rclone_chunk.001_2isb2r: Copied (server-side copy) to: data/potato 2025/08/16 01:51:05 INFO : data/potato.rclone_chunk.001_2isb2r: Deleted 2025/08/16 01:51:05 DEBUG : test.sum.rclone_chunk.001_2iscly: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/08/16 01:51:05 INFO : test.sum.rclone_chunk.001_2iscly: Copied (server-side copy) to: test.sum 2025/08/16 01:51:05 INFO : test.sum.rclone_chunk.001_2iscly: Deleted === RUN TestCheckSum/subtest2 2025/08/16 01:51:06 DEBUG : test.sum.rclone_chunk.001_2isdkj: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2025/08/16 01:51:06 INFO : test.sum.rclone_chunk.001_2isdkj: Copied (server-side copy) to: test.sum 2025/08/16 01:51:06 INFO : test.sum.rclone_chunk.001_2isdkj: Deleted === RUN TestCheckSum/subtest3 2025/08/16 01:51:07 DEBUG : test.sum.rclone_chunk.001_2isewk: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2025/08/16 01:51:07 INFO : test.sum.rclone_chunk.001_2isewk: Copied (server-side copy) to: test.sum 2025/08/16 01:51:07 INFO : test.sum.rclone_chunk.001_2isewk: Deleted === RUN TestCheckSum/subtest4 2025/08/16 01:51:08 DEBUG : test.sum.rclone_chunk.001_2isfpc: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2025/08/16 01:51:08 INFO : test.sum.rclone_chunk.001_2isfpc: Copied (server-side copy) to: test.sum 2025/08/16 01:51:08 INFO : test.sum.rclone_chunk.001_2isfpc: Deleted === RUN TestCheckSum/subtest5 2025/08/16 01:51:09 DEBUG : test.sum.rclone_chunk.001_2isgp7: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2025/08/16 01:51:09 INFO : test.sum.rclone_chunk.001_2isgp7: Copied (server-side copy) to: test.sum 2025/08/16 01:51:09 INFO : test.sum.rclone_chunk.001_2isgp7: Deleted === RUN TestCheckSum/subtest6 2025/08/16 01:51:10 DEBUG : data/banana.rclone_chunk.001_2ish9e: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:10 INFO : data/banana.rclone_chunk.001_2ish9e: Copied (server-side copy) to: data/banana 2025/08/16 01:51:10 INFO : data/banana.rclone_chunk.001_2ish9e: Deleted 2025/08/16 01:51:11 DEBUG : data/potato.rclone_chunk.001_2ishuj: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/08/16 01:51:11 INFO : data/potato.rclone_chunk.001_2ishuj: Copied (server-side copy) to: data/potato 2025/08/16 01:51:11 INFO : data/potato.rclone_chunk.001_2ishuj: Deleted 2025/08/16 01:51:11 DEBUG : test.sum.rclone_chunk.001_2isijh: md5 = b016be839d91d18cfaa786ab2a641504 OK 2025/08/16 01:51:11 INFO : test.sum.rclone_chunk.001_2isijh: Copied (server-side copy) to: test.sum 2025/08/16 01:51:11 INFO : test.sum.rclone_chunk.001_2isijh: Deleted === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (8.98s) --- PASS: TestCheckSum/subtest1 (0.19s) --- PASS: TestCheckSum/subtest2 (0.18s) --- PASS: TestCheckSum/subtest3 (0.18s) --- PASS: TestCheckSum/subtest4 (0.18s) --- PASS: TestCheckSum/subtest5 (0.18s) --- PASS: TestCheckSum/subtest6 (0.19s) --- PASS: TestCheckSum/subtest7 (0.26s) === RUN TestCheckSumDownload run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:12 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/data" 2025/08/16 01:51:12 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/data" 2025/08/16 01:51:13 DEBUG : data/banana.rclone_chunk.001_2isjny: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:13 INFO : data/banana.rclone_chunk.001_2isjny: Copied (server-side copy) to: data/banana 2025/08/16 01:51:13 INFO : data/banana.rclone_chunk.001_2isjny: Deleted 2025/08/16 01:51:13 DEBUG : test.sum.rclone_chunk.001_2iskax: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/08/16 01:51:13 INFO : test.sum.rclone_chunk.001_2iskax: Copied (server-side copy) to: test.sum 2025/08/16 01:51:13 INFO : test.sum.rclone_chunk.001_2iskax: Deleted === RUN TestCheckSumDownload/subtest1 2025/08/16 01:51:14 DEBUG : data/potato.rclone_chunk.001_2isk8g: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/08/16 01:51:14 INFO : data/potato.rclone_chunk.001_2isk8g: Copied (server-side copy) to: data/potato 2025/08/16 01:51:14 INFO : data/potato.rclone_chunk.001_2isk8g: Deleted 2025/08/16 01:51:14 DEBUG : test.sum.rclone_chunk.001_2islui: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/08/16 01:51:14 INFO : test.sum.rclone_chunk.001_2islui: Copied (server-side copy) to: test.sum 2025/08/16 01:51:14 INFO : test.sum.rclone_chunk.001_2islui: Deleted === RUN TestCheckSumDownload/subtest2 2025/08/16 01:51:15 DEBUG : test.sum.rclone_chunk.001_2ismrd: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2025/08/16 01:51:15 INFO : test.sum.rclone_chunk.001_2ismrd: Copied (server-side copy) to: test.sum 2025/08/16 01:51:15 INFO : test.sum.rclone_chunk.001_2ismrd: Deleted === RUN TestCheckSumDownload/subtest3 2025/08/16 01:51:16 DEBUG : test.sum.rclone_chunk.001_2isnk4: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2025/08/16 01:51:16 INFO : test.sum.rclone_chunk.001_2isnk4: Copied (server-side copy) to: test.sum 2025/08/16 01:51:16 INFO : test.sum.rclone_chunk.001_2isnk4: Deleted === RUN TestCheckSumDownload/subtest4 2025/08/16 01:51:17 DEBUG : test.sum.rclone_chunk.001_2isoc9: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2025/08/16 01:51:17 INFO : test.sum.rclone_chunk.001_2isoc9: Copied (server-side copy) to: test.sum 2025/08/16 01:51:17 INFO : test.sum.rclone_chunk.001_2isoc9: Deleted === RUN TestCheckSumDownload/subtest5 2025/08/16 01:51:18 DEBUG : test.sum.rclone_chunk.001_2ispjr: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2025/08/16 01:51:18 INFO : test.sum.rclone_chunk.001_2ispjr: Copied (server-side copy) to: test.sum 2025/08/16 01:51:18 INFO : test.sum.rclone_chunk.001_2ispjr: Deleted === RUN TestCheckSumDownload/subtest6 2025/08/16 01:51:19 DEBUG : data/banana.rclone_chunk.001_2isq90: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:19 INFO : data/banana.rclone_chunk.001_2isq90: Copied (server-side copy) to: data/banana 2025/08/16 01:51:19 INFO : data/banana.rclone_chunk.001_2isq90: Deleted 2025/08/16 01:51:20 DEBUG : data/potato.rclone_chunk.001_2isqgp: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/08/16 01:51:20 INFO : data/potato.rclone_chunk.001_2isqgp: Copied (server-side copy) to: data/potato 2025/08/16 01:51:20 INFO : data/potato.rclone_chunk.001_2isqgp: Deleted 2025/08/16 01:51:20 DEBUG : test.sum.rclone_chunk.001_2isr37: md5 = b016be839d91d18cfaa786ab2a641504 OK 2025/08/16 01:51:20 INFO : test.sum.rclone_chunk.001_2isr37: Copied (server-side copy) to: test.sum 2025/08/16 01:51:20 INFO : test.sum.rclone_chunk.001_2isr37: Deleted === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (8.95s) --- PASS: TestCheckSumDownload/subtest1 (0.21s) --- PASS: TestCheckSumDownload/subtest2 (0.26s) --- PASS: TestCheckSumDownload/subtest3 (0.26s) --- PASS: TestCheckSumDownload/subtest4 (0.24s) --- PASS: TestCheckSumDownload/subtest5 (0.23s) --- PASS: TestCheckSumDownload/subtest6 (0.22s) --- PASS: TestCheckSumDownload/subtest7 (0.22s) === RUN TestApplyTransforms 2025/08/16 01:51:21 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-sodonor2feri" 2025/08/16 01:51:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:21 DEBUG : Creating backend with remote "TestS3:rclone-test-sodonor2feri" 2025/08/16 01:51:21 DEBUG : Creating backend with remote "/tmp/rclone3659823138" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-sodonor2feri'", Local "Local file system at /tmp/rclone3659823138", Modify Window "1ns" 2025/08/16 01:51:22 INFO : S3 bucket rclone-test-sodonor2feri: Bucket "rclone-test-sodonor2feri" created with ACL "" 2025/08/16 01:51:23 DEBUG : hello, world!.rclone_chunk.001_2istet: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:23 INFO : hello, world!.rclone_chunk.001_2istet: Copied (server-side copy) to: hello, world! 2025/08/16 01:51:23 INFO : hello, world!.rclone_chunk.001_2istet: Deleted upper checkfile vs. lower remote (without normalization) 2025/08/16 01:51:23 ERROR : hello, world!: sum not found 2025/08/16 01:51:23 ERROR : HELLO, WORLD!: file not in Chunked 'TestChunkerS3:rclone-test-sodonor2feri' 2025/08/16 01:51:23 NOTICE: Chunked 'TestChunkerS3:rclone-test-sodonor2feri': 1 files missing 2025/08/16 01:51:23 NOTICE: 1 hashes missing 2025/08/16 01:51:23 NOTICE: Chunked 'TestChunkerS3:rclone-test-sodonor2feri': 1 differences found 2025/08/16 01:51:23 NOTICE: Chunked 'TestChunkerS3:rclone-test-sodonor2feri': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/16 01:51:23 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:23 NOTICE: Chunked 'TestChunkerS3:rclone-test-sodonor2feri': 0 differences found 2025/08/16 01:51:23 NOTICE: Chunked 'TestChunkerS3:rclone-test-sodonor2feri': 1 matching files 2025/08/16 01:51:23 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-nelaxod2hado" 2025/08/16 01:51:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:23 DEBUG : Creating backend with remote "TestS3:rclone-test-nelaxod2hado" 2025/08/16 01:51:23 DEBUG : Creating backend with remote "/tmp/rclone3084525384" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-nelaxod2hado'", Local "Local file system at /tmp/rclone3084525384", Modify Window "1ns" 2025/08/16 01:51:24 INFO : S3 bucket rclone-test-nelaxod2hado: Bucket "rclone-test-nelaxod2hado" created with ACL "" 2025/08/16 01:51:24 DEBUG : HELLO, WORLD!.rclone_chunk.001_2isv17: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:24 INFO : HELLO, WORLD!.rclone_chunk.001_2isv17: Copied (server-side copy) to: HELLO, WORLD! 2025/08/16 01:51:24 INFO : HELLO, WORLD!.rclone_chunk.001_2isv17: Deleted lower checkfile vs. upper remote (without normalization) 2025/08/16 01:51:24 ERROR : HELLO, WORLD!: sum not found 2025/08/16 01:51:24 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-nelaxod2hado' 2025/08/16 01:51:24 NOTICE: Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': 1 files missing 2025/08/16 01:51:24 NOTICE: 1 hashes missing 2025/08/16 01:51:24 NOTICE: Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': 1 differences found 2025/08/16 01:51:24 NOTICE: Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/16 01:51:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:24 NOTICE: Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': 0 differences found 2025/08/16 01:51:24 NOTICE: Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': 1 matching files 2025/08/16 01:51:24 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-kaxoyag2malo" 2025/08/16 01:51:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:24 DEBUG : Creating backend with remote "TestS3:rclone-test-kaxoyag2malo" 2025/08/16 01:51:24 DEBUG : Creating backend with remote "/tmp/rclone4183623141" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo'", Local "Local file system at /tmp/rclone4183623141", Modify Window "1ns" 2025/08/16 01:51:25 INFO : S3 bucket rclone-test-kaxoyag2malo: Bucket "rclone-test-kaxoyag2malo" created with ACL "" 2025/08/16 01:51:25 DEBUG : HeLlO, wOrLd!.rclone_chunk.001_2iswxp: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:25 INFO : HeLlO, wOrLd!.rclone_chunk.001_2iswxp: Copied (server-side copy) to: HeLlO, wOrLd! 2025/08/16 01:51:25 INFO : HeLlO, wOrLd!.rclone_chunk.001_2iswxp: Deleted lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/16 01:51:26 ERROR : HeLlO, wOrLd!: sum not found 2025/08/16 01:51:26 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo' 2025/08/16 01:51:26 NOTICE: Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': 1 files missing 2025/08/16 01:51:26 NOTICE: 1 hashes missing 2025/08/16 01:51:26 NOTICE: Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': 1 differences found 2025/08/16 01:51:26 NOTICE: Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/16 01:51:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:26 NOTICE: Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': 0 differences found 2025/08/16 01:51:26 NOTICE: Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': 1 matching files 2025/08/16 01:51:26 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zokegax0kuqu" 2025/08/16 01:51:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:26 DEBUG : Creating backend with remote "TestS3:rclone-test-zokegax0kuqu" 2025/08/16 01:51:26 DEBUG : Creating backend with remote "/tmp/rclone2215870517" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu'", Local "Local file system at /tmp/rclone2215870517", Modify Window "1ns" 2025/08/16 01:51:26 INFO : S3 bucket rclone-test-zokegax0kuqu: Bucket "rclone-test-zokegax0kuqu" created with ACL "" 2025/08/16 01:51:27 DEBUG : HELLO, WORLD!.rclone_chunk.001_2isysk: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:27 INFO : HELLO, WORLD!.rclone_chunk.001_2isysk: Copied (server-side copy) to: HELLO, WORLD! 2025/08/16 01:51:27 INFO : HELLO, WORLD!.rclone_chunk.001_2isysk: Deleted upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/16 01:51:27 ERROR : HELLO, WORLD!: sum not found 2025/08/16 01:51:27 ERROR : HeLlO, wOrLd!: file not in Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu' 2025/08/16 01:51:27 NOTICE: Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': 1 files missing 2025/08/16 01:51:27 NOTICE: 1 hashes missing 2025/08/16 01:51:27 NOTICE: Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': 1 differences found 2025/08/16 01:51:27 NOTICE: Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/16 01:51:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:27 NOTICE: Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': 0 differences found 2025/08/16 01:51:27 NOTICE: Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': 1 matching files 2025/08/16 01:51:27 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-gipaver6vica" 2025/08/16 01:51:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:27 DEBUG : Creating backend with remote "TestS3:rclone-test-gipaver6vica" 2025/08/16 01:51:27 DEBUG : Creating backend with remote "/tmp/rclone2225743291" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-gipaver6vica'", Local "Local file system at /tmp/rclone2225743291", Modify Window "1ns" 2025/08/16 01:51:28 INFO : S3 bucket rclone-test-gipaver6vica: Bucket "rclone-test-gipaver6vica" created with ACL "" 2025/08/16 01:51:28 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_2isza4: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:28 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_2isza4: Copied (server-side copy) to: 測試_Русский___ě_áñ 2025/08/16 01:51:28 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_2isza4: Deleted NFD checkfile vs. NFC remote (without normalization) 2025/08/16 01:51:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:28 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-gipaver6vica' 2025/08/16 01:51:28 NOTICE: Chunked 'TestChunkerS3:rclone-test-gipaver6vica': 1 files missing 2025/08/16 01:51:28 NOTICE: 1 hashes missing 2025/08/16 01:51:28 NOTICE: Chunked 'TestChunkerS3:rclone-test-gipaver6vica': 1 differences found 2025/08/16 01:51:28 NOTICE: Chunked 'TestChunkerS3:rclone-test-gipaver6vica': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/16 01:51:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:29 NOTICE: Chunked 'TestChunkerS3:rclone-test-gipaver6vica': 0 differences found 2025/08/16 01:51:29 NOTICE: Chunked 'TestChunkerS3:rclone-test-gipaver6vica': 1 matching files 2025/08/16 01:51:29 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-rejaziz9mufe" 2025/08/16 01:51:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:29 DEBUG : Creating backend with remote "TestS3:rclone-test-rejaziz9mufe" 2025/08/16 01:51:29 DEBUG : Creating backend with remote "/tmp/rclone3009946425" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe'", Local "Local file system at /tmp/rclone3009946425", Modify Window "1ns" 2025/08/16 01:51:29 INFO : S3 bucket rclone-test-rejaziz9mufe: Bucket "rclone-test-rejaziz9mufe" created with ACL "" 2025/08/16 01:51:30 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_2it0ig: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:30 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_2it0ig: Copied (server-side copy) to: 測試_Русский___ě_áñ 2025/08/16 01:51:30 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_2it0ig: Deleted NFC checkfile vs. NFD remote (without normalization) 2025/08/16 01:51:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:30 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe' 2025/08/16 01:51:30 NOTICE: Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': 1 files missing 2025/08/16 01:51:30 NOTICE: 1 hashes missing 2025/08/16 01:51:30 NOTICE: Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': 1 differences found 2025/08/16 01:51:30 NOTICE: Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/16 01:51:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:30 NOTICE: Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': 0 differences found 2025/08/16 01:51:30 NOTICE: Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': 1 matching files 2025/08/16 01:51:30 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-cefokih4puwi" 2025/08/16 01:51:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:30 DEBUG : Creating backend with remote "TestS3:rclone-test-cefokih4puwi" 2025/08/16 01:51:30 DEBUG : Creating backend with remote "/tmp/rclone1991277273" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-cefokih4puwi'", Local "Local file system at /tmp/rclone1991277273", Modify Window "1ns" 2025/08/16 01:51:31 INFO : S3 bucket rclone-test-cefokih4puwi: Bucket "rclone-test-cefokih4puwi" created with ACL "" 2025/08/16 01:51:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it2do: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it2do: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/08/16 01:51:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it2do: Deleted NFDx2 checkfile vs. both remote (without normalization) 2025/08/16 01:51:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-cefokih4puwi' 2025/08/16 01:51:31 NOTICE: Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': 1 files missing 2025/08/16 01:51:31 NOTICE: 1 hashes missing 2025/08/16 01:51:31 NOTICE: Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': 1 differences found 2025/08/16 01:51:31 NOTICE: Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/16 01:51:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:32 NOTICE: Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': 0 differences found 2025/08/16 01:51:32 NOTICE: Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': 1 matching files 2025/08/16 01:51:32 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-sasutad8vifu" 2025/08/16 01:51:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:32 DEBUG : Creating backend with remote "TestS3:rclone-test-sasutad8vifu" 2025/08/16 01:51:32 DEBUG : Creating backend with remote "/tmp/rclone3247055261" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-sasutad8vifu'", Local "Local file system at /tmp/rclone3247055261", Modify Window "1ns" 2025/08/16 01:51:32 INFO : S3 bucket rclone-test-sasutad8vifu: Bucket "rclone-test-sasutad8vifu" created with ACL "" 2025/08/16 01:51:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it3pc: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it3pc: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/08/16 01:51:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it3pc: Deleted NFCx2 checkfile vs. both remote (without normalization) 2025/08/16 01:51:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-sasutad8vifu' 2025/08/16 01:51:33 NOTICE: Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': 1 files missing 2025/08/16 01:51:33 NOTICE: 1 hashes missing 2025/08/16 01:51:33 NOTICE: Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': 1 differences found 2025/08/16 01:51:33 NOTICE: Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/16 01:51:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:33 NOTICE: Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': 0 differences found 2025/08/16 01:51:33 NOTICE: Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': 1 matching files 2025/08/16 01:51:33 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-sujurox2xowu" 2025/08/16 01:51:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:33 DEBUG : Creating backend with remote "TestS3:rclone-test-sujurox2xowu" 2025/08/16 01:51:33 DEBUG : Creating backend with remote "/tmp/rclone497563292" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-sujurox2xowu'", Local "Local file system at /tmp/rclone497563292", Modify Window "1ns" 2025/08/16 01:51:34 INFO : S3 bucket rclone-test-sujurox2xowu: Bucket "rclone-test-sujurox2xowu" created with ACL "" 2025/08/16 01:51:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it5l6: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:34 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it5l6: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/08/16 01:51:34 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it5l6: Deleted both checkfile vs. NFDx2 remote (without normalization) 2025/08/16 01:51:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-sujurox2xowu' 2025/08/16 01:51:34 NOTICE: Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': 1 files missing 2025/08/16 01:51:34 NOTICE: 1 hashes missing 2025/08/16 01:51:34 NOTICE: Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': 1 differences found 2025/08/16 01:51:34 NOTICE: Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/16 01:51:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:34 NOTICE: Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': 0 differences found 2025/08/16 01:51:34 NOTICE: Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': 1 matching files 2025/08/16 01:51:34 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-wecogic7qusu" 2025/08/16 01:51:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:51:34 DEBUG : Creating backend with remote "TestS3:rclone-test-wecogic7qusu" 2025/08/16 01:51:34 DEBUG : Creating backend with remote "/tmp/rclone3986542410" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-wecogic7qusu'", Local "Local file system at /tmp/rclone3986542410", Modify Window "1ns" 2025/08/16 01:51:35 INFO : S3 bucket rclone-test-wecogic7qusu: Bucket "rclone-test-wecogic7qusu" created with ACL "" 2025/08/16 01:51:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it6ig: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it6ig: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/08/16 01:51:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_2it6ig: Deleted both checkfile vs. NFCx2 remote (without normalization) 2025/08/16 01:51:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/16 01:51:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-wecogic7qusu' 2025/08/16 01:51:36 NOTICE: Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': 1 files missing 2025/08/16 01:51:36 NOTICE: 1 hashes missing 2025/08/16 01:51:36 NOTICE: Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': 1 differences found 2025/08/16 01:51:36 NOTICE: Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/16 01:51:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/16 01:51:36 NOTICE: Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': 0 differences found 2025/08/16 01:51:36 NOTICE: Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': 1 matching files 2025/08/16 01:51:36 DEBUG : Chunked 'TestChunkerS3:rclone-test-wecogic7qusu': Purge remote 2025/08/16 01:51:36 DEBUG : S3 bucket rclone-test-wecogic7qusu: bucket is versioned: false 2025/08/16 01:51:36 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:36 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/08/16 01:51:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:36 INFO : S3 bucket rclone-test-wecogic7qusu: Bucket "rclone-test-wecogic7qusu" deleted 2025/08/16 01:51:36 DEBUG : Chunked 'TestChunkerS3:rclone-test-sujurox2xowu': Purge remote 2025/08/16 01:51:36 DEBUG : S3 bucket rclone-test-sujurox2xowu: bucket is versioned: false 2025/08/16 01:51:36 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:36 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/08/16 01:51:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:37 INFO : S3 bucket rclone-test-sujurox2xowu: Bucket "rclone-test-sujurox2xowu" deleted 2025/08/16 01:51:37 DEBUG : Chunked 'TestChunkerS3:rclone-test-sasutad8vifu': Purge remote 2025/08/16 01:51:37 DEBUG : S3 bucket rclone-test-sasutad8vifu: bucket is versioned: false 2025/08/16 01:51:37 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:37 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/08/16 01:51:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:37 INFO : S3 bucket rclone-test-sasutad8vifu: Bucket "rclone-test-sasutad8vifu" deleted 2025/08/16 01:51:37 DEBUG : Chunked 'TestChunkerS3:rclone-test-cefokih4puwi': Purge remote 2025/08/16 01:51:37 DEBUG : S3 bucket rclone-test-cefokih4puwi: bucket is versioned: false 2025/08/16 01:51:37 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:37 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/08/16 01:51:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:38 INFO : S3 bucket rclone-test-cefokih4puwi: Bucket "rclone-test-cefokih4puwi" deleted 2025/08/16 01:51:38 DEBUG : Chunked 'TestChunkerS3:rclone-test-rejaziz9mufe': Purge remote 2025/08/16 01:51:38 DEBUG : S3 bucket rclone-test-rejaziz9mufe: bucket is versioned: false 2025/08/16 01:51:38 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:38 DEBUG : "測試_Русский___ě_áñ" version false 2025/08/16 01:51:38 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:38 INFO : 測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:38 INFO : S3 bucket rclone-test-rejaziz9mufe: Bucket "rclone-test-rejaziz9mufe" deleted 2025/08/16 01:51:38 DEBUG : Chunked 'TestChunkerS3:rclone-test-gipaver6vica': Purge remote 2025/08/16 01:51:38 DEBUG : S3 bucket rclone-test-gipaver6vica: bucket is versioned: false 2025/08/16 01:51:38 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:38 DEBUG : "測試_Русский___ě_áñ" version false 2025/08/16 01:51:38 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2025/08/16 01:51:38 INFO : 測試_Русский___ě_áñ: Deleted 2025/08/16 01:51:39 INFO : S3 bucket rclone-test-gipaver6vica: Bucket "rclone-test-gipaver6vica" deleted 2025/08/16 01:51:39 DEBUG : Chunked 'TestChunkerS3:rclone-test-zokegax0kuqu': Purge remote 2025/08/16 01:51:39 DEBUG : S3 bucket rclone-test-zokegax0kuqu: bucket is versioned: false 2025/08/16 01:51:39 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:39 DEBUG : "HELLO, WORLD!" version false 2025/08/16 01:51:39 DEBUG : HELLO, WORLD!: Deleting (id "") 2025/08/16 01:51:39 INFO : HELLO, WORLD!: Deleted 2025/08/16 01:51:39 INFO : S3 bucket rclone-test-zokegax0kuqu: Bucket "rclone-test-zokegax0kuqu" deleted 2025/08/16 01:51:39 DEBUG : Chunked 'TestChunkerS3:rclone-test-kaxoyag2malo': Purge remote 2025/08/16 01:51:39 DEBUG : S3 bucket rclone-test-kaxoyag2malo: bucket is versioned: false 2025/08/16 01:51:39 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:39 DEBUG : "HeLlO, wOrLd!" version false 2025/08/16 01:51:39 DEBUG : HeLlO, wOrLd!: Deleting (id "") 2025/08/16 01:51:40 INFO : HeLlO, wOrLd!: Deleted 2025/08/16 01:51:40 INFO : S3 bucket rclone-test-kaxoyag2malo: Bucket "rclone-test-kaxoyag2malo" deleted 2025/08/16 01:51:40 DEBUG : Chunked 'TestChunkerS3:rclone-test-nelaxod2hado': Purge remote 2025/08/16 01:51:40 DEBUG : S3 bucket rclone-test-nelaxod2hado: bucket is versioned: false 2025/08/16 01:51:40 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:40 DEBUG : "HELLO, WORLD!" version false 2025/08/16 01:51:40 DEBUG : HELLO, WORLD!: Deleting (id "") 2025/08/16 01:51:40 INFO : HELLO, WORLD!: Deleted 2025/08/16 01:51:40 INFO : S3 bucket rclone-test-nelaxod2hado: Bucket "rclone-test-nelaxod2hado" deleted 2025/08/16 01:51:40 DEBUG : Chunked 'TestChunkerS3:rclone-test-sodonor2feri': Purge remote 2025/08/16 01:51:41 DEBUG : S3 bucket rclone-test-sodonor2feri: bucket is versioned: false 2025/08/16 01:51:41 DEBUG : Waiting for deletions to finish 2025/08/16 01:51:41 DEBUG : "hello, world!" version false 2025/08/16 01:51:41 DEBUG : hello, world!: Deleting (id "") 2025/08/16 01:51:41 INFO : hello, world!: Deleted 2025/08/16 01:51:41 INFO : S3 bucket rclone-test-sodonor2feri: Bucket "rclone-test-sodonor2feri" deleted --- PASS: TestApplyTransforms (20.13s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/16 01:51:42 DEBUG : sub/file2.rclone_chunk.001_2itcl0: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:51:42 INFO : sub/file2.rclone_chunk.001_2itcl0: Copied (server-side copy) to: sub/file2 2025/08/16 01:51:42 INFO : sub/file2.rclone_chunk.001_2itcl0: Deleted 2025/08/16 01:51:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:51:42 INFO : file1: Copied (new) to: sub/file2 2025/08/16 01:51:42 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:42 DEBUG : file1: Unchanged skipping 2025/08/16 01:51:42 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (1.27s) === RUN TestCopyLongFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.08s) === RUN TestCopyFileBackupDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:43 DEBUG : dst/file1.rclone_chunk.001_2iteyg: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/08/16 01:51:43 INFO : dst/file1.rclone_chunk.001_2iteyg: Copied (server-side copy) to: dst/file1 2025/08/16 01:51:43 INFO : dst/file1.rclone_chunk.001_2iteyg: Deleted 2025/08/16 01:51:43 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/backup" 2025/08/16 01:51:43 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/backup" 2025/08/16 01:51:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/16 01:51:43 DEBUG : dst/file1: copy non-chunked object... 2025/08/16 01:51:44 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/08/16 01:51:44 INFO : dst/file1: Copied (server-side copy) 2025/08/16 01:51:44 INFO : dst/file1: Deleted 2025/08/16 01:51:44 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:44 DEBUG : dst/file1.rclone_chunk.001_2itf6a: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:51:44 INFO : dst/file1.rclone_chunk.001_2itf6a: Copied (server-side copy) to: dst/file1 2025/08/16 01:51:44 INFO : dst/file1.rclone_chunk.001_2itf6a: Deleted 2025/08/16 01:51:44 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:51:44 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (2.26s) === RUN TestCopyFileCompareDest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:45 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/dst" 2025/08/16 01:51:45 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/dst" 2025/08/16 01:51:45 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/CompareDest" 2025/08/16 01:51:45 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/CompareDest" 2025/08/16 01:51:45 DEBUG : one: Need to transfer - File not found at Destination 2025/08/16 01:51:45 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:46 DEBUG : one.rclone_chunk.001_2itgf7: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:46 INFO : one.rclone_chunk.001_2itgf7: Copied (server-side copy) to: one 2025/08/16 01:51:46 INFO : one.rclone_chunk.001_2itgf7: Deleted 2025/08/16 01:51:46 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:46 INFO : one: Copied (new) 2025/08/16 01:51:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:46 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:47 DEBUG : one.rclone_chunk.001_2ithj2: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:47 INFO : one.rclone_chunk.001_2ithj2: Copied (server-side copy) to: one 2025/08/16 01:51:47 INFO : one.rclone_chunk.001_2ithj2: Deleted 2025/08/16 01:51:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:47 INFO : one: Copied (replaced existing) 2025/08/16 01:51:47 DEBUG : dst/one.rclone_chunk.001_2itiqc: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:47 INFO : dst/one.rclone_chunk.001_2itiqc: Copied (server-side copy) to: dst/one 2025/08/16 01:51:47 INFO : dst/one.rclone_chunk.001_2itiqc: Deleted 2025/08/16 01:51:48 DEBUG : CompareDest/one.rclone_chunk.001_2itidp: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:48 INFO : CompareDest/one.rclone_chunk.001_2itidp: Copied (server-side copy) to: CompareDest/one 2025/08/16 01:51:48 INFO : CompareDest/one.rclone_chunk.001_2itidp: Deleted 2025/08/16 01:51:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:48 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:48 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/16 01:51:49 DEBUG : CompareDest/two.rclone_chunk.001_2itjqk: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:51:49 INFO : CompareDest/two.rclone_chunk.001_2itjqk: Copied (server-side copy) to: CompareDest/two 2025/08/16 01:51:49 INFO : CompareDest/two.rclone_chunk.001_2itjqk: Deleted 2025/08/16 01:51:49 DEBUG : two: Need to transfer - File not found at Destination 2025/08/16 01:51:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/16 01:51:49 DEBUG : two: Need to transfer - File not found at Destination 2025/08/16 01:51:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/16 01:51:50 DEBUG : two: Need to transfer - File not found at Destination 2025/08/16 01:51:50 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:50 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:50 DEBUG : two.rclone_chunk.001_2itluv: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/08/16 01:51:50 INFO : two.rclone_chunk.001_2itluv: Copied (server-side copy) to: two 2025/08/16 01:51:50 INFO : two.rclone_chunk.001_2itluv: Deleted 2025/08/16 01:51:50 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/08/16 01:51:50 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (6.26s) === RUN TestCopyFileCopyDest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:51:51 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/dst" 2025/08/16 01:51:51 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/dst" 2025/08/16 01:51:51 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/CopyDest" 2025/08/16 01:51:51 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/CopyDest" 2025/08/16 01:51:51 DEBUG : one: Need to transfer - File not found at Destination 2025/08/16 01:51:51 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:52 DEBUG : one.rclone_chunk.001_2itmow: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:52 INFO : one.rclone_chunk.001_2itmow: Copied (server-side copy) to: one 2025/08/16 01:51:52 INFO : one.rclone_chunk.001_2itmow: Deleted 2025/08/16 01:51:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:52 INFO : one: Copied (new) 2025/08/16 01:51:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:53 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:53 DEBUG : one.rclone_chunk.001_2itobi: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:53 INFO : one.rclone_chunk.001_2itobi: Copied (server-side copy) to: one 2025/08/16 01:51:53 INFO : one.rclone_chunk.001_2itobi: Deleted 2025/08/16 01:51:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:53 INFO : one: Copied (replaced existing) 2025/08/16 01:51:54 DEBUG : dst/one.rclone_chunk.001_2ito1u: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:54 INFO : dst/one.rclone_chunk.001_2ito1u: Copied (server-side copy) to: dst/one 2025/08/16 01:51:54 INFO : dst/one.rclone_chunk.001_2ito1u: Deleted 2025/08/16 01:51:54 DEBUG : CopyDest/one.rclone_chunk.001_2itpzh: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:54 INFO : CopyDest/one.rclone_chunk.001_2itpzh: Copied (server-side copy) to: CopyDest/one 2025/08/16 01:51:54 INFO : CopyDest/one.rclone_chunk.001_2itpzh: Deleted 2025/08/16 01:51:54 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/BackupDir" 2025/08/16 01:51:54 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/BackupDir" 2025/08/16 01:51:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:55 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/16 01:51:55 DEBUG : one: copy non-chunked object... 2025/08/16 01:51:55 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:51:55 INFO : one: Copied (server-side copy) 2025/08/16 01:51:55 INFO : one: Deleted 2025/08/16 01:51:55 DEBUG : one: copy non-chunked object... 2025/08/16 01:51:55 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/08/16 01:51:55 INFO : one: Copied (server-side copy) 2025/08/16 01:51:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/16 01:51:56 DEBUG : CopyDest/two.rclone_chunk.001_2itrmv: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:51:56 INFO : CopyDest/two.rclone_chunk.001_2itrmv: Copied (server-side copy) to: CopyDest/two 2025/08/16 01:51:56 INFO : CopyDest/two.rclone_chunk.001_2itrmv: Deleted 2025/08/16 01:51:56 DEBUG : two: Need to transfer - File not found at Destination 2025/08/16 01:51:56 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:56 DEBUG : two: copy non-chunked object... 2025/08/16 01:51:57 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:51:57 INFO : two: Copied (server-side copy) 2025/08/16 01:51:57 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/16 01:51:57 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:51:57 DEBUG : two: Unchanged skipping 2025/08/16 01:51:58 DEBUG : CopyDest/three.rclone_chunk.001_2its9r: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/08/16 01:51:58 INFO : CopyDest/three.rclone_chunk.001_2its9r: Copied (server-side copy) to: CopyDest/three 2025/08/16 01:51:58 INFO : CopyDest/three.rclone_chunk.001_2its9r: Deleted 2025/08/16 01:51:58 DEBUG : three: Need to transfer - File not found at Destination 2025/08/16 01:51:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/16 01:51:58 DEBUG : three: Destination not found in --copy-dest 2025/08/16 01:51:58 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:51:59 DEBUG : three.rclone_chunk.001_2itt19: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/08/16 01:51:59 INFO : three.rclone_chunk.001_2itt19: Copied (server-side copy) to: three 2025/08/16 01:51:59 INFO : three.rclone_chunk.001_2itt19: Deleted 2025/08/16 01:51:59 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/08/16 01:51:59 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (8.47s) === RUN TestCopyInplace run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.09s) === RUN TestCopyLongFileName run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.09s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file1.rclone_chunk.001_2itv93: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:00 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_2itv93: Copied (server-side copy) to: TestCopyFileMaxTransfer/file1 2025/08/16 01:52:00 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_2itv93: Deleted 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/16 01:52:00 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:52:00 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-hilupix2zace.s3.eu-west-2.amazonaws.com/TestCopyFileMaxTransfer/file2.rclone_chunk.001_2itvbq?x-id=PutObject": max transfer limit reached as set by --max-transfer 2025/08/16 01:52:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination copy_test.go:494: skipping remainder of test for chunker as it involves multiple transfers --- PASS: TestCopyFileMaxTransfer (1.30s) === RUN TestDeduplicateInteractive run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.09s) === RUN TestDeduplicateSkip run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.09s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.09s) === RUN TestDeduplicateFirst run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.09s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:02 DEBUG : one.rclone_chunk.001_2itwp3: md5 = 2f63f02e7d85967adc3658a6dd1d9c64 OK 2025/08/16 01:52:02 INFO : one.rclone_chunk.001_2itwp3: Copied (server-side copy) to: one 2025/08/16 01:52:02 INFO : one.rclone_chunk.001_2itwp3: Deleted 2025/08/16 01:52:02 DEBUG : also/one.rclone_chunk.001_2itxz6: md5 = 2f63f02e7d85967adc3658a6dd1d9c64 OK 2025/08/16 01:52:02 INFO : also/one.rclone_chunk.001_2itxz6: Copied (server-side copy) to: also/one 2025/08/16 01:52:02 INFO : also/one.rclone_chunk.001_2itxz6: Deleted 2025/08/16 01:52:03 DEBUG : another.rclone_chunk.001_2itxch: md5 = 2f63f02e7d85967adc3658a6dd1d9c64 OK 2025/08/16 01:52:03 INFO : another.rclone_chunk.001_2itxch: Copied (server-side copy) to: another 2025/08/16 01:52:03 INFO : another.rclone_chunk.001_2itxch: Deleted 2025/08/16 01:52:03 DEBUG : not-one.rclone_chunk.001_2ity4q: md5 = c13d88cb4cb02003daedb8a84e5d272a OK 2025/08/16 01:52:03 INFO : not-one.rclone_chunk.001_2ity4q: Copied (server-side copy) to: not-one 2025/08/16 01:52:03 INFO : not-one.rclone_chunk.001_2ity4q: Deleted 2025/08/16 01:52:03 INFO : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Looking for duplicate md5 hashes using newest mode. 2025/08/16 01:52:03 NOTICE: 2f63f02e7d85967adc3658a6dd1d9c64: Found 3 files with duplicate md5 hashes 2025/08/16 01:52:04 INFO : one: Deleted 2025/08/16 01:52:04 INFO : also/one: Deleted 2025/08/16 01:52:04 NOTICE: 2f63f02e7d85967adc3658a6dd1d9c64: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (2.62s) === RUN TestDeduplicateOldest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.09s) === RUN TestDeduplicateLargest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.08s) === RUN TestDeduplicateSmallest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.08s) === RUN TestDeduplicateRename run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.08s) === RUN TestMergeDirs run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.09s) === RUN TestListDirSorted run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:05 DEBUG : a.txt.rclone_chunk.001_2itz5y: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:05 INFO : a.txt.rclone_chunk.001_2itz5y: Copied (server-side copy) to: a.txt 2025/08/16 01:52:05 INFO : a.txt.rclone_chunk.001_2itz5y: Deleted 2025/08/16 01:52:05 DEBUG : zend.txt.rclone_chunk.001_2iu0yb: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/16 01:52:05 INFO : zend.txt.rclone_chunk.001_2iu0yb: Copied (server-side copy) to: zend.txt 2025/08/16 01:52:05 INFO : zend.txt.rclone_chunk.001_2iu0yb: Deleted 2025/08/16 01:52:06 DEBUG : sub dir/hello world.rclone_chunk.001_2iu0b4: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:06 INFO : sub dir/hello world.rclone_chunk.001_2iu0b4: Copied (server-side copy) to: sub dir/hello world 2025/08/16 01:52:06 INFO : sub dir/hello world.rclone_chunk.001_2iu0b4: Deleted 2025/08/16 01:52:06 DEBUG : sub dir/hello world2.rclone_chunk.001_2iu1g5: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:06 INFO : sub dir/hello world2.rclone_chunk.001_2iu1g5: Copied (server-side copy) to: sub dir/hello world2 2025/08/16 01:52:06 INFO : sub dir/hello world2.rclone_chunk.001_2iu1g5: Deleted 2025/08/16 01:52:06 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu1pt: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:06 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu1pt: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2025/08/16 01:52:07 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu1pt: Deleted 2025/08/16 01:52:07 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu2f1: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2025/08/16 01:52:07 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu2f1: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2025/08/16 01:52:07 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu2f1: Deleted 2025/08/16 01:52:07 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu25f: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:07 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu25f: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2025/08/16 01:52:07 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu25f: Deleted 2025/08/16 01:52:08 DEBUG : a.txt: Excluded (Size Filter) 2025/08/16 01:52:08 DEBUG : a.txt: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/16 01:52:08 DEBUG : sub dir/hello world: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/16 01:52:08 DEBUG : sub dir/hello world2: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/16 01:52:08 DEBUG : sub dir/hello world: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/16 01:52:08 DEBUG : sub dir/hello world2: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/ignore dir: Excluded 2025/08/16 01:52:08 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (4.78s) === RUN TestListDirSortedFn run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:10 DEBUG : a.txt.rclone_chunk.001_2iu4vx: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:10 INFO : a.txt.rclone_chunk.001_2iu4vx: Copied (server-side copy) to: a.txt 2025/08/16 01:52:10 INFO : a.txt.rclone_chunk.001_2iu4vx: Deleted 2025/08/16 01:52:10 DEBUG : zend.txt.rclone_chunk.001_2iu5a6: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/16 01:52:10 INFO : zend.txt.rclone_chunk.001_2iu5a6: Copied (server-side copy) to: zend.txt 2025/08/16 01:52:10 INFO : zend.txt.rclone_chunk.001_2iu5a6: Deleted 2025/08/16 01:52:10 DEBUG : sub dir/hello world.rclone_chunk.001_2iu5ro: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:10 INFO : sub dir/hello world.rclone_chunk.001_2iu5ro: Copied (server-side copy) to: sub dir/hello world 2025/08/16 01:52:11 INFO : sub dir/hello world.rclone_chunk.001_2iu5ro: Deleted 2025/08/16 01:52:11 DEBUG : sub dir/hello world2.rclone_chunk.001_2iu6ct: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:11 INFO : sub dir/hello world2.rclone_chunk.001_2iu6ct: Copied (server-side copy) to: sub dir/hello world2 2025/08/16 01:52:11 INFO : sub dir/hello world2.rclone_chunk.001_2iu6ct: Deleted 2025/08/16 01:52:11 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu62l: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:11 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu62l: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2025/08/16 01:52:11 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_2iu62l: Deleted 2025/08/16 01:52:12 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu68f: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2025/08/16 01:52:12 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu68f: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2025/08/16 01:52:12 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_2iu68f: Deleted 2025/08/16 01:52:12 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu7vh: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:12 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu7vh: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2025/08/16 01:52:12 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_2iu7vh: Deleted 2025/08/16 01:52:13 DEBUG : a.txt: Excluded (Size Filter) 2025/08/16 01:52:13 DEBUG : a.txt: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/16 01:52:13 DEBUG : sub dir/hello world: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/16 01:52:13 DEBUG : sub dir/hello world2: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/16 01:52:13 DEBUG : sub dir/hello world: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/16 01:52:13 DEBUG : sub dir/hello world2: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/ignore dir: Excluded 2025/08/16 01:52:13 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (4.52s) === RUN TestListJSON run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:14 DEBUG : file1.rclone_chunk.001_2iu9ia: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2025/08/16 01:52:14 INFO : file1.rclone_chunk.001_2iu9ia: Copied (server-side copy) to: file1 2025/08/16 01:52:14 INFO : file1.rclone_chunk.001_2iu9ia: Deleted 2025/08/16 01:52:15 DEBUG : sub/file2.rclone_chunk.001_2iu9cq: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2025/08/16 01:52:15 INFO : sub/file2.rclone_chunk.001_2iu9cq: Copied (server-side copy) to: sub/file2 2025/08/16 01:52:15 INFO : sub/file2.rclone_chunk.001_2iu9cq: 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.21s) --- PASS: TestListJSON/Default (0.09s) --- PASS: TestListJSON/FilesOnly (0.09s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.18s) --- PASS: TestListJSON/SubDir (0.08s) --- PASS: TestListJSON/NoModTime (0.05s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (0.09s) --- PASS: TestListJSON/HashTypes (0.10s) --- PASS: TestListJSON/Metadata (0.08s) === RUN TestStatJSON run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:16 DEBUG : file1.rclone_chunk.001_2iubwa: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2025/08/16 01:52:16 INFO : file1.rclone_chunk.001_2iubwa: Copied (server-side copy) to: file1 2025/08/16 01:52:16 INFO : file1.rclone_chunk.001_2iubwa: Deleted 2025/08/16 01:52:17 DEBUG : sub/file2.rclone_chunk.001_2iubwx: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2025/08/16 01:52:17 INFO : sub/file2.rclone_chunk.001_2iubwx: Copied (server-side copy) to: sub/file2 2025/08/16 01:52:17 INFO : sub/file2.rclone_chunk.001_2iubwx: 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 2025/08/16 01:52:18 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/notfound" 2025/08/16 01:52:18 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/notfound" --- PASS: TestStatJSON (2.15s) --- PASS: TestStatJSON/Root (0.04s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (0.09s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (0.09s) --- PASS: TestStatJSON/NotFound (0.08s) --- PASS: TestStatJSON/DirFilesOnly (0.05s) --- PASS: TestStatJSON/FileFilesOnly (0.09s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.04s) --- PASS: TestStatJSON/DirDirsOnly (0.04s) --- PASS: TestStatJSON/FileDirsOnly (0.04s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.05s) --- PASS: TestStatJSON/RootNotFound (0.17s) === RUN TestMkdir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:18 INFO : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Making directory 2025/08/16 01:52:18 INFO : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Making directory --- PASS: TestMkdir (0.13s) === RUN TestLsd run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:19 DEBUG : sub dir/hello world.rclone_chunk.001_2iudtr: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/08/16 01:52:19 INFO : sub dir/hello world.rclone_chunk.001_2iudtr: Copied (server-side copy) to: sub dir/hello world 2025/08/16 01:52:19 INFO : sub dir/hello world.rclone_chunk.001_2iudtr: Deleted --- PASS: TestLsd (0.79s) === RUN TestLs run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:19 DEBUG : potato2.rclone_chunk.001_2iuey3: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:19 INFO : potato2.rclone_chunk.001_2iuey3: Copied (server-side copy) to: potato2 2025/08/16 01:52:19 INFO : potato2.rclone_chunk.001_2iuey3: Deleted 2025/08/16 01:52:20 DEBUG : empty space.rclone_chunk.001_2iue38: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:20 INFO : empty space.rclone_chunk.001_2iue38: Copied (server-side copy) to: empty space 2025/08/16 01:52:20 INFO : empty space.rclone_chunk.001_2iue38: Deleted --- PASS: TestLs (1.17s) === RUN TestLsWithFilesFrom run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:21 DEBUG : potato2.rclone_chunk.001_2iuf4n: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:21 INFO : potato2.rclone_chunk.001_2iuf4n: Copied (server-side copy) to: potato2 2025/08/16 01:52:21 INFO : potato2.rclone_chunk.001_2iuf4n: Deleted 2025/08/16 01:52:21 DEBUG : empty space.rclone_chunk.001_2iugvp: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:21 INFO : empty space.rclone_chunk.001_2iugvp: Copied (server-side copy) to: empty space 2025/08/16 01:52:21 INFO : empty space.rclone_chunk.001_2iugvp: Deleted 2025/08/16 01:52:21 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/16 01:52:21 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (1.35s) === RUN TestLsLong run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:22 DEBUG : potato2.rclone_chunk.001_2iuhsn: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:22 INFO : potato2.rclone_chunk.001_2iuhsn: Copied (server-side copy) to: potato2 2025/08/16 01:52:22 INFO : potato2.rclone_chunk.001_2iuhsn: Deleted 2025/08/16 01:52:22 DEBUG : empty space.rclone_chunk.001_2iuh8a: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:22 INFO : empty space.rclone_chunk.001_2iuh8a: Copied (server-side copy) to: empty space 2025/08/16 01:52:22 INFO : empty space.rclone_chunk.001_2iuh8a: Deleted --- PASS: TestLsLong (1.32s) === RUN TestHashSums run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:23 DEBUG : potato2.rclone_chunk.001_2iui7k: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:23 INFO : potato2.rclone_chunk.001_2iui7k: Copied (server-side copy) to: potato2 2025/08/16 01:52:23 INFO : potato2.rclone_chunk.001_2iui7k: Deleted 2025/08/16 01:52:24 DEBUG : empty space.rclone_chunk.001_2iuix2: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:24 INFO : empty space.rclone_chunk.001_2iuix2: Copied (server-side copy) to: empty space 2025/08/16 01:52:24 INFO : empty space.rclone_chunk.001_2iuix2: Deleted === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (1.31s) --- PASS: TestHashSums/Md5 (0.05s) --- PASS: TestHashSums/Md5Download (0.10s) === RUN TestHashSumsWithErrors 2025/08/16 01:52:24 DEBUG : Creating backend with remote ":memory:" 2025/08/16 01:52:24 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/16 01:52:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/16 01:52:24 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/16 01:52:24 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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:25 DEBUG : potato2.rclone_chunk.001_2iuju8: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:25 INFO : potato2.rclone_chunk.001_2iuju8: Copied (server-side copy) to: potato2 2025/08/16 01:52:25 INFO : potato2.rclone_chunk.001_2iuju8: Deleted 2025/08/16 01:52:25 DEBUG : empty space.rclone_chunk.001_2iukki: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:25 INFO : empty space.rclone_chunk.001_2iukki: Copied (server-side copy) to: empty space 2025/08/16 01:52:25 INFO : empty space.rclone_chunk.001_2iukki: Deleted 2025/08/16 01:52:25 DEBUG : sub dir/potato3.rclone_chunk.001_2iukgw: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/16 01:52:25 INFO : sub dir/potato3.rclone_chunk.001_2iukgw: Copied (server-side copy) to: sub dir/potato3 2025/08/16 01:52:25 INFO : sub dir/potato3.rclone_chunk.001_2iukgw: Deleted --- PASS: TestCount (1.83s) === RUN TestDelete run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:26 DEBUG : small.rclone_chunk.001_2iulba: md5 = e807f1fcf82d132f9bb018ca6738a19f OK 2025/08/16 01:52:26 INFO : small.rclone_chunk.001_2iulba: Copied (server-side copy) to: small 2025/08/16 01:52:26 INFO : small.rclone_chunk.001_2iulba: Deleted 2025/08/16 01:52:27 DEBUG : medium.rclone_chunk.001_2iulss: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:27 INFO : medium.rclone_chunk.001_2iulss: Copied (server-side copy) to: medium 2025/08/16 01:52:27 INFO : medium.rclone_chunk.001_2iulss: Deleted 2025/08/16 01:52:27 DEBUG : large.rclone_chunk.001_2iumue: md5 = 8adc5937e635f6c9af646f0b23560fae OK 2025/08/16 01:52:27 INFO : large.rclone_chunk.001_2iumue: Copied (server-side copy) to: large 2025/08/16 01:52:27 INFO : large.rclone_chunk.001_2iumue: Deleted 2025/08/16 01:52:27 DEBUG : Waiting for deletions to finish 2025/08/16 01:52:27 DEBUG : large: Excluded (Size Filter) 2025/08/16 01:52:27 DEBUG : large: Excluded 2025/08/16 01:52:28 INFO : medium: Deleted 2025/08/16 01:52:28 INFO : small: Deleted --- PASS: TestDelete (1.76s) === RUN TestMaxDelete run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:432: Skipping test on chunker backend --- SKIP: TestMaxDelete (0.18s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:432: Skipping test on chunker backend --- SKIP: TestMaxDeleteSizeLargeFile (0.17s) === RUN TestMaxDeleteSize run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:432: Skipping test on chunker backend --- SKIP: TestMaxDeleteSize (0.18s) === RUN TestReadFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:29 DEBUG : ReadFile.rclone_chunk.001_2iunmm: md5 = 3e1a3bfb0a19aae4a7401576b4aaecc3 OK 2025/08/16 01:52:29 INFO : ReadFile.rclone_chunk.001_2iunmm: Copied (server-side copy) to: ReadFile 2025/08/16 01:52:29 INFO : ReadFile.rclone_chunk.001_2iunmm: Deleted --- PASS: TestReadFile (0.87s) === RUN TestRetry 2025/08/16 01:52:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/16 01:52:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/16 01:52:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/16 01:52:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/16 01:52:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/16 01:52:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/16 01:52:29 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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:30 DEBUG : file1.rclone_chunk.001_2iuo3o: md5 = e86410fa2d6e2634fd8ac5f4b3afe7f3 OK 2025/08/16 01:52:30 INFO : file1.rclone_chunk.001_2iuo3o: Copied (server-side copy) to: file1 2025/08/16 01:52:30 INFO : file1.rclone_chunk.001_2iuo3o: Deleted 2025/08/16 01:52:30 DEBUG : file2.rclone_chunk.001_2iupef: md5 = 22975d8a5ed1b91445f6c55ac121505b OK 2025/08/16 01:52:30 INFO : file2.rclone_chunk.001_2iupef: Copied (server-side copy) to: file2 2025/08/16 01:52:30 INFO : file2.rclone_chunk.001_2iupef: Deleted --- PASS: TestCat (1.93s) === RUN TestPurge 2025/08/16 01:52:31 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-simatos2vise" 2025/08/16 01:52:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/16 01:52:31 DEBUG : Creating backend with remote "TestS3:rclone-test-simatos2vise" 2025/08/16 01:52:31 DEBUG : Creating backend with remote "/tmp/rclone1904591312" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-simatos2vise'", Local "Local file system at /tmp/rclone1904591312", Modify Window "1ns" 2025/08/16 01:52:32 INFO : S3 bucket rclone-test-simatos2vise: Bucket "rclone-test-simatos2vise" created with ACL "" 2025/08/16 01:52:32 DEBUG : A1/B1/C1/one.rclone_chunk.001_2iurai: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2025/08/16 01:52:32 INFO : A1/B1/C1/one.rclone_chunk.001_2iurai: Copied (server-side copy) to: A1/B1/C1/one 2025/08/16 01:52:32 INFO : A1/B1/C1/one.rclone_chunk.001_2iurai: Deleted 2025/08/16 01:52:32 INFO : A2: Making directory 2025/08/16 01:52:32 INFO : A1/B2: Making directory 2025/08/16 01:52:32 INFO : A1/B2/C2: Making directory 2025/08/16 01:52:32 INFO : A1/B1/C3: Making directory 2025/08/16 01:52:32 INFO : A3: Making directory 2025/08/16 01:52:32 INFO : A3/B3: Making directory 2025/08/16 01:52:32 INFO : A3/B3/C4: Making directory 2025/08/16 01:52:33 DEBUG : A1/two.rclone_chunk.001_2iurln: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2025/08/16 01:52:33 INFO : A1/two.rclone_chunk.001_2iurln: Copied (server-side copy) to: A1/two 2025/08/16 01:52:33 INFO : A1/two.rclone_chunk.001_2iurln: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/08/16 01:52:33 DEBUG : S3 bucket rclone-test-simatos2vise: bucket is versioned: false 2025/08/16 01:52:33 DEBUG : Waiting for deletions to finish 2025/08/16 01:52:33 DEBUG : "A1/B1/C1/one" version false 2025/08/16 01:52:33 DEBUG : A1/B1/C1/one: Deleting (id "") 2025/08/16 01:52:33 INFO : A1/B1/C1/one: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/08/16 01:52:33 DEBUG : Waiting for deletions to finish 2025/08/16 01:52:33 DEBUG : "A1/two" version false 2025/08/16 01:52:33 DEBUG : A1/two: Deleting (id "") 2025/08/16 01:52:33 INFO : A1/two: Deleted 2025/08/16 01:52:34 INFO : S3 bucket rclone-test-simatos2vise: Bucket "rclone-test-simatos2vise" deleted 2025/08/16 01:52:34 ERROR : error listing: directory not found 2025/08/16 01:52:34 DEBUG : Chunked 'TestChunkerS3:rclone-test-simatos2vise': Purge remote 2025/08/16 01:52:34 DEBUG : Waiting for deletions to finish 2025/08/16 01:52:34 NOTICE: purge failed: directory not found --- PASS: TestPurge (2.73s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:34 DEBUG : A1/B1/C1/one.rclone_chunk.001_2iut43: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2025/08/16 01:52:34 INFO : A1/B1/C1/one.rclone_chunk.001_2iut43: Copied (server-side copy) to: A1/B1/C1/one 2025/08/16 01:52:34 INFO : A1/B1/C1/one.rclone_chunk.001_2iut43: Deleted 2025/08/16 01:52:34 INFO : A2: Making directory 2025/08/16 01:52:34 INFO : A1/B2: Making directory 2025/08/16 01:52:34 INFO : A1/B2/C2: Making directory 2025/08/16 01:52:34 INFO : A1/B1/C3: Making directory 2025/08/16 01:52:34 INFO : A3: Making directory 2025/08/16 01:52:34 INFO : A3/B3: Making directory 2025/08/16 01:52:34 INFO : A3/B3/C4: Making directory 2025/08/16 01:52:35 DEBUG : A1/two.rclone_chunk.001_2iut65: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2025/08/16 01:52:35 INFO : A1/two.rclone_chunk.001_2iut65: Copied (server-side copy) to: A1/two 2025/08/16 01:52:35 INFO : A1/two.rclone_chunk.001_2iut65: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/08/16 01:52:35 DEBUG : removing 1 level 3 directories 2025/08/16 01:52:35 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/08/16 01:52:36 DEBUG : removing 1 level 0 directories 2025/08/16 01:52:36 INFO : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Removing directory 2025/08/16 01:52:36 INFO : S3 bucket rclone-test-hilupix2zace: Bucket "rclone-test-hilupix2zace" deleted 2025/08/16 01:52:36 ERROR : error listing: directory not found 2025/08/16 01:52:37 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.65s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:37 INFO : S3 bucket rclone-test-hilupix2zace: Bucket "rclone-test-hilupix2zace" created with ACL "" 2025/08/16 01:52:37 INFO : A1: Making directory 2025/08/16 01:52:37 INFO : A1/B1: Making directory 2025/08/16 01:52:37 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.93s) === RUN TestRmdirsWithFilter run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:37 INFO : A1: Making directory 2025/08/16 01:52:37 INFO : A1/B1: Making directory 2025/08/16 01:52:37 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.23s) === RUN TestCopyURL run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:38 DEBUG : file1.rclone_chunk.001_2iux0w: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/08/16 01:52:38 INFO : file1.rclone_chunk.001_2iux0w: Copied (server-side copy) to: file1 2025/08/16 01:52:38 INFO : file1.rclone_chunk.001_2iux0w: Deleted 2025/08/16 01:52:38 DEBUG : filename.txt: File name found in url 2025/08/16 01:52:39 DEBUG : filename.txt.rclone_chunk.001_2iux9y: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/08/16 01:52:39 INFO : filename.txt.rclone_chunk.001_2iux9y: Copied (server-side copy) to: filename.txt 2025/08/16 01:52:39 INFO : filename.txt.rclone_chunk.001_2iux9y: Deleted 2025/08/16 01:52:39 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/16 01:52:39 DEBUG : headerfilename.txt.rclone_chunk.001_2iuy7w: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/08/16 01:52:39 INFO : headerfilename.txt.rclone_chunk.001_2iuy7w: Copied (server-side copy) to: headerfilename.txt 2025/08/16 01:52:39 INFO : headerfilename.txt.rclone_chunk.001_2iuy7w: Deleted 2025/08/16 01:52:40 DEBUG : file2.rclone_chunk.001_2iuymt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/08/16 01:52:40 INFO : file2.rclone_chunk.001_2iuymt: Copied (server-side copy) to: file2 2025/08/16 01:52:40 INFO : file2.rclone_chunk.001_2iuymt: Deleted --- PASS: TestCopyURL (2.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/16 01:52:41 DEBUG : sub/file2.rclone_chunk.001_2iuzjg: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:41 INFO : sub/file2.rclone_chunk.001_2iuzjg: Copied (server-side copy) to: sub/file2 2025/08/16 01:52:41 INFO : sub/file2.rclone_chunk.001_2iuzjg: Deleted 2025/08/16 01:52:41 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:41 INFO : file1: Copied (new) to: sub/file2 2025/08/16 01:52:41 INFO : file1: Deleted 2025/08/16 01:52:41 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:52:41 DEBUG : file1: Unchanged skipping 2025/08/16 01:52:41 INFO : file1: Deleted 2025/08/16 01:52:41 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.20s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/16 01:52:42 DEBUG : file1: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:52:42 DEBUG : file1.rclone_chunk.001_2iv1ft: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:42 INFO : file1.rclone_chunk.001_2iv1ft: Copied (server-side copy) to: file1 2025/08/16 01:52:42 INFO : file1.rclone_chunk.001_2iv1ft: Deleted 2025/08/16 01:52:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:42 INFO : file1: Copied (new) 2025/08/16 01:52:42 INFO : file1: Deleted 2025/08/16 01:52:42 DEBUG : file1: Destination exists, skipping 2025/08/16 01:52:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (0.91s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.09s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.09s) === RUN TestMoveFileBackupDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:43 DEBUG : dst/file1.rclone_chunk.001_2iv28j: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/08/16 01:52:43 INFO : dst/file1.rclone_chunk.001_2iv28j: Copied (server-side copy) to: dst/file1 2025/08/16 01:52:43 INFO : dst/file1.rclone_chunk.001_2iv28j: Deleted 2025/08/16 01:52:43 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-hilupix2zace/backup" 2025/08/16 01:52:43 DEBUG : Creating backend with remote "TestS3:rclone-test-hilupix2zace/backup" 2025/08/16 01:52:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/16 01:52:43 DEBUG : dst/file1: copy non-chunked object... 2025/08/16 01:52:44 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/08/16 01:52:44 INFO : dst/file1: Copied (server-side copy) 2025/08/16 01:52:44 INFO : dst/file1: Deleted 2025/08/16 01:52:44 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2025/08/16 01:52:44 DEBUG : dst/file1.rclone_chunk.001_2iv36s: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:44 INFO : dst/file1.rclone_chunk.001_2iv36s: Copied (server-side copy) to: dst/file1 2025/08/16 01:52:44 INFO : dst/file1.rclone_chunk.001_2iv36s: Deleted 2025/08/16 01:52:44 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/16 01:52:44 INFO : dst/file1: Copied (new) 2025/08/16 01:52:44 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (2.42s) === 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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:45 DEBUG : A1/one.rclone_chunk.001_2iv43m: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:52:45 INFO : A1/one.rclone_chunk.001_2iv43m: Copied (server-side copy) to: A1/one 2025/08/16 01:52:45 INFO : A1/one.rclone_chunk.001_2iv43m: Deleted 2025/08/16 01:52:46 DEBUG : A1/two.rclone_chunk.001_2iv4p2: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:52:46 INFO : A1/two.rclone_chunk.001_2iv4p2: Copied (server-side copy) to: A1/two 2025/08/16 01:52:46 INFO : A1/two.rclone_chunk.001_2iv4p2: Deleted 2025/08/16 01:52:46 DEBUG : A1/B1/three.rclone_chunk.001_2iv58m: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/08/16 01:52:46 INFO : A1/B1/three.rclone_chunk.001_2iv58m: Copied (server-side copy) to: A1/B1/three 2025/08/16 01:52:46 INFO : A1/B1/three.rclone_chunk.001_2iv58m: Deleted 2025/08/16 01:52:47 DEBUG : A1/B1/C1/four.rclone_chunk.001_2iv5h7: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/08/16 01:52:47 INFO : A1/B1/C1/four.rclone_chunk.001_2iv5h7: Copied (server-side copy) to: A1/B1/C1/four 2025/08/16 01:52:47 INFO : A1/B1/C1/four.rclone_chunk.001_2iv5h7: Deleted 2025/08/16 01:52:47 DEBUG : A1/B1/C2/five.rclone_chunk.001_2iv6n0: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/08/16 01:52:47 INFO : A1/B1/C2/five.rclone_chunk.001_2iv6n0: Copied (server-side copy) to: A1/B1/C2/five 2025/08/16 01:52:47 INFO : A1/B1/C2/five.rclone_chunk.001_2iv6n0: Deleted 2025/08/16 01:52:47 INFO : A1/B2: Making directory 2025/08/16 01:52:47 INFO : A1/B1/C3: Making directory fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B1/C3" 2025/08/16 01:52:48 DEBUG : A1/B1/C2/five: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A1/B1/three: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A1/B1/C1/four: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A1/one: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A1/two: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/08/16 01:52:48 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/08/16 01:52:48 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:52:48 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/08/16 01:52:48 INFO : A1/B1/C2/five: Deleted 2025/08/16 01:52:48 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/08/16 01:52:48 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/08/16 01:52:48 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:52:48 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/08/16 01:52:48 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/08/16 01:52:48 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/08/16 01:52:48 INFO : A1/one: Deleted 2025/08/16 01:52:48 INFO : A1/B1/three: Deleted 2025/08/16 01:52:48 INFO : A1/two: Deleted 2025/08/16 01:52:48 INFO : A1/B1/C1/four: Deleted fstest.go:247: Filtering empty directory "A2/B2" fstest.go:247: Filtering empty directory "A2/B1/C3" 2025/08/16 01:52:48 DEBUG : A2/B1/C2/five: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A2/one: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A2/two: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A2/B1/three: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A2/B1/C1/four: copy non-chunked object... 2025/08/16 01:52:48 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:52:48 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/08/16 01:52:48 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:52:48 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/08/16 01:52:49 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/08/16 01:52:49 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/08/16 01:52:49 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/08/16 01:52:49 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/08/16 01:52:49 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/08/16 01:52:49 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/08/16 01:52:49 INFO : A2/one: Deleted 2025/08/16 01:52:49 INFO : A2/two: Deleted 2025/08/16 01:52:49 INFO : A2/B1/C1/four: Deleted 2025/08/16 01:52:49 INFO : A2/B1/three: Deleted 2025/08/16 01:52:49 INFO : A2/B1/C2/five: Deleted fstest.go:247: Filtering empty directory "A3/B2" fstest.go:247: Filtering empty directory "A3/B1/C3" 2025/08/16 01:52:49 INFO : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/16 01:52:49 DEBUG : A3/one: copy non-chunked object... 2025/08/16 01:52:49 DEBUG : A3/two: copy non-chunked object... 2025/08/16 01:52:49 DEBUG : A3/B1/C2/five: copy non-chunked object... 2025/08/16 01:52:49 DEBUG : A3/B1/C1/four: copy non-chunked object... 2025/08/16 01:52:49 DEBUG : A3/B1/three: copy non-chunked object... 2025/08/16 01:52:49 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/08/16 01:52:49 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/08/16 01:52:49 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/08/16 01:52:49 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/08/16 01:52:49 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/08/16 01:52:49 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/08/16 01:52:49 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/08/16 01:52:49 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/08/16 01:52:49 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/08/16 01:52:49 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/08/16 01:52:49 INFO : A3/two: Deleted 2025/08/16 01:52:49 INFO : A3/B1/C2/five: Deleted 2025/08/16 01:52:49 INFO : A3/B1/three: Deleted 2025/08/16 01:52:49 INFO : A3/B1/C1/four: Deleted 2025/08/16 01:52:49 INFO : A3/one: Deleted fstest.go:247: Filtering empty directory "A4/B2" fstest.go:247: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (5.27s) === RUN TestGetFsInfo run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" --- PASS: TestGetFsInfo (0.09s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:50 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': File to upload is small (34 bytes), uploading instead of streaming 2025/08/16 01:52:51 DEBUG : no_checksum_small_file_from_pipe.rclone_chunk.001_2iv9gh: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/08/16 01:52:51 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_2iv9gh: Copied (server-side copy) to: no_checksum_small_file_from_pipe 2025/08/16 01:52:51 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_2iv9gh: Deleted 2025/08/16 01:52:51 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/08/16 01:52:51 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/08/16 01:52:51 NOTICE: S3 bucket rclone-test-hilupix2zace: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/16 01:52:51 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: open chunk writer: started multipart upload: wTDX0uI62LWYSRIzbvUIlXkf_KAuKNUnpFLXVDkUytNcEiNLa4X3BV9BpNJO7JtcSKfrlw4.V5XtHiI07PCSLrVRslsfu8b8wpFgGUMW10C2_76ukt.Jd_utl3oSAll0 2025/08/16 01:52:51 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/08/16 01:52:51 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/08/16 01:52:51 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: multipart upload "wTDX0uI62LWYSRIzbvUIlXkf_KAuKNUnpFLXVDkUytNcEiNLa4X3BV9BpNJO7JtcSKfrlw4.V5XtHiI07PCSLrVRslsfu8b8wpFgGUMW10C2_76ukt.Jd_utl3oSAll0" finished 2025/08/16 01:52:51 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/08/16 01:52:52 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: Src hash empty - aborting Dst hash check 2025/08/16 01:52:52 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: Copied (server-side copy) to: no_checksum_big_file_from_pipe 2025/08/16 01:52:52 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_2iva71: Deleted 2025/08/16 01:52:52 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/08/16 01:52:52 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:52 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': File to upload is small (34 bytes), uploading instead of streaming 2025/08/16 01:52:52 DEBUG : with_checksum_small_file_from_pipe.rclone_chunk.001_2ivb0h: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/08/16 01:52:52 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_2ivb0h: Copied (server-side copy) to: with_checksum_small_file_from_pipe 2025/08/16 01:52:52 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_2ivb0h: Deleted 2025/08/16 01:52:52 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/08/16 01:52:52 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: open chunk writer: started multipart upload: FoAkQH6w6.bEiX21cXbeellfK81BjFut_MnS0eD1ODBPaEtin6rQ32Pm.BbJtNeFsS5YBxmd4sF7Z1bNBpHx3QIQdSbgpiDqK342jr7mIgmNow9fDOQuY4USjm37Sy2s 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: multipart upload "FoAkQH6w6.bEiX21cXbeellfK81BjFut_MnS0eD1ODBPaEtin6rQ32Pm.BbJtNeFsS5YBxmd4sF7Z1bNBpHx3QIQdSbgpiDqK342jr7mIgmNow9fDOQuY4USjm37Sy2s" finished 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: Src hash empty - aborting Dst hash check 2025/08/16 01:52:53 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: Copied (server-side copy) to: with_checksum_big_file_from_pipe 2025/08/16 01:52:53 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_2ivcsa: Deleted 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/08/16 01:52:53 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:54 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': File to upload is small (34 bytes), uploading instead of streaming 2025/08/16 01:52:54 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_2ivdn3: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2025/08/16 01:52:54 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_2ivdn3: Deleted 2025/08/16 01:52:54 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/08/16 01:52:54 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: open chunk writer: started multipart upload: IHXe3lYWy4gxY7.ELAhV9pSxSBFgo18vT4Z0uiosmrMarXyJEmvHFHjnx6BjS2fH5_6IYYEJRjNT4Bx0uTDtT9Sqm6Gw.c418h5GFZeM1H9nrWcW7Z4_m2PXdpTZs4zV 2025/08/16 01:52:54 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/08/16 01:52:54 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/08/16 01:52:54 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: multipart upload "IHXe3lYWy4gxY7.ELAhV9pSxSBFgo18vT4Z0uiosmrMarXyJEmvHFHjnx6BjS2fH5_6IYYEJRjNT4Bx0uTDtT9Sqm6Gw.c418h5GFZeM1H9nrWcW7Z4_m2PXdpTZs4zV" finished 2025/08/16 01:52:55 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/08/16 01:52:55 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2025/08/16 01:52:55 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivdyb: Deleted 2025/08/16 01:52:55 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:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:55 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': File to upload is small (34 bytes), uploading instead of streaming 2025/08/16 01:52:56 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_2ive5x: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2025/08/16 01:52:56 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_2ive5x: Deleted 2025/08/16 01:52:56 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/08/16 01:52:56 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: open chunk writer: started multipart upload: Sa4iR73.XmORIDZ3tXYCbQTWBPC7Ff4NnCjElfNXVrS_4ctxlK3iIqF6hxn4HqP_IgDLgb2fB_QZBx14rztpBDguJjr.OldsU7KQJWLJQAhj5DhGDhGF80CtoiXbSvFz 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: multipart upload "Sa4iR73.XmORIDZ3tXYCbQTWBPC7Ff4NnCjElfNXVrS_4ctxlK3iIqF6hxn4HqP_IgDLgb2fB_QZBx14rztpBDguJjr.OldsU7KQJWLJQAhj5DhGDhGF80CtoiXbSvFz" finished 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/08/16 01:52:56 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2025/08/16 01:52:56 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_2ivf9p: Deleted 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/08/16 01:52:56 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (6.39s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (1.71s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (1.51s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (1.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (1.60s) === RUN TestRcatMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1532: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.09s) === RUN TestRcatSize run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:57 DEBUG : potato1.rclone_chunk.001_2ivgpd: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:57 INFO : potato1.rclone_chunk.001_2ivgpd: Copied (server-side copy) to: potato1 2025/08/16 01:52:57 INFO : potato1.rclone_chunk.001_2ivgpd: Deleted 2025/08/16 01:52:57 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': File to upload is small (60 bytes), uploading instead of streaming 2025/08/16 01:52:58 DEBUG : potato2.rclone_chunk.001_2ivgz4: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:58 INFO : potato2.rclone_chunk.001_2ivgz4: Copied (server-side copy) to: potato2 2025/08/16 01:52:58 INFO : potato2.rclone_chunk.001_2ivgz4: Deleted 2025/08/16 01:52:58 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:58 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (1.23s) === RUN TestRcatSizeMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1613: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.09s) === RUN TestTouchDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" 2025/08/16 01:52:59 DEBUG : potato2.rclone_chunk.001_2ivhe0: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/08/16 01:52:59 INFO : potato2.rclone_chunk.001_2ivhe0: Copied (server-side copy) to: potato2 2025/08/16 01:52:59 INFO : potato2.rclone_chunk.001_2ivhe0: Deleted 2025/08/16 01:52:59 DEBUG : empty space.rclone_chunk.001_2iviye: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/08/16 01:52:59 INFO : empty space.rclone_chunk.001_2iviye: Copied (server-side copy) to: empty space 2025/08/16 01:52:59 INFO : empty space.rclone_chunk.001_2iviye: Deleted 2025/08/16 01:52:59 DEBUG : sub dir/potato3.rclone_chunk.001_2ivi8r: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/16 01:52:59 INFO : sub dir/potato3.rclone_chunk.001_2ivi8r: Copied (server-side copy) to: sub dir/potato3 2025/08/16 01:52:59 INFO : sub dir/potato3.rclone_chunk.001_2ivi8r: Deleted 2025/08/16 01:53:00 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Touching "empty space" 2025/08/16 01:53:00 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Touching "potato2" 2025/08/16 01:53:00 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Touching "sub dir/potato3" --- PASS: TestTouchDir (2.29s) === RUN TestMkdirMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1703: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.09s) === RUN TestMkdirModTime run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.08s) === RUN TestCopyDirMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.09s) === RUN TestSetDirModTime run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.10s) === RUN TestDirsEqual run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.09s) === RUN TestRemoveExisting run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-hilupix2zace'", Local "Local file system at /tmp/rclone723478265", Modify Window "1ns" operations_test.go:1892: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.08s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/16 01:53:01 DEBUG : Chunked 'TestChunkerS3:rclone-test-hilupix2zace': Purge remote 2025/08/16 01:53:01 DEBUG : S3 bucket rclone-test-hilupix2zace: bucket is versioned: false 2025/08/16 01:53:01 DEBUG : Waiting for deletions to finish 2025/08/16 01:53:01 INFO : S3 bucket rclone-test-hilupix2zace: Bucket "rclone-test-hilupix2zace" deleted "./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Finished OK in 2m10.148952s (try 1/5)