"./operations.test -test.v -test.timeout 1h0m0s -remote TestDropbox: -verbose" - Starting (try 1/5) 2021/02/08 05:33:49 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5" 2021/02/08 05:33:49 DEBUG : Creating backend with remote "/tmp/rclone522770948" === 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:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/02/08 05:33:52 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/02/08 05:33:52 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/02/08 05:33:52 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/02/08 05:33:53 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/02/08 05:33:53 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/02/08 05:33:53 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/02/08 05:33:55 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/02/08 05:33:55 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/02/08 05:33:55 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/02/08 05:33:55 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/02/08 05:33:55 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/02/08 05:33:55 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/02/08 05:33:57 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/02/08 05:33:57 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/02/08 05:33:57 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/02/08 05:33:58 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/02/08 05:33:58 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/02/08 05:33:58 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (10.02s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.76s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.48s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.35s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/02/08 05:33:59 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/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/02/08 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/02/08 05:33:59 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 "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.75s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.81s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2021/02/08 05:34:11 DEBUG : Creating backend with remote "non-existent" 2021/02/08 05:34:11 DEBUG : Creating backend with remote "non-existent" 2021/02/08 05:34:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/02/08 05:34:11 ERROR : : error reading source directory: directory not found 2021/02/08 05:34:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/02/08 05:34:11 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 "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.17s) --- PASS: TestCheckDownload/1 (0.79s) --- PASS: TestCheckDownload/2 (0.92s) --- PASS: TestCheckDownload/3 (0.77s) --- PASS: TestCheckDownload/4 (0.82s) --- PASS: TestCheckDownload/5 (0.81s) --- PASS: TestCheckDownload/6 (0.75s) --- PASS: TestCheckDownload/7 (0.90s) === RUN TestCheckSizeOnly run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.35s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.32s) --- PASS: TestCheckSizeOnly/5 (0.34s) --- PASS: TestCheckSizeOnly/6 (0.70s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.60s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.51s) === RUN TestDeduplicateFirst run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.59s) === RUN TestDeduplicateNewest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.49s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:34:47 INFO : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': Looking for duplicate DropboxHash hashes using newest mode. 2021/02/08 05:34:48 NOTICE: 5b7ec0750ad900ba6a389b4475b0c39568e85ab43b21a136b1ec04dabf840b2b: Found 3 files with duplicate DropboxHash hashes 2021/02/08 05:34:49 INFO : one: Deleted 2021/02/08 05:34:49 INFO : also/one: Deleted 2021/02/08 05:34:49 NOTICE: 5b7ec0750ad900ba6a389b4475b0c39568e85ab43b21a136b1ec04dabf840b2b: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (12.33s) === RUN TestDeduplicateOldest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.51s) === RUN TestDeduplicateLargest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.58s) === RUN TestDeduplicateSmallest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.49s) === RUN TestDeduplicateRename run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.66s) === RUN TestMergeDirs run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.55s) === RUN TestListDirSorted run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:35:06 DEBUG : a.txt: Excluded 2021/02/08 05:35:06 DEBUG : sub dir/hello world: Excluded 2021/02/08 05:35:06 DEBUG : sub dir/hello world2: Excluded 2021/02/08 05:35:07 DEBUG : sub dir/ignore dir: Excluded 2021/02/08 05:35:07 DEBUG : sub dir/hello world: Excluded 2021/02/08 05:35:07 DEBUG : sub dir/hello world2: Excluded 2021/02/08 05:35:07 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (23.01s) === RUN TestMkdir run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:35:19 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': Making directory 2021/02/08 05:35:20 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': Making directory --- PASS: TestMkdir (1.62s) === RUN TestLsd run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestLsd (4.78s) === RUN TestLs run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestLs (5.22s) === RUN TestLsWithFilesFrom run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:35:34 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.75s) === RUN TestLsLong run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestLsLong (5.08s) === RUN TestHashSums run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:35:47 ERROR : empty space: Hash unsupported: hash type not supported 2021/02/08 05:35:47 ERROR : potato2: Hash unsupported: hash type not supported 2021/02/08 05:35:48 ERROR : empty space: Hash unsupported: hash type not supported 2021/02/08 05:35:48 ERROR : potato2: Hash unsupported: hash type not supported 2021/02/08 05:35:49 ERROR : empty space: Hash unsupported: hash type not supported 2021/02/08 05:35:49 ERROR : potato2: Hash unsupported: hash type not supported --- PASS: TestHashSums (10.34s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestCount (8.85s) === RUN TestDelete run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:36:05 DEBUG : Waiting for deletions to finish 2021/02/08 05:36:05 DEBUG : large: Excluded 2021/02/08 05:36:06 INFO : medium: Deleted 2021/02/08 05:36:06 INFO : small: Deleted --- PASS: TestDelete (6.94s) === RUN TestRetry 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 1/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 2/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 1/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 2/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 3/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 4/5 2021/02/08 05:36:08 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestCat (9.89s) === RUN TestPurge 2021/02/08 05:36:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/02/08 05:36:18 DEBUG : Creating backend with remote "TestDropbox:rclone-test-kahuhey1zegaqud5hiruxam8" 2021/02/08 05:36:18 DEBUG : Creating backend with remote "/tmp/rclone893377494" run.go:176: Remote "Dropbox root 'rclone-test-kahuhey1zegaqud5hiruxam8'", Local "Local file system at /tmp/rclone893377494", Modify Window "1s" 2021/02/08 05:36:20 DEBUG : A2: Making directory 2021/02/08 05:36:21 DEBUG : A1/B2: Making directory 2021/02/08 05:36:22 DEBUG : A1/B2/C2: Making directory 2021/02/08 05:36:22 DEBUG : A1/B1/C3: Making directory 2021/02/08 05:36:23 DEBUG : A3: Making directory 2021/02/08 05:36:24 DEBUG : A3/B3: Making directory 2021/02/08 05:36:25 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/02/08 05:36:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:36:25 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/02/08 05:36:25 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:36:25 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/...) 2021/02/08 05:36:25 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/02/08 05:36:26 DEBUG : pacer: low level retry 4/10 (error too_many_write_operations/...) 2021/02/08 05:36:26 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2021/02/08 05:36:26 DEBUG : pacer: Reducing sleep to 120ms 2021/02/08 05:36:26 DEBUG : A3/B3/C4: Making directory 2021/02/08 05:36:26 DEBUG : pacer: Reducing sleep to 90ms 2021/02/08 05:36:27 DEBUG : pacer: Reducing sleep to 67.5ms 2021/02/08 05:36:28 DEBUG : pacer: Reducing sleep to 50.625ms 2021/02/08 05:36:28 DEBUG : pacer: Reducing sleep to 37.96875ms 2021/02/08 05:36:29 DEBUG : pacer: Reducing sleep to 28.476562ms 2021/02/08 05:36:29 DEBUG : pacer: Reducing sleep to 21.357421ms 2021/02/08 05:36:29 DEBUG : pacer: Reducing sleep to 16.018065ms 2021/02/08 05:36:29 DEBUG : pacer: Reducing sleep to 12.013548ms 2021/02/08 05:36:29 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:36:33 ERROR : : error listing: directory not found 2021/02/08 05:36:33 DEBUG : Dropbox root 'rclone-test-kahuhey1zegaqud5hiruxam8': Purge remote 2021/02/08 05:36:33 purge failed: path_lookup/not_found/... --- PASS: TestPurge (15.30s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:36:34 DEBUG : A2: Making directory 2021/02/08 05:36:35 DEBUG : A1/B2: Making directory 2021/02/08 05:36:36 DEBUG : A1/B2/C2: Making directory 2021/02/08 05:36:36 DEBUG : A1/B1/C3: Making directory 2021/02/08 05:36:37 DEBUG : A3: Making directory 2021/02/08 05:36:38 DEBUG : A3/B3: Making directory 2021/02/08 05:36:39 DEBUG : A3/B3/C4: Making directory 2021/02/08 05:36:42 DEBUG : A3/B3/C4: Removing directory 2021/02/08 05:36:46 DEBUG : A3/B3: Removing directory 2021/02/08 05:36:47 DEBUG : A3: Removing directory 2021/02/08 05:36:49 DEBUG : A2: Removing directory 2021/02/08 05:36:50 DEBUG : A1/B2/C2: Removing directory 2021/02/08 05:36:52 DEBUG : A1/B2: Removing directory 2021/02/08 05:36:53 DEBUG : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (29.30s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:37:03 DEBUG : A1: Making directory 2021/02/08 05:37:03 DEBUG : A1/B1: Making directory 2021/02/08 05:37:04 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/02/08 05:37:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:37:05 DEBUG : pacer: Reducing sleep to 15ms 2021/02/08 05:37:05 DEBUG : A1/B1/C1: Making directory 2021/02/08 05:37:05 DEBUG : pacer: Reducing sleep to 11.25ms 2021/02/08 05:37:05 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:37:07 DEBUG : A1/B1/C1: Removing directory 2021/02/08 05:37:09 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (10.70s) === RUN TestCopyURL run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestCopyURL (7.18s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:37:20 DEBUG : file1: Need to transfer - File not found at Destination 2021/02/08 05:37:22 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:37:22 INFO : file1: Copied (new) to: sub/file2 2021/02/08 05:37:22 INFO : file1: Deleted 2021/02/08 05:37:23 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/02/08 05:37:23 DEBUG : file1: Unchanged skipping 2021/02/08 05:37:23 INFO : file1: Deleted 2021/02/08 05:37:23 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.24s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:37:27 DEBUG : file1: Need to transfer - File not found at Destination 2021/02/08 05:37:28 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:37:28 INFO : file1: Copied (new) to: sub/file2 2021/02/08 05:37:28 INFO : file1: Deleted 2021/02/08 05:37:28 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/02/08 05:37:28 DEBUG : file1: Unchanged skipping 2021/02/08 05:37:28 INFO : file1: Deleted 2021/02/08 05:37:30 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/02/08 05:37:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:37:32 DEBUG : pacer: Reducing sleep to 15ms 2021/02/08 05:37:32 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-zepitih4 2021/02/08 05:37:34 DEBUG : pacer: Reducing sleep to 11.25ms 2021/02/08 05:37:34 INFO : sub/File2-rclone-move-zepitih4: Moved (server-side) to: sub/File2 2021/02/08 05:37:34 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestCaseInsensitiveMoveFile (10.35s) === RUN TestMoveFileBackupDir run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:37:39 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/backup" 2021/02/08 05:37:39 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/02/08 05:37:45 INFO : dst/file1: Moved (server-side) 2021/02/08 05:37:46 DEBUG : dst/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:37:46 INFO : dst/file1: Copied (new) 2021/02/08 05:37:46 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (17.32s) === RUN TestCopyFile run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:37:54 DEBUG : file1: Need to transfer - File not found at Destination 2021/02/08 05:37:55 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:37:55 INFO : file1: Copied (new) to: sub/file2 2021/02/08 05:37:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/02/08 05:37:56 DEBUG : file1: Unchanged skipping 2021/02/08 05:37:57 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (6.33s) === RUN TestCopyFileBackupDir run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:38:02 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/backup" 2021/02/08 05:38:03 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/02/08 05:38:03 DEBUG : pacer: low level retry 1/10 (error from_write/too_many_write_operations/..) 2021/02/08 05:38:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:38:04 DEBUG : pacer: low level retry 2/10 (error from_write/too_many_write_operations/.) 2021/02/08 05:38:04 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:38:06 DEBUG : pacer: Reducing sleep to 30ms 2021/02/08 05:38:06 INFO : dst/file1: Moved (server-side) 2021/02/08 05:38:07 DEBUG : dst/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:38:07 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (14.73s) === RUN TestCopyFileCompareDest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:38:15 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/dst" 2021/02/08 05:38:16 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/CompareDest" 2021/02/08 05:38:16 DEBUG : one: Need to transfer - File not found at Destination 2021/02/08 05:38:17 DEBUG : one: DropboxHash = fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad OK 2021/02/08 05:38:17 INFO : one: Copied (new) 2021/02/08 05:38:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:38:21 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/02/08 05:38:21 INFO : one: Copied (replaced existing) 2021/02/08 05:38:24 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:24 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:38:27 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:27 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:38:28 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:28 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:38:30 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/02/08 05:38:30 DEBUG : two: Need to transfer - File not found at Destination 2021/02/08 05:38:31 DEBUG : two: DropboxHash = 25e70b9a05696acbcc5bd6fa74ba6fa580c9a58960a02390ae1d2f71d21c0378 OK 2021/02/08 05:38:31 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (23.47s) === RUN TestCopyFileCopyDest run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:38:39 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/dst" 2021/02/08 05:38:39 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/CopyDest" 2021/02/08 05:38:40 DEBUG : one: Need to transfer - File not found at Destination 2021/02/08 05:38:41 DEBUG : one: DropboxHash = fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad OK 2021/02/08 05:38:41 INFO : one: Copied (new) 2021/02/08 05:38:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:38:44 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/02/08 05:38:44 INFO : one: Copied (replaced existing) 2021/02/08 05:38:47 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bumoxos6kuqeyap2bujokud5/BackupDir" 2021/02/08 05:38:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:38:49 DEBUG : pacer: low level retry 1/10 (error from_write/too_many_write_operations/.) 2021/02/08 05:38:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:38:51 DEBUG : pacer: Reducing sleep to 15ms 2021/02/08 05:38:51 INFO : one: Moved (server-side) 2021/02/08 05:38:52 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/02/08 05:38:52 INFO : one: Copied (server-side copy) 2021/02/08 05:38:52 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/02/08 05:38:54 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:55 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/02/08 05:38:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:38:56 DEBUG : pacer: Reducing sleep to 15ms 2021/02/08 05:38:56 DEBUG : two: DropboxHash = 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 OK 2021/02/08 05:38:56 INFO : two: Copied (server-side copy) 2021/02/08 05:38:56 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/02/08 05:38:56 DEBUG : pacer: Reducing sleep to 11.25ms 2021/02/08 05:38:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/02/08 05:38:57 DEBUG : two: Unchanged skipping 2021/02/08 05:38:59 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:39:00 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/02/08 05:39:00 DEBUG : three: Destination not found in --copy-dest 2021/02/08 05:39:00 DEBUG : three: Need to transfer - File not found at Destination 2021/02/08 05:39:01 DEBUG : three: DropboxHash = 78af7ad260025156e50fd9648fd9a36509cd3541c9a8d02597e9b3c598937cbd OK 2021/02/08 05:39:01 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (34.14s) === 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 "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:39:18 DEBUG : A1/B2: Making directory 2021/02/08 05:39:19 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/02/08 05:39:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:39:19 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/.) 2021/02/08 05:39:19 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:39:20 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/..) 2021/02/08 05:39:20 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/02/08 05:39:20 DEBUG : pacer: Reducing sleep to 60ms 2021/02/08 05:39:20 DEBUG : A1/B1/C3: Making directory 2021/02/08 05:39:21 DEBUG : pacer: Reducing sleep to 45ms 2021/02/08 05:39:21 DEBUG : pacer: Reducing sleep to 33.75ms 2021/02/08 05:39:22 DEBUG : pacer: Reducing sleep to 25.3125ms 2021/02/08 05:39:22 DEBUG : pacer: Reducing sleep to 18.984375ms 2021/02/08 05:39:22 DEBUG : pacer: Reducing sleep to 14.238281ms 2021/02/08 05:39:22 DEBUG : pacer: Reducing sleep to 10.67871ms 2021/02/08 05:39:22 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:39:23 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/02/08 05:39:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:39:25 DEBUG : pacer: Reducing sleep to 15ms 2021/02/08 05:39:25 DEBUG : pacer: Reducing sleep to 11.25ms 2021/02/08 05:39:25 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:39:27 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/02/08 05:39:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:39:28 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/02/08 05:39:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:39:28 DEBUG : pacer: Reducing sleep to 30ms 2021/02/08 05:39:28 DEBUG : pacer: Reducing sleep to 22.5ms 2021/02/08 05:39:29 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/02/08 05:39:29 DEBUG : pacer: Rate limited, increasing sleep to 45ms 2021/02/08 05:39:29 DEBUG : pacer: Reducing sleep to 33.75ms 2021/02/08 05:39:29 DEBUG : pacer: Reducing sleep to 25.3125ms 2021/02/08 05:39:30 DEBUG : pacer: Reducing sleep to 18.984375ms 2021/02/08 05:39:30 DEBUG : pacer: Reducing sleep to 14.238281ms 2021/02/08 05:39:31 DEBUG : pacer: Reducing sleep to 10.67871ms 2021/02/08 05:39:31 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:39:31 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/02/08 05:39:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:39:32 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/.) 2021/02/08 05:39:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:39:33 DEBUG : pacer: Reducing sleep to 30ms 2021/02/08 05:39:33 DEBUG : pacer: Reducing sleep to 22.5ms 2021/02/08 05:39:34 DEBUG : pacer: Reducing sleep to 16.875ms 2021/02/08 05:39:34 DEBUG : pacer: Reducing sleep to 12.65625ms 2021/02/08 05:39:34 DEBUG : pacer: Reducing sleep to 10ms 2021/02/08 05:39:34 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/02/08 05:39:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/02/08 05:39:34 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/02/08 05:39:34 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/02/08 05:39:34 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/02/08 05:39:34 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/02/08 05:39:34 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/02/08 05:39:34 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2021/02/08 05:39:35 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/02/08 05:39:35 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2021/02/08 05:39:35 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/02/08 05:39:35 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2021/02/08 05:39:35 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/.) 2021/02/08 05:39:35 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2021/02/08 05:39:35 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/..) 2021/02/08 05:39:35 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/02/08 05:39:36 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/.) 2021/02/08 05:39:36 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/..) 2021/02/08 05:39:38 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/.) 2021/02/08 05:39:41 DEBUG : pacer: Reducing sleep to 1.5s 2021/02/08 05:39:41 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2021/02/08 05:39:42 DEBUG : pacer: low level retry 4/10 (error too_many_write_operations/..) 2021/02/08 05:39:42 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/02/08 05:39:45 DEBUG : pacer: Reducing sleep to 1.5s 2021/02/08 05:39:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/02/08 05:39:45 DEBUG : pacer: low level retry 4/10 (error too_many_write_operations/) 2021/02/08 05:39:45 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/02/08 05:39:46 DEBUG : pacer: Reducing sleep to 1.5s 2021/02/08 05:39:50 DEBUG : pacer: Reducing sleep to 1.125s 2021/02/08 05:39:50 INFO : A2/two: Moved (server-side) to: A3/two 2021/02/08 05:39:51 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/02/08 05:39:51 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/02/08 05:39:52 DEBUG : pacer: Reducing sleep to 1.5s 2021/02/08 05:39:52 INFO : A2/one: Moved (server-side) to: A3/one 2021/02/08 05:39:53 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/02/08 05:39:53 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/02/08 05:39:55 DEBUG : pacer: Reducing sleep to 1.5s 2021/02/08 05:39:55 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/02/08 05:39:56 DEBUG : pacer: Reducing sleep to 1.125s 2021/02/08 05:39:57 DEBUG : pacer: Reducing sleep to 843.75ms 2021/02/08 05:39:59 DEBUG : pacer: Reducing sleep to 632.8125ms 2021/02/08 05:39:59 DEBUG : pacer: Reducing sleep to 474.609375ms 2021/02/08 05:40:00 DEBUG : pacer: Reducing sleep to 355.957031ms 2021/02/08 05:40:01 DEBUG : pacer: Reducing sleep to 266.967773ms 2021/02/08 05:40:02 DEBUG : pacer: Reducing sleep to 200.225829ms 2021/02/08 05:40:02 DEBUG : pacer: Reducing sleep to 150.169371ms 2021/02/08 05:40:03 DEBUG : pacer: Reducing sleep to 112.627028ms 2021/02/08 05:40:03 DEBUG : pacer: Reducing sleep to 84.470271ms 2021/02/08 05:40:03 DEBUG : pacer: Reducing sleep to 63.352703ms 2021/02/08 05:40:04 DEBUG : pacer: Reducing sleep to 47.514527ms 2021/02/08 05:40:04 DEBUG : pacer: Reducing sleep to 35.635895ms 2021/02/08 05:40:05 DEBUG : pacer: Reducing sleep to 26.726921ms 2021/02/08 05:40:05 DEBUG : pacer: Reducing sleep to 20.04519ms 2021/02/08 05:40:06 DEBUG : pacer: Reducing sleep to 15.033892ms 2021/02/08 05:40:06 DEBUG : pacer: Reducing sleep to 11.275419ms 2021/02/08 05:40:07 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestDirMove (69.51s) === RUN TestGetFsInfo run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:23 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:40:25 DEBUG : no_checksum_small_file_from_pipe: DropboxHash = 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f OK 2021/02/08 05:40:25 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:40:25 DEBUG : no_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/02/08 05:40:26 DEBUG : no_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/02/08 05:40:27 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:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:29 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:40:31 DEBUG : with_checksum_small_file_from_pipe: DropboxHash = 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f OK 2021/02/08 05:40:31 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:40:31 DEBUG : with_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/02/08 05:40:32 DEBUG : with_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/02/08 05:40:33 DEBUG : with_checksum_big_file_from_pipe: DropboxHash = 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 OK 2021/02/08 05:40:33 DEBUG : with_checksum_big_file_from_pipe: Size and DropboxHash of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:35 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:40:36 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:40:36 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/02/08 05:40:37 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/02/08 05:40:38 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:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:40 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:40:42 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:40:42 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/02/08 05:40:42 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/02/08 05:40:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.40s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.04s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.37s) === RUN TestRcatSize run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:47 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': File to upload is small (60 bytes), uploading instead of streaming 2021/02/08 05:40:48 DEBUG : potato2: DropboxHash = a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a OK 2021/02/08 05:40:48 INFO : potato2: Copied (new) --- PASS: TestRcatSize (4.19s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5'", Local "Local file system at /tmp/rclone522770948", Modify Window "1s" 2021/02/08 05:40:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/02/08 05:40:51 DEBUG : TestCopyFileMaxTransfer/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/02/08 05:40:51 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/02/08 05:40:52 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/02/08 05:40:52 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: upload failed: Post "https://content.dropboxapi.com/2/files/upload": Max transfer limit reached as set by --max-transfer 2021/02/08 05:40:52 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/02/08 05:40:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/02/08 05:40:54 DEBUG : TestCopyFileMaxTransfer/file4: DropboxHash = 208a49e88c65a64421d28db4979705faa8e0616201eda7c83bbb323a4483a34c OK 2021/02/08 05:40:54 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.83s) === 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/02/08 05:40:59 DEBUG : Dropbox root 'rclone-test-bumoxos6kuqeyap2bujokud5': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDropbox: -verbose" - Finished OK in 7m10.615006331s (try 1/5)