"./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Starting (try 1/5) 2021/03/23 05:08:01 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3" 2021/03/23 05:08:02 DEBUG : Creating backend with remote "/tmp/rclone063682266" === 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/23 05:08:05 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/23 05:08:05 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/23 05:08:05 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/23 05:08:06 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/23 05:08:06 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/23 05:08:06 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/23 05:08:07 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/23 05:08:07 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/23 05:08:07 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/23 05:08:08 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/23 05:08:08 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/23 05:08:08 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/23 05:08:10 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/23 05:08:10 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/23 05:08:10 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/23 05:08:11 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/23 05:08:11 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/23 05:08:11 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (9.79s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.88s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.51s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.52s) === 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:08:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Range === RUN TestReOpen/Range/Basics === RUN TestReOpen/Range/ErrorAtStart === RUN TestReOpen/Range/WithErrors 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/23 05:08:12 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Seek (0.00s) --- PASS: TestReOpen/Seek/Basics (0.00s) --- PASS: TestReOpen/Seek/ErrorAtStart (0.00s) --- PASS: TestReOpen/Seek/WithErrors (0.00s) --- PASS: TestReOpen/Seek/TooManyErrors (0.00s) --- PASS: TestReOpen/Range (0.00s) --- PASS: TestReOpen/Range/Basics (0.00s) --- PASS: TestReOpen/Range/ErrorAtStart (0.00s) --- PASS: TestReOpen/Range/WithErrors (0.00s) --- PASS: TestReOpen/Range/TooManyErrors (0.00s) === RUN TestCheck run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", 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 (10.24s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.21s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2021/03/23 05:08:22 DEBUG : Creating backend with remote "non-existent" 2021/03/23 05:08:22 DEBUG : Creating backend with remote "non-existent" 2021/03/23 05:08:22 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:08:22 ERROR : : error reading source directory: directory not found 2021/03/23 05:08:22 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/23 05:08:22 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", 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.98s) --- PASS: TestCheckDownload/1 (0.66s) --- PASS: TestCheckDownload/2 (1.76s) --- PASS: TestCheckDownload/3 (1.46s) --- PASS: TestCheckDownload/4 (0.75s) --- PASS: TestCheckDownload/5 (1.33s) --- PASS: TestCheckDownload/6 (0.74s) --- PASS: TestCheckDownload/7 (0.76s) === RUN TestCheckSizeOnly run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", 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.71s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.20s) --- PASS: TestCheckSizeOnly/3 (0.21s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:08:52 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using interactive mode. 2021/03/23 05:08:52 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:08:52 NOTICE: one: Deleting 2/3 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/23 05:08:53 INFO : one: Deleted 2021/03/23 05:08:54 INFO : one: Deleted 2021/03/23 05:08:54 NOTICE: one: All duplicates removed --- PASS: TestDeduplicateInteractive (6.41s) === RUN TestDeduplicateSkip run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:08:59 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using skip mode. 2021/03/23 05:08:59 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:08:59 NOTICE: one: Deleting 1/2 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2021/03/23 05:09:00 INFO : one: Deleted 2021/03/23 05:09:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.38s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:05 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using skip mode. 2021/03/23 05:09:05 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:05 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2021/03/23 05:09:06 INFO : one: Deleted 2021/03/23 05:09:06 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.03s) === RUN TestDeduplicateFirst run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:11 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using first mode. 2021/03/23 05:09:12 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:12 INFO : one: Deleted 2021/03/23 05:09:12 INFO : one: Deleted 2021/03/23 05:09:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.11s) === RUN TestDeduplicateNewest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:17 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using newest mode. 2021/03/23 05:09:17 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:18 INFO : one: Deleted 2021/03/23 05:09:18 INFO : one: Deleted 2021/03/23 05:09:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.06s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:26 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate MD5 hashes using newest mode. 2021/03/23 05:09:26 NOTICE: 50e7b2c2b233d39fdfe9221710689cf4: Found 3 files with duplicate MD5 hashes 2021/03/23 05:09:27 INFO : one: Deleted 2021/03/23 05:09:27 INFO : also/one: Deleted 2021/03/23 05:09:27 NOTICE: 50e7b2c2b233d39fdfe9221710689cf4: Deleted 2 extra copies 2021/03/23 05:09:29 DEBUG : also: Rmdir: contains trashed file: "one" --- PASS: TestDeduplicateNewestByHash (10.53s) === RUN TestDeduplicateOldest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:34 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using oldest mode. 2021/03/23 05:09:34 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:35 INFO : one: Deleted 2021/03/23 05:09:35 INFO : one: Deleted 2021/03/23 05:09:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.24s) === RUN TestDeduplicateLargest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:40 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using largest mode. 2021/03/23 05:09:40 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:41 INFO : one: Deleted 2021/03/23 05:09:41 INFO : one: Deleted 2021/03/23 05:09:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.86s) === RUN TestDeduplicateSmallest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:46 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using smallest mode. 2021/03/23 05:09:46 NOTICE: one: Found 3 files with duplicate names 2021/03/23 05:09:47 INFO : one: Deleted 2021/03/23 05:09:47 INFO : one: Deleted 2021/03/23 05:09:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.12s) === RUN TestDeduplicateRename run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:09:53 INFO : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Looking for duplicate names using rename mode. 2021/03/23 05:09:54 NOTICE: one.txt: Found 3 files with duplicate names 2021/03/23 05:09:55 INFO : one-2.txt: renamed from: one.txt 2021/03/23 05:09:56 INFO : one-3.txt: renamed from: one.txt 2021/03/23 05:09:57 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.39s) === RUN TestMergeDirs run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:06 INFO : dupe2: merging "two.txt" 2021/03/23 05:10:07 INFO : dupe2: removing empty directory 2021/03/23 05:10:08 INFO : dupe3: merging "three.txt" 2021/03/23 05:10:08 INFO : dupe3: removing empty directory 2021/03/23 05:10:11 DEBUG : dupe1: Rmdir: contains trashed file: "three.txt" 2021/03/23 05:10:11 DEBUG : dupe1: Rmdir: contains trashed file: "two.txt" 2021/03/23 05:10:11 DEBUG : dupe1: Rmdir: contains trashed file: "one.txt" --- PASS: TestMergeDirs (12.45s) === RUN TestListDirSorted run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:25 DEBUG : a.txt: Excluded 2021/03/23 05:10:26 DEBUG : sub dir/hello world2: Excluded 2021/03/23 05:10:26 DEBUG : sub dir/hello world: Excluded 2021/03/23 05:10:26 DEBUG : sub dir/ignore dir: Excluded 2021/03/23 05:10:26 DEBUG : sub dir/hello world2: Excluded 2021/03/23 05:10:26 DEBUG : sub dir/hello world: Excluded 2021/03/23 05:10:27 DEBUG : sub dir/ignore dir: Excluded 2021/03/23 05:10:31 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2021/03/23 05:10:32 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2021/03/23 05:10:32 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2021/03/23 05:10:33 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2021/03/23 05:10:33 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2021/03/23 05:10:33 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" 2021/03/23 05:10:33 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestListDirSorted (21.36s) === RUN TestMkdir run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:33 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Making directory 2021/03/23 05:10:34 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Making directory --- PASS: TestMkdir (0.63s) === RUN TestLsd run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:38 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestLsd (4.56s) === RUN TestLs run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" --- PASS: TestLs (4.18s) === RUN TestLsWithFilesFrom run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:46 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.84s) === RUN TestLsLong run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" --- PASS: TestLsLong (4.16s) === RUN TestHashSums run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:10:58 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:10:58 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/23 05:10:59 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:10:59 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/23 05:11:00 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/23 05:11:00 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (11.31s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:11:11 DEBUG : sub dir: Rmdir: contains trashed file: "potato3" --- PASS: TestCount (8.34s) === RUN TestDelete run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:11:16 DEBUG : Waiting for deletions to finish 2021/03/23 05:11:16 DEBUG : large: Excluded from sync (and deletion) 2021/03/23 05:11:16 INFO : medium: Deleted 2021/03/23 05:11:16 INFO : small: Deleted --- PASS: TestDelete (5.98s) === RUN TestRetry 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 1/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 2/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 1/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 2/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 3/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 4/5 2021/03/23 05:11:17 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" --- PASS: TestCat (11.84s) === RUN TestPurge 2021/03/23 05:11:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/23 05:11:29 DEBUG : Creating backend with remote "TestDrive:rclone-test-puvanid5xecokeq4notogix4" 2021/03/23 05:11:30 DEBUG : Creating backend with remote "/tmp/rclone995073820" run.go:176: Remote "Google drive root 'rclone-test-puvanid5xecokeq4notogix4'", Local "Local file system at /tmp/rclone995073820", Modify Window "1ms" 2021/03/23 05:11:34 DEBUG : A2: Making directory 2021/03/23 05:11:35 DEBUG : A1/B2: Making directory 2021/03/23 05:11:36 DEBUG : A1/B2/C2: Making directory 2021/03/23 05:11:37 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:11:37 DEBUG : A3: Making directory 2021/03/23 05:11:38 DEBUG : A3/B3: Making directory 2021/03/23 05:11:39 DEBUG : A3/B3/C4: Making directory 2021/03/23 05:11:42 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:11:42 DEBUG : pacer: Rate limited, increasing sleep to 1.126216453s 2021/03/23 05:11:42 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:11:42 DEBUG : pacer: Rate limited, increasing sleep to 2.084750175s 2021/03/23 05:11:42 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:11:42 DEBUG : pacer: Rate limited, increasing sleep to 4.50632105s 2021/03/23 05:11:42 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:11:42 DEBUG : pacer: Rate limited, increasing sleep to 8.590514753s 2021/03/23 05:11:42 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:11:46 DEBUG : Google drive root 'rclone-test-puvanid5xecokeq4notogix4': Purge remote 2021/03/23 05:11:46 purge failed: directory not found --- PASS: TestPurge (16.68s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:11:50 DEBUG : A2: Making directory 2021/03/23 05:11:51 DEBUG : A1/B2: Making directory 2021/03/23 05:11:51 DEBUG : A1/B2/C2: Making directory 2021/03/23 05:11:52 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:11:53 DEBUG : A3: Making directory 2021/03/23 05:11:54 DEBUG : A3/B3: Making directory 2021/03/23 05:11:54 DEBUG : A3/B3/C4: Making directory 2021/03/23 05:11:57 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:11:57 DEBUG : pacer: Rate limited, increasing sleep to 1.101812791s 2021/03/23 05:11:57 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:11:57 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:11:57 DEBUG : pacer: Rate limited, increasing sleep to 1.465761613s 2021/03/23 05:11:59 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:12:00 DEBUG : A3/B3/C4: Removing directory 2021/03/23 05:12:01 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:12:01 DEBUG : pacer: Rate limited, increasing sleep to 1.351847461s 2021/03/23 05:12:01 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:12:01 DEBUG : pacer: Rate limited, increasing sleep to 2.489173904s 2021/03/23 05:12:01 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:12:01 DEBUG : pacer: Rate limited, increasing sleep to 4.851396922s 2021/03/23 05:12:02 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:12:04 DEBUG : A3/B3: Removing directory 2021/03/23 05:12:04 DEBUG : A3/B3: Rmdir: contains trashed file: "C4" 2021/03/23 05:12:05 DEBUG : A3: Removing directory 2021/03/23 05:12:05 DEBUG : A3: Rmdir: contains trashed file: "B3" 2021/03/23 05:12:05 DEBUG : A2: Removing directory 2021/03/23 05:12:06 DEBUG : A1/B2/C2: Removing directory 2021/03/23 05:12:07 DEBUG : A1/B2: Removing directory 2021/03/23 05:12:07 DEBUG : A1/B2: Rmdir: contains trashed file: "C2" 2021/03/23 05:12:07 DEBUG : A1/B1/C3: Removing directory 2021/03/23 05:12:11 DEBUG : A1/B1/C1: Rmdir: contains trashed file: "one" 2021/03/23 05:12:12 DEBUG : A1/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:12:12 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:12:13 DEBUG : A1: Rmdir: contains trashed file: "B2" 2021/03/23 05:12:13 DEBUG : A1: Rmdir: contains trashed file: "B1" 2021/03/23 05:12:13 DEBUG : A1: Rmdir: contains trashed file: "two" --- PASS: TestRmdirsNoLeaveRoot (27.47s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:13 DEBUG : A1: Making directory 2021/03/23 05:12:14 DEBUG : A1/B1: Making directory 2021/03/23 05:12:15 DEBUG : A1/B1/C1: Making directory 2021/03/23 05:12:17 DEBUG : A1/B1/C1: Removing directory 2021/03/23 05:12:18 DEBUG : A1/B1: Removing directory 2021/03/23 05:12:18 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:12:20 DEBUG : A1: Rmdir: contains trashed file: "B1" 2021/03/23 05:12:20 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:12:20 DEBUG : pacer: Rate limited, increasing sleep to 1.881855541s 2021/03/23 05:12:21 DEBUG : pacer: Reducing sleep to 0s --- PASS: TestRmdirsLeaveRoot (7.20s) === RUN TestRmdirsWithFilter run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:21 DEBUG : A1: Making directory 2021/03/23 05:12:23 DEBUG : A1/B1: Making directory 2021/03/23 05:12:24 DEBUG : A1/B1/C1: Making directory 2021/03/23 05:12:27 DEBUG : A1/B1/C1: Removing directory 2021/03/23 05:12:27 DEBUG : A1/B1: Removing directory 2021/03/23 05:12:27 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:12:29 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsWithFilter (8.87s) === RUN TestCopyURL run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:32 DEBUG : filename.txt: File name found in url --- PASS: TestCopyURL (6.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:36 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/23 05:12:39 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:12:39 INFO : file1: Copied (new) to: sub/file2 2021/03/23 05:12:39 INFO : file1: Deleted 2021/03/23 05:12:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/23 05:12:39 DEBUG : file1: Unchanged skipping 2021/03/23 05:12:39 INFO : file1: Deleted 2021/03/23 05:12:40 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': don't need to copy/move sub/file2, it is already at target location 2021/03/23 05:12:41 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestMoveFile (5.69s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.39s) === RUN TestMoveFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:45 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/backup" 2021/03/23 05:12:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/23 05:12:48 INFO : dst/file1: Moved (server-side) 2021/03/23 05:12:50 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:12:50 INFO : dst/file1: Copied (new) 2021/03/23 05:12:50 INFO : dst/file1: Deleted 2021/03/23 05:12:52 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:12:53 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:12:53 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestMoveFileBackupDir (11.88s) === RUN TestCopyFile run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:12:54 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/23 05:12:56 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:12:56 INFO : file1: Copied (new) to: sub/file2 2021/03/23 05:12:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/23 05:12:57 DEBUG : file1: Unchanged skipping 2021/03/23 05:12:58 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': don't need to copy/move sub/file2, it is already at target location 2021/03/23 05:12:59 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestCopyFile (5.66s) === RUN TestCopyFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:13:03 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/backup" 2021/03/23 05:13:03 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/23 05:13:09 INFO : dst/file1: Moved (server-side) 2021/03/23 05:13:10 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:13:10 INFO : dst/file1: Copied (new) 2021/03/23 05:13:13 DEBUG : dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:13:13 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2021/03/23 05:13:14 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestCopyFileBackupDir (16.95s) === RUN TestCopyFileCompareDest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:13:17 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/dst" 2021/03/23 05:13:18 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/CompareDest" 2021/03/23 05:13:19 DEBUG : one: Need to transfer - File not found at Destination 2021/03/23 05:13:23 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/23 05:13:23 INFO : one: Copied (new) 2021/03/23 05:13:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:13:25 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:13:25 INFO : one: Copied (replaced existing) 2021/03/23 05:13:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:13:30 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/23 05:13:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:13:33 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/23 05:13:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:13:34 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/23 05:13:35 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/23 05:13:35 DEBUG : two: Need to transfer - File not found at Destination 2021/03/23 05:13:37 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/03/23 05:13:37 INFO : two: Copied (new) 2021/03/23 05:13:40 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/23 05:13:40 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/23 05:13:44 DEBUG : CompareDest: Rmdir: contains trashed file: "one" 2021/03/23 05:13:44 DEBUG : CompareDest: Rmdir: contains trashed file: "two" --- PASS: TestCopyFileCompareDest (28.07s) === RUN TestCopyFileCopyDest run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:13:45 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/dst" 2021/03/23 05:13:46 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/CopyDest" 2021/03/23 05:13:47 DEBUG : one: Need to transfer - File not found at Destination 2021/03/23 05:13:49 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/23 05:13:49 INFO : one: Copied (new) 2021/03/23 05:13:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:13:51 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:13:51 INFO : one: Copied (replaced existing) 2021/03/23 05:13:57 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupozuz6wunefod4seziyor3/BackupDir" 2021/03/23 05:13:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:13:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/23 05:14:00 INFO : one: Moved (server-side) 2021/03/23 05:14:01 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/23 05:14:01 INFO : one: Copied (server-side copy) 2021/03/23 05:14:01 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/23 05:14:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:14:04 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/23 05:14:04 INFO : two: Copied (server-side copy) 2021/03/23 05:14:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/23 05:14:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:14:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/23 05:14:05 DEBUG : two: Unchanged skipping 2021/03/23 05:14:08 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/23 05:14:08 DEBUG : three: Destination not found in --copy-dest 2021/03/23 05:14:08 DEBUG : three: Need to transfer - File not found at Destination 2021/03/23 05:14:09 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/03/23 05:14:09 INFO : three: Copied (new) 2021/03/23 05:14:13 DEBUG : dst: Rmdir: contains trashed file: "three" 2021/03/23 05:14:13 DEBUG : dst: Rmdir: contains trashed file: "one" 2021/03/23 05:14:13 DEBUG : dst: Rmdir: contains trashed file: "two" 2021/03/23 05:14:14 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2021/03/23 05:14:14 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2021/03/23 05:14:14 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2021/03/23 05:14:15 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCopyDest (30.62s) === 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:14:26 DEBUG : A1/B2: Making directory 2021/03/23 05:14:26 DEBUG : A1/B1/C3: Making directory 2021/03/23 05:14:29 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:14:29 DEBUG : pacer: Rate limited, increasing sleep to 1.475966374s 2021/03/23 05:14:29 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:14:29 DEBUG : pacer: Rate limited, increasing sleep to 2.503881806s 2021/03/23 05:14:29 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:14:29 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:14:29 DEBUG : pacer: Rate limited, increasing sleep to 1.397851461s 2021/03/23 05:14:31 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:14:42 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:14:42 DEBUG : pacer: Rate limited, increasing sleep to 1.144628816s 2021/03/23 05:14:42 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:14:42 DEBUG : pacer: Rate limited, increasing sleep to 2.218636008s 2021/03/23 05:14:43 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:14:43 INFO : A2/one: Moved (server-side) to: A3/one 2021/03/23 05:14:43 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2021/03/23 05:14:43 INFO : A2/two: Moved (server-side) to: A3/two 2021/03/23 05:14:46 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/03/23 05:14:46 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/03/23 05:14:49 DEBUG : A2/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:14:49 DEBUG : A2/B1: Rmdir: contains trashed file: "C2" 2021/03/23 05:14:49 DEBUG : A2/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:14:50 DEBUG : A2: Rmdir: contains trashed file: "B2" 2021/03/23 05:14:50 DEBUG : A2: Rmdir: contains trashed file: "B1" 2021/03/23 05:14:53 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:14:53 DEBUG : pacer: Rate limited, increasing sleep to 1.616393638s 2021/03/23 05:14:53 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:14:53 DEBUG : pacer: Rate limited, increasing sleep to 2.742175026s 2021/03/23 05:14:53 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:14:53 DEBUG : pacer: Rate limited, increasing sleep to 4.051847224s 2021/03/23 05:14:53 DEBUG : pacer: Reducing sleep to 0s 2021/03/23 05:15:01 DEBUG : A3/B1/C2: Rmdir: contains trashed file: "five" 2021/03/23 05:15:03 DEBUG : A3/B1/C1: Rmdir: contains trashed file: "four" 2021/03/23 05:15:04 DEBUG : A3/B1: Rmdir: contains trashed file: "C3" 2021/03/23 05:15:04 DEBUG : A3/B1: Rmdir: contains trashed file: "C2" 2021/03/23 05:15:04 DEBUG : A3/B1: Rmdir: contains trashed file: "C1" 2021/03/23 05:15:04 DEBUG : A3/B1: Rmdir: contains trashed file: "three" 2021/03/23 05:15:05 DEBUG : A3: Rmdir: contains trashed file: "B2" 2021/03/23 05:15:05 DEBUG : A3: Rmdir: contains trashed file: "B1" 2021/03/23 05:15:05 DEBUG : A3: Rmdir: contains trashed file: "two" 2021/03/23 05:15:05 DEBUG : A3: Rmdir: contains trashed file: "one" --- PASS: TestDirMove (50.29s) === RUN TestGetFsInfo run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" --- PASS: TestGetFsInfo (0.37s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:06 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:15:08 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/23 05:15:08 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:15:08 DEBUG : no_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:15:09 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:11 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:15:12 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/23 05:15:12 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:15:13 DEBUG : with_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:15:14 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2021/03/23 05:15:14 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:15 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:15:17 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:15:17 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:15:18 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-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:20 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/23 05:15:21 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/23 05:15:23 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/23 05:15:24 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.06s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.64s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.48s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.43s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.51s) === RUN TestRcatSize run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:30 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': File to upload is small (60 bytes), uploading instead of streaming 2021/03/23 05:15:32 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/23 05:15:32 INFO : potato2: Copied (new) --- PASS: TestRcatSize (8.43s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Google drive root 'rclone-test-rupozuz6wunefod4seziyor3'", Local "Local file system at /tmp/rclone063682266", Modify Window "1ms" 2021/03/23 05:15:34 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/23 05:15:42 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/23 05:15:42 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/23 05:15:42 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/23 05:15:43 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Max transfer limit reached as set by --max-transfer 2021/03/23 05:15:43 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/23 05:15:44 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/23 05:15:45 DEBUG : TestCopyFileMaxTransfer/file4: MD5 = d89f70043883da5ebbdbdc70f280d959 OK 2021/03/23 05:15:45 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2021/03/23 05:15:49 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file4" 2021/03/23 05:15:49 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file1" --- PASS: TestCopyFileMaxTransfer (16.51s) === 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:15:50 DEBUG : Google drive root 'rclone-test-rupozuz6wunefod4seziyor3': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Finished OK in 7m51.567737664s (try 1/5)