"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Starting (try 1/5) 2021/05/09 06:08:01 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9" 2021/05/09 06:08:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/05/09 06:08:01 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9" 2021/05/09 06:08:01 DEBUG : Reset feature "ListR" 2021/05/09 06:08:01 DEBUG : Creating backend with remote "/tmp/rclone870194760" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateChunks === RUN TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} --- PASS: TestMultithreadCalculateChunks (0.02s) --- PASS: TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) === RUN TestMultithreadCopy run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/05/09 06:08:02 INFO : S3 bucket rclone-test-zukesis0hamisej3zipehuc9: Bucket "rclone-test-zukesis0hamisej3zipehuc9" created with ACL "private" 2021/05/09 06:08:02 DEBUG : file1.rclone_chunk.001_ty8uu0: MD5 = ffea8df53320697fa7036a89c38e0bb3 OK 2021/05/09 06:08:02 INFO : file1.rclone_chunk.001_ty8uu0: Copied (server-side copy) to: file1 2021/05/09 06:08:02 INFO : file1.rclone_chunk.001_ty8uu0: Deleted 2021/05/09 06:08:03 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki finished 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2021/05/09 06:08:03 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/05/09 06:08:03 DEBUG : file1.rclone_chunk.001_ty8veb: MD5 = 194dcc6b2b125d2c3b8bea8c64638e3d OK 2021/05/09 06:08:03 INFO : file1.rclone_chunk.001_ty8veb: Copied (server-side copy) to: file1 2021/05/09 06:08:03 INFO : file1.rclone_chunk.001_ty8veb: Deleted 2021/05/09 06:08:03 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki finished 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2021/05/09 06:08:03 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/05/09 06:08:03 DEBUG : file1.rclone_chunk.001_ty8v9v: MD5 = 0974cc73bb1a3e321250ed62a2a67f4b OK 2021/05/09 06:08:03 INFO : file1.rclone_chunk.001_ty8v9v: Copied (server-side copy) to: file1 2021/05/09 06:08:03 INFO : file1.rclone_chunk.001_ty8v9v: Deleted 2021/05/09 06:08:03 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128Ki 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki starting 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/05/09 06:08:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki finished 2021/05/09 06:08:03 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128Ki --- PASS: TestMultithreadCopy (2.63s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (1.71s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (0.41s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (0.44s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Range === RUN TestReOpen/Range/Basics === RUN TestReOpen/Range/ErrorAtStart === RUN TestReOpen/Range/WithErrors 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/05/09 06:08:04 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Seek (0.00s) --- PASS: TestReOpen/Seek/Basics (0.00s) --- PASS: TestReOpen/Seek/ErrorAtStart (0.00s) --- PASS: TestReOpen/Seek/WithErrors (0.00s) --- PASS: TestReOpen/Seek/TooManyErrors (0.00s) --- PASS: TestReOpen/Range (0.00s) --- PASS: TestReOpen/Range/Basics (0.00s) --- PASS: TestReOpen/Range/ErrorAtStart (0.00s) --- PASS: TestReOpen/Range/WithErrors (0.00s) --- PASS: TestReOpen/Range/TooManyErrors (0.00s) === RUN TestCheck run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:04 DEBUG : rutabaga.rclone_chunk.001_ty8wqw: MD5 = a49405dcd1c6a545eace9d6825af944b OK 2021/05/09 06:08:04 INFO : rutabaga.rclone_chunk.001_ty8wqw: Copied (server-side copy) to: rutabaga 2021/05/09 06:08:04 INFO : rutabaga.rclone_chunk.001_ty8wqw: Deleted === RUN TestCheck/1 === RUN TestCheck/2 2021/05/09 06:08:04 DEBUG : empty space.rclone_chunk.001_ty8wzd: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:04 INFO : empty space.rclone_chunk.001_ty8wzd: Copied (server-side copy) to: empty space 2021/05/09 06:08:04 INFO : empty space.rclone_chunk.001_ty8wzd: Deleted === RUN TestCheck/3 2021/05/09 06:08:04 DEBUG : potato2.rclone_chunk.001_ty8wo1: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:04 INFO : potato2.rclone_chunk.001_ty8wo1: Copied (server-side copy) to: potato2 2021/05/09 06:08:04 INFO : potato2.rclone_chunk.001_ty8wo1: Deleted === RUN TestCheck/4 === RUN TestCheck/5 2021/05/09 06:08:05 DEBUG : remotepotato.rclone_chunk.001_ty8xgo: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:05 INFO : remotepotato.rclone_chunk.001_ty8xgo: Copied (server-side copy) to: remotepotato 2021/05/09 06:08:05 INFO : remotepotato.rclone_chunk.001_ty8xgo: Deleted === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (1.45s) --- PASS: TestCheck/1 (0.02s) --- PASS: TestCheck/2 (0.03s) --- PASS: TestCheck/3 (0.02s) --- PASS: TestCheck/4 (0.02s) --- PASS: TestCheck/5 (0.03s) --- PASS: TestCheck/6 (0.03s) --- PASS: TestCheck/7 (0.02s) === RUN TestCheckFsError 2021/05/09 06:08:05 DEBUG : Creating backend with remote "non-existent" 2021/05/09 06:08:05 DEBUG : Creating backend with remote "non-existent" 2021/05/09 06:08:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/05/09 06:08:05 ERROR : : error reading source directory: directory not found 2021/05/09 06:08:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/05/09 06:08:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:05 DEBUG : rutabaga.rclone_chunk.001_ty8xe8: MD5 = a49405dcd1c6a545eace9d6825af944b OK 2021/05/09 06:08:05 INFO : rutabaga.rclone_chunk.001_ty8xe8: Copied (server-side copy) to: rutabaga 2021/05/09 06:08:05 INFO : rutabaga.rclone_chunk.001_ty8xe8: Deleted === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2021/05/09 06:08:06 DEBUG : empty space.rclone_chunk.001_ty8xw0: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:06 INFO : empty space.rclone_chunk.001_ty8xw0: Copied (server-side copy) to: empty space 2021/05/09 06:08:06 INFO : empty space.rclone_chunk.001_ty8xw0: Deleted === RUN TestCheckDownload/3 2021/05/09 06:08:06 DEBUG : potato2.rclone_chunk.001_ty8yb2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:06 INFO : potato2.rclone_chunk.001_ty8yb2: Copied (server-side copy) to: potato2 2021/05/09 06:08:06 INFO : potato2.rclone_chunk.001_ty8yb2: Deleted === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2021/05/09 06:08:06 DEBUG : remotepotato.rclone_chunk.001_ty8yqd: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:06 INFO : remotepotato.rclone_chunk.001_ty8yqd: Copied (server-side copy) to: remotepotato 2021/05/09 06:08:06 INFO : remotepotato.rclone_chunk.001_ty8yqd: Deleted === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (1.50s) --- PASS: TestCheckDownload/1 (0.04s) --- PASS: TestCheckDownload/2 (0.04s) --- PASS: TestCheckDownload/3 (0.04s) --- PASS: TestCheckDownload/4 (0.06s) --- PASS: TestCheckDownload/5 (0.05s) --- PASS: TestCheckDownload/6 (0.04s) --- PASS: TestCheckDownload/7 (0.04s) === RUN TestCheckSizeOnly run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:07 DEBUG : rutabaga.rclone_chunk.001_ty8z3o: MD5 = a49405dcd1c6a545eace9d6825af944b OK 2021/05/09 06:08:07 INFO : rutabaga.rclone_chunk.001_ty8z3o: Copied (server-side copy) to: rutabaga 2021/05/09 06:08:07 INFO : rutabaga.rclone_chunk.001_ty8z3o: Deleted === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2021/05/09 06:08:07 DEBUG : empty space.rclone_chunk.001_ty8zvc: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:07 INFO : empty space.rclone_chunk.001_ty8zvc: Copied (server-side copy) to: empty space 2021/05/09 06:08:07 INFO : empty space.rclone_chunk.001_ty8zvc: Deleted === RUN TestCheckSizeOnly/3 2021/05/09 06:08:07 DEBUG : potato2.rclone_chunk.001_ty8z1p: MD5 = 2ff4ef815de0b426b7da66694360a4c4 OK 2021/05/09 06:08:07 INFO : potato2.rclone_chunk.001_ty8z1p: Copied (server-side copy) to: potato2 2021/05/09 06:08:07 INFO : potato2.rclone_chunk.001_ty8z1p: Deleted === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2021/05/09 06:08:08 DEBUG : remotepotato.rclone_chunk.001_ty8z19: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:08 INFO : remotepotato.rclone_chunk.001_ty8z19: Copied (server-side copy) to: remotepotato 2021/05/09 06:08:08 INFO : remotepotato.rclone_chunk.001_ty8z19: Deleted === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (1.39s) --- PASS: TestCheckSizeOnly/1 (0.02s) --- PASS: TestCheckSizeOnly/2 (0.02s) --- PASS: TestCheckSizeOnly/3 (0.02s) --- PASS: TestCheckSizeOnly/4 (0.02s) --- PASS: TestCheckSizeOnly/5 (0.02s) --- PASS: TestCheckSizeOnly/6 (0.02s) --- PASS: TestCheckSizeOnly/7 (0.02s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.01s) === RUN TestDeduplicateInteractive run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.04s) === RUN TestDeduplicateSkip run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.04s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.04s) === RUN TestDeduplicateFirst run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.04s) === RUN TestDeduplicateNewest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.04s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:08 DEBUG : one.rclone_chunk.001_ty90by: MD5 = b29cb0e00b57fa83c61a78fa8ce16dc8 OK 2021/05/09 06:08:08 INFO : one.rclone_chunk.001_ty90by: Copied (server-side copy) to: one 2021/05/09 06:08:08 INFO : one.rclone_chunk.001_ty90by: Deleted 2021/05/09 06:08:08 DEBUG : also/one.rclone_chunk.001_ty90qt: MD5 = b29cb0e00b57fa83c61a78fa8ce16dc8 OK 2021/05/09 06:08:08 INFO : also/one.rclone_chunk.001_ty90qt: Copied (server-side copy) to: also/one 2021/05/09 06:08:09 INFO : also/one.rclone_chunk.001_ty90qt: Deleted 2021/05/09 06:08:09 DEBUG : another.rclone_chunk.001_ty91au: MD5 = b29cb0e00b57fa83c61a78fa8ce16dc8 OK 2021/05/09 06:08:09 INFO : another.rclone_chunk.001_ty91au: Copied (server-side copy) to: another 2021/05/09 06:08:09 INFO : another.rclone_chunk.001_ty91au: Deleted 2021/05/09 06:08:09 DEBUG : not-one.rclone_chunk.001_ty91gx: MD5 = c13d88cb4cb02003daedb8a84e5d272a OK 2021/05/09 06:08:09 INFO : not-one.rclone_chunk.001_ty91gx: Copied (server-side copy) to: not-one 2021/05/09 06:08:09 INFO : not-one.rclone_chunk.001_ty91gx: Deleted 2021/05/09 06:08:09 INFO : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': Looking for duplicate MD5 hashes using newest mode. 2021/05/09 06:08:09 NOTICE: b29cb0e00b57fa83c61a78fa8ce16dc8: Found 3 files with duplicate MD5 hashes 2021/05/09 06:08:09 INFO : one: Deleted 2021/05/09 06:08:09 INFO : also/one: Deleted 2021/05/09 06:08:09 NOTICE: b29cb0e00b57fa83c61a78fa8ce16dc8: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (1.24s) === RUN TestDeduplicateOldest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.04s) === RUN TestDeduplicateLargest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.04s) === RUN TestDeduplicateSmallest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.03s) === RUN TestDeduplicateRename run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.04s) === RUN TestMergeDirs run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.04s) === RUN TestListDirSorted run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:10 DEBUG : a.txt.rclone_chunk.001_ty92lt: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/05/09 06:08:10 INFO : a.txt.rclone_chunk.001_ty92lt: Copied (server-side copy) to: a.txt 2021/05/09 06:08:10 INFO : a.txt.rclone_chunk.001_ty92lt: Deleted 2021/05/09 06:08:10 DEBUG : zend.txt.rclone_chunk.001_ty927h: MD5 = 5d41402abc4b2a76b9719d911017c592 OK 2021/05/09 06:08:10 INFO : zend.txt.rclone_chunk.001_ty927h: Copied (server-side copy) to: zend.txt 2021/05/09 06:08:10 INFO : zend.txt.rclone_chunk.001_ty927h: Deleted 2021/05/09 06:08:10 DEBUG : sub dir/hello world.rclone_chunk.001_ty92lp: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/05/09 06:08:10 INFO : sub dir/hello world.rclone_chunk.001_ty92lp: Copied (server-side copy) to: sub dir/hello world 2021/05/09 06:08:10 INFO : sub dir/hello world.rclone_chunk.001_ty92lp: Deleted 2021/05/09 06:08:10 DEBUG : sub dir/hello world2.rclone_chunk.001_ty9230: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/05/09 06:08:10 INFO : sub dir/hello world2.rclone_chunk.001_ty9230: Copied (server-side copy) to: sub dir/hello world2 2021/05/09 06:08:10 INFO : sub dir/hello world2.rclone_chunk.001_ty9230: Deleted 2021/05/09 06:08:11 DEBUG : sub dir/ignore dir/.ignore.rclone_chunk.001_ty92vr: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:11 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_ty92vr: Copied (server-side copy) to: sub dir/ignore dir/.ignore 2021/05/09 06:08:11 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_ty92vr: Deleted 2021/05/09 06:08:11 DEBUG : sub dir/ignore dir/should be ignored.rclone_chunk.001_ty93g5: MD5 = 4b6adec83a97e5cb1ae5300b60fc8f80 OK 2021/05/09 06:08:11 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_ty93g5: Copied (server-side copy) to: sub dir/ignore dir/should be ignored 2021/05/09 06:08:11 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_ty93g5: Deleted 2021/05/09 06:08:11 DEBUG : sub dir/sub sub dir/hello world3.rclone_chunk.001_ty93go: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/05/09 06:08:11 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_ty93go: Copied (server-side copy) to: sub dir/sub sub dir/hello world3 2021/05/09 06:08:11 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_ty93go: Deleted 2021/05/09 06:08:11 DEBUG : a.txt: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/hello world: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/hello world2: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/hello world: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/hello world2: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/ignore dir: Excluded 2021/05/09 06:08:11 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (2.23s) === RUN TestMkdir run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:12 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': Making directory 2021/05/09 06:08:12 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': Making directory --- PASS: TestMkdir (0.06s) === RUN TestLsd run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:12 DEBUG : sub dir/hello world.rclone_chunk.001_ty94h8: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/05/09 06:08:12 INFO : sub dir/hello world.rclone_chunk.001_ty94h8: Copied (server-side copy) to: sub dir/hello world 2021/05/09 06:08:12 INFO : sub dir/hello world.rclone_chunk.001_ty94h8: Deleted --- PASS: TestLsd (0.38s) === RUN TestLs run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:12 DEBUG : potato2.rclone_chunk.001_ty94ez: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:12 INFO : potato2.rclone_chunk.001_ty94ez: Copied (server-side copy) to: potato2 2021/05/09 06:08:12 INFO : potato2.rclone_chunk.001_ty94ez: Deleted 2021/05/09 06:08:13 DEBUG : empty space.rclone_chunk.001_ty94fx: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:13 INFO : empty space.rclone_chunk.001_ty94fx: Copied (server-side copy) to: empty space 2021/05/09 06:08:13 INFO : empty space.rclone_chunk.001_ty94fx: Deleted --- PASS: TestLs (0.60s) === RUN TestLsWithFilesFrom run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:13 DEBUG : potato2.rclone_chunk.001_ty951t: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:13 INFO : potato2.rclone_chunk.001_ty951t: Copied (server-side copy) to: potato2 2021/05/09 06:08:13 INFO : potato2.rclone_chunk.001_ty951t: Deleted 2021/05/09 06:08:13 DEBUG : empty space.rclone_chunk.001_ty950a: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:13 INFO : empty space.rclone_chunk.001_ty950a: Copied (server-side copy) to: empty space 2021/05/09 06:08:13 INFO : empty space.rclone_chunk.001_ty950a: Deleted 2021/05/09 06:08:13 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (0.55s) === RUN TestLsLong run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:13 DEBUG : potato2.rclone_chunk.001_ty95z7: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:13 INFO : potato2.rclone_chunk.001_ty95z7: Copied (server-side copy) to: potato2 2021/05/09 06:08:13 INFO : potato2.rclone_chunk.001_ty95z7: Deleted 2021/05/09 06:08:14 DEBUG : empty space.rclone_chunk.001_ty96km: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:14 INFO : empty space.rclone_chunk.001_ty96km: Copied (server-side copy) to: empty space 2021/05/09 06:08:14 INFO : empty space.rclone_chunk.001_ty96km: Deleted --- PASS: TestLsLong (0.55s) === RUN TestHashSums run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:14 DEBUG : potato2.rclone_chunk.001_ty963h: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:14 INFO : potato2.rclone_chunk.001_ty963h: Copied (server-side copy) to: potato2 2021/05/09 06:08:14 INFO : potato2.rclone_chunk.001_ty963h: Deleted 2021/05/09 06:08:14 DEBUG : empty space.rclone_chunk.001_ty96kj: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:14 INFO : empty space.rclone_chunk.001_ty96kj: Copied (server-side copy) to: empty space 2021/05/09 06:08:14 INFO : empty space.rclone_chunk.001_ty96kj: Deleted 2021/05/09 06:08:15 ERROR : empty space: Hash unsupported: hash type not supported 2021/05/09 06:08:15 ERROR : potato2: Hash unsupported: hash type not supported 2021/05/09 06:08:15 ERROR : empty space: Hash unsupported: hash type not supported 2021/05/09 06:08:15 ERROR : potato2: Hash unsupported: hash type not supported --- PASS: TestHashSums (0.82s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:15 DEBUG : potato2.rclone_chunk.001_ty970v: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:15 INFO : potato2.rclone_chunk.001_ty970v: Copied (server-side copy) to: potato2 2021/05/09 06:08:15 INFO : potato2.rclone_chunk.001_ty970v: Deleted 2021/05/09 06:08:15 DEBUG : empty space.rclone_chunk.001_ty97yj: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/05/09 06:08:15 INFO : empty space.rclone_chunk.001_ty97yj: Copied (server-side copy) to: empty space 2021/05/09 06:08:15 INFO : empty space.rclone_chunk.001_ty97yj: Deleted 2021/05/09 06:08:15 DEBUG : sub dir/potato3.rclone_chunk.001_ty97wm: MD5 = 5d41402abc4b2a76b9719d911017c592 OK 2021/05/09 06:08:15 INFO : sub dir/potato3.rclone_chunk.001_ty97wm: Copied (server-side copy) to: sub dir/potato3 2021/05/09 06:08:15 INFO : sub dir/potato3.rclone_chunk.001_ty97wm: Deleted --- PASS: TestCount (0.80s) === RUN TestDelete run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:16 DEBUG : small.rclone_chunk.001_ty98ew: MD5 = e807f1fcf82d132f9bb018ca6738a19f OK 2021/05/09 06:08:16 INFO : small.rclone_chunk.001_ty98ew: Copied (server-side copy) to: small 2021/05/09 06:08:16 INFO : small.rclone_chunk.001_ty98ew: Deleted 2021/05/09 06:08:16 DEBUG : medium.rclone_chunk.001_ty98wc: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:16 INFO : medium.rclone_chunk.001_ty98wc: Copied (server-side copy) to: medium 2021/05/09 06:08:16 INFO : medium.rclone_chunk.001_ty98wc: Deleted 2021/05/09 06:08:16 DEBUG : large.rclone_chunk.001_ty987r: MD5 = 8adc5937e635f6c9af646f0b23560fae OK 2021/05/09 06:08:16 INFO : large.rclone_chunk.001_ty987r: Copied (server-side copy) to: large 2021/05/09 06:08:16 INFO : large.rclone_chunk.001_ty987r: Deleted 2021/05/09 06:08:16 DEBUG : Waiting for deletions to finish 2021/05/09 06:08:16 DEBUG : large: Excluded 2021/05/09 06:08:16 INFO : small: Deleted 2021/05/09 06:08:16 INFO : medium: Deleted --- PASS: TestDelete (0.84s) === RUN TestRetry 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 1/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 2/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 1/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 2/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 3/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 4/5 2021/05/09 06:08:16 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:17 DEBUG : file1.rclone_chunk.001_ty98oc: MD5 = e86410fa2d6e2634fd8ac5f4b3afe7f3 OK 2021/05/09 06:08:17 INFO : file1.rclone_chunk.001_ty98oc: Copied (server-side copy) to: file1 2021/05/09 06:08:17 INFO : file1.rclone_chunk.001_ty98oc: Deleted 2021/05/09 06:08:17 DEBUG : file2.rclone_chunk.001_ty99o3: MD5 = 22975d8a5ed1b91445f6c55ac121505b OK 2021/05/09 06:08:17 INFO : file2.rclone_chunk.001_ty99o3: Copied (server-side copy) to: file2 2021/05/09 06:08:17 INFO : file2.rclone_chunk.001_ty99o3: Deleted --- PASS: TestCat (0.71s) === RUN TestPurge 2021/05/09 06:08:17 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-gawozoy7zemejug1dazinod2" 2021/05/09 06:08:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/05/09 06:08:17 DEBUG : Creating backend with remote "TestS3:rclone-test-gawozoy7zemejug1dazinod2" 2021/05/09 06:08:17 DEBUG : Reset feature "ListR" 2021/05/09 06:08:17 DEBUG : Creating backend with remote "/tmp/rclone871972026" run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-gawozoy7zemejug1dazinod2'", Local "Local file system at /tmp/rclone871972026", Modify Window "1ns" 2021/05/09 06:08:18 INFO : S3 bucket rclone-test-gawozoy7zemejug1dazinod2: Bucket "rclone-test-gawozoy7zemejug1dazinod2" created with ACL "private" 2021/05/09 06:08:18 DEBUG : A1/B1/C1/one.rclone_chunk.001_ty9ayu: MD5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2021/05/09 06:08:18 INFO : A1/B1/C1/one.rclone_chunk.001_ty9ayu: Copied (server-side copy) to: A1/B1/C1/one 2021/05/09 06:08:18 INFO : A1/B1/C1/one.rclone_chunk.001_ty9ayu: Deleted 2021/05/09 06:08:18 DEBUG : A2: Making directory 2021/05/09 06:08:18 DEBUG : A1/B2: Making directory 2021/05/09 06:08:18 DEBUG : A1/B2/C2: Making directory 2021/05/09 06:08:18 DEBUG : A1/B1/C3: Making directory 2021/05/09 06:08:18 DEBUG : A3: Making directory 2021/05/09 06:08:18 DEBUG : A3/B3: Making directory 2021/05/09 06:08:18 DEBUG : A3/B3/C4: Making directory 2021/05/09 06:08:18 DEBUG : A1/two.rclone_chunk.001_ty9ajq: MD5 = 08f8e0260c64418510cefb2b06eee5cd OK 2021/05/09 06:08:18 INFO : A1/two.rclone_chunk.001_ty9ajq: Copied (server-side copy) to: A1/two 2021/05/09 06:08:18 INFO : A1/two.rclone_chunk.001_ty9ajq: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/05/09 06:08:18 DEBUG : Waiting for deletions to finish 2021/05/09 06:08:18 INFO : A1/B1/C1/one: Deleted 2021/05/09 06:08:18 DEBUG : A1/B1: Removing directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/05/09 06:08:18 DEBUG : Waiting for deletions to finish 2021/05/09 06:08:18 INFO : A1/two: Deleted 2021/05/09 06:08:19 DEBUG : Chunked 'TestChunkerS3:rclone-test-gawozoy7zemejug1dazinod2': Removing directory 2021/05/09 06:08:19 INFO : S3 bucket rclone-test-gawozoy7zemejug1dazinod2: Bucket "rclone-test-gawozoy7zemejug1dazinod2" deleted 2021/05/09 06:08:19 ERROR : : error listing: directory not found 2021/05/09 06:08:19 ERROR : : error listing: directory not found 2021/05/09 06:08:19 DEBUG : Chunked 'TestChunkerS3:rclone-test-gawozoy7zemejug1dazinod2': Purge dir "" 2021/05/09 06:08:19 purge failed to rmdir "": bucket already deleted 2021/05/09 06:08:19 purge failed: directory not found --- PASS: TestPurge (1.72s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:19 DEBUG : A1/B1/C1/one.rclone_chunk.001_ty9bom: MD5 = 47bce5c74f589f4867dbd57e9ca9f808 OK 2021/05/09 06:08:19 INFO : A1/B1/C1/one.rclone_chunk.001_ty9bom: Copied (server-side copy) to: A1/B1/C1/one 2021/05/09 06:08:19 INFO : A1/B1/C1/one.rclone_chunk.001_ty9bom: Deleted 2021/05/09 06:08:19 DEBUG : A2: Making directory 2021/05/09 06:08:19 DEBUG : A1/B2: Making directory 2021/05/09 06:08:19 DEBUG : A1/B2/C2: Making directory 2021/05/09 06:08:19 DEBUG : A1/B1/C3: Making directory 2021/05/09 06:08:19 DEBUG : A3: Making directory 2021/05/09 06:08:19 DEBUG : A3/B3: Making directory 2021/05/09 06:08:19 DEBUG : A3/B3/C4: Making directory 2021/05/09 06:08:19 DEBUG : A1/two.rclone_chunk.001_ty9b7p: MD5 = 08f8e0260c64418510cefb2b06eee5cd OK 2021/05/09 06:08:19 INFO : A1/two.rclone_chunk.001_ty9b7p: Copied (server-side copy) to: A1/two 2021/05/09 06:08:19 INFO : A1/two.rclone_chunk.001_ty9b7p: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/05/09 06:08:19 DEBUG : A3/B3/C4: Removing directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" --- PASS: TestRmdirsNoLeaveRoot (1.12s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:20 DEBUG : A1: Making directory 2021/05/09 06:08:20 DEBUG : A1/B1: Making directory 2021/05/09 06:08:20 DEBUG : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.10s) === RUN TestRmdirsWithFilter run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:20 DEBUG : A1: Making directory 2021/05/09 06:08:20 DEBUG : A1/B1: Making directory 2021/05/09 06:08:20 DEBUG : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.10s) === RUN TestCopyURL run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:20 DEBUG : file1.rclone_chunk.001_ty9crv: MD5 = 081404b3d2ae5bf599add15b7445ac07 OK 2021/05/09 06:08:20 INFO : file1.rclone_chunk.001_ty9crv: Copied (server-side copy) to: file1 2021/05/09 06:08:20 INFO : file1.rclone_chunk.001_ty9crv: Deleted 2021/05/09 06:08:20 DEBUG : filename.txt: File name found in url 2021/05/09 06:08:21 DEBUG : filename.txt.rclone_chunk.001_ty9c8x: MD5 = 081404b3d2ae5bf599add15b7445ac07 OK 2021/05/09 06:08:21 INFO : filename.txt.rclone_chunk.001_ty9c8x: Copied (server-side copy) to: filename.txt 2021/05/09 06:08:21 INFO : filename.txt.rclone_chunk.001_ty9c8x: Deleted 2021/05/09 06:08:21 DEBUG : file2.rclone_chunk.001_ty9de5: MD5 = 081404b3d2ae5bf599add15b7445ac07 OK 2021/05/09 06:08:21 INFO : file2.rclone_chunk.001_ty9de5: Copied (server-side copy) to: file2 2021/05/09 06:08:21 INFO : file2.rclone_chunk.001_ty9de5: Deleted --- PASS: TestCopyURL (0.96s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:21 DEBUG : file1: Need to transfer - File not found at Destination 2021/05/09 06:08:21 DEBUG : sub/file2.rclone_chunk.001_ty9dbh: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:21 INFO : sub/file2.rclone_chunk.001_ty9dbh: Copied (server-side copy) to: sub/file2 2021/05/09 06:08:21 INFO : sub/file2.rclone_chunk.001_ty9dbh: Deleted 2021/05/09 06:08:21 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:21 INFO : file1: Copied (new) to: sub/file2 2021/05/09 06:08:21 INFO : file1: Deleted 2021/05/09 06:08:21 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:21 DEBUG : file1: Unchanged skipping 2021/05/09 06:08:21 INFO : file1: Deleted 2021/05/09 06:08:21 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (0.61s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.04s) === RUN TestMoveFileBackupDir run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:22 DEBUG : dst/file1.rclone_chunk.001_ty9ejk: MD5 = 05164b153084ba910184c26e561a7c18 OK 2021/05/09 06:08:22 INFO : dst/file1.rclone_chunk.001_ty9ejk: Copied (server-side copy) to: dst/file1 2021/05/09 06:08:22 INFO : dst/file1.rclone_chunk.001_ty9ejk: Deleted 2021/05/09 06:08:22 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/backup" 2021/05/09 06:08:22 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/backup" 2021/05/09 06:08:22 DEBUG : Reset feature "ListR" 2021/05/09 06:08:22 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/05/09 06:08:22 DEBUG : dst/file1: copy non-chunked object... 2021/05/09 06:08:22 DEBUG : dst/file1: MD5 = 05164b153084ba910184c26e561a7c18 OK 2021/05/09 06:08:22 INFO : dst/file1: Copied (server-side copy) 2021/05/09 06:08:22 INFO : dst/file1: Deleted 2021/05/09 06:08:22 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:23 DEBUG : dst/file1.rclone_chunk.001_ty9ep0: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:23 INFO : dst/file1.rclone_chunk.001_ty9ep0: Copied (server-side copy) to: dst/file1 2021/05/09 06:08:23 INFO : dst/file1.rclone_chunk.001_ty9ep0: Deleted 2021/05/09 06:08:23 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:23 INFO : dst/file1: Copied (new) 2021/05/09 06:08:23 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (1.21s) === RUN TestCopyFile run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:23 DEBUG : file1: Need to transfer - File not found at Destination 2021/05/09 06:08:23 DEBUG : sub/file2.rclone_chunk.001_ty9f5s: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:23 INFO : sub/file2.rclone_chunk.001_ty9f5s: Copied (server-side copy) to: sub/file2 2021/05/09 06:08:23 INFO : sub/file2.rclone_chunk.001_ty9f5s: Deleted 2021/05/09 06:08:23 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:23 INFO : file1: Copied (new) to: sub/file2 2021/05/09 06:08:23 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:23 DEBUG : file1: Unchanged skipping 2021/05/09 06:08:23 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (0.54s) === RUN TestCopyFileBackupDir run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:24 DEBUG : dst/file1.rclone_chunk.001_ty9fo8: MD5 = 05164b153084ba910184c26e561a7c18 OK 2021/05/09 06:08:24 INFO : dst/file1.rclone_chunk.001_ty9fo8: Copied (server-side copy) to: dst/file1 2021/05/09 06:08:24 INFO : dst/file1.rclone_chunk.001_ty9fo8: Deleted 2021/05/09 06:08:24 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/backup" 2021/05/09 06:08:24 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/backup" 2021/05/09 06:08:24 DEBUG : Reset feature "ListR" 2021/05/09 06:08:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/05/09 06:08:24 DEBUG : dst/file1: copy non-chunked object... 2021/05/09 06:08:24 DEBUG : dst/file1: MD5 = 05164b153084ba910184c26e561a7c18 OK 2021/05/09 06:08:24 INFO : dst/file1: Copied (server-side copy) 2021/05/09 06:08:24 INFO : dst/file1: Deleted 2021/05/09 06:08:24 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:24 DEBUG : dst/file1.rclone_chunk.001_ty9gnq: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:24 INFO : dst/file1.rclone_chunk.001_ty9gnq: Copied (server-side copy) to: dst/file1 2021/05/09 06:08:24 INFO : dst/file1.rclone_chunk.001_ty9gnq: Deleted 2021/05/09 06:08:24 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:24 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (1.26s) === RUN TestCopyFileCompareDest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:25 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/dst" 2021/05/09 06:08:25 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/dst" 2021/05/09 06:08:25 DEBUG : Reset feature "ListR" 2021/05/09 06:08:25 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/CompareDest" 2021/05/09 06:08:25 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/CompareDest" 2021/05/09 06:08:25 DEBUG : Reset feature "ListR" 2021/05/09 06:08:25 DEBUG : one: Need to transfer - File not found at Destination 2021/05/09 06:08:25 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:25 DEBUG : one.rclone_chunk.001_ty9h1y: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:25 INFO : one.rclone_chunk.001_ty9h1y: Copied (server-side copy) to: one 2021/05/09 06:08:25 INFO : one.rclone_chunk.001_ty9h1y: Deleted 2021/05/09 06:08:25 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:25 INFO : one: Copied (new) 2021/05/09 06:08:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/05/09 06:08:26 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:26 DEBUG : one.rclone_chunk.001_ty9i7b: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:26 INFO : one.rclone_chunk.001_ty9i7b: Copied (server-side copy) to: one 2021/05/09 06:08:26 INFO : one.rclone_chunk.001_ty9i7b: Deleted 2021/05/09 06:08:26 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:26 INFO : one: Copied (replaced existing) 2021/05/09 06:08:26 DEBUG : dst/one.rclone_chunk.001_ty9i43: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:26 INFO : dst/one.rclone_chunk.001_ty9i43: Copied (server-side copy) to: dst/one 2021/05/09 06:08:26 INFO : dst/one.rclone_chunk.001_ty9i43: Deleted 2021/05/09 06:08:26 DEBUG : CompareDest/one.rclone_chunk.001_ty9i83: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:26 INFO : CompareDest/one.rclone_chunk.001_ty9i83: Copied (server-side copy) to: CompareDest/one 2021/05/09 06:08:26 INFO : CompareDest/one.rclone_chunk.001_ty9i83: Deleted 2021/05/09 06:08:26 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:26 DEBUG : one: Destination found in --compare-dest, skipping 2021/05/09 06:08:27 DEBUG : CompareDest/two.rclone_chunk.001_ty9jlr: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:27 INFO : CompareDest/two.rclone_chunk.001_ty9jlr: Copied (server-side copy) to: CompareDest/two 2021/05/09 06:08:27 INFO : CompareDest/two.rclone_chunk.001_ty9jlr: Deleted 2021/05/09 06:08:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:27 DEBUG : two: Destination found in --compare-dest, skipping 2021/05/09 06:08:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:27 DEBUG : two: Destination found in --compare-dest, skipping 2021/05/09 06:08:27 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/05/09 06:08:27 DEBUG : two: Need to transfer - File not found at Destination 2021/05/09 06:08:27 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:28 DEBUG : two.rclone_chunk.001_ty9jjo: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/05/09 06:08:28 INFO : two.rclone_chunk.001_ty9jjo: Copied (server-side copy) to: two 2021/05/09 06:08:28 INFO : two.rclone_chunk.001_ty9jjo: Deleted 2021/05/09 06:08:28 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/05/09 06:08:28 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (3.07s) === RUN TestCopyFileCopyDest run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:28 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/dst" 2021/05/09 06:08:28 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/dst" 2021/05/09 06:08:28 DEBUG : Reset feature "ListR" 2021/05/09 06:08:28 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/CopyDest" 2021/05/09 06:08:28 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/CopyDest" 2021/05/09 06:08:28 DEBUG : Reset feature "ListR" 2021/05/09 06:08:28 DEBUG : one: Need to transfer - File not found at Destination 2021/05/09 06:08:28 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:28 DEBUG : one.rclone_chunk.001_ty9k19: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:28 INFO : one.rclone_chunk.001_ty9k19: Copied (server-side copy) to: one 2021/05/09 06:08:28 INFO : one.rclone_chunk.001_ty9k19: Deleted 2021/05/09 06:08:28 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:28 INFO : one: Copied (new) 2021/05/09 06:08:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/05/09 06:08:29 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:29 DEBUG : one.rclone_chunk.001_ty9lr9: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:29 INFO : one.rclone_chunk.001_ty9lr9: Copied (server-side copy) to: one 2021/05/09 06:08:29 INFO : one.rclone_chunk.001_ty9lr9: Deleted 2021/05/09 06:08:29 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:29 INFO : one: Copied (replaced existing) 2021/05/09 06:08:29 DEBUG : dst/one.rclone_chunk.001_ty9l9o: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:29 INFO : dst/one.rclone_chunk.001_ty9l9o: Copied (server-side copy) to: dst/one 2021/05/09 06:08:29 INFO : dst/one.rclone_chunk.001_ty9l9o: Deleted 2021/05/09 06:08:29 DEBUG : CopyDest/one.rclone_chunk.001_ty9lqa: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:29 INFO : CopyDest/one.rclone_chunk.001_ty9lqa: Copied (server-side copy) to: CopyDest/one 2021/05/09 06:08:29 INFO : CopyDest/one.rclone_chunk.001_ty9lqa: Deleted 2021/05/09 06:08:29 DEBUG : Creating backend with remote "TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9/BackupDir" 2021/05/09 06:08:29 DEBUG : Creating backend with remote "TestS3:rclone-test-zukesis0hamisej3zipehuc9/BackupDir" 2021/05/09 06:08:29 DEBUG : Reset feature "ListR" 2021/05/09 06:08:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/05/09 06:08:30 DEBUG : one: copy non-chunked object... 2021/05/09 06:08:30 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:30 INFO : one: Copied (server-side copy) 2021/05/09 06:08:30 INFO : one: Deleted 2021/05/09 06:08:30 DEBUG : one: copy non-chunked object... 2021/05/09 06:08:30 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/05/09 06:08:30 INFO : one: Copied (server-side copy) 2021/05/09 06:08:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/05/09 06:08:31 DEBUG : CopyDest/two.rclone_chunk.001_ty9np1: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:31 INFO : CopyDest/two.rclone_chunk.001_ty9np1: Copied (server-side copy) to: CopyDest/two 2021/05/09 06:08:31 INFO : CopyDest/two.rclone_chunk.001_ty9np1: Deleted 2021/05/09 06:08:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:31 DEBUG : two: copy non-chunked object... 2021/05/09 06:08:31 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:31 INFO : two: Copied (server-side copy) 2021/05/09 06:08:31 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/05/09 06:08:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/05/09 06:08:31 DEBUG : two: Unchanged skipping 2021/05/09 06:08:32 DEBUG : CopyDest/three.rclone_chunk.001_ty9ofo: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/05/09 06:08:32 INFO : CopyDest/three.rclone_chunk.001_ty9ofo: Copied (server-side copy) to: CopyDest/three 2021/05/09 06:08:32 INFO : CopyDest/three.rclone_chunk.001_ty9ofo: Deleted 2021/05/09 06:08:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/05/09 06:08:32 DEBUG : three: Destination not found in --copy-dest 2021/05/09 06:08:32 DEBUG : three: Need to transfer - File not found at Destination 2021/05/09 06:08:32 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:32 DEBUG : three.rclone_chunk.001_ty9o75: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/05/09 06:08:32 INFO : three.rclone_chunk.001_ty9o75: Copied (server-side copy) to: three 2021/05/09 06:08:32 INFO : three.rclone_chunk.001_ty9o75: Deleted 2021/05/09 06:08:32 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/05/09 06:08:32 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (4.77s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:33 DEBUG : A1/one.rclone_chunk.001_ty9p1o: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:33 INFO : A1/one.rclone_chunk.001_ty9p1o: Copied (server-side copy) to: A1/one 2021/05/09 06:08:33 INFO : A1/one.rclone_chunk.001_ty9p1o: Deleted 2021/05/09 06:08:33 DEBUG : A1/two.rclone_chunk.001_ty9pr8: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:33 INFO : A1/two.rclone_chunk.001_ty9pr8: Copied (server-side copy) to: A1/two 2021/05/09 06:08:33 INFO : A1/two.rclone_chunk.001_ty9pr8: Deleted 2021/05/09 06:08:33 DEBUG : A1/B1/three.rclone_chunk.001_ty9ppe: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/05/09 06:08:33 INFO : A1/B1/three.rclone_chunk.001_ty9ppe: Copied (server-side copy) to: A1/B1/three 2021/05/09 06:08:33 INFO : A1/B1/three.rclone_chunk.001_ty9ppe: Deleted 2021/05/09 06:08:33 DEBUG : A1/B1/C1/four.rclone_chunk.001_ty9pen: MD5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/05/09 06:08:33 INFO : A1/B1/C1/four.rclone_chunk.001_ty9pen: Copied (server-side copy) to: A1/B1/C1/four 2021/05/09 06:08:33 INFO : A1/B1/C1/four.rclone_chunk.001_ty9pen: Deleted 2021/05/09 06:08:34 DEBUG : A1/B1/C2/five.rclone_chunk.001_ty9pi3: MD5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/05/09 06:08:34 INFO : A1/B1/C2/five.rclone_chunk.001_ty9pi3: Copied (server-side copy) to: A1/B1/C2/five 2021/05/09 06:08:34 INFO : A1/B1/C2/five.rclone_chunk.001_ty9pi3: Deleted 2021/05/09 06:08:34 DEBUG : A1/B2: Making directory 2021/05/09 06:08:34 DEBUG : A1/B1/C3: Making directory fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B1/C3" 2021/05/09 06:08:34 DEBUG : A1/two: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A1/one: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A1/B1/C2/five: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A1/B1/three: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A1/two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:34 INFO : A1/two: Copied (server-side copy) to: A2/two 2021/05/09 06:08:34 DEBUG : A1/one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:34 INFO : A1/one: Copied (server-side copy) to: A2/one 2021/05/09 06:08:34 DEBUG : A1/B1/three: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/05/09 06:08:34 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2021/05/09 06:08:34 DEBUG : A1/B1/C2/five: MD5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/05/09 06:08:34 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2021/05/09 06:08:34 INFO : A1/two: Deleted 2021/05/09 06:08:34 INFO : A1/one: Deleted 2021/05/09 06:08:34 INFO : A1/B1/three: Deleted 2021/05/09 06:08:34 DEBUG : A1/B1/C1/four: copy non-chunked object... 2021/05/09 06:08:34 INFO : A1/B1/C2/five: Deleted 2021/05/09 06:08:34 DEBUG : A1/B1/C1/four: MD5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/05/09 06:08:34 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2021/05/09 06:08:34 INFO : A1/B1/C1/four: Deleted fstest.go:251: Filtering empty directory "A2/B2" fstest.go:251: Filtering empty directory "A2/B1/C3" 2021/05/09 06:08:34 DEBUG : A2/B1/C1/four: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A2/two: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A2/B1/three: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A2/one: copy non-chunked object... 2021/05/09 06:08:34 DEBUG : A2/two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/05/09 06:08:34 INFO : A2/two: Copied (server-side copy) to: A3/two 2021/05/09 06:08:34 DEBUG : A2/B1/three: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/05/09 06:08:34 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2021/05/09 06:08:34 DEBUG : A2/B1/C1/four: MD5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/05/09 06:08:34 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2021/05/09 06:08:34 DEBUG : A2/one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/05/09 06:08:34 INFO : A2/one: Copied (server-side copy) to: A3/one 2021/05/09 06:08:34 INFO : A2/B1/three: Deleted 2021/05/09 06:08:34 INFO : A2/two: Deleted 2021/05/09 06:08:34 INFO : A2/B1/C1/four: Deleted 2021/05/09 06:08:34 DEBUG : A2/B1/C2/five: copy non-chunked object... 2021/05/09 06:08:34 INFO : A2/one: Deleted 2021/05/09 06:08:34 DEBUG : A2/B1/C2/five: MD5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/05/09 06:08:34 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2021/05/09 06:08:34 INFO : A2/B1/C2/five: Deleted fstest.go:251: Filtering empty directory "A3/B2" fstest.go:251: Filtering empty directory "A3/B1/C3" --- PASS: TestDirMove (2.47s) === RUN TestGetFsInfo run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" --- PASS: TestGetFsInfo (0.06s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:35 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': File to upload is small (34 bytes), uploading instead of streaming 2021/05/09 06:08:35 DEBUG : no_checksum_small_file_from_pipe.rclone_chunk.001_ty9rtv: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/05/09 06:08:35 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_ty9rtv: Copied (server-side copy) to: no_checksum_small_file_from_pipe 2021/05/09 06:08:35 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_ty9rtv: Deleted 2021/05/09 06:08:35 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/05/09 06:08:35 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/05/09 06:08:35 NOTICE: S3 bucket rclone-test-zukesis0hamisej3zipehuc9: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2021/05/09 06:08:35 DEBUG : no_checksum_big_file_from_pipe.rclone_chunk.001_ty9rqk: multipart upload starting chunk 1 size 100.001Ki offset 0/off 2021/05/09 06:08:36 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_ty9rqk: Copied (server-side copy) to: no_checksum_big_file_from_pipe 2021/05/09 06:08:36 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_ty9rqk: Deleted 2021/05/09 06:08:36 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:36 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': File to upload is small (34 bytes), uploading instead of streaming 2021/05/09 06:08:36 DEBUG : with_checksum_small_file_from_pipe.rclone_chunk.001_ty9sfu: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/05/09 06:08:36 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_ty9sfu: Copied (server-side copy) to: with_checksum_small_file_from_pipe 2021/05/09 06:08:36 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_ty9sfu: Deleted 2021/05/09 06:08:36 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/05/09 06:08:36 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/05/09 06:08:36 DEBUG : with_checksum_big_file_from_pipe.rclone_chunk.001_ty9sxd: multipart upload starting chunk 1 size 100.001Ki offset 0/off 2021/05/09 06:08:37 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_ty9sxd: Copied (server-side copy) to: with_checksum_big_file_from_pipe 2021/05/09 06:08:37 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_ty9sxd: Deleted 2021/05/09 06:08:37 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2021/05/09 06:08:37 DEBUG : with_checksum_big_file_from_pipe: Size and MD5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:37 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': File to upload is small (34 bytes), uploading instead of streaming 2021/05/09 06:08:37 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_ty9tgw: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2021/05/09 06:08:37 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_ty9tgw: Deleted 2021/05/09 06:08:37 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/05/09 06:08:37 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9tll: multipart upload starting chunk 1 size 100.001Ki offset 0/off 2021/05/09 06:08:37 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9tll: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2021/05/09 06:08:37 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9tll: Deleted 2021/05/09 06:08:37 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 === CONT TestRcat run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:38 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': File to upload is small (34 bytes), uploading instead of streaming 2021/05/09 06:08:38 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_ty9u5n: Copied (server-side copy) to: ignore_checksum_small_file_from_pipe 2021/05/09 06:08:38 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_ty9u5n: Deleted 2021/05/09 06:08:38 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/05/09 06:08:38 DEBUG : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9ue1: multipart upload starting chunk 1 size 100.001Ki offset 0/off 2021/05/09 06:08:38 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9ue1: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe 2021/05/09 06:08:38 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_ty9ue1: Deleted 2021/05/09 06:08:38 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (3.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.77s) === RUN TestRcatSize run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:38 DEBUG : potato1.rclone_chunk.001_ty9uuw: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:38 INFO : potato1.rclone_chunk.001_ty9uuw: Copied (server-side copy) to: potato1 2021/05/09 06:08:39 INFO : potato1.rclone_chunk.001_ty9uuw: Deleted 2021/05/09 06:08:39 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': File to upload is small (60 bytes), uploading instead of streaming 2021/05/09 06:08:39 DEBUG : potato2.rclone_chunk.001_ty9vp9: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:39 INFO : potato2.rclone_chunk.001_ty9vp9: Copied (server-side copy) to: potato2 2021/05/09 06:08:39 INFO : potato2.rclone_chunk.001_ty9vp9: Deleted 2021/05/09 06:08:39 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/05/09 06:08:39 INFO : potato2: Copied (new) --- PASS: TestRcatSize (0.53s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9'", Local "Local file system at /tmp/rclone870194760", Modify Window "1ns" 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file1.rclone_chunk.001_ty9vae: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:39 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_ty9vae: Copied (server-side copy) to: TestCopyFileMaxTransfer/file1 2021/05/09 06:08:39 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_ty9vae: Deleted 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/05/09 06:08:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit 2021/05/09 06:08:39 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://rclone-test-zukesis0hamisej3zipehuc9.s3.eu-west-2.amazonaws.com/TestCopyFileMaxTransfer/file2.rclone_chunk.001_ty9vo3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIARBEJPGN3GGLBA4HY%2F20210509%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210509T060839Z&X-Amz-Expires=900&X-Amz-SignedHeaders=content-md5%3Bcontent-type%3Bhost%3Bx-amz-acl%3Bx-amz-meta-mtime&X-Amz-Signature=7d4e591ac5c462507280442b93ca285a7421e821c38f2b91ded6d7273c79d6c9": Max transfer limit reached as set by --max-transfer 2021/05/09 06:08:39 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination operations_test.go:1544: skipping remainder of test for chunker as it involves multiple transfers --- PASS: TestCopyFileMaxTransfer (0.60s) === RUN TestRcAbout rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcMkdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:25: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) PASS 2021/05/09 06:08:39 DEBUG : Chunked 'TestChunkerS3:rclone-test-zukesis0hamisej3zipehuc9': Purge dir "" 2021/05/09 06:08:40 INFO : S3 bucket rclone-test-zukesis0hamisej3zipehuc9: Bucket "rclone-test-zukesis0hamisej3zipehuc9" deleted "./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerS3: -verbose" - Finished OK in 39.001771801s (try 1/5)