"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2020/05/15 05:00:50 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2020/05/15 05:00:50 DEBUG : TestDrive: Saved new token in config file === 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 TestMultithreadCopy/{size:131071_streams:2} 2020/05/15 05:00:57 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/05/15 05:00:57 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2020/05/15 05:00:57 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/05/15 05:00:58 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/05/15 05:00:58 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2020/05/15 05:00:58 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2020/05/15 05:01:00 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/05/15 05:01:00 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2020/05/15 05:01:00 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/05/15 05:01:00 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/05/15 05:01:01 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2020/05/15 05:01:01 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2020/05/15 05:01:03 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2020/05/15 05:01:03 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2020/05/15 05:01:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2020/05/15 05:01:03 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2020/05/15 05:01:04 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2020/05/15 05:01:04 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (12.76s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" --- PASS: TestMultithreadCopy/{size:131071_streams:2} (5.95s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.79s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.96s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/05/15 05:01:05 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 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/05/15 05:01:05 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/05/15 05:01:05 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 TestDeduplicateInteractive --- SKIP: TestDeduplicateInteractive (0.40s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" dedupe_test.go:35: Can't run this test without a hash === RUN TestDeduplicateSkip 2020/05/15 05:01:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using skip mode. 2020/05/15 05:01:09 NOTICE: one: Found 2 duplicates - deleting identical copies --- PASS: TestDeduplicateSkip (5.85s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateFirst 2020/05/15 05:01:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using first mode. 2020/05/15 05:01:16 NOTICE: one: Found 3 duplicates - deleting identical copies 2020/05/15 05:01:17 INFO : one: Deleted 2020/05/15 05:01:17 INFO : one: Deleted 2020/05/15 05:01:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.79s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateNewest 2020/05/15 05:01:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using newest mode. 2020/05/15 05:01:27 NOTICE: one: Found 3 duplicates - deleting identical copies 2020/05/15 05:01:28 INFO : one: Deleted 2020/05/15 05:01:28 INFO : one: Deleted 2020/05/15 05:01:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (10.67s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateOldest 2020/05/15 05:01:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using oldest mode. 2020/05/15 05:01:35 NOTICE: one: Found 3 duplicates - deleting identical copies 2020/05/15 05:01:35 INFO : one: Deleted 2020/05/15 05:01:36 INFO : one: Deleted 2020/05/15 05:01:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.95s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateLargest 2020/05/15 05:01:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using largest mode. 2020/05/15 05:01:43 NOTICE: one: Found 3 duplicates - deleting identical copies 2020/05/15 05:01:43 INFO : one: Deleted 2020/05/15 05:01:44 INFO : one: Deleted 2020/05/15 05:01:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.52s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateSmallest 2020/05/15 05:01:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using smallest mode. 2020/05/15 05:01:50 NOTICE: one: Found 3 duplicates - deleting identical copies 2020/05/15 05:01:51 INFO : one: Deleted 2020/05/15 05:01:51 INFO : one: Deleted 2020/05/15 05:01:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.48s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDeduplicateRename 2020/05/15 05:01:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Looking for duplicates using rename mode. 2020/05/15 05:01:59 NOTICE: one.txt: Found 3 duplicates - deleting identical copies 2020/05/15 05:02:00 INFO : one-2.txt: renamed from: one.txt 2020/05/15 05:02:02 INFO : one-3.txt: renamed from: one.txt 2020/05/15 05:02:03 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.29s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestMergeDirs 2020/05/15 05:02:15 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2020/05/15 05:02:16 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2020/05/15 05:02:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2020/05/15 05:02:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2020/05/15 05:02:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2020/05/15 05:02:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2020/05/15 05:02:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.80s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestListDirSorted 2020/05/15 05:02:41 DEBUG : a.txt: Excluded 2020/05/15 05:02:41 DEBUG : sub dir/hello world: Excluded 2020/05/15 05:02:41 DEBUG : sub dir/hello world2: Excluded 2020/05/15 05:02:42 DEBUG : sub dir/ignore dir: Excluded 2020/05/15 05:02:42 DEBUG : sub dir/hello world: Excluded 2020/05/15 05:02:42 DEBUG : sub dir/hello world2: Excluded 2020/05/15 05:02:42 DEBUG : sub dir/ignore dir: Excluded 2020/05/15 05:02:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2020/05/15 05:02:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2020/05/15 05:02:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2020/05/15 05:02:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2020/05/15 05:02:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2020/05/15 05:02:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2020/05/15 05:02:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (32.54s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestMkdir 2020/05/15 05:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Making directory 2020/05/15 05:02:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Making directory --- PASS: TestMkdir (1.99s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestLsd 2020/05/15 05:03:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (7.42s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestLs --- PASS: TestLs (7.25s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestLsWithFilesFrom 2020/05/15 05:03:14 DEBUG : empty space: Excluded from sync (and deletion) --- PASS: TestLsWithFilesFrom (5.81s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestLsLong --- PASS: TestLsLong (7.80s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestHashSums --- PASS: TestHashSums (6.63s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount 2020/05/15 05:03:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.71s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestDelete 2020/05/15 05:03:48 DEBUG : Waiting for deletions to finish 2020/05/15 05:03:49 DEBUG : large: Excluded from sync (and deletion) 2020/05/15 05:03:49 INFO : medium: Deleted 2020/05/15 05:03:49 INFO : small: Deleted --- PASS: TestDelete (9.00s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCheck 2020/05/15 05:03:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 1: Starting check test 2020/05/15 05:03:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 2: Starting check test 2020/05/15 05:03:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 3: Starting check test 2020/05/15 05:03:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 4: Starting check test 2020/05/15 05:03:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 5: Starting check test 2020/05/15 05:04:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 6: Starting check test 2020/05/15 05:04:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 7: Starting check test --- PASS: TestCheck (13.65s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCheckFsError 2020/05/15 05:04:04 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2020/05/15 05:04:04 ERROR : : error reading source directory: directory not found 2020/05/15 05:04:04 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 1 differences found --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload 2020/05/15 05:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 1: Starting check test 2020/05/15 05:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 2: Starting check test 2020/05/15 05:04:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 3: Starting check test 2020/05/15 05:04:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 4: Starting check test 2020/05/15 05:04:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 5: Starting check test 2020/05/15 05:04:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 6: Starting check test 2020/05/15 05:04:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 7: Starting check test --- PASS: TestCheckDownload (22.21s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCheckSizeOnly 2020/05/15 05:04:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 1: Starting check test 2020/05/15 05:04:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 2: Starting check test 2020/05/15 05:04:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 3: Starting check test 2020/05/15 05:04:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 4: Starting check test 2020/05/15 05:04:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 5: Starting check test 2020/05/15 05:04:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 6: Starting check test 2020/05/15 05:04:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': 7: Starting check test --- PASS: TestCheckSizeOnly (12.27s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCat --- PASS: TestCat (12.62s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestPurge 2020/05/15 05:04:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2020/05/15 05:05:00 DEBUG : A2: Making directory 2020/05/15 05:05:01 DEBUG : A1/B2: Making directory 2020/05/15 05:05:01 DEBUG : A1/B2/C2: Making directory 2020/05/15 05:05:02 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:05:03 DEBUG : A3: Making directory 2020/05/15 05:05:07 DEBUG : A3/B3: Making directory 2020/05/15 05:05:09 DEBUG : A3/B3/C4: Making directory 2020/05/15 05:05:13 DEBUG : Waiting for deletions to finish 2020/05/15 05:05:14 INFO : A1/B1/C1/one: Deleted 2020/05/15 05:05:14 DEBUG : A1/B1/C3: Removing directory 2020/05/15 05:05:15 DEBUG : A1/B1/C1: Removing directory 2020/05/15 05:05:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2020/05/15 05:05:17 DEBUG : A1/B1: Removing directory 2020/05/15 05:05:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2020/05/15 05:05:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2020/05/15 05:05:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuzakub4rerabev4vicekev0': Purge remote 2020/05/15 05:05:21 purge failed: directory not found --- PASS: TestPurge (29.04s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuzakub4rerabev4vicekev0'", Local "Local file system at /tmp/rclone114665000", Modify Window "1ms" === RUN TestRmdirsNoLeaveRoot 2020/05/15 05:05:27 DEBUG : A2: Making directory 2020/05/15 05:05:28 DEBUG : A1/B2: Making directory 2020/05/15 05:05:29 DEBUG : A1/B2/C2: Making directory 2020/05/15 05:05:30 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:05:31 DEBUG : A3: Making directory 2020/05/15 05:05:32 DEBUG : A3/B3: Making directory 2020/05/15 05:05:33 DEBUG : A3/B3/C4: Making directory 2020/05/15 05:05:37 DEBUG : A3/B3/C4: Removing directory 2020/05/15 05:05:40 DEBUG : A3/B3: Removing directory 2020/05/15 05:05:40 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2020/05/15 05:05:41 DEBUG : A3: Removing directory 2020/05/15 05:05:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2020/05/15 05:05:42 DEBUG : A2: Removing directory 2020/05/15 05:05:43 DEBUG : A1/B2/C2: Removing directory 2020/05/15 05:05:44 DEBUG : A1/B2: Removing directory 2020/05/15 05:05:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2020/05/15 05:05:44 DEBUG : A1/B1/C3: Removing directory 2020/05/15 05:05:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2020/05/15 05:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2020/05/15 05:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2020/05/15 05:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2020/05/15 05:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2020/05/15 05:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestRmdirsNoLeaveRoot (30.79s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestRmdirsLeaveRoot 2020/05/15 05:05:51 DEBUG : A1: Making directory 2020/05/15 05:05:52 DEBUG : A1/B1: Making directory 2020/05/15 05:05:54 DEBUG : A1/B1/C1: Making directory 2020/05/15 05:05:57 DEBUG : A1/B1/C1: Removing directory 2020/05/15 05:05:58 DEBUG : A1/B1: Removing directory 2020/05/15 05:05:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2020/05/15 05:06:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.70s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyURL --- PASS: TestCopyURL (9.70s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile 2020/05/15 05:06:11 DEBUG : file1: Need to transfer - File not found at Destination 2020/05/15 05:06:14 INFO : file1: Copied (new) 2020/05/15 05:06:14 INFO : file1: Deleted 2020/05/15 05:06:15 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2020/05/15 05:06:15 DEBUG : file1: Unchanged skipping 2020/05/15 05:06:15 INFO : file1: Deleted 2020/05/15 05:06:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': don't need to copy/move sub/file2, it is already at target location 2020/05/15 05:06:17 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.75s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCaseInsensitiveMoveFile --- PASS: TestCaseInsensitiveMoveFile (0.47s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestMoveFileBackupDir 2020/05/15 05:06:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/05/15 05:06:28 INFO : dst/file1: Moved (server side) 2020/05/15 05:06:29 INFO : dst/file1: Copied (new) 2020/05/15 05:06:29 INFO : dst/file1: Deleted 2020/05/15 05:06:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2020/05/15 05:06:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2020/05/15 05:06:33 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.96s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyFile 2020/05/15 05:06:34 DEBUG : file1: Need to transfer - File not found at Destination 2020/05/15 05:06:37 INFO : file1: Copied (new) 2020/05/15 05:06:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2020/05/15 05:06:37 DEBUG : file1: Unchanged skipping 2020/05/15 05:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': don't need to copy/move sub/file2, it is already at target location 2020/05/15 05:06:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.36s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyFileBackupDir 2020/05/15 05:06:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/05/15 05:06:48 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) 2020/05/15 05:06:48 DEBUG : pacer: Rate limited, increasing sleep to 1.32316679s 2020/05/15 05:06:48 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:06:51 INFO : dst/file1: Moved (server side) 2020/05/15 05:06:53 INFO : dst/file1: Copied (new) 2020/05/15 05:06:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2020/05/15 05:06:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2020/05/15 05:06:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (19.21s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyFileCompareDest 2020/05/15 05:07:06 DEBUG : one: Need to transfer - File not found at Destination 2020/05/15 05:07:09 INFO : one: Copied (new) 2020/05/15 05:07:10 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) 2020/05/15 05:07:10 DEBUG : pacer: Rate limited, increasing sleep to 1.481239549s 2020/05/15 05:07:10 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:07:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:07:14 INFO : one: Copied (replaced existing) 2020/05/15 05:07:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:07:20 DEBUG : one: Destination found in --compare-dest, skipping 2020/05/15 05:07:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:07:23 DEBUG : two: Destination found in --compare-dest, skipping 2020/05/15 05:07:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:07:24 DEBUG : two: Destination found in --compare-dest, skipping 2020/05/15 05:07:26 DEBUG : two: Sizes differ (src 5 vs dst 3) 2020/05/15 05:07:26 DEBUG : two: Need to transfer - File not found at Destination 2020/05/15 05:07:27 INFO : two: Copied (new) 2020/05/15 05:07:28 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) 2020/05/15 05:07:28 DEBUG : pacer: Rate limited, increasing sleep to 1.369388447s 2020/05/15 05:07:28 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:07: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) 2020/05/15 05:07:29 DEBUG : pacer: Rate limited, increasing sleep to 1.055449921s 2020/05/15 05:07:30 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) 2020/05/15 05:07:30 DEBUG : pacer: Rate limited, increasing sleep to 2.690693236s 2020/05/15 05:07:31 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:07:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2020/05/15 05:07:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2020/05/15 05:07:36 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2020/05/15 05:07:36 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (37.66s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyFileCopyDest 2020/05/15 05:07:43 DEBUG : one: Need to transfer - File not found at Destination 2020/05/15 05:07:46 INFO : one: Copied (new) 2020/05/15 05:07:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:07:49 INFO : one: Copied (replaced existing) 2020/05/15 05:07:49 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) 2020/05/15 05:07:49 DEBUG : pacer: Rate limited, increasing sleep to 1.126185759s 2020/05/15 05:07:50 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:08:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:08:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:08:02 INFO : one: Moved (server side) 2020/05/15 05:08:03 INFO : one: Copied (server side copy) 2020/05/15 05:08:03 DEBUG : one: Destination found in --copy-dest, using server side copy 2020/05/15 05:08:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:08:08 INFO : two: Copied (server side copy) 2020/05/15 05:08:08 DEBUG : two: Destination found in --copy-dest, using server side copy 2020/05/15 05:08:08 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) 2020/05/15 05:08:08 DEBUG : pacer: Rate limited, increasing sleep to 1.292728162s 2020/05/15 05:08:08 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) 2020/05/15 05:08:08 DEBUG : pacer: Rate limited, increasing sleep to 2.932699624s 2020/05/15 05:08:09 DEBUG : pacer: low level retry 3/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) 2020/05/15 05:08:09 DEBUG : pacer: Rate limited, increasing sleep to 4.816322724s 2020/05/15 05:08:13 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:08:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:08:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/05/15 05:08:18 DEBUG : two: Unchanged skipping 2020/05/15 05:08:21 DEBUG : three: Sizes differ (src 7 vs dst 5) 2020/05/15 05:08:21 DEBUG : three: Destination not found in --copy-dest 2020/05/15 05:08:21 DEBUG : three: Need to transfer - File not found at Destination 2020/05/15 05:08:22 INFO : three: Copied (new) 2020/05/15 05:08:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2020/05/15 05:08:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2020/05/15 05:08:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2020/05/15 05:08:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2020/05/15 05:08:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2020/05/15 05:08:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2020/05/15 05:08: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) 2020/05/15 05:08:29 DEBUG : pacer: Rate limited, increasing sleep to 1.488262545s 2020/05/15 05:08: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) 2020/05/15 05:08:29 DEBUG : pacer: Rate limited, increasing sleep to 2.159283771s 2020/05/15 05:08:31 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:08:34 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (57.62s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove 2020/05/15 05:08:49 DEBUG : A1/B2: Making directory 2020/05/15 05:08:50 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:08:58 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) 2020/05/15 05:08:58 DEBUG : pacer: Rate limited, increasing sleep to 1.582830249s 2020/05/15 05:08:59 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:08:59 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) 2020/05/15 05:08:59 DEBUG : pacer: Rate limited, increasing sleep to 1.899901057s 2020/05/15 05:09:00 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:09:04 INFO : A2/two: Moved (server side) 2020/05/15 05:09:04 INFO : A2/B1/C2/five: Moved (server side) 2020/05/15 05:09:04 INFO : A2/B1/three: Moved (server side) 2020/05/15 05:09:04 INFO : A2/one: Moved (server side) 2020/05/15 05:09:05 INFO : A2/B1/C1/four: Moved (server side) 2020/05/15 05:09:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2020/05/15 05:09:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2020/05/15 05:09:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2020/05/15 05:09:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2020/05/15 05:09:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2020/05/15 05:09:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2020/05/15 05:09:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2020/05/15 05:09:18 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) 2020/05/15 05:09:18 DEBUG : pacer: Rate limited, increasing sleep to 1.032522084s 2020/05/15 05:09:18 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) 2020/05/15 05:09:18 DEBUG : pacer: Rate limited, increasing sleep to 2.604212784s 2020/05/15 05:09:19 DEBUG : pacer: low level retry 3/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) 2020/05/15 05:09:19 DEBUG : pacer: Rate limited, increasing sleep to 4.655232522s 2020/05/15 05:09:22 DEBUG : pacer: Reducing sleep to 0s 2020/05/15 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2020/05/15 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2020/05/15 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2020/05/15 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2020/05/15 05:09:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2020/05/15 05:09:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2020/05/15 05:09:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2020/05/15 05:09:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.64s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestGetFsInfo --- PASS: TestGetFsInfo (0.40s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false 2020/05/15 05:09:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:09:31 INFO : no_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:09:31 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2020/05/15 05:09:33 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 2020/05/15 05:09:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:09:37 INFO : with_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:09:37 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2020/05/15 05:09:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2020/05/15 05:09:38 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true 2020/05/15 05:09:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:09:42 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:09:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2020/05/15 05:09:44 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 2020/05/15 05:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:09:48 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:09:49 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2020/05/15 05:09:50 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.18s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.94s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.45s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.02s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.78s) === RUN TestRcatSize 2020/05/15 05:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': File to upload is small (60 bytes), uploading instead of streaming 2020/05/15 05:09:56 INFO : potato2: Copied (new) --- PASS: TestRcatSize (6.22s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestCopyFileMaxTransfer 2020/05/15 05:09:58 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2020/05/15 05:10:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2020/05/15 05:10:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2020/05/15 05:10:02 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Max transfer limit reached as set by --max-transfer 2020/05/15 05:10:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2020/05/15 05:10:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2020/05/15 05:10:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2020/05/15 05:10:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2020/05/15 05:10:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.99s) run.go:176: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6'", Local "Local file system at /tmp/rclone715969798", Modify Window "1ms" === RUN TestRcAbout --- SKIP: TestRcAbout (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCleanup --- SKIP: TestRcCleanup (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCopyfile --- SKIP: TestRcCopyfile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCopyurl --- SKIP: TestRcCopyurl (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcDelete --- SKIP: TestRcDelete (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcDeletefile --- SKIP: TestRcDeletefile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcList --- SKIP: TestRcList (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcMkdir --- SKIP: TestRcMkdir (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcMovefile --- SKIP: TestRcMovefile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcPurge --- SKIP: TestRcPurge (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcRmdir --- SKIP: TestRcRmdir (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcRmdirs --- SKIP: TestRcRmdirs (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcSize --- SKIP: TestRcSize (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcPublicLink --- SKIP: TestRcPublicLink (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcFsInfo --- SKIP: TestRcFsInfo (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCommand --- SKIP: TestRcCommand (0.00s) rc_test.go:21: Skipping test on non local remote PASS 2020/05/15 05:10:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sufuyif8febomaq3husihim6': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 9m19.562156964s (try 1/5)