"./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Starting (try 1/5) 2021/03/04 05:23:59 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9" 2021/03/04 05:24:00 DEBUG : Creating backend with remote "/tmp/rclone709670269" === 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 "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/04 05:24:02 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 05:24:02 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/04 05:24:02 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 05:24:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 05:24:03 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/04 05:24:03 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/04 05:24:06 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 05:24:06 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/04 05:24:06 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 05:24:06 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 05:24:07 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/04 05:24:07 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/04 05:24:09 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/04 05:24:09 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/04 05:24:09 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/04 05:24:10 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/04 05:24:10 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/04 05:24:10 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (11.96s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.68s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (3.40s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (3.78s) === 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:24:11 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 05:24:11 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:24:11 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 05:24:11 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 05:24:11 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 "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.10s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.20s) --- PASS: TestCheck/4 (0.35s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2021/03/04 05:24:23 DEBUG : Creating backend with remote "non-existent" 2021/03/04 05:24:23 DEBUG : Creating backend with remote "non-existent" 2021/03/04 05:24:23 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:24:23 ERROR : : error reading source directory: directory not found 2021/03/04 05:24:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/04 05:24:23 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 "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.14s) --- PASS: TestCheckDownload/1 (0.95s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.74s) --- PASS: TestCheckDownload/4 (1.10s) --- PASS: TestCheckDownload/5 (0.83s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (0.87s) === RUN TestCheckSizeOnly run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.18s) --- PASS: TestCheckSizeOnly/1 (0.21s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.22s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:24:55 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using interactive mode. 2021/03/04 05:24:56 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:24:56 NOTICE: one: Deleting 2/3 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/04 05:24:56 INFO : one: Deleted 2021/03/04 05:24:57 INFO : one: Deleted 2021/03/04 05:24:57 NOTICE: one: All duplicates removed --- PASS: TestDeduplicateInteractive (6.17s) === RUN TestDeduplicateSkip run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:02 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using skip mode. 2021/03/04 05:25:03 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:03 NOTICE: one: Deleting 1/2 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/04 05:25:03 INFO : one: Deleted 2021/03/04 05:25:03 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (7.24s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:09 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using skip mode. 2021/03/04 05:25:09 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:09 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2021/03/04 05:25:10 INFO : one: Deleted 2021/03/04 05:25:10 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.27s) === RUN TestDeduplicateFirst run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:16 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using first mode. 2021/03/04 05:25:16 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:17 INFO : one: Deleted 2021/03/04 05:25:17 INFO : one: Deleted 2021/03/04 05:25:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.08s) === RUN TestDeduplicateNewest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:24 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using newest mode. 2021/03/04 05:25:24 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:25 INFO : one: Deleted 2021/03/04 05:25:26 INFO : one: Deleted 2021/03/04 05:25:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.29s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:33 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate MD5 hashes using newest mode. 2021/03/04 05:25:34 NOTICE: bbdea236dc0b53991ec365fff6cf09a1: Found 3 files with duplicate MD5 hashes 2021/03/04 05:25:34 INFO : one: Deleted 2021/03/04 05:25:35 INFO : also/one: Deleted 2021/03/04 05:25:35 NOTICE: bbdea236dc0b53991ec365fff6cf09a1: Deleted 2 extra copies 2021/03/04 05:25:39 DEBUG : also: Rmdir: contains trashed file: "one" --- PASS: TestDeduplicateNewestByHash (12.25s) === RUN TestDeduplicateOldest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:42 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using oldest mode. 2021/03/04 05:25:43 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:43 INFO : one: Deleted 2021/03/04 05:25:44 INFO : one: Deleted 2021/03/04 05:25:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.94s) === RUN TestDeduplicateLargest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:51 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using largest mode. 2021/03/04 05:25:51 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:25:52 INFO : one: Deleted 2021/03/04 05:25:52 INFO : one: Deleted 2021/03/04 05:25:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.32s) === RUN TestDeduplicateSmallest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:25:58 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using smallest mode. 2021/03/04 05:25:59 NOTICE: one: Found 3 files with duplicate names 2021/03/04 05:26:00 INFO : one: Deleted 2021/03/04 05:26:01 INFO : one: Deleted 2021/03/04 05:26:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.27s) === RUN TestDeduplicateRename run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:26:06 INFO : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Looking for duplicate names using rename mode. 2021/03/04 05:26:07 NOTICE: one.txt: Found 3 files with duplicate names 2021/03/04 05:26:08 INFO : one-2.txt: renamed from: one.txt 2021/03/04 05:26:09 INFO : one-3.txt: renamed from: one.txt 2021/03/04 05:26:11 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.15s) === RUN TestMergeDirs run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:26:21 INFO : dupe2: merging "two.txt" 2021/03/04 05:26:21 INFO : dupe2: removing empty directory 2021/03/04 05:26:22 INFO : dupe3: merging "three.txt" 2021/03/04 05:26:23 INFO : dupe3: removing empty directory 2021/03/04 05:26:26 DEBUG : dupe1: Rmdir: contains trashed file: "three.txt" 2021/03/04 05:26:26 DEBUG : dupe1: Rmdir: contains trashed file: "two.txt" 2021/03/04 05:26:26 DEBUG : dupe1: Rmdir: contains trashed file: "one.txt" --- PASS: TestMergeDirs (12.98s) === RUN TestListDirSorted run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:26:41 DEBUG : a.txt: Excluded 2021/03/04 05:26:42 DEBUG : sub dir/hello world: Excluded 2021/03/04 05:26:42 DEBUG : sub dir/hello world2: Excluded 2021/03/04 05:26:43 DEBUG : sub dir/ignore dir: Excluded 2021/03/04 05:26:43 DEBUG : sub dir/hello world: Excluded 2021/03/04 05:26:43 DEBUG : sub dir/hello world2: Excluded 2021/03/04 05:26:43 DEBUG : sub dir/ignore dir: Excluded 2021/03/04 05:26:50 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2021/03/04 05:26:51 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2021/03/04 05:26:51 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2021/03/04 05:26:52 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2021/03/04 05:26:52 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2021/03/04 05:26:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2021/03/04 05:26:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" --- PASS: TestListDirSorted (26.38s) === RUN TestMkdir run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:26:53 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Making directory 2021/03/04 05:26:53 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:27:11 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestLsd (18.54s) === RUN TestLs run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestLs (7.92s) === RUN TestLsWithFilesFrom run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:27:24 DEBUG : empty space: Excluded from sync (and deletion) --- PASS: TestLsWithFilesFrom (5.26s) === RUN TestLsLong run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestLsLong (4.71s) === RUN TestHashSums run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:27:40 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 05:27:40 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 05:27:41 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 05:27:41 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 05:27:42 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 05:27:42 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (15.86s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:27:57 DEBUG : sub dir: Rmdir: contains trashed file: "potato3" --- PASS: TestCount (11.49s) === RUN TestDelete run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:28:03 DEBUG : Waiting for deletions to finish 2021/03/04 05:28:04 DEBUG : large: Excluded from sync (and deletion) 2021/03/04 05:28:04 INFO : small: Deleted 2021/03/04 05:28:04 INFO : medium: Deleted --- PASS: TestDelete (8.15s) === RUN TestRetry 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 3/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 4/5 2021/03/04 05:28:06 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestCat (9.80s) === RUN TestPurge 2021/03/04 05:28:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/04 05:28:16 DEBUG : Creating backend with remote "TestDrive:rclone-test-wexaquz1zadaxow0cofasem4" 2021/03/04 05:28:16 DEBUG : Creating backend with remote "/tmp/rclone011830967" run.go:176: Remote "Google drive root 'rclone-test-wexaquz1zadaxow0cofasem4'", Local "Local file system at /tmp/rclone011830967", Modify Window "1ms" 2021/03/04 05:28:26 DEBUG : A2: Making directory 2021/03/04 05:28:28 DEBUG : A1/B2: Making directory 2021/03/04 05:28:30 DEBUG : A1/B2/C2: Making directory 2021/03/04 05:28:31 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:28:32 DEBUG : A3: Making directory 2021/03/04 05:28:33 DEBUG : A3/B3: Making directory 2021/03/04 05:28:36 DEBUG : A3/B3/C4: Making directory 2021/03/04 05:28:41 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:28:41 DEBUG : pacer: Rate limited, increasing sleep to 1.189700738s 2021/03/04 05:28:41 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:28:41 DEBUG : pacer: Rate limited, increasing sleep to 2.734415603s 2021/03/04 05:28:41 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:28:45 DEBUG : Google drive root 'rclone-test-wexaquz1zadaxow0cofasem4': Purge remote 2021/03/04 05:28:46 purge failed: directory not found --- PASS: TestPurge (30.21s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:28:51 DEBUG : A2: Making directory 2021/03/04 05:28:56 DEBUG : A1/B2: Making directory 2021/03/04 05:28:57 DEBUG : A1/B2/C2: Making directory 2021/03/04 05:28:58 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:28:59 DEBUG : A3: Making directory 2021/03/04 05:29:00 DEBUG : A3/B3: Making directory 2021/03/04 05:29:01 DEBUG : A3/B3/C4: Making directory 2021/03/04 05:29:09 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:29:09 DEBUG : pacer: Rate limited, increasing sleep to 1.405940092s 2021/03/04 05:29:09 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:29:09 DEBUG : pacer: Rate limited, increasing sleep to 2.767185721s 2021/03/04 05:29:09 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:29:09 DEBUG : pacer: Rate limited, increasing sleep to 4.163397991s 2021/03/04 05:29:09 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:29:11 DEBUG : A3/B3/C4: Removing directory 2021/03/04 05:29:13 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:29:13 DEBUG : pacer: Rate limited, increasing sleep to 1.103445908s 2021/03/04 05:29:13 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:29:13 DEBUG : pacer: Rate limited, increasing sleep to 2.189426549s 2021/03/04 05:29:13 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:29:16 DEBUG : A3/B3: Removing directory 2021/03/04 05:29:16 DEBUG : A3/B3: Rmdir: contains trashed file: "C4" 2021/03/04 05:29:17 DEBUG : A3: Removing directory 2021/03/04 05:29:17 DEBUG : A3: Rmdir: contains trashed file: "B3" 2021/03/04 05:29:18 DEBUG : A2: Removing directory 2021/03/04 05:29:19 DEBUG : A1/B2/C2: Removing directory 2021/03/04 05:29:20 DEBUG : A1/B2: Removing directory 2021/03/04 05:29:21 DEBUG : A1/B2: Rmdir: contains trashed file: "C2" 2021/03/04 05:29:21 DEBUG : A1/B1/C3: Removing directory 2021/03/04 05:29:26 DEBUG : A1/B1/C1: Rmdir: contains trashed file: "one" 2021/03/04 05:29:27 DEBUG : A1/B1: Rmdir: contains trashed file: "C3" 2021/03/04 05:29:27 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/04 05:29:28 DEBUG : A1: Rmdir: contains trashed file: "B2" 2021/03/04 05:29:28 DEBUG : A1: Rmdir: contains trashed file: "B1" 2021/03/04 05:29:28 DEBUG : A1: Rmdir: contains trashed file: "two" --- PASS: TestRmdirsNoLeaveRoot (44.04s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:29:30 DEBUG : A1: Making directory 2021/03/04 05:29:31 DEBUG : A1/B1: Making directory 2021/03/04 05:29:32 DEBUG : A1/B1/C1: Making directory 2021/03/04 05:29:35 DEBUG : A1/B1/C1: Removing directory 2021/03/04 05:29:36 DEBUG : A1/B1: Removing directory 2021/03/04 05:29:36 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/04 05:29:38 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsLeaveRoot (10.58s) === RUN TestRmdirsWithFilter run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:29:40 DEBUG : A1: Making directory 2021/03/04 05:29:41 DEBUG : A1/B1: Making directory 2021/03/04 05:29:42 DEBUG : A1/B1/C1: Making directory 2021/03/04 05:29:45 DEBUG : A1/B1/C1: Removing directory 2021/03/04 05:29:47 DEBUG : A1/B1: Removing directory 2021/03/04 05:29:47 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/04 05:29:49 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsWithFilter (9.69s) === RUN TestCopyURL run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestCopyURL (8.06s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:29:58 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 05:30:01 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 05:30:01 INFO : file1: Copied (new) to: sub/file2 2021/03/04 05:30:01 INFO : file1: Deleted 2021/03/04 05:30:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:30:02 DEBUG : file1: Unchanged skipping 2021/03/04 05:30:02 INFO : file1: Deleted 2021/03/04 05:30:02 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': don't need to copy/move sub/file2, it is already at target location 2021/03/04 05:30:04 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestMoveFile (6.64s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.41s) === RUN TestMoveFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:30:09 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/backup" 2021/03/04 05:30:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 05:30:14 INFO : dst/file1: Moved (server-side) 2021/03/04 05:30:15 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 05:30:15 INFO : dst/file1: Copied (new) 2021/03/04 05:30:15 INFO : dst/file1: Deleted 2021/03/04 05:30:18 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/04 05:30:20 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/04 05:30:21 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestMoveFileBackupDir (16.10s) === RUN TestCopyFile run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:30:22 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 05:30:24 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 05:30:24 INFO : file1: Copied (new) to: sub/file2 2021/03/04 05:30:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:30:25 DEBUG : file1: Unchanged skipping 2021/03/04 05:30:25 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': don't need to copy/move sub/file2, it is already at target location 2021/03/04 05:30:27 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestCopyFile (6.85s) === RUN TestCopyFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:30:32 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/backup" 2021/03/04 05:30:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 05:30:37 INFO : dst/file1: Moved (server-side) 2021/03/04 05:30:38 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 05:30:38 INFO : dst/file1: Copied (new) 2021/03/04 05:30:41 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/04 05:30:42 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/04 05:30:44 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestCopyFileBackupDir (16.66s) === RUN TestCopyFileCompareDest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:30:45 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/dst" 2021/03/04 05:30:46 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/CompareDest" 2021/03/04 05:30:47 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:30:47 DEBUG : pacer: Rate limited, increasing sleep to 1.887286294s 2021/03/04 05:30:47 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:30:49 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 05:30:53 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 05:30:53 INFO : one: Copied (new) 2021/03/04 05:30:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:30:56 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:30:56 INFO : one: Copied (replaced existing) 2021/03/04 05:31:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:02 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:31:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:05 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:31:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:06 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:31:08 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/04 05:31:08 DEBUG : two: Need to transfer - File not found at Destination 2021/03/04 05:31:09 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/03/04 05:31:09 INFO : two: Copied (new) 2021/03/04 05:31:13 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/04 05:31:13 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/04 05:31:13 DEBUG : CompareDest: Rmdir: contains trashed file: "two" 2021/03/04 05:31:13 DEBUG : CompareDest: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCompareDest (29.47s) === RUN TestCopyFileCopyDest run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:31:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/dst" 2021/03/04 05:31:15 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/CopyDest" 2021/03/04 05:31:16 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 05:31:19 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 05:31:19 INFO : one: Copied (new) 2021/03/04 05:31:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:31:22 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:31:22 INFO : one: Copied (replaced existing) 2021/03/04 05:31:27 DEBUG : Creating backend with remote "TestDrive:rclone-test-ganetaz7ralavef3zutikux9/BackupDir" 2021/03/04 05:31:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:31:33 INFO : one: Moved (server-side) 2021/03/04 05:31:34 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:31:34 INFO : one: Copied (server-side copy) 2021/03/04 05:31:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/04 05:31:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:38 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/04 05:31:38 INFO : two: Copied (server-side copy) 2021/03/04 05:31:38 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/04 05:31:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:31:39 DEBUG : two: Unchanged skipping 2021/03/04 05:31:43 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/04 05:31:43 DEBUG : three: Destination not found in --copy-dest 2021/03/04 05:31:43 DEBUG : three: Need to transfer - File not found at Destination 2021/03/04 05:31:44 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/03/04 05:31:44 INFO : three: Copied (new) 2021/03/04 05:31:50 DEBUG : dst: Rmdir: contains trashed file: "three" 2021/03/04 05:31:50 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/04 05:31:50 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/04 05:31:51 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2021/03/04 05:31:51 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2021/03/04 05:31:51 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2021/03/04 05:31:52 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCopyDest (38.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:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:32:04 DEBUG : A1/B2: Making directory 2021/03/04 05:32:05 DEBUG : A1/B1/C3: Making directory 2021/03/04 05:32:17 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/03/04 05:32:17 INFO : A2/two: Moved (server-side) to: A3/two 2021/03/04 05:32:17 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2021/03/04 05:32:17 INFO : A2/one: Moved (server-side) to: A3/one 2021/03/04 05:32:18 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/03/04 05:32:22 DEBUG : A2/B1: Rmdir: contains trashed file: "C3" 2021/03/04 05:32:22 DEBUG : A2/B1: Rmdir: contains trashed file: "C2" 2021/03/04 05:32:22 DEBUG : A2/B1: Rmdir: contains trashed file: "C1" 2021/03/04 05:32:23 DEBUG : A2: Rmdir: contains trashed file: "B2" 2021/03/04 05:32:23 DEBUG : A2: Rmdir: contains trashed file: "B1" 2021/03/04 05:32:33 DEBUG : A3/B1/C2: Rmdir: contains trashed file: "five" 2021/03/04 05:32:34 DEBUG : A3/B1/C1: Rmdir: contains trashed file: "four" 2021/03/04 05:32:35 DEBUG : A3/B1: Rmdir: contains trashed file: "C3" 2021/03/04 05:32:35 DEBUG : A3/B1: Rmdir: contains trashed file: "C2" 2021/03/04 05:32:35 DEBUG : A3/B1: Rmdir: contains trashed file: "C1" 2021/03/04 05:32:35 DEBUG : A3/B1: Rmdir: contains trashed file: "three" 2021/03/04 05:32:36 DEBUG : A3: Rmdir: contains trashed file: "B2" 2021/03/04 05:32:36 DEBUG : A3: Rmdir: contains trashed file: "B1" 2021/03/04 05:32:36 DEBUG : A3: Rmdir: contains trashed file: "two" 2021/03/04 05:32:36 DEBUG : A3: Rmdir: contains trashed file: "one" --- PASS: TestDirMove (43.94s) === RUN TestGetFsInfo run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:32:37 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:32:39 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/04 05:32:39 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:32:39 DEBUG : no_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 05:32:40 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:32:43 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:32:44 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/04 05:32:44 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:32:45 DEBUG : with_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 05:32:46 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2021/03/04 05:32:46 DEBUG : with_checksum_big_file_from_pipe: Size and MD5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:32:48 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:32:49 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:32:50 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 05:32:51 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:32:53 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 05:32:54 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 05:32:55 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 05:32:56 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.14s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.00s) === RUN TestRcatSize run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:33:00 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': File to upload is small (60 bytes), uploading instead of streaming 2021/03/04 05:33:01 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:33:01 INFO : potato2: Copied (new) --- PASS: TestRcatSize (5.03s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Google drive root 'rclone-test-ganetaz7ralavef3zutikux9'", Local "Local file system at /tmp/rclone709670269", Modify Window "1ms" 2021/03/04 05:33:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/04 05:33:07 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 05:33:07 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/04 05:33:08 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/04 05:33:08 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Max transfer limit reached as set by --max-transfer 2021/03/04 05:33:09 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/04 05:33:09 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/04 05:33:11 DEBUG : TestCopyFileMaxTransfer/file4: MD5 = cffa4198dde38f76c40518c268f6a7bc OK 2021/03/04 05:33:11 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2021/03/04 05:33:13 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file4" 2021/03/04 05:33:13 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file1" --- PASS: TestCopyFileMaxTransfer (10.03s) === 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:33:14 DEBUG : Google drive root 'rclone-test-ganetaz7ralavef3zutikux9': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Finished OK in 9m15.828222398s (try 1/5)