"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Starting (try 1/5) 2025/09/19 04:16:14 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate" 2025/09/19 04:16:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:14 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate" 2025/09/19 04:16:14 DEBUG : Creating backend with remote "/tmp/rclone1791730098" === 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" multithread_test.go:121: multithread writing not supported 2025/09/19 04:16:14 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.50s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" multithread_test.go:121: multithread writing not supported 2025/09/19 04:16:14 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/09/19 04:16:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/19 04:16:14 DEBUG : potato: Seek from 10 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 10 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Seek from 5 to 2 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/19 04:16:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Seek from 5 to 2 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/19 04:16:14 DEBUG : potato: Seek from 8 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 8 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/19 04:16:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/19 04:16:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/19 04:16:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/19 04:16:14 DEBUG : potato: Seek from 5 to 2 2025/09/19 04:16:14 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/19 04:16:14 DEBUG : potato: Seek from 9 to 0 2025/09/19 04:16:14 DEBUG : potato: Seek from 9 to 0 2025/09/19 04:16:14 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:15 INFO : S3 bucket rclone-test-vowisik8rate: Bucket "rclone-test-vowisik8rate" created with ACL "" 2025/09/19 04:16:15 DEBUG : rutabaga.rclone_chunk.001_to6hut: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/09/19 04:16:15 INFO : rutabaga.rclone_chunk.001_to6hut: Copied (server-side copy) to: rutabaga 2025/09/19 04:16:15 INFO : rutabaga.rclone_chunk.001_to6hut: Deleted === RUN TestCheck/1 === RUN TestCheck/2 2025/09/19 04:16:16 DEBUG : empty space.rclone_chunk.001_to6iuu: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:16:16 INFO : empty space.rclone_chunk.001_to6iuu: Copied (server-side copy) to: empty space 2025/09/19 04:16:16 INFO : empty space.rclone_chunk.001_to6iuu: Deleted === RUN TestCheck/3 2025/09/19 04:16:17 DEBUG : potato2.rclone_chunk.001_to6iil: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:16:17 INFO : potato2.rclone_chunk.001_to6iil: Copied (server-side copy) to: potato2 2025/09/19 04:16:17 INFO : potato2.rclone_chunk.001_to6iil: Deleted === RUN TestCheck/4 === RUN TestCheck/5 2025/09/19 04:16:17 DEBUG : remotepotato.rclone_chunk.001_to6j1v: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:16:17 INFO : remotepotato.rclone_chunk.001_to6j1v: Copied (server-side copy) to: remotepotato 2025/09/19 04:16:17 INFO : remotepotato.rclone_chunk.001_to6j1v: Deleted === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (3.83s) --- 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/09/19 04:16:18 DEBUG : Creating backend with remote "nonexistent" 2025/09/19 04:16:18 DEBUG : Creating backend with remote "nonexistent" 2025/09/19 04:16:18 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/19 04:16:18 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/09/19 04:16:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/19 04:16:18 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:18 DEBUG : rutabaga.rclone_chunk.001_to6k0d: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/09/19 04:16:18 INFO : rutabaga.rclone_chunk.001_to6k0d: Copied (server-side copy) to: rutabaga 2025/09/19 04:16:18 INFO : rutabaga.rclone_chunk.001_to6k0d: Deleted === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/19 04:16:19 DEBUG : empty space.rclone_chunk.001_to6l6n: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:16:19 INFO : empty space.rclone_chunk.001_to6l6n: Copied (server-side copy) to: empty space 2025/09/19 04:16:19 INFO : empty space.rclone_chunk.001_to6l6n: Deleted === RUN TestCheckDownload/3 2025/09/19 04:16:20 DEBUG : potato2.rclone_chunk.001_to6lye: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:16:20 INFO : potato2.rclone_chunk.001_to6lye: Copied (server-side copy) to: potato2 2025/09/19 04:16:20 INFO : potato2.rclone_chunk.001_to6lye: Deleted === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/19 04:16:21 DEBUG : remotepotato.rclone_chunk.001_to6m4x: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:16:21 INFO : remotepotato.rclone_chunk.001_to6m4x: Copied (server-side copy) to: remotepotato 2025/09/19 04:16:21 INFO : remotepotato.rclone_chunk.001_to6m4x: Deleted === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (3.40s) --- 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.09s) --- PASS: TestCheckDownload/7 (0.10s) === RUN TestCheckSizeOnly run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:22 DEBUG : rutabaga.rclone_chunk.001_to6nss: md5 = a49405dcd1c6a545eace9d6825af944b OK 2025/09/19 04:16:22 INFO : rutabaga.rclone_chunk.001_to6nss: Copied (server-side copy) to: rutabaga 2025/09/19 04:16:22 INFO : rutabaga.rclone_chunk.001_to6nss: Deleted === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/19 04:16:22 DEBUG : empty space.rclone_chunk.001_to6o5a: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:16:22 INFO : empty space.rclone_chunk.001_to6o5a: Copied (server-side copy) to: empty space 2025/09/19 04:16:22 INFO : empty space.rclone_chunk.001_to6o5a: Deleted === RUN TestCheckSizeOnly/3 2025/09/19 04:16:23 DEBUG : potato2.rclone_chunk.001_to6p1z: md5 = 2ff4ef815de0b426b7da66694360a4c4 OK 2025/09/19 04:16:23 INFO : potato2.rclone_chunk.001_to6p1z: Copied (server-side copy) to: potato2 2025/09/19 04:16:23 INFO : potato2.rclone_chunk.001_to6p1z: Deleted === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/19 04:16:24 DEBUG : remotepotato.rclone_chunk.001_to6pqv: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:16:24 INFO : remotepotato.rclone_chunk.001_to6pqv: Copied (server-side copy) to: remotepotato 2025/09/19 04:16:24 INFO : remotepotato.rclone_chunk.001_to6pqv: Deleted === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (2.94s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.04s) --- 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:25 DEBUG : test.sum.rclone_chunk.001_to6qa3: md5 = f793dba7b302a27e736b7ee7a1b7f9e0 OK 2025/09/19 04:16:25 INFO : test.sum.rclone_chunk.001_to6qa3: Copied (server-side copy) to: test.sum 2025/09/19 04:16:25 INFO : test.sum.rclone_chunk.001_to6qa3: Deleted 2025/09/19 04:16:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/19 04:16:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/19 04:16:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/19 04:16:25 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/19 04:16:25 DEBUG : test.sum.rclone_chunk.001_to6r3a: md5 = f034019ad0e2af1dcc3875ec7e1a1969 OK 2025/09/19 04:16:25 INFO : test.sum.rclone_chunk.001_to6r3a: Copied (server-side copy) to: test.sum 2025/09/19 04:16:25 INFO : test.sum.rclone_chunk.001_to6r3a: Deleted 2025/09/19 04:16:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/19 04:16:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/19 04:16:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/19 04:16:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (1.33s) === RUN TestCheckSum run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:26 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/data" 2025/09/19 04:16:26 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/data" 2025/09/19 04:16:26 DEBUG : data/banana.rclone_chunk.001_to6siu: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:26 INFO : data/banana.rclone_chunk.001_to6siu: Copied (server-side copy) to: data/banana 2025/09/19 04:16:26 INFO : data/banana.rclone_chunk.001_to6siu: Deleted 2025/09/19 04:16:27 DEBUG : test.sum.rclone_chunk.001_to6sgn: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/09/19 04:16:27 INFO : test.sum.rclone_chunk.001_to6sgn: Copied (server-side copy) to: test.sum 2025/09/19 04:16:27 INFO : test.sum.rclone_chunk.001_to6sgn: Deleted === RUN TestCheckSum/subtest1 2025/09/19 04:16:27 DEBUG : data/potato.rclone_chunk.001_to6trk: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/09/19 04:16:27 INFO : data/potato.rclone_chunk.001_to6trk: Copied (server-side copy) to: data/potato 2025/09/19 04:16:27 INFO : data/potato.rclone_chunk.001_to6trk: Deleted 2025/09/19 04:16:28 DEBUG : test.sum.rclone_chunk.001_to6t0b: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/09/19 04:16:28 INFO : test.sum.rclone_chunk.001_to6t0b: Copied (server-side copy) to: test.sum 2025/09/19 04:16:28 INFO : test.sum.rclone_chunk.001_to6t0b: Deleted === RUN TestCheckSum/subtest2 2025/09/19 04:16:29 DEBUG : test.sum.rclone_chunk.001_to6ugn: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2025/09/19 04:16:29 INFO : test.sum.rclone_chunk.001_to6ugn: Copied (server-side copy) to: test.sum 2025/09/19 04:16:29 INFO : test.sum.rclone_chunk.001_to6ugn: Deleted === RUN TestCheckSum/subtest3 2025/09/19 04:16:30 DEBUG : test.sum.rclone_chunk.001_to6vow: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2025/09/19 04:16:30 INFO : test.sum.rclone_chunk.001_to6vow: Copied (server-side copy) to: test.sum 2025/09/19 04:16:30 INFO : test.sum.rclone_chunk.001_to6vow: Deleted === RUN TestCheckSum/subtest4 2025/09/19 04:16:30 DEBUG : test.sum.rclone_chunk.001_to6wpi: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2025/09/19 04:16:30 INFO : test.sum.rclone_chunk.001_to6wpi: Copied (server-side copy) to: test.sum 2025/09/19 04:16:30 INFO : test.sum.rclone_chunk.001_to6wpi: Deleted === RUN TestCheckSum/subtest5 2025/09/19 04:16:31 DEBUG : test.sum.rclone_chunk.001_to6x59: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2025/09/19 04:16:31 INFO : test.sum.rclone_chunk.001_to6x59: Copied (server-side copy) to: test.sum 2025/09/19 04:16:31 INFO : test.sum.rclone_chunk.001_to6x59: Deleted === RUN TestCheckSum/subtest6 2025/09/19 04:16:32 DEBUG : data/banana.rclone_chunk.001_to6y2v: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:32 INFO : data/banana.rclone_chunk.001_to6y2v: Copied (server-side copy) to: data/banana 2025/09/19 04:16:32 INFO : data/banana.rclone_chunk.001_to6y2v: Deleted 2025/09/19 04:16:33 DEBUG : data/potato.rclone_chunk.001_to6y7z: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/09/19 04:16:33 INFO : data/potato.rclone_chunk.001_to6y7z: Copied (server-side copy) to: data/potato 2025/09/19 04:16:33 INFO : data/potato.rclone_chunk.001_to6y7z: Deleted 2025/09/19 04:16:33 DEBUG : test.sum.rclone_chunk.001_to6zt1: md5 = b016be839d91d18cfaa786ab2a641504 OK 2025/09/19 04:16:33 INFO : test.sum.rclone_chunk.001_to6zt1: Copied (server-side copy) to: test.sum 2025/09/19 04:16:33 INFO : test.sum.rclone_chunk.001_to6zt1: Deleted === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (8.26s) --- PASS: TestCheckSum/subtest1 (0.17s) --- PASS: TestCheckSum/subtest2 (0.17s) --- PASS: TestCheckSum/subtest3 (0.17s) --- PASS: TestCheckSum/subtest4 (0.17s) --- PASS: TestCheckSum/subtest5 (0.17s) --- PASS: TestCheckSum/subtest6 (0.18s) --- PASS: TestCheckSum/subtest7 (0.25s) === RUN TestCheckSumDownload run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:16:34 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/data" 2025/09/19 04:16:34 DEBUG : Config file has changed externally - reloading 2025/09/19 04:16:34 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/data" 2025/09/19 04:16:34 DEBUG : data/banana.rclone_chunk.001_to70hh: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:34 INFO : data/banana.rclone_chunk.001_to70hh: Copied (server-side copy) to: data/banana 2025/09/19 04:16:34 INFO : data/banana.rclone_chunk.001_to70hh: Deleted 2025/09/19 04:16:35 DEBUG : test.sum.rclone_chunk.001_to71ml: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/09/19 04:16:35 INFO : test.sum.rclone_chunk.001_to71ml: Copied (server-side copy) to: test.sum 2025/09/19 04:16:35 INFO : test.sum.rclone_chunk.001_to71ml: Deleted === RUN TestCheckSumDownload/subtest1 2025/09/19 04:16:36 DEBUG : data/potato.rclone_chunk.001_to71uf: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/09/19 04:16:36 INFO : data/potato.rclone_chunk.001_to71uf: Copied (server-side copy) to: data/potato 2025/09/19 04:16:36 INFO : data/potato.rclone_chunk.001_to71uf: Deleted 2025/09/19 04:16:36 DEBUG : test.sum.rclone_chunk.001_to721v: md5 = a466e167cb278a07bb8a055a36371a12 OK 2025/09/19 04:16:36 INFO : test.sum.rclone_chunk.001_to721v: Copied (server-side copy) to: test.sum 2025/09/19 04:16:36 INFO : test.sum.rclone_chunk.001_to721v: Deleted === RUN TestCheckSumDownload/subtest2 2025/09/19 04:16:37 DEBUG : test.sum.rclone_chunk.001_to737q: md5 = 8b285896bf09dbe9c259309cb73ee53d OK 2025/09/19 04:16:37 INFO : test.sum.rclone_chunk.001_to737q: Copied (server-side copy) to: test.sum 2025/09/19 04:16:37 INFO : test.sum.rclone_chunk.001_to737q: Deleted === RUN TestCheckSumDownload/subtest3 2025/09/19 04:16:38 DEBUG : test.sum.rclone_chunk.001_to74ru: md5 = bc4c5fd365a3f676f5336d71b7149fd7 OK 2025/09/19 04:16:38 INFO : test.sum.rclone_chunk.001_to74ru: Copied (server-side copy) to: test.sum 2025/09/19 04:16:38 INFO : test.sum.rclone_chunk.001_to74ru: Deleted === RUN TestCheckSumDownload/subtest4 2025/09/19 04:16:39 DEBUG : test.sum.rclone_chunk.001_to75km: md5 = 4b34b061f9d75ae495fb99d247dc697e OK 2025/09/19 04:16:39 INFO : test.sum.rclone_chunk.001_to75km: Copied (server-side copy) to: test.sum 2025/09/19 04:16:39 INFO : test.sum.rclone_chunk.001_to75km: Deleted === RUN TestCheckSumDownload/subtest5 2025/09/19 04:16:40 DEBUG : test.sum.rclone_chunk.001_to76tl: md5 = 2c79f55ba5d16d7967c510a0e4414333 OK 2025/09/19 04:16:40 INFO : test.sum.rclone_chunk.001_to76tl: Copied (server-side copy) to: test.sum 2025/09/19 04:16:40 INFO : test.sum.rclone_chunk.001_to76tl: Deleted === RUN TestCheckSumDownload/subtest6 2025/09/19 04:16:41 DEBUG : data/banana.rclone_chunk.001_to771a: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:41 INFO : data/banana.rclone_chunk.001_to771a: Copied (server-side copy) to: data/banana 2025/09/19 04:16:41 INFO : data/banana.rclone_chunk.001_to771a: Deleted 2025/09/19 04:16:41 DEBUG : data/potato.rclone_chunk.001_to77oi: md5 = 87396e030ef3f5b35bbf85c0a09a4fb3 OK 2025/09/19 04:16:41 INFO : data/potato.rclone_chunk.001_to77oi: Copied (server-side copy) to: data/potato 2025/09/19 04:16:42 INFO : data/potato.rclone_chunk.001_to77oi: Deleted 2025/09/19 04:16:42 DEBUG : test.sum.rclone_chunk.001_to78k6: md5 = b016be839d91d18cfaa786ab2a641504 OK 2025/09/19 04:16:42 INFO : test.sum.rclone_chunk.001_to78k6: Copied (server-side copy) to: test.sum 2025/09/19 04:16:42 INFO : test.sum.rclone_chunk.001_to78k6: Deleted === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (8.83s) --- PASS: TestCheckSumDownload/subtest1 (0.21s) --- PASS: TestCheckSumDownload/subtest2 (0.22s) --- PASS: TestCheckSumDownload/subtest3 (0.27s) --- PASS: TestCheckSumDownload/subtest4 (0.22s) --- PASS: TestCheckSumDownload/subtest5 (0.22s) --- PASS: TestCheckSumDownload/subtest6 (0.23s) --- PASS: TestCheckSumDownload/subtest7 (0.22s) === RUN TestApplyTransforms 2025/09/19 04:16:43 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-robumuc6rixi" 2025/09/19 04:16:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:43 DEBUG : Creating backend with remote "TestS3:rclone-test-robumuc6rixi" 2025/09/19 04:16:43 DEBUG : Creating backend with remote "/tmp/rclone4030366117" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-robumuc6rixi'", Local "Local file system at /tmp/rclone4030366117", Modify Window "1ns" 2025/09/19 04:16:44 INFO : S3 bucket rclone-test-robumuc6rixi: Bucket "rclone-test-robumuc6rixi" created with ACL "" 2025/09/19 04:16:44 DEBUG : hello, world!.rclone_chunk.001_to7avr: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:44 INFO : hello, world!.rclone_chunk.001_to7avr: Copied (server-side copy) to: hello, world! 2025/09/19 04:16:44 INFO : hello, world!.rclone_chunk.001_to7avr: Deleted upper checkfile vs. lower remote (without normalization) 2025/09/19 04:16:44 ERROR : hello, world!: sum not found 2025/09/19 04:16:44 ERROR : HELLO, WORLD!: file not in Chunked 'TestChunkerS3:rclone-test-robumuc6rixi' 2025/09/19 04:16:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': 1 files missing 2025/09/19 04:16:44 NOTICE: 1 hashes missing 2025/09/19 04:16:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': 1 differences found 2025/09/19 04:16:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/19 04:16:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': 0 differences found 2025/09/19 04:16:44 NOTICE: Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': 1 matching files 2025/09/19 04:16:44 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vutonif6giwo" 2025/09/19 04:16:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:44 DEBUG : Creating backend with remote "TestS3:rclone-test-vutonif6giwo" 2025/09/19 04:16:44 DEBUG : Creating backend with remote "/tmp/rclone744370908" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vutonif6giwo'", Local "Local file system at /tmp/rclone744370908", Modify Window "1ns" 2025/09/19 04:16:45 INFO : S3 bucket rclone-test-vutonif6giwo: Bucket "rclone-test-vutonif6giwo" created with ACL "" 2025/09/19 04:16:45 DEBUG : HELLO, WORLD!.rclone_chunk.001_to7bsz: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:45 INFO : HELLO, WORLD!.rclone_chunk.001_to7bsz: Copied (server-side copy) to: HELLO, WORLD! 2025/09/19 04:16:45 INFO : HELLO, WORLD!.rclone_chunk.001_to7bsz: Deleted lower checkfile vs. upper remote (without normalization) 2025/09/19 04:16:45 ERROR : HELLO, WORLD!: sum not found 2025/09/19 04:16:45 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-vutonif6giwo' 2025/09/19 04:16:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': 1 files missing 2025/09/19 04:16:45 NOTICE: 1 hashes missing 2025/09/19 04:16:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': 1 differences found 2025/09/19 04:16:45 NOTICE: Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/19 04:16:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:46 NOTICE: Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': 0 differences found 2025/09/19 04:16:46 NOTICE: Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': 1 matching files 2025/09/19 04:16:46 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yeviqis3pija" 2025/09/19 04:16:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:46 DEBUG : Creating backend with remote "TestS3:rclone-test-yeviqis3pija" 2025/09/19 04:16:46 DEBUG : Creating backend with remote "/tmp/rclone2124427991" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-yeviqis3pija'", Local "Local file system at /tmp/rclone2124427991", Modify Window "1ns" 2025/09/19 04:16:47 INFO : S3 bucket rclone-test-yeviqis3pija: Bucket "rclone-test-yeviqis3pija" created with ACL "" 2025/09/19 04:16:47 DEBUG : HeLlO, wOrLd!.rclone_chunk.001_to7dl2: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:47 INFO : HeLlO, wOrLd!.rclone_chunk.001_to7dl2: Copied (server-side copy) to: HeLlO, wOrLd! 2025/09/19 04:16:47 INFO : HeLlO, wOrLd!.rclone_chunk.001_to7dl2: Deleted lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/19 04:16:47 ERROR : HeLlO, wOrLd!: sum not found 2025/09/19 04:16:47 ERROR : hello, world!: file not in Chunked 'TestChunkerS3:rclone-test-yeviqis3pija' 2025/09/19 04:16:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': 1 files missing 2025/09/19 04:16:47 NOTICE: 1 hashes missing 2025/09/19 04:16:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': 1 differences found 2025/09/19 04:16:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/19 04:16:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': 0 differences found 2025/09/19 04:16:47 NOTICE: Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': 1 matching files 2025/09/19 04:16:47 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-tavafem9xepa" 2025/09/19 04:16:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:47 DEBUG : Creating backend with remote "TestS3:rclone-test-tavafem9xepa" 2025/09/19 04:16:47 DEBUG : Creating backend with remote "/tmp/rclone3410964325" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-tavafem9xepa'", Local "Local file system at /tmp/rclone3410964325", Modify Window "1ns" 2025/09/19 04:16:48 INFO : S3 bucket rclone-test-tavafem9xepa: Bucket "rclone-test-tavafem9xepa" created with ACL "" 2025/09/19 04:16:48 DEBUG : HELLO, WORLD!.rclone_chunk.001_to7e9g: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:48 INFO : HELLO, WORLD!.rclone_chunk.001_to7e9g: Copied (server-side copy) to: HELLO, WORLD! 2025/09/19 04:16:49 INFO : HELLO, WORLD!.rclone_chunk.001_to7e9g: Deleted upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/19 04:16:49 ERROR : HELLO, WORLD!: sum not found 2025/09/19 04:16:49 ERROR : HeLlO, wOrLd!: file not in Chunked 'TestChunkerS3:rclone-test-tavafem9xepa' 2025/09/19 04:16:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': 1 files missing 2025/09/19 04:16:49 NOTICE: 1 hashes missing 2025/09/19 04:16:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': 1 differences found 2025/09/19 04:16:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/19 04:16:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': 0 differences found 2025/09/19 04:16:49 NOTICE: Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': 1 matching files 2025/09/19 04:16:49 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-tasuhon4caha" 2025/09/19 04:16:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:49 DEBUG : Creating backend with remote "TestS3:rclone-test-tasuhon4caha" 2025/09/19 04:16:49 DEBUG : Creating backend with remote "/tmp/rclone2791924792" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-tasuhon4caha'", Local "Local file system at /tmp/rclone2791924792", Modify Window "1ns" 2025/09/19 04:16:50 INFO : S3 bucket rclone-test-tasuhon4caha: Bucket "rclone-test-tasuhon4caha" created with ACL "" 2025/09/19 04:16:50 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_to7gae: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:50 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_to7gae: Copied (server-side copy) to: 測試_Русский___ě_áñ 2025/09/19 04:16:50 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_to7gae: Deleted NFD checkfile vs. NFC remote (without normalization) 2025/09/19 04:16:50 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:50 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-tasuhon4caha' 2025/09/19 04:16:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': 1 files missing 2025/09/19 04:16:50 NOTICE: 1 hashes missing 2025/09/19 04:16:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': 1 differences found 2025/09/19 04:16:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/19 04:16:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': 0 differences found 2025/09/19 04:16:50 NOTICE: Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': 1 matching files 2025/09/19 04:16:50 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-bexeyuk7mawo" 2025/09/19 04:16:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:50 DEBUG : Creating backend with remote "TestS3:rclone-test-bexeyuk7mawo" 2025/09/19 04:16:50 DEBUG : Creating backend with remote "/tmp/rclone1733873502" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo'", Local "Local file system at /tmp/rclone1733873502", Modify Window "1ns" 2025/09/19 04:16:51 INFO : S3 bucket rclone-test-bexeyuk7mawo: Bucket "rclone-test-bexeyuk7mawo" created with ACL "" 2025/09/19 04:16:52 DEBUG : 測試_Русский___ě_áñ.rclone_chunk.001_to7hdk: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:52 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_to7hdk: Copied (server-side copy) to: 測試_Русский___ě_áñ 2025/09/19 04:16:52 INFO : 測試_Русский___ě_áñ.rclone_chunk.001_to7hdk: Deleted NFC checkfile vs. NFD remote (without normalization) 2025/09/19 04:16:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:52 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo' 2025/09/19 04:16:52 NOTICE: Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': 1 files missing 2025/09/19 04:16:52 NOTICE: 1 hashes missing 2025/09/19 04:16:52 NOTICE: Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': 1 differences found 2025/09/19 04:16:52 NOTICE: Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/19 04:16:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:52 NOTICE: Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': 0 differences found 2025/09/19 04:16:52 NOTICE: Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': 1 matching files 2025/09/19 04:16:52 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-nasiyuw1roke" 2025/09/19 04:16:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:52 DEBUG : Creating backend with remote "TestS3:rclone-test-nasiyuw1roke" 2025/09/19 04:16:52 DEBUG : Creating backend with remote "/tmp/rclone213794920" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke'", Local "Local file system at /tmp/rclone213794920", Modify Window "1ns" 2025/09/19 04:16:53 INFO : S3 bucket rclone-test-nasiyuw1roke: Bucket "rclone-test-nasiyuw1roke" created with ACL "" 2025/09/19 04:16:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7j0q: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7j0q: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/09/19 04:16:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7j0q: Deleted NFDx2 checkfile vs. both remote (without normalization) 2025/09/19 04:16:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke' 2025/09/19 04:16:53 NOTICE: Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': 1 files missing 2025/09/19 04:16:53 NOTICE: 1 hashes missing 2025/09/19 04:16:53 NOTICE: Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': 1 differences found 2025/09/19 04:16:53 NOTICE: Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/19 04:16:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:53 NOTICE: Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': 0 differences found 2025/09/19 04:16:53 NOTICE: Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': 1 matching files 2025/09/19 04:16:53 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-yotudeh9soge" 2025/09/19 04:16:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:53 DEBUG : Creating backend with remote "TestS3:rclone-test-yotudeh9soge" 2025/09/19 04:16:53 DEBUG : Creating backend with remote "/tmp/rclone3543553588" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-yotudeh9soge'", Local "Local file system at /tmp/rclone3543553588", Modify Window "1ns" 2025/09/19 04:16:54 INFO : S3 bucket rclone-test-yotudeh9soge: Bucket "rclone-test-yotudeh9soge" created with ACL "" 2025/09/19 04:16:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7ko5: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:54 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7ko5: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/09/19 04:16:54 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7ko5: Deleted NFCx2 checkfile vs. both remote (without normalization) 2025/09/19 04:16:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-yotudeh9soge' 2025/09/19 04:16:55 NOTICE: Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': 1 files missing 2025/09/19 04:16:55 NOTICE: 1 hashes missing 2025/09/19 04:16:55 NOTICE: Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': 1 differences found 2025/09/19 04:16:55 NOTICE: Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/19 04:16:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:55 NOTICE: Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': 0 differences found 2025/09/19 04:16:55 NOTICE: Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': 1 matching files 2025/09/19 04:16:55 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-muselog3tigi" 2025/09/19 04:16:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:55 DEBUG : Creating backend with remote "TestS3:rclone-test-muselog3tigi" 2025/09/19 04:16:55 DEBUG : Creating backend with remote "/tmp/rclone1733207654" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-muselog3tigi'", Local "Local file system at /tmp/rclone1733207654", Modify Window "1ns" 2025/09/19 04:16:55 INFO : S3 bucket rclone-test-muselog3tigi: Bucket "rclone-test-muselog3tigi" created with ACL "" 2025/09/19 04:16:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7m7w: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:56 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7m7w: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/09/19 04:16:56 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7m7w: Deleted both checkfile vs. NFDx2 remote (without normalization) 2025/09/19 04:16:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-muselog3tigi' 2025/09/19 04:16:56 NOTICE: Chunked 'TestChunkerS3:rclone-test-muselog3tigi': 1 files missing 2025/09/19 04:16:56 NOTICE: 1 hashes missing 2025/09/19 04:16:56 NOTICE: Chunked 'TestChunkerS3:rclone-test-muselog3tigi': 1 differences found 2025/09/19 04:16:56 NOTICE: Chunked 'TestChunkerS3:rclone-test-muselog3tigi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/19 04:16:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:56 NOTICE: Chunked 'TestChunkerS3:rclone-test-muselog3tigi': 0 differences found 2025/09/19 04:16:56 NOTICE: Chunked 'TestChunkerS3:rclone-test-muselog3tigi': 1 matching files 2025/09/19 04:16:56 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-xizebab3havo" 2025/09/19 04:16:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:16:56 DEBUG : Creating backend with remote "TestS3:rclone-test-xizebab3havo" 2025/09/19 04:16:56 DEBUG : Creating backend with remote "/tmp/rclone2855147468" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-xizebab3havo'", Local "Local file system at /tmp/rclone2855147468", Modify Window "1ns" 2025/09/19 04:16:57 INFO : S3 bucket rclone-test-xizebab3havo: Bucket "rclone-test-xizebab3havo" created with ACL "" 2025/09/19 04:16:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7n5s: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7n5s: Copied (server-side copy) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/09/19 04:16:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_to7n5s: Deleted both checkfile vs. NFCx2 remote (without normalization) 2025/09/19 04:16:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/19 04:16:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerS3:rclone-test-xizebab3havo' 2025/09/19 04:16:57 NOTICE: Chunked 'TestChunkerS3:rclone-test-xizebab3havo': 1 files missing 2025/09/19 04:16:57 NOTICE: 1 hashes missing 2025/09/19 04:16:57 NOTICE: Chunked 'TestChunkerS3:rclone-test-xizebab3havo': 1 differences found 2025/09/19 04:16:57 NOTICE: Chunked 'TestChunkerS3:rclone-test-xizebab3havo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/19 04:16:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/19 04:16:58 NOTICE: Chunked 'TestChunkerS3:rclone-test-xizebab3havo': 0 differences found 2025/09/19 04:16:58 NOTICE: Chunked 'TestChunkerS3:rclone-test-xizebab3havo': 1 matching files 2025/09/19 04:16:58 DEBUG : Chunked 'TestChunkerS3:rclone-test-xizebab3havo': Purge remote 2025/09/19 04:16:58 DEBUG : S3 bucket rclone-test-xizebab3havo: bucket is versioned: false 2025/09/19 04:16:58 DEBUG : Waiting for deletions to finish 2025/09/19 04:16:58 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/09/19 04:16:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:16:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/09/19 04:16:58 INFO : S3 bucket rclone-test-xizebab3havo: Bucket "rclone-test-xizebab3havo" deleted 2025/09/19 04:16:58 DEBUG : Chunked 'TestChunkerS3:rclone-test-muselog3tigi': Purge remote 2025/09/19 04:16:58 DEBUG : S3 bucket rclone-test-muselog3tigi: bucket is versioned: false 2025/09/19 04:16:58 DEBUG : Waiting for deletions to finish 2025/09/19 04:16:58 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/09/19 04:16:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:16:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/09/19 04:16:58 INFO : S3 bucket rclone-test-muselog3tigi: Bucket "rclone-test-muselog3tigi" deleted 2025/09/19 04:16:58 DEBUG : Chunked 'TestChunkerS3:rclone-test-yotudeh9soge': Purge remote 2025/09/19 04:16:58 DEBUG : S3 bucket rclone-test-yotudeh9soge: bucket is versioned: false 2025/09/19 04:16:58 DEBUG : Waiting for deletions to finish 2025/09/19 04:16:59 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/09/19 04:16:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:16:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/09/19 04:16:59 INFO : S3 bucket rclone-test-yotudeh9soge: Bucket "rclone-test-yotudeh9soge" deleted 2025/09/19 04:16:59 DEBUG : Chunked 'TestChunkerS3:rclone-test-nasiyuw1roke': Purge remote 2025/09/19 04:16:59 DEBUG : S3 bucket rclone-test-nasiyuw1roke: bucket is versioned: false 2025/09/19 04:16:59 DEBUG : Waiting for deletions to finish 2025/09/19 04:16:59 DEBUG : "測試_Русский___ě_áñ測試_Русский___ě_áñ" version false 2025/09/19 04:16:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:16:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Deleted 2025/09/19 04:16:59 INFO : S3 bucket rclone-test-nasiyuw1roke: Bucket "rclone-test-nasiyuw1roke" deleted 2025/09/19 04:16:59 DEBUG : Chunked 'TestChunkerS3:rclone-test-bexeyuk7mawo': Purge remote 2025/09/19 04:16:59 DEBUG : S3 bucket rclone-test-bexeyuk7mawo: bucket is versioned: false 2025/09/19 04:16:59 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:00 DEBUG : "測試_Русский___ě_áñ" version false 2025/09/19 04:17:00 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:17:00 INFO : 測試_Русский___ě_áñ: Deleted 2025/09/19 04:17:00 INFO : S3 bucket rclone-test-bexeyuk7mawo: Bucket "rclone-test-bexeyuk7mawo" deleted 2025/09/19 04:17:00 DEBUG : Chunked 'TestChunkerS3:rclone-test-tasuhon4caha': Purge remote 2025/09/19 04:17:00 DEBUG : S3 bucket rclone-test-tasuhon4caha: bucket is versioned: false 2025/09/19 04:17:00 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:00 DEBUG : "測試_Русский___ě_áñ" version false 2025/09/19 04:17:00 DEBUG : 測試_Русский___ě_áñ: Deleting (id "") 2025/09/19 04:17:00 INFO : 測試_Русский___ě_áñ: Deleted 2025/09/19 04:17:01 INFO : S3 bucket rclone-test-tasuhon4caha: Bucket "rclone-test-tasuhon4caha" deleted 2025/09/19 04:17:01 DEBUG : Chunked 'TestChunkerS3:rclone-test-tavafem9xepa': Purge remote 2025/09/19 04:17:01 DEBUG : S3 bucket rclone-test-tavafem9xepa: bucket is versioned: false 2025/09/19 04:17:01 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:01 DEBUG : "HELLO, WORLD!" version false 2025/09/19 04:17:01 DEBUG : HELLO, WORLD!: Deleting (id "") 2025/09/19 04:17:01 INFO : HELLO, WORLD!: Deleted 2025/09/19 04:17:01 INFO : S3 bucket rclone-test-tavafem9xepa: Bucket "rclone-test-tavafem9xepa" deleted 2025/09/19 04:17:01 DEBUG : Chunked 'TestChunkerS3:rclone-test-yeviqis3pija': Purge remote 2025/09/19 04:17:01 DEBUG : S3 bucket rclone-test-yeviqis3pija: bucket is versioned: false 2025/09/19 04:17:01 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:01 DEBUG : "HeLlO, wOrLd!" version false 2025/09/19 04:17:01 DEBUG : HeLlO, wOrLd!: Deleting (id "") 2025/09/19 04:17:01 INFO : HeLlO, wOrLd!: Deleted 2025/09/19 04:17:02 INFO : S3 bucket rclone-test-yeviqis3pija: Bucket "rclone-test-yeviqis3pija" deleted 2025/09/19 04:17:02 DEBUG : Chunked 'TestChunkerS3:rclone-test-vutonif6giwo': Purge remote 2025/09/19 04:17:02 DEBUG : S3 bucket rclone-test-vutonif6giwo: bucket is versioned: false 2025/09/19 04:17:02 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:02 DEBUG : "HELLO, WORLD!" version false 2025/09/19 04:17:02 DEBUG : HELLO, WORLD!: Deleting (id "") 2025/09/19 04:17:02 INFO : HELLO, WORLD!: Deleted 2025/09/19 04:17:02 INFO : S3 bucket rclone-test-vutonif6giwo: Bucket "rclone-test-vutonif6giwo" deleted 2025/09/19 04:17:02 DEBUG : Chunked 'TestChunkerS3:rclone-test-robumuc6rixi': Purge remote 2025/09/19 04:17:02 DEBUG : S3 bucket rclone-test-robumuc6rixi: bucket is versioned: false 2025/09/19 04:17:02 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:02 DEBUG : "hello, world!" version false 2025/09/19 04:17:02 DEBUG : hello, world!: Deleting (id "") 2025/09/19 04:17:02 INFO : hello, world!: Deleted 2025/09/19 04:17:03 INFO : S3 bucket rclone-test-robumuc6rixi: Bucket "rclone-test-robumuc6rixi" deleted --- PASS: TestApplyTransforms (20.01s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/19 04:17:03 DEBUG : sub/file2.rclone_chunk.001_to7tfn: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:03 INFO : sub/file2.rclone_chunk.001_to7tfn: Copied (server-side copy) to: sub/file2 2025/09/19 04:17:03 INFO : sub/file2.rclone_chunk.001_to7tfn: Deleted 2025/09/19 04:17:03 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:03 INFO : file1: Copied (new) to: sub/file2 2025/09/19 04:17:04 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:04 DEBUG : file1: Unchanged skipping 2025/09/19 04:17:04 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (1.17s) === RUN TestCopyLongFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.08s) === RUN TestCopyFileBackupDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:04 DEBUG : dst/file1.rclone_chunk.001_to7u3k: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/09/19 04:17:04 INFO : dst/file1.rclone_chunk.001_to7u3k: Copied (server-side copy) to: dst/file1 2025/09/19 04:17:04 INFO : dst/file1.rclone_chunk.001_to7u3k: Deleted 2025/09/19 04:17:05 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/backup" 2025/09/19 04:17:05 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/backup" 2025/09/19 04:17:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/19 04:17:05 DEBUG : dst/file1: copy non-chunked object... 2025/09/19 04:17:05 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/09/19 04:17:05 INFO : dst/file1: Copied (server-side copy) 2025/09/19 04:17:05 INFO : dst/file1: Deleted 2025/09/19 04:17:05 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:06 DEBUG : dst/file1.rclone_chunk.001_to7vgr: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:06 INFO : dst/file1.rclone_chunk.001_to7vgr: Copied (server-side copy) to: dst/file1 2025/09/19 04:17:06 INFO : dst/file1.rclone_chunk.001_to7vgr: Deleted 2025/09/19 04:17:06 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:06 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (2.27s) === RUN TestCopyFileCompareDest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:06 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/dst" 2025/09/19 04:17:06 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/dst" 2025/09/19 04:17:06 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/CompareDest" 2025/09/19 04:17:07 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/CompareDest" 2025/09/19 04:17:07 DEBUG : one: Need to transfer - File not found at Destination 2025/09/19 04:17:07 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:07 DEBUG : one.rclone_chunk.001_to7xb6: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:07 INFO : one.rclone_chunk.001_to7xb6: Copied (server-side copy) to: one 2025/09/19 04:17:07 INFO : one.rclone_chunk.001_to7xb6: Deleted 2025/09/19 04:17:07 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:07 INFO : one: Copied (new) 2025/09/19 04:17:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:08 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:08 DEBUG : one.rclone_chunk.001_to7yxt: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:08 INFO : one.rclone_chunk.001_to7yxt: Copied (server-side copy) to: one 2025/09/19 04:17:08 INFO : one.rclone_chunk.001_to7yxt: Deleted 2025/09/19 04:17:08 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:08 INFO : one: Copied (replaced existing) 2025/09/19 04:17:09 DEBUG : dst/one.rclone_chunk.001_to7y2f: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:09 INFO : dst/one.rclone_chunk.001_to7y2f: Copied (server-side copy) to: dst/one 2025/09/19 04:17:09 INFO : dst/one.rclone_chunk.001_to7y2f: Deleted 2025/09/19 04:17:09 DEBUG : CompareDest/one.rclone_chunk.001_to7z9m: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:09 INFO : CompareDest/one.rclone_chunk.001_to7z9m: Copied (server-side copy) to: CompareDest/one 2025/09/19 04:17:09 INFO : CompareDest/one.rclone_chunk.001_to7z9m: Deleted 2025/09/19 04:17:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:10 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:10 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/19 04:17:10 DEBUG : CompareDest/two.rclone_chunk.001_to8001: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:17:10 INFO : CompareDest/two.rclone_chunk.001_to8001: Copied (server-side copy) to: CompareDest/two 2025/09/19 04:17:10 INFO : CompareDest/two.rclone_chunk.001_to8001: Deleted 2025/09/19 04:17:11 DEBUG : two: Need to transfer - File not found at Destination 2025/09/19 04:17:11 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:11 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/19 04:17:11 DEBUG : two: Need to transfer - File not found at Destination 2025/09/19 04:17:11 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:11 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/19 04:17:11 DEBUG : two: Need to transfer - File not found at Destination 2025/09/19 04:17:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:12 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:12 DEBUG : two.rclone_chunk.001_to82kg: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/09/19 04:17:12 INFO : two.rclone_chunk.001_to82kg: Copied (server-side copy) to: two 2025/09/19 04:17:12 INFO : two.rclone_chunk.001_to82kg: Deleted 2025/09/19 04:17:12 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/09/19 04:17:12 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (6.19s) === RUN TestCopyFileCopyDest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:13 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/dst" 2025/09/19 04:17:13 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/dst" 2025/09/19 04:17:13 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/CopyDest" 2025/09/19 04:17:13 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/CopyDest" 2025/09/19 04:17:13 DEBUG : one: Need to transfer - File not found at Destination 2025/09/19 04:17:13 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:14 DEBUG : one.rclone_chunk.001_to83mw: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:14 INFO : one.rclone_chunk.001_to83mw: Copied (server-side copy) to: one 2025/09/19 04:17:14 INFO : one.rclone_chunk.001_to83mw: Deleted 2025/09/19 04:17:14 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:14 INFO : one: Copied (new) 2025/09/19 04:17:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:14 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:14 DEBUG : one.rclone_chunk.001_to84od: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:14 INFO : one.rclone_chunk.001_to84od: Copied (server-side copy) to: one 2025/09/19 04:17:14 INFO : one.rclone_chunk.001_to84od: Deleted 2025/09/19 04:17:14 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:14 INFO : one: Copied (replaced existing) 2025/09/19 04:17:15 DEBUG : dst/one.rclone_chunk.001_to85mx: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:15 INFO : dst/one.rclone_chunk.001_to85mx: Copied (server-side copy) to: dst/one 2025/09/19 04:17:15 INFO : dst/one.rclone_chunk.001_to85mx: Deleted 2025/09/19 04:17:15 DEBUG : CopyDest/one.rclone_chunk.001_to856w: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:15 INFO : CopyDest/one.rclone_chunk.001_to856w: Copied (server-side copy) to: CopyDest/one 2025/09/19 04:17:15 INFO : CopyDest/one.rclone_chunk.001_to856w: Deleted 2025/09/19 04:17:16 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/BackupDir" 2025/09/19 04:17:16 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/BackupDir" 2025/09/19 04:17:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:16 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/19 04:17:16 DEBUG : one: copy non-chunked object... 2025/09/19 04:17:16 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:17:16 INFO : one: Copied (server-side copy) 2025/09/19 04:17:16 INFO : one: Deleted 2025/09/19 04:17:16 DEBUG : one: copy non-chunked object... 2025/09/19 04:17:17 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/09/19 04:17:17 INFO : one: Copied (server-side copy) 2025/09/19 04:17:17 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/19 04:17:17 DEBUG : CopyDest/two.rclone_chunk.001_to8721: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:17:17 INFO : CopyDest/two.rclone_chunk.001_to8721: Copied (server-side copy) to: CopyDest/two 2025/09/19 04:17:17 INFO : CopyDest/two.rclone_chunk.001_to8721: Deleted 2025/09/19 04:17:18 DEBUG : two: Need to transfer - File not found at Destination 2025/09/19 04:17:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:18 DEBUG : two: copy non-chunked object... 2025/09/19 04:17:18 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:17:18 INFO : two: Copied (server-side copy) 2025/09/19 04:17:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/19 04:17:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:17:18 DEBUG : two: Unchanged skipping 2025/09/19 04:17:19 DEBUG : CopyDest/three.rclone_chunk.001_to8826: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/09/19 04:17:19 INFO : CopyDest/three.rclone_chunk.001_to8826: Copied (server-side copy) to: CopyDest/three 2025/09/19 04:17:19 INFO : CopyDest/three.rclone_chunk.001_to8826: Deleted 2025/09/19 04:17:19 DEBUG : three: Need to transfer - File not found at Destination 2025/09/19 04:17:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/19 04:17:19 DEBUG : three: Destination not found in --copy-dest 2025/09/19 04:17:19 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:20 DEBUG : three.rclone_chunk.001_to890b: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/09/19 04:17:20 INFO : three.rclone_chunk.001_to890b: Copied (server-side copy) to: three 2025/09/19 04:17:20 INFO : three.rclone_chunk.001_to890b: Deleted 2025/09/19 04:17:20 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/09/19 04:17:20 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (8.21s) === RUN TestCopyInplace run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.08s) === RUN TestCopyLongFileName run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.08s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.09s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/19 04:17:21 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:21 DEBUG : TestCopyFileMaxTransfer/file1.rclone_chunk.001_to8bgu: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:21 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_to8bgu: Copied (server-side copy) to: TestCopyFileMaxTransfer/file1 2025/09/19 04:17:21 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_to8bgu: Deleted 2025/09/19 04:17:21 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:17:21 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/19 04:17:22 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/19 04:17:22 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:17:22 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-vowisik8rate.s3.eu-west-2.amazonaws.com/TestCopyFileMaxTransfer/file2.rclone_chunk.001_to8cwq?x-id=PutObject": max transfer limit reached as set by --max-transfer 2025/09/19 04:17:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination copy_test.go:521: skipping remainder of test for chunker as it involves multiple transfers --- PASS: TestCopyFileMaxTransfer (1.29s) === RUN TestDeduplicateInteractive run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:23 DEBUG : one.rclone_chunk.001_to8d3c: md5 = ae93e5f30cda3529d2e067909db4181a OK 2025/09/19 04:17:23 INFO : one.rclone_chunk.001_to8d3c: Copied (server-side copy) to: one 2025/09/19 04:17:23 INFO : one.rclone_chunk.001_to8d3c: Deleted 2025/09/19 04:17:23 DEBUG : also/one.rclone_chunk.001_to8d81: md5 = ae93e5f30cda3529d2e067909db4181a OK 2025/09/19 04:17:23 INFO : also/one.rclone_chunk.001_to8d81: Copied (server-side copy) to: also/one 2025/09/19 04:17:24 INFO : also/one.rclone_chunk.001_to8d81: Deleted 2025/09/19 04:17:24 DEBUG : another.rclone_chunk.001_to8ezf: md5 = ae93e5f30cda3529d2e067909db4181a OK 2025/09/19 04:17:24 INFO : another.rclone_chunk.001_to8ezf: Copied (server-side copy) to: another 2025/09/19 04:17:24 INFO : another.rclone_chunk.001_to8ezf: Deleted 2025/09/19 04:17:24 DEBUG : not-one.rclone_chunk.001_to8e9g: md5 = c13d88cb4cb02003daedb8a84e5d272a OK 2025/09/19 04:17:24 INFO : not-one.rclone_chunk.001_to8e9g: Copied (server-side copy) to: not-one 2025/09/19 04:17:24 INFO : not-one.rclone_chunk.001_to8e9g: Deleted 2025/09/19 04:17:25 INFO : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Looking for duplicate md5 hashes using newest mode. 2025/09/19 04:17:25 NOTICE: ae93e5f30cda3529d2e067909db4181a: Found 3 files with duplicate md5 hashes 2025/09/19 04:17:25 INFO : one: Deleted 2025/09/19 04:17:25 INFO : also/one: Deleted 2025/09/19 04:17:25 NOTICE: ae93e5f30cda3529d2e067909db4181a: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (2.67s) === RUN TestDeduplicateOldest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.09s) === RUN TestDeduplicateSmallest run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.09s) === RUN TestDeduplicateRename run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.09s) === RUN TestMergeDirs run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:26 DEBUG : a.txt.rclone_chunk.001_to8g5b: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:26 INFO : a.txt.rclone_chunk.001_to8g5b: Copied (server-side copy) to: a.txt 2025/09/19 04:17:26 INFO : a.txt.rclone_chunk.001_to8g5b: Deleted 2025/09/19 04:17:27 DEBUG : zend.txt.rclone_chunk.001_to8gam: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/09/19 04:17:27 INFO : zend.txt.rclone_chunk.001_to8gam: Copied (server-side copy) to: zend.txt 2025/09/19 04:17:27 INFO : zend.txt.rclone_chunk.001_to8gam: Deleted 2025/09/19 04:17:27 DEBUG : sub dir/hello world.rclone_chunk.001_to8h3a: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:27 INFO : sub dir/hello world.rclone_chunk.001_to8h3a: Copied (server-side copy) to: sub dir/hello world 2025/09/19 04:17:27 INFO : sub dir/hello world.rclone_chunk.001_to8h3a: Deleted 2025/09/19 04:17:27 DEBUG : sub dir/hello world2.rclone_chunk.001_to8h69: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:27 INFO : sub dir/hello world2.rclone_chunk.001_to8h69: Copied (server-side copy) to: sub dir/hello world2 2025/09/19 04:17:28 INFO : sub dir/hello world2.rclone_chunk.001_to8h69: Deleted 2025/09/19 04:17:28 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_to8ilp: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:28 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_to8ilp: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2025/09/19 04:17:28 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_to8ilp: Deleted 2025/09/19 04:17:28 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8iw2: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2025/09/19 04:17:28 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8iw2: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2025/09/19 04:17:28 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8iw2: Deleted 2025/09/19 04:17:29 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ibv: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:29 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ibv: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2025/09/19 04:17:29 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ibv: Deleted 2025/09/19 04:17:29 DEBUG : a.txt: Excluded (Size Filter) 2025/09/19 04:17:29 DEBUG : a.txt: Excluded 2025/09/19 04:17:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/19 04:17:29 DEBUG : sub dir/hello world: Excluded 2025/09/19 04:17:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/19 04:17:29 DEBUG : sub dir/hello world2: Excluded 2025/09/19 04:17:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/19 04:17:30 DEBUG : sub dir/hello world: Excluded 2025/09/19 04:17:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/19 04:17:30 DEBUG : sub dir/hello world2: Excluded 2025/09/19 04:17:30 DEBUG : sub dir/ignore dir: Excluded 2025/09/19 04:17:30 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (4.53s) === RUN TestListDirSortedFn run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:31 DEBUG : a.txt.rclone_chunk.001_to8kfs: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:31 INFO : a.txt.rclone_chunk.001_to8kfs: Copied (server-side copy) to: a.txt 2025/09/19 04:17:31 INFO : a.txt.rclone_chunk.001_to8kfs: Deleted 2025/09/19 04:17:31 DEBUG : zend.txt.rclone_chunk.001_to8lxf: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/09/19 04:17:31 INFO : zend.txt.rclone_chunk.001_to8lxf: Copied (server-side copy) to: zend.txt 2025/09/19 04:17:31 INFO : zend.txt.rclone_chunk.001_to8lxf: Deleted 2025/09/19 04:17:32 DEBUG : sub dir/hello world.rclone_chunk.001_to8ldb: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:32 INFO : sub dir/hello world.rclone_chunk.001_to8ldb: Copied (server-side copy) to: sub dir/hello world 2025/09/19 04:17:32 INFO : sub dir/hello world.rclone_chunk.001_to8ldb: Deleted 2025/09/19 04:17:32 DEBUG : sub dir/hello world2.rclone_chunk.001_to8m6u: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:32 INFO : sub dir/hello world2.rclone_chunk.001_to8m6u: Copied (server-side copy) to: sub dir/hello world2 2025/09/19 04:17:32 INFO : sub dir/hello world2.rclone_chunk.001_to8m6u: Deleted 2025/09/19 04:17:32 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_to8m30: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:32 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_to8m30: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2025/09/19 04:17:32 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_to8m30: Deleted 2025/09/19 04:17:33 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8n6m: md5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2025/09/19 04:17:33 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8n6m: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2025/09/19 04:17:33 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_to8n6m: Deleted 2025/09/19 04:17:33 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ne6: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:33 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ne6: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2025/09/19 04:17:33 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_to8ne6: Deleted 2025/09/19 04:17:34 DEBUG : a.txt: Excluded (Size Filter) 2025/09/19 04:17:34 DEBUG : a.txt: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/19 04:17:34 DEBUG : sub dir/hello world: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/19 04:17:34 DEBUG : sub dir/hello world2: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/19 04:17:34 DEBUG : sub dir/hello world: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/19 04:17:34 DEBUG : sub dir/hello world2: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/ignore dir: Excluded 2025/09/19 04:17:34 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (4.39s) === RUN TestListJSON run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:35 DEBUG : file1.rclone_chunk.001_to8pja: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2025/09/19 04:17:35 INFO : file1.rclone_chunk.001_to8pja: Copied (server-side copy) to: file1 2025/09/19 04:17:35 INFO : file1.rclone_chunk.001_to8pja: Deleted 2025/09/19 04:17:35 DEBUG : sub/file2.rclone_chunk.001_to8p96: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2025/09/19 04:17:35 INFO : sub/file2.rclone_chunk.001_to8p96: Copied (server-side copy) to: sub/file2 2025/09/19 04:17:36 INFO : sub/file2.rclone_chunk.001_to8p96: 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.07s) --- PASS: TestListJSON/Default (0.08s) --- PASS: TestListJSON/FilesOnly (0.08s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (0.17s) --- PASS: TestListJSON/SubDir (0.09s) --- PASS: TestListJSON/NoModTime (0.05s) --- PASS: TestListJSON/NoMimeType (0.08s) --- PASS: TestListJSON/ShowHash (0.08s) --- PASS: TestListJSON/HashTypes (0.08s) --- PASS: TestListJSON/Metadata (0.08s) === RUN TestStatJSON run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:37 DEBUG : file1.rclone_chunk.001_to8rrs: md5 = 826e8142e6baabe8af779f5f490cf5f5 OK 2025/09/19 04:17:37 INFO : file1.rclone_chunk.001_to8rrs: Copied (server-side copy) to: file1 2025/09/19 04:17:37 INFO : file1.rclone_chunk.001_to8rrs: Deleted 2025/09/19 04:17:38 DEBUG : sub/file2.rclone_chunk.001_to8rpz: md5 = 104d0f2e235ef69c15de04267c19f365 OK 2025/09/19 04:17:38 INFO : sub/file2.rclone_chunk.001_to8rpz: Copied (server-side copy) to: sub/file2 2025/09/19 04:17:38 INFO : sub/file2.rclone_chunk.001_to8rpz: 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/09/19 04:17:39 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/notfound" 2025/09/19 04:17:39 DEBUG : Config file has changed externally - reloading 2025/09/19 04:17:39 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/notfound" --- PASS: TestStatJSON (2.18s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (0.08s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.09s) --- PASS: TestStatJSON/File (0.08s) --- PASS: TestStatJSON/NotFound (0.09s) --- PASS: TestStatJSON/DirFilesOnly (0.04s) --- PASS: TestStatJSON/FileFilesOnly (0.09s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.04s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.05s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.05s) --- PASS: TestStatJSON/RootNotFound (0.22s) === RUN TestMkdir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:39 INFO : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Making directory 2025/09/19 04:17:39 INFO : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Making directory --- PASS: TestMkdir (0.13s) === RUN TestLsd run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:40 DEBUG : sub dir/hello world.rclone_chunk.001_to8t66: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/09/19 04:17:40 INFO : sub dir/hello world.rclone_chunk.001_to8t66: Copied (server-side copy) to: sub dir/hello world 2025/09/19 04:17:40 INFO : sub dir/hello world.rclone_chunk.001_to8t66: Deleted --- PASS: TestLsd (0.88s) === RUN TestLs run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:40 DEBUG : potato2.rclone_chunk.001_to8uw7: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:40 INFO : potato2.rclone_chunk.001_to8uw7: Copied (server-side copy) to: potato2 2025/09/19 04:17:40 INFO : potato2.rclone_chunk.001_to8uw7: Deleted 2025/09/19 04:17:41 DEBUG : empty space.rclone_chunk.001_to8u8s: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:41 INFO : empty space.rclone_chunk.001_to8u8s: Copied (server-side copy) to: empty space 2025/09/19 04:17:41 INFO : empty space.rclone_chunk.001_to8u8s: Deleted --- PASS: TestLs (1.19s) === RUN TestLsWithFilesFrom run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:42 DEBUG : potato2.rclone_chunk.001_to8vsp: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:42 INFO : potato2.rclone_chunk.001_to8vsp: Copied (server-side copy) to: potato2 2025/09/19 04:17:42 INFO : potato2.rclone_chunk.001_to8vsp: Deleted 2025/09/19 04:17:42 DEBUG : empty space.rclone_chunk.001_to8wu4: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:42 INFO : empty space.rclone_chunk.001_to8wu4: Copied (server-side copy) to: empty space 2025/09/19 04:17:42 INFO : empty space.rclone_chunk.001_to8wu4: Deleted 2025/09/19 04:17:42 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/09/19 04:17:42 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (1.34s) === RUN TestLsLong run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:43 DEBUG : potato2.rclone_chunk.001_to8xjp: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:43 INFO : potato2.rclone_chunk.001_to8xjp: Copied (server-side copy) to: potato2 2025/09/19 04:17:43 INFO : potato2.rclone_chunk.001_to8xjp: Deleted 2025/09/19 04:17:43 DEBUG : empty space.rclone_chunk.001_to8x7v: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:43 INFO : empty space.rclone_chunk.001_to8x7v: Copied (server-side copy) to: empty space 2025/09/19 04:17:43 INFO : empty space.rclone_chunk.001_to8x7v: Deleted --- PASS: TestLsLong (1.24s) === RUN TestHashSums run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:44 DEBUG : potato2.rclone_chunk.001_to8y82: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:44 INFO : potato2.rclone_chunk.001_to8y82: Copied (server-side copy) to: potato2 2025/09/19 04:17:44 INFO : potato2.rclone_chunk.001_to8y82: Deleted 2025/09/19 04:17:45 DEBUG : empty space.rclone_chunk.001_to8yzk: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:45 INFO : empty space.rclone_chunk.001_to8yzk: Copied (server-side copy) to: empty space 2025/09/19 04:17:45 INFO : empty space.rclone_chunk.001_to8yzk: Deleted === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (1.27s) --- PASS: TestHashSums/Md5 (0.05s) --- PASS: TestHashSums/Md5Download (0.10s) === RUN TestHashSumsWithErrors 2025/09/19 04:17:45 DEBUG : Creating backend with remote ":memory:" 2025/09/19 04:17:45 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/19 04:17:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/19 04:17:45 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/19 04:17:45 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:45 DEBUG : potato2.rclone_chunk.001_to8ze3: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:45 INFO : potato2.rclone_chunk.001_to8ze3: Copied (server-side copy) to: potato2 2025/09/19 04:17:45 INFO : potato2.rclone_chunk.001_to8ze3: Deleted 2025/09/19 04:17:46 DEBUG : empty space.rclone_chunk.001_to90db: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:17:46 INFO : empty space.rclone_chunk.001_to90db: Copied (server-side copy) to: empty space 2025/09/19 04:17:46 INFO : empty space.rclone_chunk.001_to90db: Deleted 2025/09/19 04:17:46 DEBUG : sub dir/potato3.rclone_chunk.001_to90f4: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/09/19 04:17:46 INFO : sub dir/potato3.rclone_chunk.001_to90f4: Copied (server-side copy) to: sub dir/potato3 2025/09/19 04:17:46 INFO : sub dir/potato3.rclone_chunk.001_to90f4: Deleted --- PASS: TestCount (1.79s) === RUN TestDelete run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:47 DEBUG : small.rclone_chunk.001_to91li: md5 = e807f1fcf82d132f9bb018ca6738a19f OK 2025/09/19 04:17:47 INFO : small.rclone_chunk.001_to91li: Copied (server-side copy) to: small 2025/09/19 04:17:47 INFO : small.rclone_chunk.001_to91li: Deleted 2025/09/19 04:17:48 DEBUG : medium.rclone_chunk.001_to91o3: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:17:48 INFO : medium.rclone_chunk.001_to91o3: Copied (server-side copy) to: medium 2025/09/19 04:17:48 INFO : medium.rclone_chunk.001_to91o3: Deleted 2025/09/19 04:17:48 DEBUG : large.rclone_chunk.001_to920a: md5 = 8adc5937e635f6c9af646f0b23560fae OK 2025/09/19 04:17:48 INFO : large.rclone_chunk.001_to920a: Copied (server-side copy) to: large 2025/09/19 04:17:48 INFO : large.rclone_chunk.001_to920a: Deleted 2025/09/19 04:17:48 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:48 DEBUG : large: Excluded (Size Filter) 2025/09/19 04:17:48 DEBUG : large: Excluded 2025/09/19 04:17:48 INFO : medium: Deleted 2025/09/19 04:17:48 INFO : small: Deleted --- PASS: TestDelete (1.71s) === RUN TestMaxDelete run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:432: Skipping test on chunker backend --- SKIP: TestMaxDelete (0.17s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:432: Skipping test on chunker backend --- SKIP: TestMaxDeleteSize (0.17s) === RUN TestReadFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:49 DEBUG : ReadFile.rclone_chunk.001_to93kb: md5 = 3e1a3bfb0a19aae4a7401576b4aaecc3 OK 2025/09/19 04:17:49 INFO : ReadFile.rclone_chunk.001_to93kb: Copied (server-side copy) to: ReadFile 2025/09/19 04:17:49 INFO : ReadFile.rclone_chunk.001_to93kb: Deleted --- PASS: TestReadFile (0.83s) === RUN TestRetry 2025/09/19 04:17:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/19 04:17:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/19 04:17:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/19 04:17:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/19 04:17:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/19 04:17:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/19 04:17:50 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:50 DEBUG : file1.rclone_chunk.001_to94cn: md5 = e86410fa2d6e2634fd8ac5f4b3afe7f3 OK 2025/09/19 04:17:50 INFO : file1.rclone_chunk.001_to94cn: Copied (server-side copy) to: file1 2025/09/19 04:17:50 INFO : file1.rclone_chunk.001_to94cn: Deleted 2025/09/19 04:17:51 DEBUG : file2.rclone_chunk.001_to946c: md5 = 22975d8a5ed1b91445f6c55ac121505b OK 2025/09/19 04:17:51 INFO : file2.rclone_chunk.001_to946c: Copied (server-side copy) to: file2 2025/09/19 04:17:51 INFO : file2.rclone_chunk.001_to946c: Deleted --- PASS: TestCat (1.87s) === RUN TestPurge 2025/09/19 04:17:52 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-newelaj5xasa" 2025/09/19 04:17:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/19 04:17:52 DEBUG : Creating backend with remote "TestS3:rclone-test-newelaj5xasa" 2025/09/19 04:17:52 DEBUG : Creating backend with remote "/tmp/rclone1228555844" run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-newelaj5xasa'", Local "Local file system at /tmp/rclone1228555844", Modify Window "1ns" 2025/09/19 04:17:53 INFO : S3 bucket rclone-test-newelaj5xasa: Bucket "rclone-test-newelaj5xasa" created with ACL "" 2025/09/19 04:17:53 DEBUG : A1/B1/C1/one.rclone_chunk.001_to974u: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2025/09/19 04:17:53 INFO : A1/B1/C1/one.rclone_chunk.001_to974u: Copied (server-side copy) to: A1/B1/C1/one 2025/09/19 04:17:53 INFO : A1/B1/C1/one.rclone_chunk.001_to974u: Deleted 2025/09/19 04:17:53 INFO : A2: Making directory 2025/09/19 04:17:53 INFO : A1/B2: Making directory 2025/09/19 04:17:53 INFO : A1/B2/C2: Making directory 2025/09/19 04:17:53 INFO : A1/B1/C3: Making directory 2025/09/19 04:17:53 INFO : A3: Making directory 2025/09/19 04:17:53 INFO : A3/B3: Making directory 2025/09/19 04:17:53 INFO : A3/B3/C4: Making directory 2025/09/19 04:17:53 DEBUG : A1/two.rclone_chunk.001_to97qa: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2025/09/19 04:17:53 INFO : A1/two.rclone_chunk.001_to97qa: Copied (server-side copy) to: A1/two 2025/09/19 04:17:53 INFO : A1/two.rclone_chunk.001_to97qa: Deleted fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2025/09/19 04:17:54 DEBUG : S3 bucket rclone-test-newelaj5xasa: bucket is versioned: false 2025/09/19 04:17:54 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:54 DEBUG : "A1/B1/C1/one" version false 2025/09/19 04:17:54 DEBUG : A1/B1/C1/one: Deleting (id "") 2025/09/19 04:17:54 INFO : A1/B1/C1/one: Deleted fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2025/09/19 04:17:54 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:54 DEBUG : "A1/two" version false 2025/09/19 04:17:54 DEBUG : A1/two: Deleting (id "") 2025/09/19 04:17:54 INFO : A1/two: Deleted 2025/09/19 04:17:55 INFO : S3 bucket rclone-test-newelaj5xasa: Bucket "rclone-test-newelaj5xasa" deleted 2025/09/19 04:17:55 ERROR : error listing: directory not found 2025/09/19 04:17:55 DEBUG : Chunked 'TestChunkerS3:rclone-test-newelaj5xasa': Purge remote 2025/09/19 04:17:55 DEBUG : Waiting for deletions to finish 2025/09/19 04:17:55 NOTICE: purge failed: directory not found --- PASS: TestPurge (2.80s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:55 DEBUG : A1/B1/C1/one.rclone_chunk.001_to99kz: md5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2025/09/19 04:17:55 INFO : A1/B1/C1/one.rclone_chunk.001_to99kz: Copied (server-side copy) to: A1/B1/C1/one 2025/09/19 04:17:55 INFO : A1/B1/C1/one.rclone_chunk.001_to99kz: Deleted 2025/09/19 04:17:55 INFO : A2: Making directory 2025/09/19 04:17:55 INFO : A1/B2: Making directory 2025/09/19 04:17:55 INFO : A1/B2/C2: Making directory 2025/09/19 04:17:55 INFO : A1/B1/C3: Making directory 2025/09/19 04:17:55 INFO : A3: Making directory 2025/09/19 04:17:55 INFO : A3/B3: Making directory 2025/09/19 04:17:55 INFO : A3/B3/C4: Making directory 2025/09/19 04:17:55 DEBUG : A1/two.rclone_chunk.001_to99tp: md5 = 08f8e0260c64418510cefb2b06eee5cd OK 2025/09/19 04:17:55 INFO : A1/two.rclone_chunk.001_to99tp: Copied (server-side copy) to: A1/two 2025/09/19 04:17:55 INFO : A1/two.rclone_chunk.001_to99tp: Deleted fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" fstest.go:250: Filtering empty directory "A3/B3/C4" 2025/09/19 04:17:56 DEBUG : removing 1 level 3 directories 2025/09/19 04:17:56 INFO : A3/B3/C4: Removing directory fstest.go:250: Filtering empty directory "A2" fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B2/C2" fstest.go:250: Filtering empty directory "A1/B1/C3" fstest.go:250: Filtering empty directory "A3" fstest.go:250: Filtering empty directory "A3/B3" 2025/09/19 04:17:57 DEBUG : removing 1 level 0 directories 2025/09/19 04:17:57 INFO : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Removing directory 2025/09/19 04:17:57 INFO : S3 bucket rclone-test-vowisik8rate: Bucket "rclone-test-vowisik8rate" deleted 2025/09/19 04:17:57 ERROR : error listing: directory not found 2025/09/19 04:17:57 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.56s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:58 INFO : S3 bucket rclone-test-vowisik8rate: Bucket "rclone-test-vowisik8rate" created with ACL "" 2025/09/19 04:17:58 INFO : A1: Making directory 2025/09/19 04:17:58 INFO : A1/B1: Making directory 2025/09/19 04:17:58 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.85s) === RUN TestRmdirsWithFilter run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:58 INFO : A1: Making directory 2025/09/19 04:17:58 INFO : A1/B1: Making directory 2025/09/19 04:17:58 INFO : A1/B1/C1: Making directory fstest.go:250: Filtering empty directory "A1" fstest.go:250: Filtering empty directory "A1/B1" fstest.go:250: Filtering empty directory "A1/B1/C1" fstest.go:250: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.21s) === RUN TestCopyURL run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:17:59 DEBUG : file1.rclone_chunk.001_to9cfk: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/09/19 04:17:59 INFO : file1.rclone_chunk.001_to9cfk: Copied (server-side copy) to: file1 2025/09/19 04:17:59 INFO : file1.rclone_chunk.001_to9cfk: Deleted 2025/09/19 04:17:59 DEBUG : filename.txt: File name found in url 2025/09/19 04:17:59 DEBUG : filename.txt.rclone_chunk.001_to9dob: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/09/19 04:17:59 INFO : filename.txt.rclone_chunk.001_to9dob: Copied (server-side copy) to: filename.txt 2025/09/19 04:17:59 INFO : filename.txt.rclone_chunk.001_to9dob: Deleted 2025/09/19 04:17:59 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/19 04:18:00 DEBUG : headerfilename.txt.rclone_chunk.001_to9d0b: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/09/19 04:18:00 INFO : headerfilename.txt.rclone_chunk.001_to9d0b: Copied (server-side copy) to: headerfilename.txt 2025/09/19 04:18:00 INFO : headerfilename.txt.rclone_chunk.001_to9d0b: Deleted 2025/09/19 04:18:00 DEBUG : file2.rclone_chunk.001_to9e63: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2025/09/19 04:18:00 INFO : file2.rclone_chunk.001_to9e63: Copied (server-side copy) to: file2 2025/09/19 04:18:00 INFO : file2.rclone_chunk.001_to9e63: Deleted --- PASS: TestCopyURL (2.43s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/19 04:18:01 DEBUG : sub/file2.rclone_chunk.001_to9fpl: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:01 INFO : sub/file2.rclone_chunk.001_to9fpl: Copied (server-side copy) to: sub/file2 2025/09/19 04:18:01 INFO : sub/file2.rclone_chunk.001_to9fpl: Deleted 2025/09/19 04:18:01 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:01 INFO : file1: Copied (new) to: sub/file2 2025/09/19 04:18:01 INFO : file1: Deleted 2025/09/19 04:18:01 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:18:01 DEBUG : file1: Unchanged skipping 2025/09/19 04:18:01 INFO : file1: Deleted 2025/09/19 04:18:01 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.10s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:02 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/19 04:18:02 DEBUG : file1: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:18:02 DEBUG : file1.rclone_chunk.001_to9g31: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:02 INFO : file1.rclone_chunk.001_to9g31: Copied (server-side copy) to: file1 2025/09/19 04:18:02 INFO : file1.rclone_chunk.001_to9g31: Deleted 2025/09/19 04:18:02 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:02 INFO : file1: Copied (new) 2025/09/19 04:18:02 INFO : file1: Deleted 2025/09/19 04:18:02 DEBUG : file1: Destination exists, skipping 2025/09/19 04:18:02 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (0.87s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.10s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.09s) === RUN TestMoveFileBackupDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:03 DEBUG : dst/file1.rclone_chunk.001_to9hbq: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/09/19 04:18:03 INFO : dst/file1.rclone_chunk.001_to9hbq: Copied (server-side copy) to: dst/file1 2025/09/19 04:18:03 INFO : dst/file1.rclone_chunk.001_to9hbq: Deleted 2025/09/19 04:18:03 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-vowisik8rate/backup" 2025/09/19 04:18:03 DEBUG : Creating backend with remote "TestS3:rclone-test-vowisik8rate/backup" 2025/09/19 04:18:04 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/19 04:18:04 DEBUG : dst/file1: copy non-chunked object... 2025/09/19 04:18:04 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/09/19 04:18:04 INFO : dst/file1: Copied (server-side copy) 2025/09/19 04:18:04 INFO : dst/file1: Deleted 2025/09/19 04:18:04 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2025/09/19 04:18:04 DEBUG : dst/file1.rclone_chunk.001_to9il8: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:04 INFO : dst/file1.rclone_chunk.001_to9il8: Copied (server-side copy) to: dst/file1 2025/09/19 04:18:05 INFO : dst/file1.rclone_chunk.001_to9il8: Deleted 2025/09/19 04:18:05 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/09/19 04:18:05 INFO : dst/file1: Copied (new) 2025/09/19 04:18:05 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (2.32s) === 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:06 DEBUG : A1/one.rclone_chunk.001_to9jk7: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:18:06 INFO : A1/one.rclone_chunk.001_to9jk7: Copied (server-side copy) to: A1/one 2025/09/19 04:18:06 INFO : A1/one.rclone_chunk.001_to9jk7: Deleted 2025/09/19 04:18:06 DEBUG : A1/two.rclone_chunk.001_to9ksh: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:18:06 INFO : A1/two.rclone_chunk.001_to9ksh: Copied (server-side copy) to: A1/two 2025/09/19 04:18:06 INFO : A1/two.rclone_chunk.001_to9ksh: Deleted 2025/09/19 04:18:06 DEBUG : A1/B1/three.rclone_chunk.001_to9krs: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/09/19 04:18:06 INFO : A1/B1/three.rclone_chunk.001_to9krs: Copied (server-side copy) to: A1/B1/three 2025/09/19 04:18:06 INFO : A1/B1/three.rclone_chunk.001_to9krs: Deleted 2025/09/19 04:18:07 DEBUG : A1/B1/C1/four.rclone_chunk.001_to9k64: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/09/19 04:18:07 INFO : A1/B1/C1/four.rclone_chunk.001_to9k64: Copied (server-side copy) to: A1/B1/C1/four 2025/09/19 04:18:07 INFO : A1/B1/C1/four.rclone_chunk.001_to9k64: Deleted 2025/09/19 04:18:07 DEBUG : A1/B1/C2/five.rclone_chunk.001_to9lhe: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/09/19 04:18:07 INFO : A1/B1/C2/five.rclone_chunk.001_to9lhe: Copied (server-side copy) to: A1/B1/C2/five 2025/09/19 04:18:07 INFO : A1/B1/C2/five.rclone_chunk.001_to9lhe: Deleted 2025/09/19 04:18:07 INFO : A1/B2: Making directory 2025/09/19 04:18:07 INFO : A1/B1/C3: Making directory fstest.go:250: Filtering empty directory "A1/B2" fstest.go:250: Filtering empty directory "A1/B1/C3" 2025/09/19 04:18:08 DEBUG : A1/one: copy non-chunked object... 2025/09/19 04:18:08 DEBUG : A1/B1/C2/five: copy non-chunked object... 2025/09/19 04:18:08 DEBUG : A1/two: copy non-chunked object... 2025/09/19 04:18:08 DEBUG : A1/B1/three: copy non-chunked object... 2025/09/19 04:18:08 DEBUG : A1/B1/C1/four: copy non-chunked object... 2025/09/19 04:18:08 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:18:08 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/09/19 04:18:08 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/09/19 04:18:08 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/09/19 04:18:08 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/09/19 04:18:08 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/09/19 04:18:08 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:18:08 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/09/19 04:18:08 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/09/19 04:18:08 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/09/19 04:18:08 INFO : A1/one: Deleted 2025/09/19 04:18:08 INFO : A1/B1/C2/five: Deleted 2025/09/19 04:18:08 INFO : A1/B1/three: Deleted 2025/09/19 04:18:08 INFO : A1/two: Deleted 2025/09/19 04:18:08 INFO : A1/B1/C1/four: Deleted fstest.go:250: Filtering empty directory "A2/B2" fstest.go:250: Filtering empty directory "A2/B1/C3" 2025/09/19 04:18:09 DEBUG : A2/B1/C2/five: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A2/B1/C1/four: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A2/one: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A2/two: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A2/B1/three: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/09/19 04:18:09 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/09/19 04:18:09 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:18:09 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/09/19 04:18:09 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/09/19 04:18:09 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/09/19 04:18:09 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:18:09 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/09/19 04:18:09 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/09/19 04:18:09 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/09/19 04:18:09 INFO : A2/B1/C2/five: Deleted 2025/09/19 04:18:09 INFO : A2/one: Deleted 2025/09/19 04:18:09 INFO : A2/B1/C1/four: Deleted 2025/09/19 04:18:09 INFO : A2/two: Deleted 2025/09/19 04:18:09 INFO : A2/B1/three: Deleted fstest.go:250: Filtering empty directory "A3/B2" fstest.go:250: Filtering empty directory "A3/B1/C3" 2025/09/19 04:18:09 INFO : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/19 04:18:09 DEBUG : A3/B1/C1/four: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A3/one: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A3/B1/C2/five: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A3/B1/three: copy non-chunked object... 2025/09/19 04:18:09 DEBUG : A3/two: copy non-chunked object... 2025/09/19 04:18:10 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/09/19 04:18:10 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/09/19 04:18:10 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/09/19 04:18:10 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/09/19 04:18:10 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/09/19 04:18:10 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/09/19 04:18:10 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/09/19 04:18:10 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/09/19 04:18:10 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/09/19 04:18:10 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/09/19 04:18:10 INFO : A3/B1/C1/four: Deleted 2025/09/19 04:18:10 INFO : A3/B1/C2/five: Deleted 2025/09/19 04:18:10 INFO : A3/B1/three: Deleted 2025/09/19 04:18:10 INFO : A3/one: Deleted 2025/09/19 04:18:10 INFO : A3/two: Deleted fstest.go:250: Filtering empty directory "A4/B2" fstest.go:250: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (5.44s) === RUN TestGetFsInfo run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" --- PASS: TestGetFsInfo (0.09s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:11 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': File to upload is small (34 bytes), uploading instead of streaming 2025/09/19 04:18:11 DEBUG : no_checksum_small_file_from_pipe.rclone_chunk.001_to9p1e: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/09/19 04:18:11 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_to9p1e: Copied (server-side copy) to: no_checksum_small_file_from_pipe 2025/09/19 04:18:11 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_to9p1e: Deleted 2025/09/19 04:18:11 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/09/19 04:18:11 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/09/19 04:18:11 NOTICE: S3 bucket rclone-test-vowisik8rate: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/19 04:18:11 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: open chunk writer: started multipart upload: 1gHOUeiUiQpk_rOg0P85f.H92QTV87f4kQKIhGUWBXYsPoLYCwEoXv7xTCmFxWdchLrgM0YzstYoMy3w0Lgii80Dp4mnq0Mw6vk6Wzxg5bs2FuwshiUW250fiJfI94R0 2025/09/19 04:18:11 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/09/19 04:18:11 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/09/19 04:18:12 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: multipart upload "1gHOUeiUiQpk_rOg0P85f.H92QTV87f4kQKIhGUWBXYsPoLYCwEoXv7xTCmFxWdchLrgM0YzstYoMy3w0Lgii80Dp4mnq0Mw6vk6Wzxg5bs2FuwshiUW250fiJfI94R0" finished 2025/09/19 04:18:12 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/09/19 04:18:12 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: Src hash empty - aborting Dst hash check 2025/09/19 04:18:12 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: Copied (server-side copy) to: no_checksum_big_file_from_pipe 2025/09/19 04:18:12 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_to9po1: Deleted 2025/09/19 04:18:12 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/09/19 04:18:12 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:12 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': File to upload is small (34 bytes), uploading instead of streaming 2025/09/19 04:18:13 DEBUG : with_checksum_small_file_from_pipe.rclone_chunk.001_to9qoi: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/09/19 04:18:13 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_to9qoi: Copied (server-side copy) to: with_checksum_small_file_from_pipe 2025/09/19 04:18:13 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_to9qoi: Deleted 2025/09/19 04:18:13 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/09/19 04:18:13 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: open chunk writer: started multipart upload: 2cWpMg.9Y88GY3GRvxlG4pT.J6508DdG8r27QiKvReLnQOUVyhK91T5YdR68.e2QNLcmnXiWaNoRe01ZLPGJtvpR.5MSHiNU0LVibB4aSBHXn1iOlYo2GUphLvoZ6ecM 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: multipart upload "2cWpMg.9Y88GY3GRvxlG4pT.J6508DdG8r27QiKvReLnQOUVyhK91T5YdR68.e2QNLcmnXiWaNoRe01ZLPGJtvpR.5MSHiNU0LVibB4aSBHXn1iOlYo2GUphLvoZ6ecM" finished 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: Src hash empty - aborting Dst hash check 2025/09/19 04:18:13 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: Copied (server-side copy) to: with_checksum_big_file_from_pipe 2025/09/19 04:18:13 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_to9rxe: Deleted 2025/09/19 04:18:13 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/09/19 04:18:13 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:14 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': File to upload is small (34 bytes), uploading instead of streaming 2025/09/19 04:18:14 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_to9s5g: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2025/09/19 04:18:14 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_to9s5g: Deleted 2025/09/19 04:18:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/09/19 04:18:14 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: open chunk writer: started multipart upload: gxkBTEXL43AvYhDD5R_uYcZrN2a_vn4oo2YsSPI390PPmMRdPJQSlwxE.5jPx3TJbjL.3qisz5L9y9RG1VmtaA9pxxQEmQxhRllz2qKN_KA00lWOpMbrbHie8l5FX6F_ 2025/09/19 04:18:14 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/09/19 04:18:15 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/09/19 04:18:15 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: multipart upload "gxkBTEXL43AvYhDD5R_uYcZrN2a_vn4oo2YsSPI390PPmMRdPJQSlwxE.5jPx3TJbjL.3qisz5L9y9RG1VmtaA9pxxQEmQxhRllz2qKN_KA00lWOpMbrbHie8l5FX6F_" finished 2025/09/19 04:18:15 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/09/19 04:18:15 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2025/09/19 04:18:15 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9s91: Deleted 2025/09/19 04:18:15 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-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:15 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': File to upload is small (34 bytes), uploading instead of streaming 2025/09/19 04:18:16 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_to9t1a: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2025/09/19 04:18:16 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_to9t1a: Deleted 2025/09/19 04:18:16 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/09/19 04:18:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/19 04:18:16 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: open chunk writer: started multipart upload: Ei8dyQcGVtL.pnweqCdM2PkoMxkz8DoVTpJNQmwJdU0PNrh_S44zgRoHajc.EzxSGYM3cf.fJoDiMQHYfqjM2_b0fMX_U9aD7uqcIERStrO12LjkXQuXnXk5dj3tbGAq 2025/09/19 04:18:16 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2025/09/19 04:18:16 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: multipart upload wrote chunk 1 with 102401 bytes and etag "fffc7956ba9a7b58a63c01b6ce1ddc45" 2025/09/19 04:18:16 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: multipart upload "Ei8dyQcGVtL.pnweqCdM2PkoMxkz8DoVTpJNQmwJdU0PNrh_S44zgRoHajc.EzxSGYM3cf.fJoDiMQHYfqjM2_b0fMX_U9aD7uqcIERStrO12LjkXQuXnXk5dj3tbGAq" finished 2025/09/19 04:18:16 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: Multipart upload Etag: bbeee02c608c6e85736b35e536fba719-1 OK 2025/09/19 04:18:16 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2025/09/19 04:18:17 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_to9u4i: Deleted 2025/09/19 04:18:17 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/09/19 04:18:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (6.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (1.61s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (1.53s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (1.57s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (1.49s) === RUN TestRcatMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.09s) === RUN TestRcatSize run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:17 DEBUG : potato1.rclone_chunk.001_to9vos: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:18:17 INFO : potato1.rclone_chunk.001_to9vos: Copied (server-side copy) to: potato1 2025/09/19 04:18:17 INFO : potato1.rclone_chunk.001_to9vos: Deleted 2025/09/19 04:18:17 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': File to upload is small (60 bytes), uploading instead of streaming 2025/09/19 04:18:18 DEBUG : potato2.rclone_chunk.001_to9vyq: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:18:18 INFO : potato2.rclone_chunk.001_to9vyq: Copied (server-side copy) to: potato2 2025/09/19 04:18:18 INFO : potato2.rclone_chunk.001_to9vyq: Deleted 2025/09/19 04:18:18 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:18:18 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (1.17s) === RUN TestRcatSizeMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.09s) === RUN TestTouchDir run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" 2025/09/19 04:18:19 DEBUG : potato2.rclone_chunk.001_to9wd7: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/09/19 04:18:19 INFO : potato2.rclone_chunk.001_to9wd7: Copied (server-side copy) to: potato2 2025/09/19 04:18:19 INFO : potato2.rclone_chunk.001_to9wd7: Deleted 2025/09/19 04:18:19 DEBUG : empty space.rclone_chunk.001_to9xzh: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/09/19 04:18:19 INFO : empty space.rclone_chunk.001_to9xzh: Copied (server-side copy) to: empty space 2025/09/19 04:18:19 INFO : empty space.rclone_chunk.001_to9xzh: Deleted 2025/09/19 04:18:19 DEBUG : sub dir/potato3.rclone_chunk.001_to9x3z: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/09/19 04:18:19 INFO : sub dir/potato3.rclone_chunk.001_to9x3z: Copied (server-side copy) to: sub dir/potato3 2025/09/19 04:18:19 INFO : sub dir/potato3.rclone_chunk.001_to9x3z: Deleted 2025/09/19 04:18:20 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Touching "empty space" 2025/09/19 04:18:20 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Touching "potato2" 2025/09/19 04:18:20 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Touching "sub dir/potato3" --- PASS: TestTouchDir (2.23s) === RUN TestMkdirMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.09s) === RUN TestMkdirModTime run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.09s) === RUN TestCopyDirMetadata run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.09s) === RUN TestSetDirModTime run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.10s) === RUN TestDirsEqual run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.09s) === RUN TestRemoveExisting run.go:180: Remote "Chunked 'TestChunkerS3:rclone-test-vowisik8rate'", Local "Local file system at /tmp/rclone1791730098", Modify Window "1ns" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.09s) === 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/09/19 04:18:21 DEBUG : Chunked 'TestChunkerS3:rclone-test-vowisik8rate': Purge remote 2025/09/19 04:18:21 DEBUG : S3 bucket rclone-test-vowisik8rate: bucket is versioned: false 2025/09/19 04:18:21 DEBUG : Waiting for deletions to finish 2025/09/19 04:18:21 INFO : S3 bucket rclone-test-vowisik8rate: Bucket "rclone-test-vowisik8rate" deleted "./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Finished OK in 2m7.822273247s (try 1/5)