"./operations.test -test.v -test.timeout 1h0m0s -remote TestDropbox: -verbose" - Starting (try 1/5) 2021/03/04 05:03:34 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8" 2021/03/04 05:03:34 DEBUG : Creating backend with remote "/tmp/rclone095772475" === 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/04 05:03:37 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 05:03:37 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/04 05:03:37 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 05:03:38 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/04 05:03:38 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 05:03:38 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/04 05:03:40 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 05:03:40 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/04 05:03:40 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 05:03:41 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 05:03:41 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/04 05:03:41 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/04 05:03:43 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/04 05:03:43 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/04 05:03:43 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/04 05:03:44 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/04 05:03:44 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/04 05:03:44 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (10.76s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.52s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (3.18s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.85s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 05:03:45 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/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 05:03:45 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 05:03:45 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", 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.54s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.36s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2021/03/04 05:03:56 DEBUG : Creating backend with remote "non-existent" 2021/03/04 05:03:56 DEBUG : Creating backend with remote "non-existent" 2021/03/04 05:03:56 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/03/04 05:03:56 ERROR : : error reading source directory: directory not found 2021/03/04 05:03:56 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/04 05:03:56 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", 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 (15.34s) --- PASS: TestCheckDownload/1 (1.17s) --- PASS: TestCheckDownload/2 (0.90s) --- PASS: TestCheckDownload/3 (0.80s) --- PASS: TestCheckDownload/4 (0.83s) --- PASS: TestCheckDownload/5 (0.85s) --- PASS: TestCheckDownload/6 (0.92s) --- PASS: TestCheckDownload/7 (0.82s) === RUN TestCheckSizeOnly run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", 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 (10.67s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.44s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.31s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.48s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.57s) === RUN TestDeduplicateFirst run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.49s) === RUN TestDeduplicateNewest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.47s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:04:31 INFO : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': Looking for duplicate DropboxHash hashes using newest mode. 2021/03/04 05:04:31 NOTICE: ca14fa1d41196ac05c7af4efe90eaa5b79657d9d3b36d8398782f7ad6aec58ae: Found 3 files with duplicate DropboxHash hashes 2021/03/04 05:04:32 INFO : one: Deleted 2021/03/04 05:04:32 INFO : also/one: Deleted 2021/03/04 05:04:32 NOTICE: ca14fa1d41196ac05c7af4efe90eaa5b79657d9d3b36d8398782f7ad6aec58ae: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (12.46s) === RUN TestDeduplicateOldest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.47s) === RUN TestDeduplicateLargest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.47s) === RUN TestDeduplicateSmallest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.53s) === RUN TestMergeDirs run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.51s) === RUN TestListDirSorted run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:04:50 DEBUG : a.txt: Excluded 2021/03/04 05:04:50 DEBUG : sub dir/hello world: Excluded 2021/03/04 05:04:50 DEBUG : sub dir/hello world2: Excluded 2021/03/04 05:04:51 DEBUG : sub dir/ignore dir: Excluded 2021/03/04 05:04:51 DEBUG : sub dir/hello world: Excluded 2021/03/04 05:04:51 DEBUG : sub dir/hello world2: Excluded 2021/03/04 05:04:51 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (23.20s) === RUN TestMkdir run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:05:03 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': Making directory 2021/03/04 05:05:04 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': Making directory --- PASS: TestMkdir (1.66s) === RUN TestLsd run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestLsd (4.79s) === RUN TestLs run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestLs (4.51s) === RUN TestLsWithFilesFrom run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:05:17 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.00s) === RUN TestLsLong run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestLsLong (6.57s) === RUN TestHashSums run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:05:30 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 05:05:30 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 05:05:31 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 05:05:31 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 05:05:32 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 05:05:32 ERROR : potato2: Hash unsupported: hash type not supported --- PASS: TestHashSums (10.40s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestCount (8.80s) === RUN TestDelete run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:05:48 DEBUG : Waiting for deletions to finish 2021/03/04 05:05:48 DEBUG : large: Excluded 2021/03/04 05:05:49 INFO : medium: Deleted 2021/03/04 05:05:49 INFO : small: Deleted --- PASS: TestDelete (6.60s) === RUN TestRetry 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 3/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 4/5 2021/03/04 05:05:51 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestCat (9.53s) === RUN TestPurge 2021/03/04 05:06:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/04 05:06:01 DEBUG : Creating backend with remote "TestDropbox:rclone-test-ziqogun9luborut7dozovos8" 2021/03/04 05:06:01 DEBUG : Creating backend with remote "/tmp/rclone247398693" run.go:176: Remote "Dropbox root 'rclone-test-ziqogun9luborut7dozovos8'", Local "Local file system at /tmp/rclone247398693", Modify Window "1s" 2021/03/04 05:06:04 DEBUG : A2: Making directory 2021/03/04 05:06:05 DEBUG : A1/B2: Making directory 2021/03/04 05:06:05 DEBUG : A1/B2/C2: Making directory 2021/03/04 05:06:06 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:06:07 DEBUG : A3: Making directory 2021/03/04 05:06:08 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/03/04 05:06:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:06:08 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/03/04 05:06:08 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/03/04 05:06:09 DEBUG : pacer: Reducing sleep to 30ms 2021/03/04 05:06:09 DEBUG : A3/B3: Making directory 2021/03/04 05:06:09 DEBUG : pacer: Reducing sleep to 22.5ms 2021/03/04 05:06:09 DEBUG : pacer: Reducing sleep to 16.875ms 2021/03/04 05:06:09 DEBUG : A3/B3/C4: Making directory 2021/03/04 05:06:10 DEBUG : pacer: Reducing sleep to 12.65625ms 2021/03/04 05:06:10 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/03/04 05:06:10 DEBUG : pacer: Rate limited, increasing sleep to 25.3125ms 2021/03/04 05:06:10 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/...) 2021/03/04 05:06:10 DEBUG : pacer: Rate limited, increasing sleep to 50.625ms 2021/03/04 05:06:11 DEBUG : pacer: Reducing sleep to 37.96875ms 2021/03/04 05:06:12 DEBUG : pacer: Reducing sleep to 28.476562ms 2021/03/04 05:06:12 DEBUG : pacer: Reducing sleep to 21.357421ms 2021/03/04 05:06:12 DEBUG : pacer: Reducing sleep to 16.018065ms 2021/03/04 05:06:12 DEBUG : pacer: Reducing sleep to 12.013548ms 2021/03/04 05:06:13 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:06:16 ERROR : : error listing: directory not found 2021/03/04 05:06:16 DEBUG : Dropbox root 'rclone-test-ziqogun9luborut7dozovos8': Purge remote 2021/03/04 05:06:16 purge failed: path_lookup/not_found/. --- PASS: TestPurge (15.52s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:06:18 DEBUG : A2: Making directory 2021/03/04 05:06:19 DEBUG : A1/B2: Making directory 2021/03/04 05:06:19 DEBUG : A1/B2/C2: Making directory 2021/03/04 05:06:20 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:06:22 DEBUG : A3: Making directory 2021/03/04 05:06:22 DEBUG : A3/B3: Making directory 2021/03/04 05:06:23 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/03/04 05:06:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:06:23 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/.) 2021/03/04 05:06:23 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/03/04 05:06:24 DEBUG : pacer: Reducing sleep to 30ms 2021/03/04 05:06:24 DEBUG : A3/B3/C4: Making directory 2021/03/04 05:06:24 DEBUG : pacer: Reducing sleep to 22.5ms 2021/03/04 05:06:25 DEBUG : pacer: Reducing sleep to 16.875ms 2021/03/04 05:06:26 DEBUG : pacer: Reducing sleep to 12.65625ms 2021/03/04 05:06:26 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:06:28 DEBUG : A3/B3/C4: Removing directory 2021/03/04 05:06:33 DEBUG : A3/B3: Removing directory 2021/03/04 05:06:34 DEBUG : A3: Removing directory 2021/03/04 05:06:36 DEBUG : A2: Removing directory 2021/03/04 05:06:37 DEBUG : A1/B2/C2: Removing directory 2021/03/04 05:06:38 DEBUG : A1/B2: Removing directory 2021/03/04 05:06:40 DEBUG : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (32.50s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:06:49 DEBUG : A1: Making directory 2021/03/04 05:06:50 DEBUG : A1/B1: Making directory 2021/03/04 05:06:51 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/03/04 05:06:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:06:52 DEBUG : pacer: Reducing sleep to 15ms 2021/03/04 05:06:52 DEBUG : A1/B1/C1: Making directory 2021/03/04 05:06:52 DEBUG : pacer: Reducing sleep to 11.25ms 2021/03/04 05:06:52 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:06:54 DEBUG : A1/B1/C1: Removing directory 2021/03/04 05:06:56 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (11.03s) === RUN TestRmdirsWithFilter run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:07:00 DEBUG : A1: Making directory 2021/03/04 05:07:01 DEBUG : A1/B1: Making directory 2021/03/04 05:07:02 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/03/04 05:07:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:07:04 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/..) 2021/03/04 05:07:04 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/03/04 05:07:05 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/) 2021/03/04 05:07:05 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/03/04 05:07:06 DEBUG : pacer: Reducing sleep to 60ms 2021/03/04 05:07:06 DEBUG : A1/B1/C1: Making directory 2021/03/04 05:07:06 DEBUG : pacer: Reducing sleep to 45ms 2021/03/04 05:07:06 DEBUG : pacer: Reducing sleep to 33.75ms 2021/03/04 05:07:07 DEBUG : pacer: Reducing sleep to 25.3125ms 2021/03/04 05:07:07 DEBUG : pacer: Reducing sleep to 18.984375ms 2021/03/04 05:07:07 DEBUG : pacer: Reducing sleep to 14.238281ms 2021/03/04 05:07:07 DEBUG : pacer: Reducing sleep to 10.67871ms 2021/03/04 05:07:08 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:07:08 DEBUG : A1/B1/C1: Removing directory 2021/03/04 05:07:10 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (14.52s) === RUN TestCopyURL run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestCopyURL (7.26s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:07:22 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 05:07:23 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:07:23 INFO : file1: Copied (new) to: sub/file2 2021/03/04 05:07:23 INFO : file1: Deleted 2021/03/04 05:07:24 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/03/04 05:07:24 DEBUG : file1: Unchanged skipping 2021/03/04 05:07:24 INFO : file1: Deleted 2021/03/04 05:07:24 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.72s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:07:28 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 05:07:29 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:07:29 INFO : file1: Copied (new) to: sub/file2 2021/03/04 05:07:29 INFO : file1: Deleted 2021/03/04 05:07:29 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/03/04 05:07:29 DEBUG : file1: Unchanged skipping 2021/03/04 05:07:30 INFO : file1: Deleted 2021/03/04 05:07:33 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-zaqodut6 2021/03/04 05:07:34 INFO : sub/File2-rclone-move-zaqodut6: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (10.63s) === RUN TestMoveFileBackupDir run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:07:40 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/backup" 2021/03/04 05:07:41 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 05:07:42 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/03/04 05:07:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:07:43 DEBUG : pacer: Reducing sleep to 15ms 2021/03/04 05:07:43 INFO : dst/file1: Moved (server-side) 2021/03/04 05:07:44 DEBUG : dst/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:07:44 INFO : dst/file1: Copied (new) 2021/03/04 05:07:44 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (13.28s) === RUN TestCopyFile run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:07:52 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 05:07:53 DEBUG : file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:07:53 INFO : file1: Copied (new) to: sub/file2 2021/03/04 05:07:54 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/03/04 05:07:54 DEBUG : file1: Unchanged skipping 2021/03/04 05:07:55 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (6.63s) === RUN TestCopyFileBackupDir run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:08:00 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/backup" 2021/03/04 05:08:00 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 05:08:01 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/03/04 05:08:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:08:03 DEBUG : pacer: Reducing sleep to 15ms 2021/03/04 05:08:03 INFO : dst/file1: Moved (server-side) 2021/03/04 05:08:04 DEBUG : dst/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:08:04 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (14.63s) === RUN TestCopyFileCompareDest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:08:13 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/dst" 2021/03/04 05:08:13 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/CompareDest" 2021/03/04 05:08:14 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 05:08:15 DEBUG : one: DropboxHash = fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad OK 2021/03/04 05:08:15 INFO : one: Copied (new) 2021/03/04 05:08:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:08:18 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/03/04 05:08:18 INFO : one: Copied (replaced existing) 2021/03/04 05:08:22 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:22 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:08:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:25 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:08:26 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:26 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:08:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/04 05:08:28 DEBUG : two: Need to transfer - File not found at Destination 2021/03/04 05:08:29 DEBUG : two: DropboxHash = 25e70b9a05696acbcc5bd6fa74ba6fa580c9a58960a02390ae1d2f71d21c0378 OK 2021/03/04 05:08:29 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (23.00s) === RUN TestCopyFileCopyDest run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:08:36 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/dst" 2021/03/04 05:08:36 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/CopyDest" 2021/03/04 05:08:37 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 05:08:38 DEBUG : one: DropboxHash = fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad OK 2021/03/04 05:08:38 INFO : one: Copied (new) 2021/03/04 05:08:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:08:41 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/03/04 05:08:41 INFO : one: Copied (replaced existing) 2021/03/04 05:08:45 DEBUG : Creating backend with remote "TestDropbox:rclone-test-bimowiv1yogogas5yixezov8/BackupDir" 2021/03/04 05:08:45 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:08:47 INFO : one: Moved (server-side) 2021/03/04 05:08:48 DEBUG : one: DropboxHash = 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d OK 2021/03/04 05:08:48 INFO : one: Copied (server-side copy) 2021/03/04 05:08:48 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/04 05:08:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:52 DEBUG : two: DropboxHash = 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 OK 2021/03/04 05:08:52 INFO : two: Copied (server-side copy) 2021/03/04 05:08:52 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/04 05:08:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/03/04 05:08:53 DEBUG : two: Unchanged skipping 2021/03/04 05:08:56 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/04 05:08:56 DEBUG : three: Destination not found in --copy-dest 2021/03/04 05:08:56 DEBUG : three: Need to transfer - File not found at Destination 2021/03/04 05:08:57 DEBUG : three: DropboxHash = 78af7ad260025156e50fd9648fd9a36509cd3541c9a8d02597e9b3c598937cbd OK 2021/03/04 05:08:57 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (32.98s) === 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:09:14 DEBUG : A1/B2: Making directory 2021/03/04 05:09:15 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/03/04 05:09:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:09:15 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/...) 2021/03/04 05:09:15 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/03/04 05:09:16 DEBUG : pacer: Reducing sleep to 30ms 2021/03/04 05:09:16 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:09:16 DEBUG : pacer: Reducing sleep to 22.5ms 2021/03/04 05:09:17 DEBUG : pacer: Reducing sleep to 16.875ms 2021/03/04 05:09:17 DEBUG : pacer: Reducing sleep to 12.65625ms 2021/03/04 05:09:17 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:09:25 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/03/04 05:09:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:09:25 DEBUG : pacer: Reducing sleep to 15ms 2021/03/04 05:09:26 DEBUG : pacer: Reducing sleep to 11.25ms 2021/03/04 05:09:26 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/03/04 05:09:26 DEBUG : pacer: Rate limited, increasing sleep to 22.5ms 2021/03/04 05:09:26 DEBUG : pacer: Reducing sleep to 16.875ms 2021/03/04 05:09:27 DEBUG : pacer: Reducing sleep to 12.65625ms 2021/03/04 05:09:27 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:09:28 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...) 2021/03/04 05:09:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:09:28 DEBUG : pacer: Reducing sleep to 15ms 2021/03/04 05:09:29 DEBUG : pacer: Reducing sleep to 11.25ms 2021/03/04 05:09:29 DEBUG : pacer: Reducing sleep to 10ms 2021/03/04 05:09:29 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/.) 2021/03/04 05:09:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/03/04 05:09:29 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..) 2021/03/04 05:09:29 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/03/04 05:09:29 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/) 2021/03/04 05:09:29 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/03/04 05:09:30 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/...) 2021/03/04 05:09:30 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/...) 2021/03/04 05:09:30 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2021/03/04 05:09:30 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2021/03/04 05:09:30 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/) 2021/03/04 05:09:30 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2021/03/04 05:09:30 DEBUG : pacer: Reducing sleep to 480ms 2021/03/04 05:09:30 INFO : A2/one: Moved (server-side) to: A3/one 2021/03/04 05:09:31 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/..) 2021/03/04 05:09:31 DEBUG : pacer: Rate limited, increasing sleep to 960ms 2021/03/04 05:09:31 DEBUG : pacer: low level retry 3/10 (error too_many_write_operations/...) 2021/03/04 05:09:31 DEBUG : pacer: Rate limited, increasing sleep to 1.92s 2021/03/04 05:09:31 DEBUG : pacer: Reducing sleep to 1.44s 2021/03/04 05:09:31 DEBUG : pacer: Reducing sleep to 1.08s 2021/03/04 05:09:31 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2021/03/04 05:09:33 DEBUG : pacer: Reducing sleep to 810ms 2021/03/04 05:09:33 INFO : A2/two: Moved (server-side) to: A3/two 2021/03/04 05:09:34 DEBUG : pacer: low level retry 4/10 (error too_many_write_operations/...) 2021/03/04 05:09:34 DEBUG : pacer: Rate limited, increasing sleep to 1.62s 2021/03/04 05:09:36 DEBUG : pacer: Reducing sleep to 1.215s 2021/03/04 05:09:36 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/03/04 05:09:37 DEBUG : pacer: Reducing sleep to 911.25ms 2021/03/04 05:09:37 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/03/04 05:09:37 DEBUG : pacer: Reducing sleep to 683.4375ms 2021/03/04 05:09:38 DEBUG : pacer: Reducing sleep to 512.578125ms 2021/03/04 05:09:40 DEBUG : pacer: Reducing sleep to 384.433593ms 2021/03/04 05:09:40 DEBUG : pacer: Reducing sleep to 288.325194ms 2021/03/04 05:09:40 DEBUG : pacer: Reducing sleep to 216.243895ms 2021/03/04 05:09:41 DEBUG : pacer: Reducing sleep to 162.182921ms 2021/03/04 05:09:41 DEBUG : pacer: Reducing sleep to 121.63719ms 2021/03/04 05:09:42 DEBUG : pacer: Reducing sleep to 91.227892ms 2021/03/04 05:09:42 DEBUG : pacer: Reducing sleep to 68.420919ms 2021/03/04 05:09:43 DEBUG : pacer: Reducing sleep to 51.315689ms 2021/03/04 05:09:43 DEBUG : pacer: Reducing sleep to 38.486766ms 2021/03/04 05:09:44 DEBUG : pacer: Reducing sleep to 28.865074ms 2021/03/04 05:09:44 DEBUG : pacer: Reducing sleep to 21.648805ms 2021/03/04 05:09:45 DEBUG : pacer: Reducing sleep to 16.236603ms 2021/03/04 05:09:46 DEBUG : pacer: Reducing sleep to 12.177452ms 2021/03/04 05:09:46 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestDirMove (52.45s) === RUN TestGetFsInfo run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" --- PASS: TestGetFsInfo (0.55s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:02 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:10:03 DEBUG : no_checksum_small_file_from_pipe: DropboxHash = 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f OK 2021/03/04 05:10:03 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:10:03 DEBUG : no_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/03/04 05:10:04 DEBUG : no_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/03/04 05:10:05 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:07 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:10:08 DEBUG : with_checksum_small_file_from_pipe: DropboxHash = 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f OK 2021/03/04 05:10:08 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:10:08 DEBUG : with_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/03/04 05:10:09 DEBUG : with_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/03/04 05:10:10 DEBUG : with_checksum_big_file_from_pipe: DropboxHash = 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 OK 2021/03/04 05:10:10 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:13 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:10:14 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:10:14 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/03/04 05:10:15 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/03/04 05:10:16 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-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:18 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:10:19 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:10:20 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 1/unknown 2021/03/04 05:10:21 DEBUG : ignore_checksum_big_file_from_pipe: Streaming chunk 2/2 2021/03/04 05:10:22 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.48s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.21s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.50s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.09s) === RUN TestRcatSize run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:25 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': File to upload is small (60 bytes), uploading instead of streaming 2021/03/04 05:10:26 DEBUG : potato2: DropboxHash = a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a OK 2021/03/04 05:10:26 INFO : potato2: Copied (new) --- PASS: TestRcatSize (4.51s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8'", Local "Local file system at /tmp/rclone095772475", Modify Window "1s" 2021/03/04 05:10:29 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/04 05:10:30 DEBUG : TestCopyFileMaxTransfer/file1: DropboxHash = d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 OK 2021/03/04 05:10:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/04 05:10:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/04 05:10:31 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/03/04 05:10:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/04 05:10:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/04 05:10:33 DEBUG : TestCopyFileMaxTransfer/file4: DropboxHash = 27127930e79e8adecaff217addda27cbeb5b9d3dc59acd8fd2df58a7ed696079 OK 2021/03/04 05:10:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.95s) === 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/03/04 05:10:38 DEBUG : Dropbox root 'rclone-test-bimowiv1yogogas5yixezov8': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDropbox: -verbose" - Finished OK in 7m4.637302449s (try 1/5)