"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bBox: -verbose -size-limit 1024" - Starting (try 1/5) 2022/04/15 05:58:11 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1" 2022/04/15 05:58:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/04/15 05:58:11 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1" 2022/04/15 05:58:11 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 05:58:12 DEBUG : box root '': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 05:58:12 DEBUG : Reset feature "ListR" 2022/04/15 05:58:12 DEBUG : Creating backend with remote "/tmp/rclone4095978215" === 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.00s) --- 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:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" === RUN TestMultithreadCopy/{size:131071_streams:2} multithread_test.go:122: exceeded file size limit 131071 > 1024 === RUN TestMultithreadCopy/{size:131072_streams:2} multithread_test.go:122: exceeded file size limit 131072 > 1024 === RUN TestMultithreadCopy/{size:131073_streams:2} multithread_test.go:122: exceeded file size limit 131073 > 1024 2022/04/15 05:58:12 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 05:58:12 ERROR : : error listing: directory not found --- PASS: TestMultithreadCopy (0.53s) --- SKIP: TestMultithreadCopy/{size:131071_streams:2} (0.00s) --- SKIP: TestMultithreadCopy/{size:131072_streams:2} (0.00s) --- SKIP: TestMultithreadCopy/{size:131073_streams:2} (0.00s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2022/04/15 05:58:12 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 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2022/04/15 05:58:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2022/04/15 05:58:12 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:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 05:58:13 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 05:58:18 INFO : rutabaga.rclone_chunk.001_df801x: Moved (server-side) to: rutabaga === RUN TestCheck/1 === RUN TestCheck/2 2022/04/15 05:58:23 INFO : empty space.rclone_chunk.001_df86d7: Moved (server-side) to: empty space === RUN TestCheck/3 2022/04/15 05:58:29 INFO : potato2.rclone_chunk.001_df8aa9: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 05:58:30 INFO : potato2.rclone_chunk.002_df8aa9: Moved (server-side) to: potato2.rclone_chunk.002 === RUN TestCheck/4 === RUN TestCheck/5 2022/04/15 05:58:40 INFO : remotepotato.rclone_chunk.001_df8jzt: Moved (server-side) to: remotepotato.rclone_chunk.001 2022/04/15 05:58:41 INFO : remotepotato.rclone_chunk.002_df8jzt: Moved (server-side) to: remotepotato.rclone_chunk.002 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (41.51s) --- PASS: TestCheck/1 (0.36s) --- PASS: TestCheck/2 (0.36s) --- PASS: TestCheck/3 (0.41s) --- PASS: TestCheck/4 (0.37s) --- PASS: TestCheck/5 (0.52s) --- PASS: TestCheck/6 (0.42s) --- PASS: TestCheck/7 (0.38s) === RUN TestCheckFsError 2022/04/15 05:58:54 DEBUG : Creating backend with remote "non-existent" 2022/04/15 05:58:54 DEBUG : Creating backend with remote "non-existent" 2022/04/15 05:58:54 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2022/04/15 05:58:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: error reading source root directory: directory not found 2022/04/15 05:58:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2022/04/15 05:58:54 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:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 05:58:58 INFO : rutabaga.rclone_chunk.001_df94rw: Moved (server-side) to: rutabaga === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2022/04/15 05:59:05 INFO : empty space.rclone_chunk.001_df9b3q: Moved (server-side) to: empty space === RUN TestCheckDownload/3 2022/04/15 05:59:12 INFO : potato2.rclone_chunk.001_df9hvo: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 05:59:12 INFO : potato2.rclone_chunk.002_df9hvo: Moved (server-side) to: potato2.rclone_chunk.002 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2022/04/15 05:59:26 INFO : remotepotato.rclone_chunk.001_df9v1y: Moved (server-side) to: remotepotato.rclone_chunk.001 2022/04/15 05:59:26 INFO : remotepotato.rclone_chunk.002_df9v1y: Moved (server-side) to: remotepotato.rclone_chunk.002 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (49.68s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (1.04s) --- PASS: TestCheckDownload/3 (1.10s) --- PASS: TestCheckDownload/4 (2.81s) --- PASS: TestCheckDownload/5 (2.75s) --- PASS: TestCheckDownload/6 (2.58s) --- PASS: TestCheckDownload/7 (2.70s) === RUN TestCheckSizeOnly run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 05:59:48 INFO : rutabaga.rclone_chunk.001_dfaii6: Moved (server-side) to: rutabaga === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2022/04/15 05:59:53 INFO : empty space.rclone_chunk.001_dfanbf: Moved (server-side) to: empty space === RUN TestCheckSizeOnly/3 2022/04/15 06:00:00 INFO : potato2.rclone_chunk.001_dfas88: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:00:00 INFO : potato2.rclone_chunk.002_dfas88: Moved (server-side) to: potato2.rclone_chunk.002 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2022/04/15 06:00:09 INFO : remotepotato.rclone_chunk.001_dfb2ly: Moved (server-side) to: remotepotato.rclone_chunk.001 2022/04/15 06:00:09 INFO : remotepotato.rclone_chunk.002_dfb2ly: Moved (server-side) to: remotepotato.rclone_chunk.002 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (38.97s) --- PASS: TestCheckSizeOnly/1 (0.39s) --- PASS: TestCheckSizeOnly/2 (0.42s) --- PASS: TestCheckSizeOnly/3 (0.35s) --- PASS: TestCheckSizeOnly/4 (0.37s) --- PASS: TestCheckSizeOnly/5 (0.41s) --- PASS: TestCheckSizeOnly/6 (0.40s) --- PASS: TestCheckSizeOnly/7 (0.42s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:00:29 INFO : test.sum.rclone_chunk.001_dfblz6: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:00:30 INFO : test.sum.rclone_chunk.002_dfblz6: Moved (server-side) to: test.sum.rclone_chunk.002 2022/04/15 06:00:34 NOTICE: test.sum: improperly formatted checksum line 4 2022/04/15 06:00:35 NOTICE: test.sum: improperly formatted checksum line 5 2022/04/15 06:00:35 NOTICE: test.sum: improperly formatted checksum line 6 2022/04/15 06:00:35 NOTICE: test.sum: 2 warning(s) suppressed... 2022/04/15 06:00:44 INFO : test.sum.rclone_chunk.001_dfbzz0: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:00:45 INFO : test.sum.rclone_chunk.002_dfbzz0: Moved (server-side) to: test.sum.rclone_chunk.002 2022/04/15 06:00:50 NOTICE: test.sum: improperly formatted checksum line 4 2022/04/15 06:00:50 NOTICE: test.sum: improperly formatted checksum line 5 2022/04/15 06:00:50 NOTICE: test.sum: improperly formatted checksum line 6 2022/04/15 06:00:50 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (31.57s) === RUN TestCheckSum run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:00:54 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/data" 2022/04/15 06:00:54 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/data" 2022/04/15 06:00:56 DEBUG : Reset feature "ListR" check_test.go:356: Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/data' lacks md5, skipping --- SKIP: TestCheckSum (2.31s) === RUN TestCheckSumDownload run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:00:57 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/data" 2022/04/15 06:00:57 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/data" 2022/04/15 06:00:58 DEBUG : Reset feature "ListR" 2022/04/15 06:01:03 INFO : data/banana.rclone_chunk.001_dfcl1g: Moved (server-side) to: data/banana 2022/04/15 06:01:07 INFO : test.sum.rclone_chunk.001_dfcpov: Moved (server-side) to: test.sum === RUN TestCheckSumDownload/subtest1 2022/04/15 06:01:15 INFO : data/potato.rclone_chunk.001_dfcxoc: Moved (server-side) to: data/potato 2022/04/15 06:01:20 INFO : test.sum: Deleted 2022/04/15 06:01:21 INFO : test.sum.rclone_chunk.001_dfd21k: Moved (server-side) to: test.sum === RUN TestCheckSumDownload/subtest2 2022/04/15 06:01:31 INFO : test.sum.rclone_chunk.001_dfdb3g: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:01:31 INFO : test.sum.rclone_chunk.002_dfdb3g: Moved (server-side) to: test.sum.rclone_chunk.002 === RUN TestCheckSumDownload/subtest3 2022/04/15 06:01:47 INFO : test.sum.rclone_chunk.001_dfdqhs: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:01:48 INFO : test.sum.rclone_chunk.002_dfdqhs: Moved (server-side) to: test.sum.rclone_chunk.002 === RUN TestCheckSumDownload/subtest4 2022/04/15 06:02:06 INFO : test.sum.rclone_chunk.001_dfe681: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:02:06 INFO : test.sum.rclone_chunk.002_dfe681: Moved (server-side) to: test.sum.rclone_chunk.002 2022/04/15 06:02:07 INFO : test.sum.rclone_chunk.003_dfe681: Moved (server-side) to: test.sum.rclone_chunk.003 === RUN TestCheckSumDownload/subtest5 2022/04/15 06:02:28 INFO : test.sum.rclone_chunk.001_dfer11: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:02:28 INFO : test.sum.rclone_chunk.002_dfer11: Moved (server-side) to: test.sum.rclone_chunk.002 2022/04/15 06:02:29 INFO : test.sum.rclone_chunk.003_dfer11: Moved (server-side) to: test.sum.rclone_chunk.003 === RUN TestCheckSumDownload/subtest6 2022/04/15 06:02:42 INFO : data/banana: Deleted 2022/04/15 06:02:43 INFO : data/banana.rclone_chunk.001_dffc8w: Moved (server-side) to: data/banana 2022/04/15 06:02:49 INFO : data/potato: Deleted 2022/04/15 06:02:50 INFO : data/potato.rclone_chunk.001_dffimi: Moved (server-side) to: data/potato 2022/04/15 06:03:01 INFO : test.sum.rclone_chunk.001_dffqcv: Moved (server-side) to: test.sum.rclone_chunk.001 2022/04/15 06:03:01 INFO : test.sum.rclone_chunk.002_dffqcv: Moved (server-side) to: test.sum.rclone_chunk.002 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (139.77s) --- PASS: TestCheckSumDownload/subtest1 (3.03s) --- PASS: TestCheckSumDownload/subtest2 (2.59s) --- PASS: TestCheckSumDownload/subtest3 (4.19s) --- PASS: TestCheckSumDownload/subtest4 (4.12s) --- PASS: TestCheckSumDownload/subtest5 (4.82s) --- PASS: TestCheckSumDownload/subtest6 (5.32s) --- PASS: TestCheckSumDownload/subtest7 (4.62s) === RUN TestDeduplicateInteractive run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.69s) === RUN TestDeduplicateSkip run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.67s) === RUN TestDeduplicateSizeOnly run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.70s) === RUN TestDeduplicateFirst run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.73s) === RUN TestDeduplicateNewest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.68s) === RUN TestDeduplicateNewestByHash run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.67s) === RUN TestDeduplicateOldest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.70s) === RUN TestDeduplicateLargest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.65s) === RUN TestDeduplicateSmallest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.79s) === RUN TestDeduplicateRename run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.77s) === RUN TestMergeDirs run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.74s) === RUN TestListDirSorted run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:03:29 INFO : a.txt.rclone_chunk.001_dfgmw5: Moved (server-side) to: a.txt 2022/04/15 06:03:33 INFO : zend.txt.rclone_chunk.001_dfgru0: Moved (server-side) to: zend.txt 2022/04/15 06:03:38 INFO : sub dir/hello world.rclone_chunk.001_dfgv0g: Moved (server-side) to: sub dir/hello world 2022/04/15 06:03:42 INFO : sub dir/hello world2.rclone_chunk.001_dfh0is: Moved (server-side) to: sub dir/hello world2 2022/04/15 06:03:47 INFO : sub dir/ignore dir/.ignore.rclone_chunk.001_dfh4fe: Moved (server-side) to: sub dir/ignore dir/.ignore 2022/04/15 06:03:52 INFO : sub dir/ignore dir/should be ignored.rclone_chunk.001_dfh93n: Moved (server-side) to: sub dir/ignore dir/should be ignored 2022/04/15 06:03:58 INFO : sub dir/sub sub dir/hello world3.rclone_chunk.001_dfhei2: Moved (server-side) to: sub dir/sub sub dir/hello world3 2022/04/15 06:03:59 DEBUG : a.txt: Excluded 2022/04/15 06:04:00 DEBUG : sub dir/hello world: Excluded 2022/04/15 06:04:00 DEBUG : sub dir/hello world2: Excluded 2022/04/15 06:04:01 DEBUG : sub dir/hello world: Excluded 2022/04/15 06:04:01 DEBUG : sub dir/hello world2: Excluded 2022/04/15 06:04:01 DEBUG : sub dir/ignore dir: Excluded 2022/04/15 06:04:02 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (50.09s) === RUN TestListJSON run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:04:18 INFO : file1.rclone_chunk.001_dfi121: Moved (server-side) to: file1 2022/04/15 06:04:23 INFO : sub/file2.rclone_chunk.001_dfi45o: Moved (server-side) to: sub/file2 === 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 --- PASS: TestListJSON (17.48s) --- PASS: TestListJSON/Default (0.38s) --- PASS: TestListJSON/FilesOnly (0.37s) --- PASS: TestListJSON/DirsOnly (0.40s) --- PASS: TestListJSON/Recurse (0.74s) --- PASS: TestListJSON/SubDir (0.34s) --- PASS: TestListJSON/NoModTime (0.36s) --- PASS: TestListJSON/NoMimeType (0.36s) --- PASS: TestListJSON/ShowHash (0.42s) --- PASS: TestListJSON/HashTypes (0.37s) === RUN TestStatJSON run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:04:36 INFO : file1.rclone_chunk.001_dfii6c: Moved (server-side) to: file1 2022/04/15 06:04:41 INFO : sub/file2.rclone_chunk.001_dfimaj: Moved (server-side) to: sub/file2 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === 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 2022/04/15 06:04:47 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/notfound" 2022/04/15 06:04:47 DEBUG : Config file has changed externaly - reloading 2022/04/15 06:04:47 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/notfound" 2022/04/15 06:04:49 DEBUG : Reset feature "ListR" --- PASS: TestStatJSON (21.12s) --- PASS: TestStatJSON/Root (0.35s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.35s) --- PASS: TestStatJSON/Dir (0.69s) --- PASS: TestStatJSON/File (0.73s) --- PASS: TestStatJSON/NotFound (0.77s) --- PASS: TestStatJSON/DirFilesOnly (0.36s) --- PASS: TestStatJSON/FileFilesOnly (0.82s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.32s) --- PASS: TestStatJSON/DirDirsOnly (0.37s) --- PASS: TestStatJSON/FileDirsOnly (0.39s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.38s) --- PASS: TestStatJSON/RootNotFound (2.16s) === RUN TestMkdir run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:04:53 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Making directory 2022/04/15 06:04:53 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Making directory --- PASS: TestMkdir (1.01s) === RUN TestLsd run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:04:59 INFO : sub dir/hello world.rclone_chunk.001_dfj4u4: Moved (server-side) to: sub dir/hello world --- PASS: TestLsd (9.90s) === RUN TestLs run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:05:09 INFO : potato2.rclone_chunk.001_dfjeq2: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:05:10 INFO : potato2.rclone_chunk.002_dfjeq2: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:05:15 INFO : empty space.rclone_chunk.001_dfjml4: Moved (server-side) to: empty space --- PASS: TestLs (18.17s) === RUN TestLsWithFilesFrom run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:05:27 INFO : potato2.rclone_chunk.001_dfjwqe: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:05:28 INFO : potato2.rclone_chunk.002_dfjwqe: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:05:34 INFO : empty space.rclone_chunk.001_dfk4tz: Moved (server-side) to: empty space 2022/04/15 06:05:35 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (19.85s) === RUN TestLsLong run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:05:48 INFO : potato2.rclone_chunk.001_dfkg5j: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:05:48 INFO : potato2.rclone_chunk.002_dfkg5j: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:05:54 INFO : empty space.rclone_chunk.001_dfkp3p: Moved (server-side) to: empty space --- PASS: TestLsLong (18.81s) === RUN TestHashSums run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:06:06 INFO : potato2.rclone_chunk.001_dfkzpg: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:06:07 INFO : potato2.rclone_chunk.002_dfkzpg: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:06:13 INFO : empty space.rclone_chunk.001_dfl75z: Moved (server-side) to: empty space --- PASS: TestHashSums (18.70s) === RUN TestHashSumsWithErrors 2022/04/15 06:06:19 DEBUG : Creating backend with remote ":memory:" 2022/04/15 06:06:19 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2022/04/15 06:06:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2022/04/15 06:06:19 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2022/04/15 06:06:19 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:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:06:25 INFO : potato2.rclone_chunk.001_dfliwe: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:06:25 INFO : potato2.rclone_chunk.002_dfliwe: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:06:32 INFO : empty space.rclone_chunk.001_dflq1z: Moved (server-side) to: empty space 2022/04/15 06:06:37 INFO : sub dir/potato3.rclone_chunk.001_dflu7e: Moved (server-side) to: sub dir/potato3 --- PASS: TestCount (26.76s) === RUN TestDelete run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:06:50 INFO : small.rclone_chunk.001_dfm8j1: Moved (server-side) to: small 2022/04/15 06:06:56 INFO : medium.rclone_chunk.001_dfmcbu: Moved (server-side) to: medium.rclone_chunk.001 2022/04/15 06:06:57 INFO : medium.rclone_chunk.002_dfmcbu: Moved (server-side) to: medium.rclone_chunk.002 2022/04/15 06:07:05 INFO : large.rclone_chunk.001_dfmld3: Moved (server-side) to: large.rclone_chunk.001 2022/04/15 06:07:05 INFO : large.rclone_chunk.002_dfmld3: Moved (server-side) to: large.rclone_chunk.002 2022/04/15 06:07:08 DEBUG : Waiting for deletions to finish 2022/04/15 06:07:08 DEBUG : large: Excluded 2022/04/15 06:07:09 INFO : small: Deleted 2022/04/15 06:07:12 INFO : medium: Deleted --- PASS: TestDelete (31.04s) === RUN TestRetry 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 1/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 2/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 1/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 2/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 3/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 4/5 2022/04/15 06:07:17 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:07:21 INFO : file1.rclone_chunk.001_dfn38m: Moved (server-side) to: file1 2022/04/15 06:07:26 INFO : file2.rclone_chunk.001_dfn7i6: Moved (server-side) to: file2 --- PASS: TestCat (20.58s) === RUN TestPurge 2022/04/15 06:07:38 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-veqifog2nexebeh9hunaziz7" 2022/04/15 06:07:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/04/15 06:07:38 DEBUG : Creating backend with remote "TestBox:rclone-test-veqifog2nexebeh9hunaziz7" 2022/04/15 06:07:38 DEBUG : box root 'rclone-test-veqifog2nexebeh9hunaziz7': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 06:07:39 DEBUG : box root '': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 06:07:39 DEBUG : Reset feature "ListR" 2022/04/15 06:07:39 DEBUG : Creating backend with remote "/tmp/rclone3902828103" run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-veqifog2nexebeh9hunaziz7'", Local "Local file system at /tmp/rclone3902828103", Modify Window "1s" 2022/04/15 06:07:39 DEBUG : box root 'rclone-test-veqifog2nexebeh9hunaziz7': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 06:07:47 INFO : A1/B1/C1/one.rclone_chunk.001_dfnqsq: Moved (server-side) to: A1/B1/C1/one 2022/04/15 06:07:47 DEBUG : A2: Making directory 2022/04/15 06:07:48 DEBUG : A1/B2: Making directory 2022/04/15 06:07:49 DEBUG : A1/B2/C2: Making directory 2022/04/15 06:07:50 DEBUG : A1/B1/C3: Making directory 2022/04/15 06:07:51 DEBUG : A3: Making directory 2022/04/15 06:07:52 DEBUG : A3/B3: Making directory 2022/04/15 06:07:53 DEBUG : A3/B3/C4: Making directory 2022/04/15 06:07:58 INFO : A1/two.rclone_chunk.001_dfo40w: Moved (server-side) to: A1/two 2022/04/15 06:08:05 DEBUG : box root 'rclone-test-veqifog2nexebeh9hunaziz7': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 06:08:05 ERROR : : error listing: directory not found 2022/04/15 06:08:05 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-veqifog2nexebeh9hunaziz7': Purge remote 2022/04/15 06:08:06 DEBUG : box root 'rclone-test-veqifog2nexebeh9hunaziz7': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2022/04/15 06:08:06 purge failed: directory not found --- PASS: TestPurge (28.38s) === RUN TestRmdirsNoLeaveRoot run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:08:13 INFO : A1/B1/C1/one.rclone_chunk.001_dfog75: Moved (server-side) to: A1/B1/C1/one 2022/04/15 06:08:13 DEBUG : A2: Making directory 2022/04/15 06:08:14 DEBUG : A1/B2: Making directory 2022/04/15 06:08:15 DEBUG : A1/B2/C2: Making directory 2022/04/15 06:08:16 DEBUG : A1/B1/C3: Making directory 2022/04/15 06:08:17 DEBUG : A3: Making directory 2022/04/15 06:08:18 DEBUG : A3/B3: Making directory 2022/04/15 06:08:19 DEBUG : A3/B3/C4: Making directory 2022/04/15 06:08:25 INFO : A1/two.rclone_chunk.001_dfovsr: Moved (server-side) to: A1/two 2022/04/15 06:08:27 INFO : A3/B3/C4: Removing directory 2022/04/15 06:08:31 INFO : A3/B3: Removing directory 2022/04/15 06:08:32 INFO : A3: Removing directory 2022/04/15 06:08:33 INFO : A2: Removing directory 2022/04/15 06:08:34 INFO : A1/B2/C2: Removing directory 2022/04/15 06:08:35 INFO : A1/B2: Removing directory 2022/04/15 06:08:36 INFO : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (39.03s) === RUN TestRmdirsLeaveRoot run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:08:45 DEBUG : A1: Making directory 2022/04/15 06:08:46 DEBUG : A1/B1: Making directory 2022/04/15 06:08:47 DEBUG : A1/B1/C1: Making directory 2022/04/15 06:08:52 INFO : A1/B1/C1: Removing directory 2022/04/15 06:08:53 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (12.12s) === RUN TestRmdirsWithFilter run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:08:57 DEBUG : A1: Making directory 2022/04/15 06:08:58 DEBUG : A1/B1: Making directory 2022/04/15 06:08:59 DEBUG : A1/B1/C1: Making directory 2022/04/15 06:09:03 INFO : A1/B1/C1: Removing directory 2022/04/15 06:09:04 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (10.61s) === RUN TestCopyURL run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:09:12 INFO : file1.rclone_chunk.001_dfq61j: Moved (server-side) to: file1 2022/04/15 06:09:13 DEBUG : filename.txt: File name found in url 2022/04/15 06:09:18 INFO : filename.txt.rclone_chunk.001_dfqc30: Moved (server-side) to: filename.txt 2022/04/15 06:09:22 INFO : file2.rclone_chunk.001_dfqgg9: Moved (server-side) to: file2 --- PASS: TestCopyURL (18.23s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:09:26 DEBUG : file1: Need to transfer - File not found at Destination 2022/04/15 06:09:32 INFO : sub/file2.rclone_chunk.001_dfqpwj: Moved (server-side) to: sub/file2 2022/04/15 06:09:32 INFO : file1: Copied (new) to: sub/file2 2022/04/15 06:09:32 INFO : file1: Deleted 2022/04/15 06:09:34 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/15 06:09:34 DEBUG : file1: Unchanged skipping 2022/04/15 06:09:34 INFO : file1: Deleted 2022/04/15 06:09:34 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (12.47s) === RUN TestMoveFileWithIgnoreExisting run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:09:39 DEBUG : file1: Need to transfer - File not found at Destination 2022/04/15 06:09:39 DEBUG : file1: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:09:43 INFO : file1.rclone_chunk.001_dfr1pu: Moved (server-side) to: file1 2022/04/15 06:09:43 INFO : file1: Copied (new) 2022/04/15 06:09:43 INFO : file1: Deleted 2022/04/15 06:09:44 DEBUG : file1: Destination exists, skipping 2022/04/15 06:09:44 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (7.51s) === RUN TestCaseInsensitiveMoveFile run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:09:46 DEBUG : file1: Need to transfer - File not found at Destination 2022/04/15 06:09:51 INFO : sub/file2.rclone_chunk.001_dfr9mk: Moved (server-side) to: sub/file2 2022/04/15 06:09:51 INFO : file1: Copied (new) to: sub/file2 2022/04/15 06:09:51 INFO : file1: Deleted 2022/04/15 06:09:53 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/15 06:09:53 DEBUG : file1: Unchanged skipping 2022/04/15 06:09:53 INFO : file1: Deleted 2022/04/15 06:09:55 DEBUG : sub/file2: move non-chunked object... 2022/04/15 06:09:56 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-lozokax2 2022/04/15 06:09:56 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-lozokax2 2022/04/15 06:09:56 DEBUG : sub/File2-rclone-move-lozokax2: move non-chunked object... 2022/04/15 06:09:56 INFO : sub/File2-rclone-move-lozokax2: Moved (server-side) to: sub/File2 2022/04/15 06:09:56 INFO : sub/File2-rclone-move-lozokax2: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (14.37s) === RUN TestMoveFileBackupDir run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:10:06 INFO : dst/file1.rclone_chunk.001_dfrnht: Moved (server-side) to: dst/file1 2022/04/15 06:10:07 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/backup" 2022/04/15 06:10:07 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/backup" 2022/04/15 06:10:09 DEBUG : Reset feature "ListR" 2022/04/15 06:10:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2022/04/15 06:10:09 DEBUG : dst/file1: move non-chunked object... 2022/04/15 06:10:13 INFO : dst/file1: Moved (server-side) 2022/04/15 06:10:13 INFO : dst/file1: Moved (server-side) 2022/04/15 06:10:13 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:10:17 INFO : dst/file1.rclone_chunk.001_dfrzl0: Moved (server-side) to: dst/file1 2022/04/15 06:10:17 INFO : dst/file1: Copied (new) 2022/04/15 06:10:17 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (23.99s) === RUN TestCopyFile run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:10:25 DEBUG : file1: Need to transfer - File not found at Destination 2022/04/15 06:10:30 INFO : sub/file2.rclone_chunk.001_dfsbxq: Moved (server-side) to: sub/file2 2022/04/15 06:10:30 INFO : file1: Copied (new) to: sub/file2 2022/04/15 06:10:31 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/15 06:10:31 DEBUG : file1: Unchanged skipping 2022/04/15 06:10:32 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (11.49s) === RUN TestCopyFileBackupDir run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:10:41 INFO : dst/file1.rclone_chunk.001_dfsm96: Moved (server-side) to: dst/file1 2022/04/15 06:10:42 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/backup" 2022/04/15 06:10:42 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/backup" 2022/04/15 06:10:44 DEBUG : Reset feature "ListR" 2022/04/15 06:10:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2022/04/15 06:10:44 DEBUG : dst/file1: move non-chunked object... 2022/04/15 06:10:48 INFO : dst/file1: Moved (server-side) 2022/04/15 06:10:48 INFO : dst/file1: Moved (server-side) 2022/04/15 06:10:48 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:10:52 INFO : dst/file1.rclone_chunk.001_dfsy9w: Moved (server-side) to: dst/file1 2022/04/15 06:10:52 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (23.38s) === RUN TestCopyFileCompareDest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:10:59 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/dst" 2022/04/15 06:10:59 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/dst" 2022/04/15 06:11:01 DEBUG : Reset feature "ListR" 2022/04/15 06:11:01 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/CompareDest" 2022/04/15 06:11:01 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/CompareDest" 2022/04/15 06:11:03 DEBUG : Reset feature "ListR" 2022/04/15 06:11:03 DEBUG : one: Need to transfer - File not found at Destination 2022/04/15 06:11:04 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:11:08 INFO : one.rclone_chunk.001_dftenq: Moved (server-side) to: one 2022/04/15 06:11:08 INFO : one: Copied (new) 2022/04/15 06:11:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 06:11:11 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:11:15 INFO : one: Deleted 2022/04/15 06:11:16 INFO : one.rclone_chunk.001_dftlc1: Moved (server-side) to: one 2022/04/15 06:11:16 INFO : one: Copied (replaced existing) 2022/04/15 06:11:22 INFO : dst/one: Deleted 2022/04/15 06:11:23 INFO : dst/one.rclone_chunk.001_dftrci: Moved (server-side) to: dst/one 2022/04/15 06:11:28 INFO : CompareDest/one.rclone_chunk.001_dftxz5: Moved (server-side) to: CompareDest/one 2022/04/15 06:11:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:11:30 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/15 06:11:37 INFO : CompareDest/two.rclone_chunk.001_dfu5mj: Moved (server-side) to: CompareDest/two 2022/04/15 06:11:39 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:11:39 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/15 06:11:41 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:11:41 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/15 06:11:43 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/04/15 06:11:43 DEBUG : two: Need to transfer - File not found at Destination 2022/04/15 06:11:44 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:11:47 INFO : two.rclone_chunk.001_dfui01: Moved (server-side) to: two 2022/04/15 06:11:47 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (55.75s) === RUN TestCopyFileCopyDest run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:11:55 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/dst" 2022/04/15 06:11:55 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/dst" 2022/04/15 06:11:57 DEBUG : Reset feature "ListR" 2022/04/15 06:11:57 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/CopyDest" 2022/04/15 06:11:57 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/CopyDest" 2022/04/15 06:11:59 DEBUG : Reset feature "ListR" 2022/04/15 06:11:59 DEBUG : one: Need to transfer - File not found at Destination 2022/04/15 06:12:00 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:12:05 INFO : one.rclone_chunk.001_dfuyqn: Moved (server-side) to: one 2022/04/15 06:12:05 INFO : one: Copied (new) 2022/04/15 06:12:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 06:12:08 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:12:13 INFO : one: Deleted 2022/04/15 06:12:13 INFO : one.rclone_chunk.001_dfv6on: Moved (server-side) to: one 2022/04/15 06:12:13 INFO : one: Copied (replaced existing) 2022/04/15 06:12:20 INFO : dst/one: Deleted 2022/04/15 06:12:20 INFO : dst/one.rclone_chunk.001_dfvd4e: Moved (server-side) to: dst/one 2022/04/15 06:12:26 INFO : CopyDest/one.rclone_chunk.001_dfvjh5: Moved (server-side) to: CopyDest/one 2022/04/15 06:12:27 DEBUG : Creating backend with remote "TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1/BackupDir" 2022/04/15 06:12:27 DEBUG : Creating backend with remote "TestBox:rclone-test-yipanob7hilaxij4fivemon1/BackupDir" 2022/04/15 06:12:30 DEBUG : Reset feature "ListR" 2022/04/15 06:12:31 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:12:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 06:12:31 DEBUG : one: move non-chunked object... 2022/04/15 06:12:33 INFO : one: Moved (server-side) 2022/04/15 06:12:33 INFO : one: Moved (server-side) 2022/04/15 06:12:33 DEBUG : one: copy non-chunked object... 2022/04/15 06:12:34 INFO : one: Copied (server-side copy) 2022/04/15 06:12:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/04/15 06:12:39 INFO : CopyDest/two.rclone_chunk.001_dfvxbs: Moved (server-side) to: CopyDest/two 2022/04/15 06:12:41 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:12:41 DEBUG : two: copy non-chunked object... 2022/04/15 06:12:42 INFO : two: Copied (server-side copy) 2022/04/15 06:12:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/04/15 06:12:44 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:12:44 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/15 06:12:44 DEBUG : two: Unchanged skipping 2022/04/15 06:12:50 INFO : CopyDest/three.rclone_chunk.001_dfw88s: Moved (server-side) to: CopyDest/three 2022/04/15 06:12:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/04/15 06:12:52 DEBUG : three: Destination not found in --copy-dest 2022/04/15 06:12:52 DEBUG : three: Need to transfer - File not found at Destination 2022/04/15 06:12:52 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:12:56 INFO : three.rclone_chunk.001_dfwe1l: Moved (server-side) to: three 2022/04/15 06:12:56 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (73.49s) === 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:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:13:14 INFO : A1/one.rclone_chunk.001_dfwvx1: Moved (server-side) to: A1/one 2022/04/15 06:13:17 INFO : A1/two.rclone_chunk.001_dfx0l7: Moved (server-side) to: A1/two 2022/04/15 06:13:24 INFO : A1/B1/three.rclone_chunk.001_dfx4lk: Moved (server-side) to: A1/B1/three 2022/04/15 06:13:29 INFO : A1/B1/C1/four.rclone_chunk.001_dfxafd: Moved (server-side) to: A1/B1/C1/four 2022/04/15 06:13:35 INFO : A1/B1/C2/five.rclone_chunk.001_dfxfrp: Moved (server-side) to: A1/B1/C2/five 2022/04/15 06:13:35 DEBUG : A1/B2: Making directory 2022/04/15 06:13:36 DEBUG : A1/B1/C3: Making directory 2022/04/15 06:13:50 DEBUG : A2/B1/C2/five: move non-chunked object... 2022/04/15 06:13:50 DEBUG : A2/two: move non-chunked object... 2022/04/15 06:13:50 DEBUG : A2/one: move non-chunked object... 2022/04/15 06:13:50 DEBUG : A2/B1/C1/four: move non-chunked object... 2022/04/15 06:13:51 INFO : A2/two: Moved (server-side) to: A3/two 2022/04/15 06:13:51 INFO : A2/two: Moved (server-side) to: A3/two 2022/04/15 06:13:51 INFO : A2/one: Moved (server-side) to: A3/one 2022/04/15 06:13:51 INFO : A2/one: Moved (server-side) to: A3/one 2022/04/15 06:13:51 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2022/04/15 06:13:51 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2022/04/15 06:13:51 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2022/04/15 06:13:51 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2022/04/15 06:13:51 DEBUG : A2/B1/three: move non-chunked object... 2022/04/15 06:13:52 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2022/04/15 06:13:52 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three --- PASS: TestDirMove (64.45s) === RUN TestGetFsInfo run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" --- PASS: TestGetFsInfo (0.70s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" operations_test.go:1496: Adjust StreamingUploadCutoff to size limit 1Ki (was 100Ki) 2022/04/15 06:14:14 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': File to upload is small (34 bytes), uploading instead of streaming 2022/04/15 06:14:18 INFO : no_checksum_small_file_from_pipe.rclone_chunk.001_dfyo6l: Moved (server-side) to: no_checksum_small_file_from_pipe 2022/04/15 06:14:18 INFO : no_checksum_small_file_from_pipe: Copied (new) 2022/04/15 06:15:03 INFO : no_checksum_big_file_from_pipe.rclone_chunk.001_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.001 2022/04/15 06:15:04 INFO : no_checksum_big_file_from_pipe.rclone_chunk.002_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.002 2022/04/15 06:15:04 INFO : no_checksum_big_file_from_pipe.rclone_chunk.003_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.003 2022/04/15 06:15:04 DEBUG : Config file has changed externaly - reloading 2022/04/15 06:15:04 DEBUG : TestBox: Loaded invalid token from config file - ignoring 2022/04/15 06:15:05 DEBUG : Config file has changed externaly - reloading 2022/04/15 06:15:05 DEBUG : Saving config "token" in section "TestBox" of the config file 2022/04/15 06:15:05 DEBUG : TestBox: Saved new token in config file 2022/04/15 06:15:05 INFO : no_checksum_big_file_from_pipe.rclone_chunk.004_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.004 2022/04/15 06:15:06 INFO : no_checksum_big_file_from_pipe.rclone_chunk.005_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.005 2022/04/15 06:15:06 INFO : no_checksum_big_file_from_pipe.rclone_chunk.006_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.006 2022/04/15 06:15:07 INFO : no_checksum_big_file_from_pipe.rclone_chunk.007_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.007 2022/04/15 06:15:07 INFO : no_checksum_big_file_from_pipe.rclone_chunk.008_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.008 2022/04/15 06:15:08 INFO : no_checksum_big_file_from_pipe.rclone_chunk.009_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.009 2022/04/15 06:15:09 INFO : no_checksum_big_file_from_pipe.rclone_chunk.010_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.010 2022/04/15 06:15:09 INFO : no_checksum_big_file_from_pipe.rclone_chunk.011_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.011 2022/04/15 06:15:10 INFO : no_checksum_big_file_from_pipe.rclone_chunk.012_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.012 2022/04/15 06:15:10 INFO : no_checksum_big_file_from_pipe.rclone_chunk.013_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.013 2022/04/15 06:15:11 INFO : no_checksum_big_file_from_pipe.rclone_chunk.014_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.014 2022/04/15 06:15:12 INFO : no_checksum_big_file_from_pipe.rclone_chunk.015_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.015 2022/04/15 06:15:12 INFO : no_checksum_big_file_from_pipe.rclone_chunk.016_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.016 2022/04/15 06:15:13 INFO : no_checksum_big_file_from_pipe.rclone_chunk.017_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.017 2022/04/15 06:15:13 INFO : no_checksum_big_file_from_pipe.rclone_chunk.018_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.018 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/backup': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/CompareDest': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/data': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/backup': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/notfound': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/CopyDest': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/data': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/dst': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/BackupDir': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-veqifog2nexebeh9hunaziz7': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 DEBUG : box root 'rclone-test-yipanob7hilaxij4fivemon1/dst': Token expired but no uploads in progress - doing nothing 2022/04/15 06:15:14 INFO : no_checksum_big_file_from_pipe.rclone_chunk.019_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.019 2022/04/15 06:15:14 INFO : no_checksum_big_file_from_pipe.rclone_chunk.020_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.020 2022/04/15 06:15:15 INFO : no_checksum_big_file_from_pipe.rclone_chunk.021_dfysnn: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.021 2022/04/15 06:15:17 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:15:43 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': File to upload is small (34 bytes), uploading instead of streaming 2022/04/15 06:15:47 INFO : with_checksum_small_file_from_pipe.rclone_chunk.001_dg15dr: Moved (server-side) to: with_checksum_small_file_from_pipe 2022/04/15 06:15:47 INFO : with_checksum_small_file_from_pipe: Copied (new) 2022/04/15 06:16:35 INFO : with_checksum_big_file_from_pipe.rclone_chunk.001_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.001 2022/04/15 06:16:36 INFO : with_checksum_big_file_from_pipe.rclone_chunk.002_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.002 2022/04/15 06:16:36 INFO : with_checksum_big_file_from_pipe.rclone_chunk.003_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.003 2022/04/15 06:16:37 INFO : with_checksum_big_file_from_pipe.rclone_chunk.004_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.004 2022/04/15 06:16:37 INFO : with_checksum_big_file_from_pipe.rclone_chunk.005_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.005 2022/04/15 06:16:38 INFO : with_checksum_big_file_from_pipe.rclone_chunk.006_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.006 2022/04/15 06:16:38 INFO : with_checksum_big_file_from_pipe.rclone_chunk.007_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.007 2022/04/15 06:16:39 INFO : with_checksum_big_file_from_pipe.rclone_chunk.008_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.008 2022/04/15 06:16:40 INFO : with_checksum_big_file_from_pipe.rclone_chunk.009_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.009 2022/04/15 06:16:40 INFO : with_checksum_big_file_from_pipe.rclone_chunk.010_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.010 2022/04/15 06:16:41 INFO : with_checksum_big_file_from_pipe.rclone_chunk.011_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.011 2022/04/15 06:16:41 INFO : with_checksum_big_file_from_pipe.rclone_chunk.012_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.012 2022/04/15 06:16:42 INFO : with_checksum_big_file_from_pipe.rclone_chunk.013_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.013 2022/04/15 06:16:42 INFO : with_checksum_big_file_from_pipe.rclone_chunk.014_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.014 2022/04/15 06:16:43 INFO : with_checksum_big_file_from_pipe.rclone_chunk.015_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.015 2022/04/15 06:16:44 INFO : with_checksum_big_file_from_pipe.rclone_chunk.016_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.016 2022/04/15 06:16:45 INFO : with_checksum_big_file_from_pipe.rclone_chunk.017_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.017 2022/04/15 06:16:45 INFO : with_checksum_big_file_from_pipe.rclone_chunk.018_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.018 2022/04/15 06:16:46 INFO : with_checksum_big_file_from_pipe.rclone_chunk.019_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.019 2022/04/15 06:16:46 INFO : with_checksum_big_file_from_pipe.rclone_chunk.020_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.020 2022/04/15 06:16:47 INFO : with_checksum_big_file_from_pipe.rclone_chunk.021_dg193b: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.021 2022/04/15 06:16:58 NOTICE: Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2022/04/15 06:16:58 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:17:22 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': File to upload is small (34 bytes), uploading instead of streaming 2022/04/15 06:17:27 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_dg3xdi: Moved (server-side) to: ignore_checksum_small_file_from_pipe 2022/04/15 06:17:27 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2022/04/15 06:18:13 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001 2022/04/15 06:18:14 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.002_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002 2022/04/15 06:18:14 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.003_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003 2022/04/15 06:18:15 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.004_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004 2022/04/15 06:18:15 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.005_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005 2022/04/15 06:18:16 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.006_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006 2022/04/15 06:18:16 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.007_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007 2022/04/15 06:18:17 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.008_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008 2022/04/15 06:18:17 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.009_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009 2022/04/15 06:18:18 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.010_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010 2022/04/15 06:18:18 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.011_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011 2022/04/15 06:18:19 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.012_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012 2022/04/15 06:18:19 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.013_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013 2022/04/15 06:18:20 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.014_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014 2022/04/15 06:18:21 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.015_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015 2022/04/15 06:18:21 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.016_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016 2022/04/15 06:18:22 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.017_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017 2022/04/15 06:18:22 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.018_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018 2022/04/15 06:18:23 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.019_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019 2022/04/15 06:18:23 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.020_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020 2022/04/15 06:18:24 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.021_dg41zy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021 2022/04/15 06:18:26 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:18:51 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': File to upload is small (34 bytes), uploading instead of streaming 2022/04/15 06:18:55 INFO : ignore_checksum_small_file_from_pipe.rclone_chunk.001_dg6dje: Moved (server-side) to: ignore_checksum_small_file_from_pipe 2022/04/15 06:18:55 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2022/04/15 06:19:39 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.001_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001 2022/04/15 06:19:40 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.002_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002 2022/04/15 06:19:40 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.003_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003 2022/04/15 06:19:41 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.004_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004 2022/04/15 06:19:41 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.005_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005 2022/04/15 06:19:42 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.006_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006 2022/04/15 06:19:43 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.007_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007 2022/04/15 06:19:43 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.008_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008 2022/04/15 06:19:44 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.009_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009 2022/04/15 06:19:44 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.010_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010 2022/04/15 06:19:45 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.011_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011 2022/04/15 06:19:45 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.012_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012 2022/04/15 06:19:46 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.013_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013 2022/04/15 06:19:46 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.014_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014 2022/04/15 06:19:47 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.015_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015 2022/04/15 06:19:48 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.016_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016 2022/04/15 06:19:48 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.017_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017 2022/04/15 06:19:49 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.018_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018 2022/04/15 06:19:49 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.019_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019 2022/04/15 06:19:50 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.020_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020 2022/04/15 06:19:50 INFO : ignore_checksum_big_file_from_pipe.rclone_chunk.021_dg6hoi: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021 2022/04/15 06:19:54 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (365.18s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (88.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (99.60s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (88.76s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (87.92s) === RUN TestRcatSize run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:20:24 INFO : potato1.rclone_chunk.001_dg8thd: Moved (server-side) to: potato1.rclone_chunk.001 2022/04/15 06:20:25 INFO : potato1.rclone_chunk.002_dg8thd: Moved (server-side) to: potato1.rclone_chunk.002 2022/04/15 06:20:27 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': File to upload is small (60 bytes), uploading instead of streaming 2022/04/15 06:20:33 INFO : potato2.rclone_chunk.001_dg912p: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:20:34 INFO : potato2.rclone_chunk.002_dg912p: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:20:36 INFO : potato2: Copied (new) --- PASS: TestRcatSize (25.60s) === RUN TestCopyFileMaxTransfer run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:20:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2022/04/15 06:20:45 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:20:50 INFO : TestCopyFileMaxTransfer/file1.rclone_chunk.001_dg9jcj: Moved (server-side) to: TestCopyFileMaxTransfer/file1 2022/04/15 06:20:50 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2022/04/15 06:20:52 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2022/04/15 06:20:52 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit 2022/04/15 06:22:55 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://upload.box.com/api/2.0/files/content": failed to copy data: Max transfer limit reached as set by --max-transfer 2022/04/15 06:22:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination operations_test.go:1609: skipping remainder of test for chunker as it involves multiple transfers --- PASS: TestCopyFileMaxTransfer (135.35s) === RUN TestTouchDir run.go:181: Remote "Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1'", Local "Local file system at /tmp/rclone4095978215", Modify Window "1s" 2022/04/15 06:23:06 INFO : potato2.rclone_chunk.001_dgda8s: Moved (server-side) to: potato2.rclone_chunk.001 2022/04/15 06:23:06 INFO : potato2.rclone_chunk.002_dgda8s: Moved (server-side) to: potato2.rclone_chunk.002 2022/04/15 06:23:12 INFO : empty space.rclone_chunk.001_dgdjww: Moved (server-side) to: empty space 2022/04/15 06:23:18 INFO : sub dir/potato3.rclone_chunk.001_dgdnwh: Moved (server-side) to: sub dir/potato3 2022/04/15 06:23:19 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Touching "empty space" 2022/04/15 06:23:20 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Touching "potato2" 2022/04/15 06:23:22 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Touching "sub dir/potato3" --- PASS: TestTouchDir (31.66s) === 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 TestRcStat rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcStat (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 2022/04/15 06:23:31 DEBUG : Chunked 'TestChunkerChunk50bBox:rclone-test-yipanob7hilaxij4fivemon1': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bBox: -verbose -size-limit 1024" - Finished OK in 25m21.668599359s (try 1/5)