"./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Starting (try 1/5) 2021/03/23 05:33:47 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8" 2021/03/23 05:33:48 DEBUG : Creating backend with remote "/tmp/rclone726239359" === 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/23 05:33:52 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/23 05:33:52 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/23 05:33:52 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/23 05:33:52 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/23 05:33:52 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/23 05:33:52 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/23 05:33:54 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/23 05:33:54 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/23 05:33:54 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/23 05:33:55 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/23 05:33:55 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/23 05:33:55 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/23 05:33:57 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/23 05:33:57 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/23 05:33:57 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/23 05:33:58 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/23 05:33:58 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/23 05:33:58 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (10.75s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (4.61s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.66s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.50s) === 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/23 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/23 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/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/23 05:33:59 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/23 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 "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", 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.68s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.20s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.21s) === RUN TestCheckFsError 2021/03/23 05:34:10 DEBUG : Creating backend with remote "non-existent" 2021/03/23 05:34:10 DEBUG : Creating backend with remote "non-existent" 2021/03/23 05:34:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/03/23 05:34:10 ERROR : : error reading source directory: directory not found 2021/03/23 05:34:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/23 05:34:10 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", 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 (17.05s) --- PASS: TestCheckDownload/1 (1.03s) --- PASS: TestCheckDownload/2 (0.90s) --- PASS: TestCheckDownload/3 (1.79s) --- PASS: TestCheckDownload/4 (1.01s) --- PASS: TestCheckDownload/5 (0.84s) --- PASS: TestCheckDownload/6 (0.87s) --- PASS: TestCheckDownload/7 (1.49s) === RUN TestCheckSizeOnly run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", 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 (10.61s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.19s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:34:41 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using interactive mode. 2021/03/23 05:34:42 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:34:42 NOTICE: one: Deleting 2/3 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/23 05:34:42 INFO : one: Deleted 2021/03/23 05:34:43 INFO : one: Deleted 2021/03/23 05:34:43 NOTICE: one: All duplicates removed --- PASS: TestDeduplicateInteractive (6.12s) === RUN TestDeduplicateSkip run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:34:47 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using skip mode. 2021/03/23 05:34:48 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:34:48 NOTICE: one: Deleting 1/2 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/23 05:34:48 INFO : one: Deleted 2021/03/23 05:34:48 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (7.60s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:34:55 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using skip mode. 2021/03/23 05:34:56 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:34:56 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2021/03/23 05:34:56 INFO : one: Deleted 2021/03/23 05:34:56 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.08s) === RUN TestDeduplicateFirst run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:02 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using first mode. 2021/03/23 05:35:02 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:35:03 INFO : one: Deleted 2021/03/23 05:35:03 INFO : one: Deleted 2021/03/23 05:35:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.79s) === RUN TestDeduplicateNewest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:08 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using newest mode. 2021/03/23 05:35:08 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:35:09 INFO : one: Deleted 2021/03/23 05:35:09 INFO : one: Deleted 2021/03/23 05:35:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.11s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:17 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate MD5 hashes using newest mode. 2021/03/23 05:35:18 NOTICE: 17637e0f1400bb065a155e9fce67076f: Found 3 files with duplicate MD5 hashes 2021/03/23 05:35:18 INFO : one: Deleted 2021/03/23 05:35:19 INFO : also/one: Deleted 2021/03/23 05:35:19 NOTICE: 17637e0f1400bb065a155e9fce67076f: Deleted 2 extra copies 2021/03/23 05:35:21 DEBUG : also: Rmdir: contains trashed file: "one" --- PASS: TestDeduplicateNewestByHash (11.10s) === RUN TestDeduplicateOldest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:26 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using oldest mode. 2021/03/23 05:35:26 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:35:27 INFO : one: Deleted 2021/03/23 05:35:27 INFO : one: Deleted 2021/03/23 05:35:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.70s) === RUN TestDeduplicateLargest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:32 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using largest mode. 2021/03/23 05:35:32 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:35:33 INFO : one: Deleted 2021/03/23 05:35:34 INFO : one: Deleted 2021/03/23 05:35:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.48s) === RUN TestDeduplicateSmallest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:39 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using smallest mode. 2021/03/23 05:35:39 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:35:40 INFO : one: Deleted 2021/03/23 05:35:40 INFO : one: Deleted 2021/03/23 05:35:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.30s) === RUN TestDeduplicateRename run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:45 INFO : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Looking for duplicate names using rename mode. 2021/03/23 05:35:46 NOTICE: one.txt: Found 3 files with duplicate names 2021/03/23 05:35:47 INFO : one-2.txt: renamed from: one.txt 2021/03/23 05:35:48 INFO : one-3.txt: renamed from: one.txt 2021/03/23 05:35:49 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.74s) === RUN TestMergeDirs run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:35:59 INFO : dupe2: merging "two.txt" 2021/03/23 05:36:01 INFO : dupe2: removing empty directory 2021/03/23 05:36:02 INFO : dupe3: merging "three.txt" 2021/03/23 05:36:02 INFO : dupe3: removing empty directory 2021/03/23 05:36:06 DEBUG : dupe1: Rmdir: contains trashed file: "three.txt" 2021/03/23 05:36:06 DEBUG : dupe1: Rmdir: contains trashed file: "two.txt" 2021/03/23 05:36:06 DEBUG : dupe1: Rmdir: contains trashed file: "one.txt" --- PASS: TestMergeDirs (14.48s) === RUN TestListDirSorted run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:36:20 DEBUG : a.txt: Excluded 2021/03/23 05:36:20 DEBUG : sub dir/hello world2: Excluded 2021/03/23 05:36:20 DEBUG : sub dir/hello world: Excluded 2021/03/23 05:36:21 DEBUG : sub dir/ignore dir: Excluded 2021/03/23 05:36:21 DEBUG : sub dir/hello world2: Excluded 2021/03/23 05:36:21 DEBUG : sub dir/hello world: Excluded 2021/03/23 05:36:21 DEBUG : sub dir/ignore dir: Excluded 2021/03/23 05:36:28 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2021/03/23 05:36:28 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2021/03/23 05:36:28 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2021/03/23 05:36:29 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2021/03/23 05:36:29 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2021/03/23 05:36:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" 2021/03/23 05:36:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestListDirSorted (23.28s) === RUN TestMkdir run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:36:30 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Making directory 2021/03/23 05:36:30 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Making directory --- PASS: TestMkdir (0.61s) === RUN TestLsd run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:36:34 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestLsd (5.08s) === RUN TestLs run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" --- PASS: TestLs (5.83s) === RUN TestLsWithFilesFrom run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:36:44 DEBUG : empty space: Excluded from sync (and deletion) --- PASS: TestLsWithFilesFrom (4.78s) === RUN TestLsLong run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" --- PASS: TestLsLong (5.36s) === RUN TestHashSums run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:36:57 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:36:57 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/23 05:36:59 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:36:59 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/23 05:37:00 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:37:00 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (11.13s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:37:11 DEBUG : sub dir: Rmdir: contains trashed file: "potato3" --- PASS: TestCount (9.06s) === RUN TestDelete run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:37:16 DEBUG : Waiting for deletions to finish 2021/03/23 05:37:16 DEBUG : large: Excluded from sync (and deletion) 2021/03/23 05:37:17 INFO : medium: Deleted 2021/03/23 05:37:17 INFO : small: Deleted --- PASS: TestDelete (6.29s) === RUN TestRetry 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 1/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 2/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 1/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 2/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 3/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 4/5 2021/03/23 05:37:18 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" --- PASS: TestCat (11.37s) === RUN TestPurge 2021/03/23 05:37:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/23 05:37:29 DEBUG : Creating backend with remote "TestDrive:rclone-test-cuvokew7bivasez3daqenaq3" 2021/03/23 05:37:30 DEBUG : Creating backend with remote "/tmp/rclone168228617" run.go:176: Remote "Google drive root 'rclone-test-cuvokew7bivasez3daqenaq3'", Local "Local file system at /tmp/rclone168228617", Modify Window "1ms" 2021/03/23 05:37:36 DEBUG : A2: Making directory 2021/03/23 05:37:36 DEBUG : A1/B2: Making directory 2021/03/23 05:37:37 DEBUG : A1/B2/C2: Making directory 2021/03/23 05:37:38 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:37:39 DEBUG : A3: Making directory 2021/03/23 05:37:39 DEBUG : A3/B3: Making directory 2021/03/23 05:37:40 DEBUG : A3/B3/C4: Making directory 2021/03/23 05:37:43 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/23 05:37:43 DEBUG : pacer: Rate limited, increasing sleep to 1.503031607s 2021/03/23 05:37:43 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/23 05:37:43 DEBUG : pacer: Rate limited, increasing sleep to 2.50175235s 2021/03/23 05:37:45 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:37:50 DEBUG : Google drive root 'rclone-test-cuvokew7bivasez3daqenaq3': Purge remote 2021/03/23 05:37:50 purge failed: directory not found --- PASS: TestPurge (20.55s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:37:54 DEBUG : A2: Making directory 2021/03/23 05:37:55 DEBUG : A1/B2: Making directory 2021/03/23 05:37:55 DEBUG : A1/B2/C2: Making directory 2021/03/23 05:37:56 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:37:57 DEBUG : A3: Making directory 2021/03/23 05:37:58 DEBUG : A3/B3: Making directory 2021/03/23 05:37:59 DEBUG : A3/B3/C4: Making directory 2021/03/23 05:38:03 DEBUG : A3/B3/C4: Removing directory 2021/03/23 05:38:05 DEBUG : A3/B3: Removing directory 2021/03/23 05:38:05 DEBUG : A3/B3: Rmdir: contains trashed file: "C4" 2021/03/23 05:38:06 DEBUG : A3: Removing directory 2021/03/23 05:38:06 DEBUG : A3: Rmdir: contains trashed file: "B3" 2021/03/23 05:38:07 DEBUG : A2: Removing directory 2021/03/23 05:38:08 DEBUG : A1/B2/C2: Removing directory 2021/03/23 05:38:10 DEBUG : A1/B2: Removing directory 2021/03/23 05:38:10 DEBUG : A1/B2: Rmdir: contains trashed file: "C2" 2021/03/23 05:38:11 DEBUG : A1/B1/C3: Removing directory 2021/03/23 05:38:15 DEBUG : A1/B1/C1: Rmdir: contains trashed file: "one" 2021/03/23 05:38:16 DEBUG : A1/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:38:16 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:38:17 DEBUG : A1: Rmdir: contains trashed file: "B2" 2021/03/23 05:38:17 DEBUG : A1: Rmdir: contains trashed file: "B1" 2021/03/23 05:38:17 DEBUG : A1: Rmdir: contains trashed file: "two" --- PASS: TestRmdirsNoLeaveRoot (27.75s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:38:18 DEBUG : A1: Making directory 2021/03/23 05:38:18 DEBUG : A1/B1: Making directory 2021/03/23 05:38:19 DEBUG : A1/B1/C1: Making directory 2021/03/23 05:38:22 DEBUG : A1/B1/C1: Removing directory 2021/03/23 05:38:22 DEBUG : A1/B1: Removing directory 2021/03/23 05:38:23 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:38:24 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsLeaveRoot (7.82s) === RUN TestRmdirsWithFilter run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:38:25 DEBUG : A1: Making directory 2021/03/23 05:38:26 DEBUG : A1/B1: Making directory 2021/03/23 05:38:27 DEBUG : A1/B1/C1: Making directory 2021/03/23 05:38:30 DEBUG : A1/B1/C1: Removing directory 2021/03/23 05:38:30 DEBUG : A1/B1: Removing directory 2021/03/23 05:38:31 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:38:32 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsWithFilter (7.71s) === RUN TestCopyURL run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:38:35 DEBUG : filename.txt: File name found in url --- PASS: TestCopyURL (8.69s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.01s) === RUN TestMoveFile run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:38:42 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/23 05:38:44 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:38:44 INFO : file1: Copied (new) to: sub/file2 2021/03/23 05:38:44 INFO : file1: Deleted 2021/03/23 05:38:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/23 05:38:45 DEBUG : file1: Unchanged skipping 2021/03/23 05:38:45 INFO : file1: Deleted 2021/03/23 05:38:46 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': don't need to copy/move sub/file2, it is already at target location 2021/03/23 05:38:47 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestMoveFile (6.09s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.38s) === RUN TestMoveFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:38:51 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/backup" 2021/03/23 05:38:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/23 05:38:55 INFO : dst/file1: Moved (server-side) 2021/03/23 05:38:56 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:38:56 INFO : dst/file1: Copied (new) 2021/03/23 05:38:56 INFO : dst/file1: Deleted 2021/03/23 05:38:59 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:38:59 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:39:00 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestMoveFileBackupDir (12.41s) === RUN TestCopyFile run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:39:01 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/23 05:39:03 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:39:03 INFO : file1: Copied (new) to: sub/file2 2021/03/23 05:39:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/23 05:39:04 DEBUG : file1: Unchanged skipping 2021/03/23 05:39:05 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': don't need to copy/move sub/file2, it is already at target location 2021/03/23 05:39:06 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestCopyFile (6.30s) === RUN TestCopyFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:39:10 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/backup" 2021/03/23 05:39:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/23 05:39:13 INFO : dst/file1: Moved (server-side) 2021/03/23 05:39:14 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:39:14 INFO : dst/file1: Copied (new) 2021/03/23 05:39:16 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:39:17 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:39:18 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestCopyFileBackupDir (11.74s) === RUN TestCopyFileCompareDest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:39:19 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/dst" 2021/03/23 05:39:20 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/CompareDest" 2021/03/23 05:39:21 DEBUG : one: Need to transfer - File not found at Destination 2021/03/23 05:39:23 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/23 05:39:23 INFO : one: Copied (new) 2021/03/23 05:39:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:39:25 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:39:25 INFO : one: Copied (replaced existing) 2021/03/23 05:39:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:39:30 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/23 05:39:31 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/23 05:39:31 DEBUG : pacer: Rate limited, increasing sleep to 1.395999754s 2021/03/23 05:39:31 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:39:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:39:35 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/23 05:39:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:39:35 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/23 05:39:37 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/23 05:39:37 DEBUG : two: Need to transfer - File not found at Destination 2021/03/23 05:39:38 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/03/23 05:39:38 INFO : two: Copied (new) 2021/03/23 05:39:42 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/23 05:39:42 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/23 05:39:42 DEBUG : CompareDest: Rmdir: contains trashed file: "one" 2021/03/23 05:39:43 DEBUG : CompareDest: Rmdir: contains trashed file: "two" --- PASS: TestCopyFileCompareDest (24.67s) === RUN TestCopyFileCopyDest run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:39:43 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/dst" 2021/03/23 05:39:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/CopyDest" 2021/03/23 05:39:46 DEBUG : one: Need to transfer - File not found at Destination 2021/03/23 05:39:48 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/23 05:39:48 INFO : one: Copied (new) 2021/03/23 05:39:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:39:50 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:39:50 INFO : one: Copied (replaced existing) 2021/03/23 05:39:55 DEBUG : Creating backend with remote "TestDrive:rclone-test-gibodom7peruxun3qilazij8/BackupDir" 2021/03/23 05:39:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:39:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:39:58 INFO : one: Moved (server-side) 2021/03/23 05:39:59 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:39:59 INFO : one: Copied (server-side copy) 2021/03/23 05:39:59 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/23 05:40:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:40:08 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/23 05:40:08 INFO : two: Copied (server-side copy) 2021/03/23 05:40:08 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/23 05:40:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:40:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:40:09 DEBUG : two: Unchanged skipping 2021/03/23 05:40:11 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/23 05:40:11 DEBUG : three: Destination not found in --copy-dest 2021/03/23 05:40:11 DEBUG : three: Need to transfer - File not found at Destination 2021/03/23 05:40:13 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/03/23 05:40:13 INFO : three: Copied (new) 2021/03/23 05:40:18 DEBUG : dst: Rmdir: contains trashed file: "three" 2021/03/23 05:40:18 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/23 05:40:18 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/23 05:40:19 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2021/03/23 05:40:19 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2021/03/23 05:40:19 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2021/03/23 05:40:20 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCopyDest (37.31s) === 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:40:31 DEBUG : A1/B2: Making directory 2021/03/23 05:40:32 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:40:42 INFO : A2/one: Moved (server-side) to: A3/one 2021/03/23 05:40:42 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/03/23 05:40:42 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2021/03/23 05:40:43 INFO : A2/two: Moved (server-side) to: A3/two 2021/03/23 05:40:43 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/03/23 05:40:47 DEBUG : A2/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:40:47 DEBUG : A2/B1: Rmdir: contains trashed file: "C2" 2021/03/23 05:40:47 DEBUG : A2/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:40:47 DEBUG : A2: Rmdir: contains trashed file: "B2" 2021/03/23 05:40:47 DEBUG : A2: Rmdir: contains trashed file: "B1" 2021/03/23 05:40:54 DEBUG : A3/B1/C2: Rmdir: contains trashed file: "five" 2021/03/23 05:40:55 DEBUG : A3/B1/C1: Rmdir: contains trashed file: "four" 2021/03/23 05:40:56 DEBUG : A3/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:40:56 DEBUG : A3/B1: Rmdir: contains trashed file: "C2" 2021/03/23 05:40:56 DEBUG : A3/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:40:56 DEBUG : A3/B1: Rmdir: contains trashed file: "three" 2021/03/23 05:40:57 DEBUG : A3: Rmdir: contains trashed file: "B2" 2021/03/23 05:40:57 DEBUG : A3: Rmdir: contains trashed file: "B1" 2021/03/23 05:40:57 DEBUG : A3: Rmdir: contains trashed file: "two" 2021/03/23 05:40:57 DEBUG : A3: Rmdir: contains trashed file: "one" --- PASS: TestDirMove (36.63s) === RUN TestGetFsInfo run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:40:58 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:40:59 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/23 05:40:59 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:41:00 DEBUG : no_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:41:01 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:41:03 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:41:04 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/23 05:41:04 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:41:04 DEBUG : with_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:41:05 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2021/03/23 05:41:05 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:41:07 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:41:09 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:41:09 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:41:10 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-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:41:12 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:41:13 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:41:14 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:41:15 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.51s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.60s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.67s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.41s) === RUN TestRcatSize run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:41:18 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': File to upload is small (60 bytes), uploading instead of streaming 2021/03/23 05:41:19 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/23 05:41:19 INFO : potato2: Copied (new) --- PASS: TestRcatSize (4.58s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Google drive root 'rclone-test-gibodom7peruxun3qilazij8'", Local "Local file system at /tmp/rclone726239359", Modify Window "1ms" 2021/03/23 05:41:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/23 05:41:23 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:41:23 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/23 05:41:24 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/23 05:41:25 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Max transfer limit reached as set by --max-transfer 2021/03/23 05:41:25 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/23 05:41:26 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/23 05:41:27 DEBUG : TestCopyFileMaxTransfer/file4: MD5 = b7ecf1ed790b187b48269352f803c47d OK 2021/03/23 05:41:27 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2021/03/23 05:41:30 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file4" 2021/03/23 05:41:30 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file1" --- PASS: TestCopyFileMaxTransfer (9.43s) === 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/23 05:41:30 DEBUG : Google drive root 'rclone-test-gibodom7peruxun3qilazij8': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Finished OK in 7m43.542274385s (try 1/5)