"./sync.test -test.v -test.timeout 1h0m0s -remote TestCompressDrive: -verbose" - Starting (try 1/5) 2021/03/04 05:08:16 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3" 2021/03/04 05:08:17 DEBUG : Creating backend with remote "/tmp/rclone491471271" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.09s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:19 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2021/03/04 05:08:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.85s) === RUN TestCopy run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:08:24 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:08:24 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:08:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:08:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopy (8.39s) === RUN TestCopyMissingDirectory run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:28 DEBUG : Creating backend with remote "/non-existing" 2021/03/04 05:08:28 ERROR : : error reading source directory: directory not found 2021/03/04 05:08:28 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:28 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.65s) === RUN TestCopyNoTraverse run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:29 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:29 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:08:33 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:08:33 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:08:36 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:08:36 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyNoTraverse (8.72s) === RUN TestCopyCheckFirst run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:37 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Running all checks before starting transfers 2021/03/04 05:08:37 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:37 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Checks finished, now starting transfers 2021/03/04 05:08:37 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:08:41 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:08:41 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:08:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:08:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestCopyCheckFirst (7.80s) === RUN TestSyncNoTraverse run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:45 ERROR : Ignoring --no-traverse with sync 2021/03/04 05:08:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:08:49 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:08:49 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:08:49 DEBUG : Waiting for deletions to finish 2021/03/04 05:08:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:08:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestSyncNoTraverse (8.17s) === RUN TestCopyWithDepth run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:08:57 DEBUG : hello world2: MD5 = cc2c857f89648dbd139d7b2a6665957d OK 2021/03/04 05:08:57 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (6.25s) === RUN TestCopyWithFilesFrom run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:08:59 DEBUG : hello world2: Excluded 2021/03/04 05:08:59 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:08:59 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:09:02 DEBUG : potato2: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:02 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (5.68s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:09:05 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:09:05 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:09:08 DEBUG : potato2: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:08 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (5.95s) === RUN TestCopyEmptyDirectories run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:09:11 DEBUG : sub dir2: Making directory 2021/03/04 05:09:11 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:09:11 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:09:15 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:15 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:09:15 DEBUG : sub dir2: Making directory 2021/03/04 05:09:16 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: copied 1 directories 2021/03/04 05:09:16 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:09:16 DEBUG : pacer: Rate limited, increasing sleep to 1.610503093s 2021/03/04 05:09:17 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:09:21 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:09:21 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyEmptyDirectories (11.31s) === RUN TestMoveEmptyDirectories run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:09:22 DEBUG : sub dir2: Making directory 2021/03/04 05:09:22 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:09:22 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:09:26 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:26 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:09:26 INFO : sub dir/hello world: Deleted 2021/03/04 05:09:26 DEBUG : sub dir: Making directory 2021/03/04 05:09:26 DEBUG : sub dir2: Making directory 2021/03/04 05:09:27 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: copied 2 directories 2021/03/04 05:09:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:09:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestMoveEmptyDirectories (10.21s) === RUN TestSyncEmptyDirectories run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:09:32 DEBUG : sub dir2: Making directory 2021/03/04 05:09:33 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:09:33 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:09:37 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:37 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:09:37 DEBUG : sub dir2: Making directory 2021/03/04 05:09:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: copied 1 directories 2021/03/04 05:09:38 DEBUG : Waiting for deletions to finish 2021/03/04 05:09:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:09:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestSyncEmptyDirectories (10.04s) === RUN TestServerSideCopy run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:09:48 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-caguyiv4yaceyey4yiwosek0" 2021/03/04 05:09: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) 2021/03/04 05:09:48 DEBUG : pacer: Rate limited, increasing sleep to 1.379948935s 2021/03/04 05:09:48 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:09:48 DEBUG : pacer: Rate limited, increasing sleep to 2.626927295s 2021/03/04 05:09:50 DEBUG : pacer: Reducing sleep to 0s sync_test.go:292: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3 -> Compressed: TestCompressDrive:rclone-test-caguyiv4yaceyey4yiwosek0 2021/03/04 05:09:53 DEBUG : Compressed: TestCompressDrive:rclone-test-caguyiv4yaceyey4yiwosek0: Waiting for checks to finish 2021/03/04 05:09:53 DEBUG : Compressed: TestCompressDrive:rclone-test-caguyiv4yaceyey4yiwosek0: Waiting for transfers to finish 2021/03/04 05:09:58 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:09:58 INFO : sub dir/hello world: Copied (server-side copy) 2021/03/04 05:10:00 DEBUG : Compressed: TestCompressDrive:rclone-test-caguyiv4yaceyey4yiwosek0: Purge remote 2021/03/04 05:10:02 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:10:02 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestServerSideCopy (20.50s) === RUN TestCopyAfterDelete run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:07 ERROR : : error listing: directory not found 2021/03/04 05:10:08 DEBUG : Local file system at /tmp/rclone491471271: Making directory 2021/03/04 05:10:08 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:08 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:12 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:10:12 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyAfterDelete (9.43s) === RUN TestCopyRedownload run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:18 DEBUG : Local file system at /tmp/rclone491471271: Waiting for checks to finish 2021/03/04 05:10:18 DEBUG : Local file system at /tmp/rclone491471271: Waiting for transfers to finish 2021/03/04 05:10:20 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:10:20 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:10:22 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:10:22 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestCopyRedownload (10.01s) === RUN TestSyncBasedOnCheckSum run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:25 DEBUG : check sum: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/03/04 05:10:25 INFO : check sum: Copied (new) 2021/03/04 05:10:25 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:27 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:28 DEBUG : check sum: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/03/04 05:10:28 DEBUG : check sum: Size and MD5 of src and dst objects identical 2021/03/04 05:10:28 DEBUG : check sum: Unchanged skipping 2021/03/04 05:10:28 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:28 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:28 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (8.55s) === RUN TestSyncSizeOnly run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:34 DEBUG : sizeonly: MD5 = 8ee2027983915ec78acc45027d874316 OK 2021/03/04 05:10:34 INFO : sizeonly: Copied (new) 2021/03/04 05:10:34 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:35 DEBUG : sizeonly: Sizes identical 2021/03/04 05:10:35 DEBUG : sizeonly: Unchanged skipping 2021/03/04 05:10:35 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:35 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:35 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:35 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (7.25s) === RUN TestSyncIgnoreSize run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:44 DEBUG : ignore-size: MD5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2021/03/04 05:10:44 INFO : ignore-size: Copied (new) 2021/03/04 05:10:44 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:45 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:10:45 DEBUG : ignore-size: Unchanged skipping 2021/03/04 05:10:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:45 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:45 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (9.57s) === RUN TestSyncIgnoreTimes run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:52 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:10:52 DEBUG : existing: Unchanged skipping 2021/03/04 05:10:52 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:52 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:52 DEBUG : Waiting for deletions to finish 2021/03/04 05:10:52 INFO : There was nothing to transfer 2021/03/04 05:10:53 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2021/03/04 05:10:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:10:55 DEBUG : existing: MD5 = 8ee2027983915ec78acc45027d874316 OK 2021/03/04 05:10:55 INFO : existing: Copied (replaced existing) 2021/03/04 05:10:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (10.30s) === RUN TestSyncIgnoreExisting run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:10:58 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:10:58 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:01 DEBUG : existing: MD5 = 8ee2027983915ec78acc45027d874316 OK 2021/03/04 05:11:01 INFO : existing: Copied (new) 2021/03/04 05:11:01 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:03 DEBUG : existing: Destination exists, skipping 2021/03/04 05:11:03 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:03 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:03 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:03 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (7.61s) === RUN TestSyncIgnoreErrors run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:11:14 DEBUG : d: Making directory 2021/03/04 05:11:17 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:11:17 DEBUG : c/non empty space: Unchanged skipping 2021/03/04 05:11:17 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:17 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:21 DEBUG : a/potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:11:21 INFO : a/potato2: Copied (new) 2021/03/04 05:11:21 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:22 INFO : b/potato: Deleted 2021/03/04 05:11:22 DEBUG : d: Removing directory 2021/03/04 05:11:23 DEBUG : b: Removing directory 2021/03/04 05:11:23 DEBUG : b: Rmdir: contains trashed file: "potato.FQAAAAAAAAA.gz" 2021/03/04 05:11:23 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2021/03/04 05:11:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: deleted 2 directories 2021/03/04 05:11:29 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2021/03/04 05:11:29 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2021/03/04 05:11:29 DEBUG : a: Rmdir: contains trashed file: "potato2.PAAAAAAAAAA.gz" 2021/03/04 05:11:29 DEBUG : a: Rmdir: contains trashed file: "potato2.json" --- PASS: TestSyncIgnoreErrors (24.51s) === RUN TestSyncAfterChangingModtimeOnly run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:11:35 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2021/03/04 05:11:35 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:36 DEBUG : empty space: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/03/04 05:11:36 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2021/03/04 05:11:36 DEBUG : empty space: Unchanged skipping 2021/03/04 05:11:36 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:36 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:36 INFO : There was nothing to transfer 2021/03/04 05:11:37 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2021/03/04 05:11:37 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:38 DEBUG : empty space: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/03/04 05:11:39 INFO : empty space: Updated modification time in destination 2021/03/04 05:11:39 DEBUG : empty space: Unchanged skipping 2021/03/04 05:11:39 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:39 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:39 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (11.50s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:11:46 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2021/03/04 05:11:46 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:47 DEBUG : empty space: MD5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/03/04 05:11:47 DEBUG : empty space: Unchanged skipping 2021/03/04 05:11:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:47 DEBUG : Waiting for deletions to finish 2021/03/04 05:11:47 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (8.03s) === RUN TestSyncDoesntUpdateModtime run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:11:54 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2021/03/04 05:11:54 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:11:55 DEBUG : foo: MD5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone491471271) 2021/03/04 05:11:55 DEBUG : foo: MD5 = 37b51d194a7513e45b56f6524f2d51f2 (Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3) 2021/03/04 05:11:55 DEBUG : foo: MD5 differ 2021/03/04 05:11:55 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:11:57 DEBUG : foo: MD5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2021/03/04 05:11:57 INFO : foo: Copied (replaced existing) 2021/03/04 05:11:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (10.23s) === RUN TestSyncAfterAddingAFile run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:12:04 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:12:04 DEBUG : empty space: Unchanged skipping 2021/03/04 05:12:04 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:12:04 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:12:07 DEBUG : potato: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:12:07 INFO : potato: Copied (new) 2021/03/04 05:12:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (12.19s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:12:16 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2021/03/04 05:12:16 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:12:16 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:12:20 DEBUG : potato: MD5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2021/03/04 05:12:20 INFO : potato: Copied (replaced existing) 2021/03/04 05:12:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (10.93s) === RUN TestSyncAfterChangingContentsOnly run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:12:27 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2021/03/04 05:12:27 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:12:28 DEBUG : potato: MD5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone491471271) 2021/03/04 05:12:28 DEBUG : potato: MD5 = 100defcf18c42a1e0dc42a789b107cd2 (Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3) 2021/03/04 05:12:28 DEBUG : potato: MD5 differ 2021/03/04 05:12:28 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:12:31 DEBUG : potato: MD5 = e4cb6955d9106df6263c45fcfc10f163 OK 2021/03/04 05:12:31 INFO : potato: Copied (replaced existing) 2021/03/04 05:12:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (10.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:12:40 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2021/03/04 05:12:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:12:40 DEBUG : empty space: Unchanged skipping 2021/03/04 05:12:40 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:12:40 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:12:40 DEBUG : Waiting for deletions to finish 2021/03/04 05:12:40 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (11.26s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:12:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:12:53 DEBUG : empty space: Unchanged skipping 2021/03/04 05:12:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:12:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:12:56 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:12:56 INFO : potato2: Copied (new) 2021/03/04 05:12:56 DEBUG : Waiting for deletions to finish 2021/03/04 05:12:57 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (17.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:13:09 DEBUG : d: Making directory 2021/03/04 05:13:10 DEBUG : d/e: Making directory 2021/03/04 05:13:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:13:14 DEBUG : c/non empty space: Unchanged skipping 2021/03/04 05:13:16 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:13:16 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:13:18 DEBUG : a/potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:13:18 INFO : a/potato2: Copied (new) 2021/03/04 05:13:18 DEBUG : Waiting for deletions to finish 2021/03/04 05:13:19 INFO : b/potato: Deleted 2021/03/04 05:13:19 DEBUG : d/e: Removing directory 2021/03/04 05:13:20 DEBUG : d: Removing directory 2021/03/04 05:13:20 DEBUG : d: Rmdir: contains trashed file: "e" 2021/03/04 05:13:21 DEBUG : b: Removing directory 2021/03/04 05:13:21 DEBUG : b: Rmdir: contains trashed file: "potato.FQAAAAAAAAA.gz" 2021/03/04 05:13:21 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2021/03/04 05:13:22 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: deleted 3 directories 2021/03/04 05:13:27 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2021/03/04 05:13:27 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2021/03/04 05:13:28 DEBUG : a: Rmdir: contains trashed file: "potato2.PAAAAAAAAAA.gz" 2021/03/04 05:13:28 DEBUG : a: Rmdir: contains trashed file: "potato2.json" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (26.55s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:13:37 DEBUG : d: Making directory 2021/03/04 05:13:40 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:13:40 DEBUG : c/non empty space: Unchanged skipping 2021/03/04 05:13:40 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:13:40 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:13:43 DEBUG : a/potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:13:43 INFO : a/potato2: Copied (new) 2021/03/04 05:13:43 ERROR : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: not deleting files as there were IO errors 2021/03/04 05:13:43 ERROR : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: not deleting directories as there were IO errors 2021/03/04 05:13:51 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2021/03/04 05:13:51 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2021/03/04 05:13:52 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2021/03/04 05:13:52 DEBUG : b: Rmdir: contains trashed file: "potato.FQAAAAAAAAA.gz" 2021/03/04 05:13:53 DEBUG : a: Rmdir: contains trashed file: "potato2.PAAAAAAAAAA.gz" 2021/03/04 05:13:53 DEBUG : a: Rmdir: contains trashed file: "potato2.json" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (24.74s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:14:01 DEBUG : Waiting for deletions to finish 2021/03/04 05:14:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:14:01 DEBUG : empty space: Unchanged skipping 2021/03/04 05:14:01 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:14:01 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:14:02 INFO : potato: Deleted 2021/03/04 05:14:04 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:14:04 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (15.56s) === RUN TestSyncDeleteBefore run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:14:17 DEBUG : Waiting for deletions to finish 2021/03/04 05:14:17 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:14:17 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:14:19 INFO : potato: Deleted 2021/03/04 05:14:19 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:14:19 DEBUG : empty space: Unchanged skipping 2021/03/04 05:14:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:14:19 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:14:21 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 05:14:21 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (17.64s) === RUN TestCopyDeleteBefore run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:14:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:14:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:14:34 DEBUG : potato2: MD5 = 9519bc2e940e1696ea7365b4b81adedc OK 2021/03/04 05:14:34 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (12.45s) === RUN TestSyncWithExclude run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:14:47 DEBUG : enormous: Excluded 2021/03/04 05:14:47 DEBUG : potato2: Excluded 2021/03/04 05:14:47 DEBUG : potato2: Excluded 2021/03/04 05:14:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:14:47 DEBUG : empty space: Unchanged skipping 2021/03/04 05:14:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:14:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:14:47 DEBUG : Waiting for deletions to finish 2021/03/04 05:14:47 INFO : There was nothing to transfer 2021/03/04 05:14:49 DEBUG : enormous: Excluded 2021/03/04 05:14:49 DEBUG : potato2: Excluded 2021/03/04 05:14:49 DEBUG : potato2: Excluded 2021/03/04 05:14:49 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2021/03/04 05:14:49 DEBUG : empty space: Unchanged skipping 2021/03/04 05:14:49 DEBUG : Local file system at /tmp/rclone491471271: Waiting for checks to finish 2021/03/04 05:14:49 DEBUG : Local file system at /tmp/rclone491471271: Waiting for transfers to finish 2021/03/04 05:14:49 DEBUG : Waiting for deletions to finish 2021/03/04 05:14:49 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (12.73s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:15:03 DEBUG : enormous: Excluded 2021/03/04 05:15:03 DEBUG : potato2: Excluded 2021/03/04 05:15:03 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:15:03 DEBUG : empty space: Unchanged skipping 2021/03/04 05:15:03 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:15:03 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:15:03 DEBUG : Waiting for deletions to finish 2021/03/04 05:15:04 INFO : enormous: Deleted 2021/03/04 05:15:05 INFO : potato2: Deleted 2021/03/04 05:15:05 INFO : There was nothing to transfer 2021/03/04 05:15:06 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2021/03/04 05:15:06 DEBUG : empty space: Unchanged skipping 2021/03/04 05:15:06 DEBUG : Local file system at /tmp/rclone491471271: Waiting for checks to finish 2021/03/04 05:15:06 DEBUG : Local file system at /tmp/rclone491471271: Waiting for transfers to finish 2021/03/04 05:15:06 DEBUG : Waiting for deletions to finish 2021/03/04 05:15:06 INFO : enormous: Deleted 2021/03/04 05:15:06 INFO : potato2: Deleted 2021/03/04 05:15:06 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (15.75s) === RUN TestSyncWithUpdateOlder run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:15:23 DEBUG : four: Sizes differ (src 4 vs dst 8) 2021/03/04 05:15:23 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2021/03/04 05:15:23 DEBUG : one: Destination is newer than source, skipping 2021/03/04 05:15:23 DEBUG : three: Sizes identical 2021/03/04 05:15:23 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2021/03/04 05:15:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:15:24 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone491471271) 2021/03/04 05:15:24 DEBUG : two: MD5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3) 2021/03/04 05:15:24 DEBUG : two: MD5 differ 2021/03/04 05:15:24 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:15:26 DEBUG : five: MD5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/03/04 05:15:26 INFO : five: Copied (new) 2021/03/04 05:15:26 DEBUG : four: MD5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/03/04 05:15:26 INFO : four: Copied (replaced existing) 2021/03/04 05:15:26 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/04 05:15:26 INFO : two: Copied (replaced existing) 2021/03/04 05:15:26 DEBUG : Waiting for deletions to finish 2021/03/04 05:15:31 DEBUG : one: Destination is newer than source, skipping 2021/03/04 05:15:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:15:32 DEBUG : four: MD5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/03/04 05:15:32 DEBUG : four: Size and MD5 of src and dst objects identical 2021/03/04 05:15:32 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2021/03/04 05:15:32 DEBUG : three: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone491471271) 2021/03/04 05:15:32 DEBUG : three: MD5 = 413af0de1f97a2155acf2b8b26ab36e2 (Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3) 2021/03/04 05:15:32 DEBUG : three: MD5 differ 2021/03/04 05:15:32 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2021/03/04 05:15:32 DEBUG : five: MD5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/03/04 05:15:32 DEBUG : five: Size and MD5 of src and dst objects identical 2021/03/04 05:15:32 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2021/03/04 05:15:32 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/04 05:15:32 DEBUG : two: Size and MD5 of src and dst objects identical 2021/03/04 05:15:32 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2021/03/04 05:15:32 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:15:34 DEBUG : three: MD5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/03/04 05:15:34 INFO : three: Copied (replaced existing) 2021/03/04 05:15:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (37.50s) === RUN TestSyncWithMaxDuration sync_test.go:1074: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:1128: Can track renames: true 2021/03/04 05:15:45 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:15:45 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:15:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:15:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:15:45 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:15:48 DEBUG : yam: MD5 = 48dc443644c4b89556dc06834b46451d OK 2021/03/04 05:15:48 INFO : yam: Copied (new) 2021/03/04 05:15:49 DEBUG : potato: MD5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/03/04 05:15:49 INFO : potato: Copied (new) 2021/03/04 05:15:49 DEBUG : Waiting for deletions to finish 2021/03/04 05:15:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:15:51 DEBUG : potato: Unchanged skipping 2021/03/04 05:15:51 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:15:52 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:15:52 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:15:52 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:15:54 INFO : yam: Moved (server-side) to: yaml 2021/03/04 05:15:54 INFO : yaml: Renamed from "yam" 2021/03/04 05:15:54 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:15:54 DEBUG : Waiting for deletions to finish 2021/03/04 05:15:54 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (14.97s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:1201: Can track renames: true 2021/03/04 05:16:00 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:16:00 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:16:00 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:00 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:16:00 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:03 DEBUG : yam: MD5 = 48dc443644c4b89556dc06834b46451d OK 2021/03/04 05:16:03 INFO : yam: Copied (new) 2021/03/04 05:16:04 DEBUG : potato: MD5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/03/04 05:16:04 INFO : potato: Copied (new) 2021/03/04 05:16:04 DEBUG : Waiting for deletions to finish 2021/03/04 05:16:06 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:16:06 DEBUG : potato: Unchanged skipping 2021/03/04 05:16:06 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:16:06 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:16:06 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:06 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:16:09 INFO : yam: Moved (server-side) to: yaml 2021/03/04 05:16:09 INFO : yaml: Renamed from "yam" 2021/03/04 05:16:09 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:09 DEBUG : Waiting for deletions to finish 2021/03/04 05:16:09 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (13.63s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:1241: Can track renames: true 2021/03/04 05:16:14 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:16:14 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:16:14 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:14 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:16:14 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:14 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:16:14 DEBUG : pacer: Rate limited, increasing sleep to 1.047484646s 2021/03/04 05:16:15 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:16:15 DEBUG : pacer: Rate limited, increasing sleep to 2.009964122s 2021/03/04 05:16:16 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:16:20 DEBUG : sub/yam: MD5 = 48dc443644c4b89556dc06834b46451d OK 2021/03/04 05:16:20 INFO : sub/yam: Copied (new) 2021/03/04 05:16:20 DEBUG : potato: MD5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/03/04 05:16:20 INFO : potato: Copied (new) 2021/03/04 05:16:20 DEBUG : Waiting for deletions to finish 2021/03/04 05:16:23 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:16:23 DEBUG : potato: Unchanged skipping 2021/03/04 05:16:23 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Making map for --track-renames 2021/03/04 05:16:23 INFO : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Finished making map for --track-renames 2021/03/04 05:16:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:23 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for renames to finish 2021/03/04 05:16:26 INFO : sub/yam: Moved (server-side) to: yam 2021/03/04 05:16:26 INFO : yam: Renamed from "sub/yam" 2021/03/04 05:16:26 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:26 DEBUG : Waiting for deletions to finish 2021/03/04 05:16:26 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (18.78s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:16:32 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:32 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:37 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:16:37 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:16:37 INFO : sub dir/hello world: Deleted 2021/03/04 05:16:38 DEBUG : nested/sub dir/file: MD5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/03/04 05:16:38 INFO : nested/sub dir/file: Copied (new) 2021/03/04 05:16:38 INFO : nested/sub dir/file: Deleted 2021/03/04 05:16:38 DEBUG : sub dir: Removing directory 2021/03/04 05:16:38 DEBUG : nested/sub dir: Removing directory 2021/03/04 05:16:38 DEBUG : nested: Removing directory 2021/03/04 05:16:38 DEBUG : Local file system at /tmp/rclone491471271: deleted 3 directories 2021/03/04 05:16:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:16:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:16:45 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json" 2021/03/04 05:16:45 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin" 2021/03/04 05:16:46 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (14.23s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:16:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:16:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:16:47 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:16:47 DEBUG : pacer: Rate limited, increasing sleep to 1.425580084s 2021/03/04 05:16:48 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:16:48 DEBUG : pacer: Rate limited, increasing sleep to 2.729083414s 2021/03/04 05:16:49 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:16:55 DEBUG : sub dir/hello world: MD5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/03/04 05:16:55 INFO : sub dir/hello world: Copied (new) 2021/03/04 05:16:55 INFO : sub dir/hello world: Deleted 2021/03/04 05:16:57 DEBUG : nested/sub dir/file: MD5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/03/04 05:16:57 INFO : nested/sub dir/file: Copied (new) 2021/03/04 05:16:57 INFO : nested/sub dir/file: Deleted 2021/03/04 05:17:03 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2021/03/04 05:17:03 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2021/03/04 05:17:03 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin" 2021/03/04 05:17:03 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json" 2021/03/04 05:17:04 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (18.61s) === RUN TestServerSideMove run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:17:05 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4" sync_test.go:1294: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3 -> Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4 2021/03/04 05:17:27 DEBUG : Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4: Using server-side directory move 2021/03/04 05:17:27 INFO : Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/03/04 05:17:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2021/03/04 05:17:27 DEBUG : empty space: Unchanged skipping 2021/03/04 05:17:27 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/03/04 05:17:27 DEBUG : Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4: Waiting for checks to finish 2021/03/04 05:17:27 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:17:27 DEBUG : pacer: Rate limited, increasing sleep to 1.766550755s 2021/03/04 05:17:27 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:17:27 DEBUG : pacer: Rate limited, increasing sleep to 1.899386593s 2021/03/04 05:17:27 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:17:27 DEBUG : pacer: Rate limited, increasing sleep to 2.143484854s 2021/03/04 05:17:27 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:17:27 DEBUG : pacer: Rate limited, increasing sleep to 2.082466882s 2021/03/04 05:17:28 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:17:29 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:17:30 INFO : empty space: Deleted 2021/03/04 05:17:30 DEBUG : Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4: Waiting for transfers to finish 2021/03/04 05:17:32 INFO : potato3: Deleted 2021/03/04 05:17:32 INFO : potato2: Moved (server-side) 2021/03/04 05:17:34 INFO : potato3: Moved (server-side) 2021/03/04 05:17:34 INFO : There was nothing to transfer 2021/03/04 05:17:37 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-nafeyij5karudat2coxiler0" 2021/03/04 05:17:38 DEBUG : Compressed: TestCompressDrive:rclone-test-nafeyij5karudat2coxiler0: Using server-side directory move 2021/03/04 05:17:38 INFO : Compressed: TestCompressDrive:rclone-test-nafeyij5karudat2coxiler0: Server side directory move succeeded 2021/03/04 05:17:41 DEBUG : Compressed: TestCompressDrive:rclone-test-nafeyij5karudat2coxiler0: Purge remote 2021/03/04 05:17:42 DEBUG : Compressed: TestCompressDrive:rclone-test-bimoqic8nuvivuh8xerusut4: Purge remote 2021/03/04 05:17:42 purge failed: directory not found --- PASS: TestServerSideMove (37.29s) === RUN TestServerSideMoveWithFilter run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:17:42 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-rubasuw7naqefan9tamunos0" sync_test.go:1294: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3 -> Compressed: TestCompressDrive:rclone-test-rubasuw7naqefan9tamunos0 2021/03/04 05:18:04 DEBUG : empty space: Excluded 2021/03/04 05:18:04 DEBUG : empty space: Excluded 2021/03/04 05:18:04 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/03/04 05:18:04 DEBUG : Compressed: TestCompressDrive:rclone-test-rubasuw7naqefan9tamunos0: Waiting for checks to finish 2021/03/04 05:18:04 DEBUG : Compressed: TestCompressDrive:rclone-test-rubasuw7naqefan9tamunos0: Waiting for transfers to finish 2021/03/04 05:18:05 INFO : potato3: Deleted 2021/03/04 05:18:07 INFO : potato2: Moved (server-side) 2021/03/04 05:18:08 INFO : potato3: Moved (server-side) 2021/03/04 05:18:08 INFO : There was nothing to transfer 2021/03/04 05:18:11 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-mozagij7gopomub6ponalus2" 2021/03/04 05:18:12 DEBUG : empty space: Excluded 2021/03/04 05:18:12 DEBUG : Compressed: TestCompressDrive:rclone-test-mozagij7gopomub6ponalus2: Waiting for checks to finish 2021/03/04 05:18:12 DEBUG : Compressed: TestCompressDrive:rclone-test-mozagij7gopomub6ponalus2: Waiting for transfers to finish 2021/03/04 05:18:16 INFO : potato3: Moved (server-side) 2021/03/04 05:18:16 INFO : potato2: Moved (server-side) 2021/03/04 05:18:16 INFO : There was nothing to transfer 2021/03/04 05:18:18 DEBUG : Compressed: TestCompressDrive:rclone-test-mozagij7gopomub6ponalus2: Purge remote 2021/03/04 05:18:19 DEBUG : Compressed: TestCompressDrive:rclone-test-rubasuw7naqefan9tamunos0: Purge remote --- PASS: TestServerSideMoveWithFilter (38.81s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:18:21 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7" 2021/03/04 05:18:31 DEBUG : tomatoDir: Making directory sync_test.go:1294: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3 -> Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7 2021/03/04 05:18:44 DEBUG : Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7: Using server-side directory move 2021/03/04 05:18:44 INFO : Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/03/04 05:18:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2021/03/04 05:18:44 DEBUG : empty space: Unchanged skipping 2021/03/04 05:18:44 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/03/04 05:18:45 DEBUG : Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7: Waiting for checks to finish 2021/03/04 05:18:45 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:18:45 DEBUG : pacer: Rate limited, increasing sleep to 1.963269136s 2021/03/04 05:18:45 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:18:45 DEBUG : pacer: Rate limited, increasing sleep to 2.836562065s 2021/03/04 05:18:45 INFO : empty space: Deleted 2021/03/04 05:18:45 DEBUG : Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7: Waiting for transfers to finish 2021/03/04 05:18:45 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:18:45 INFO : potato3: Deleted 2021/03/04 05:18:48 INFO : potato2: Moved (server-side) 2021/03/04 05:18:49 INFO : potato3: Moved (server-side) 2021/03/04 05:18:49 DEBUG : tomatoDir: Removing directory 2021/03/04 05:18:50 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: deleted 1 directories 2021/03/04 05:18:50 INFO : There was nothing to transfer 2021/03/04 05:18:53 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-livazuh3puyavot8yogefof0" 2021/03/04 05:18:54 DEBUG : tomatoDir: Making directory 2021/03/04 05:18:55 DEBUG : Compressed: TestCompressDrive:rclone-test-livazuh3puyavot8yogefof0: Using server-side directory move 2021/03/04 05:18:55 INFO : Compressed: TestCompressDrive:rclone-test-livazuh3puyavot8yogefof0: Server side directory move succeeded 2021/03/04 05:18:59 DEBUG : Compressed: TestCompressDrive:rclone-test-livazuh3puyavot8yogefof0: Purge remote 2021/03/04 05:19:00 DEBUG : Compressed: TestCompressDrive:rclone-test-bacufer4muyayaw6gitimiv7: Purge remote 2021/03/04 05:19:00 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (38.98s) === RUN TestServerSideMoveOverlap run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:1430: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.41s) === RUN TestSyncOverlap run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:19:01 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/rclone-sync-test" --- PASS: TestSyncOverlap (2.30s) === RUN TestSyncCompareDest run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:19:03 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:19:05 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/CompareDest" 2021/03/04 05:19:07 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:07 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:11 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 05:19:11 INFO : one: Copied (new) 2021/03/04 05:19:11 DEBUG : Waiting for deletions to finish 2021/03/04 05:19:14 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:19:14 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:17 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:19:17 INFO : one: Copied (replaced existing) 2021/03/04 05:19:17 DEBUG : Waiting for deletions to finish 2021/03/04 05:19:27 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:28 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:19:28 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:28 DEBUG : Waiting for deletions to finish 2021/03/04 05:19:28 INFO : There was nothing to transfer 2021/03/04 05:19:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:37 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:19:37 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:38 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:19:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:38 DEBUG : Waiting for deletions to finish 2021/03/04 05:19:38 INFO : There was nothing to transfer 2021/03/04 05:19:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:42 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 05:19:42 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:43 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:19:43 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:43 DEBUG : Waiting for deletions to finish 2021/03/04 05:19:43 INFO : There was nothing to transfer 2021/03/04 05:19:50 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/04 05:19:50 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:19:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:19:51 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 05:19:51 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:19:53 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/03/04 05:19:53 INFO : two: Copied (new) 2021/03/04 05:19:53 DEBUG : Waiting for deletions to finish 2021/03/04 05:20:02 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:20:02 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:20:02 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:20:02 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:20:03 DEBUG : CompareDest: Rmdir: contains trashed file: "two.json" 2021/03/04 05:20:03 DEBUG : CompareDest: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:20:03 DEBUG : CompareDest: Rmdir: contains trashed file: "one.json" 2021/03/04 05:20:03 DEBUG : CompareDest: Rmdir: contains trashed file: "two.bin" --- PASS: TestSyncCompareDest (60.54s) === RUN TestSyncMultipleCompareDest run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:20:13 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dest" 2021/03/04 05:20:15 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/pre-dest1" 2021/03/04 05:20:16 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/pre-dest2" 2021/03/04 05:20:19 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:20:19 DEBUG : 1: Destination found in --compare-dest, skipping 2021/03/04 05:20:20 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:20:20 DEBUG : 2: Destination found in --compare-dest, skipping 2021/03/04 05:20:21 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dest: Waiting for checks to finish 2021/03/04 05:20:21 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dest: Waiting for transfers to finish 2021/03/04 05:20:24 DEBUG : 3: MD5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2021/03/04 05:20:24 INFO : 3: Copied (new) 2021/03/04 05:20:24 DEBUG : Waiting for deletions to finish 2021/03/04 05:20:31 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:20:31 DEBUG : pacer: Rate limited, increasing sleep to 1.530191992s 2021/03/04 05:20:31 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:20:31 DEBUG : pacer: Rate limited, increasing sleep to 2.391680293s 2021/03/04 05:20:33 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:20:37 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.bin" 2021/03/04 05:20:37 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.json" 2021/03/04 05:20:37 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.bin" 2021/03/04 05:20:37 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.json" 2021/03/04 05:20:38 DEBUG : dest: Rmdir: contains trashed file: "3.json" 2021/03/04 05:20:38 DEBUG : dest: Rmdir: contains trashed file: "3.bin" --- PASS: TestSyncMultipleCompareDest (35.48s) === RUN TestSyncCopyDest run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:20:39 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:20:39 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:20:39 DEBUG : pacer: Rate limited, increasing sleep to 1.128454704s 2021/03/04 05:20:39 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:20:39 DEBUG : pacer: Rate limited, increasing sleep to 2.632318518s 2021/03/04 05:20:41 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:20:44 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/CopyDest" 2021/03/04 05:20:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:20:47 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:20:50 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 05:20:50 INFO : one: Copied (new) 2021/03/04 05:20:50 DEBUG : Waiting for deletions to finish 2021/03/04 05:20:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:20:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:20:53 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:20:56 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:20:56 INFO : one: Copied (replaced existing) 2021/03/04 05:20:56 DEBUG : Waiting for deletions to finish 2021/03/04 05:21:06 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/BackupDir" 2021/03/04 05:21:08 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:21:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 05:21:13 INFO : one: Moved (server-side) 2021/03/04 05:21:15 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 05:21:15 INFO : one: Copied (server-side copy) 2021/03/04 05:21:15 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/04 05:21:15 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:21:15 DEBUG : Waiting for deletions to finish 2021/03/04 05:21:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:30 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/04 05:21:30 INFO : two: Copied (server-side copy) 2021/03/04 05:21:30 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/04 05:21:30 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:21:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:31 DEBUG : one: Unchanged skipping 2021/03/04 05:21:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:21:31 DEBUG : Waiting for deletions to finish 2021/03/04 05:21:35 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:21:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:36 DEBUG : two: Unchanged skipping 2021/03/04 05:21:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:36 DEBUG : one: Unchanged skipping 2021/03/04 05:21:36 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:21:36 DEBUG : Waiting for deletions to finish 2021/03/04 05:21:36 INFO : There was nothing to transfer 2021/03/04 05:21:49 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/04 05:21:49 DEBUG : three: Destination not found in --copy-dest 2021/03/04 05:21:49 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:21:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:50 DEBUG : two: Unchanged skipping 2021/03/04 05:21:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/04 05:21:50 DEBUG : one: Unchanged skipping 2021/03/04 05:21:50 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:21:54 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/03/04 05:21:54 INFO : three: Copied (new) 2021/03/04 05:21:54 DEBUG : Waiting for deletions to finish 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "three.json" 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "three.bin" 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:22:10 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "two.json" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "one.json" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "three.bin" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "three.json" 2021/03/04 05:22:10 DEBUG : CopyDest: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:22:11 DEBUG : BackupDir: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:22:11 DEBUG : BackupDir: Rmdir: contains trashed file: "one.json" --- PASS: TestSyncCopyDest (93.04s) === RUN TestSyncBackupDir run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:22:23 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:22:25 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/backup" 2021/03/04 05:22:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:22:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:22:27 DEBUG : two: Unchanged skipping 2021/03/04 05:22:27 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:22:30 INFO : one: Moved (server-side) 2021/03/04 05:22:30 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:22:33 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:22:33 INFO : one: Copied (new) 2021/03/04 05:22:33 DEBUG : Waiting for deletions to finish 2021/03/04 05:22:35 INFO : three.txt: Moved (server-side) 2021/03/04 05:22:35 INFO : three.txt: Moved into backup dir 2021/03/04 05:22:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:22:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:22:46 DEBUG : two: Unchanged skipping 2021/03/04 05:22:46 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:22:48 INFO : one: Deleted 2021/03/04 05:22:54 INFO : one: Moved (server-side) 2021/03/04 05:22:54 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:22:58 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:22:58 INFO : one: Copied (new) 2021/03/04 05:22:58 DEBUG : Waiting for deletions to finish 2021/03/04 05:23:00 INFO : three.txt: Deleted 2021/03/04 05:23:02 INFO : three.txt: Moved (server-side) 2021/03/04 05:23:02 INFO : three.txt: Moved into backup dir 2021/03/04 05:23:15 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:23:15 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:23:15 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:23:15 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "one.json" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "one.json" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:23:15 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json" --- PASS: TestSyncBackupDir (64.22s) === RUN TestSyncBackupDirWithSuffix run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:23:28 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:23:30 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/backup" 2021/03/04 05:23:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:23:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:23:32 DEBUG : two: Unchanged skipping 2021/03/04 05:23:32 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:23:35 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:23:35 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:23:38 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:23:38 INFO : one: Copied (new) 2021/03/04 05:23:38 DEBUG : Waiting for deletions to finish 2021/03/04 05:23:43 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:23:43 INFO : three.txt: Moved into backup dir 2021/03/04 05:23:54 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:23:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:23:54 DEBUG : two: Unchanged skipping 2021/03/04 05:23:54 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:23:56 INFO : one.bak: Deleted 2021/03/04 05:24:00 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:24:00 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:24:03 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:24:03 INFO : one: Copied (new) 2021/03/04 05:24:03 DEBUG : Waiting for deletions to finish 2021/03/04 05:24:06 INFO : three.txt.bak: Deleted 2021/03/04 05:24:10 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:24:10 INFO : three.txt: Moved into backup dir 2021/03/04 05:24:21 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:24:21 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:24:21 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:24:21 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:24:22 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json" --- PASS: TestSyncBackupDirWithSuffix (66.05s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:24:35 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:24:36 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/backup" 2021/03/04 05:24:38 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:24:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:24:38 DEBUG : two: Unchanged skipping 2021/03/04 05:24:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:24:41 INFO : one: Moved (server-side) to: one-2019-01-01 2021/03/04 05:24:41 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:24:47 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:24:47 INFO : one: Copied (new) 2021/03/04 05:24:47 DEBUG : Waiting for deletions to finish 2021/03/04 05:24:50 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/03/04 05:24:50 INFO : three.txt: Moved into backup dir 2021/03/04 05:25:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:25:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:25:01 DEBUG : two: Unchanged skipping 2021/03/04 05:25:01 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:25:03 INFO : one-2019-01-01: Deleted 2021/03/04 05:25:06 INFO : one: Moved (server-side) to: one-2019-01-01 2021/03/04 05:25:06 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:25:09 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:25:09 INFO : one: Copied (new) 2021/03/04 05:25:09 DEBUG : Waiting for deletions to finish 2021/03/04 05:25:11 INFO : three-2019-01-01.txt: Deleted 2021/03/04 05:25:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/03/04 05:25:14 INFO : three.txt: Moved into backup dir 2021/03/04 05:25:25 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:25:25 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:25:25 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:25:25 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2021/03/04 05:25:26 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (64.53s) === RUN TestSyncBackupDirSuffixOnly run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:25:40 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:25:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:25:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:25:42 DEBUG : two: Unchanged skipping 2021/03/04 05:25:42 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:25:46 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:25:46 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:25:49 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:25:49 INFO : one: Copied (new) 2021/03/04 05:25:49 DEBUG : Waiting for deletions to finish 2021/03/04 05:25:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:25:52 INFO : three.txt: Moved into backup dir 2021/03/04 05:26:02 DEBUG : one.bak: Excluded 2021/03/04 05:26:02 DEBUG : three.txt.bak: Excluded 2021/03/04 05:26:02 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:26:02 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for checks to finish 2021/03/04 05:26:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:26:02 DEBUG : two: Unchanged skipping 2021/03/04 05:26:04 INFO : one.bak: Deleted 2021/03/04 05:26:06 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:26:06 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst: Waiting for transfers to finish 2021/03/04 05:26:09 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:26:09 INFO : one: Copied (new) 2021/03/04 05:26:09 DEBUG : Waiting for deletions to finish 2021/03/04 05:26:11 INFO : three.txt.bak: Deleted 2021/03/04 05:26:13 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:26:13 INFO : three.txt: Moved into backup dir 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:26:23 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" --- PASS: TestSyncBackupDirSuffixOnly (57.04s) === RUN TestSyncSuffix run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:26:36 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:26:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:26:41 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:26:44 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:26:44 INFO : one: Copied (new) 2021/03/04 05:26:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:26:45 DEBUG : two: Unchanged skipping 2021/03/04 05:26:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/03/04 05:26:48 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:26:52 DEBUG : three.txt: MD5 = 91341eed84691a83caea73aa785736d5 OK 2021/03/04 05:26:52 INFO : three.txt: Copied (new) 2021/03/04 05:27:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:27:09 INFO : one.bak: Deleted 2021/03/04 05:27:11 INFO : one: Moved (server-side) to: one.bak 2021/03/04 05:27:17 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:27:17 INFO : one: Copied (new) 2021/03/04 05:27:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:27:18 DEBUG : two: Unchanged skipping 2021/03/04 05:27:18 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/03/04 05:27:21 INFO : three.txt.bak: Deleted 2021/03/04 05:27:22 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/03/04 05:27:25 DEBUG : three.txt: MD5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/03/04 05:27:25 INFO : three.txt: Copied (new) 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.EwAAAAAAAAA.gz" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2021/03/04 05:27:46 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" --- PASS: TestSyncSuffix (83.29s) === RUN TestSyncSuffixKeepExtension run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:28:03 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3/dst" 2021/03/04 05:28:05 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/03/04 05:28:07 INFO : one: Moved (server-side) to: one-2019-01-01 2021/03/04 05:28:10 DEBUG : one: MD5 = c7957179c41f69d44f217a108c7915d8 OK 2021/03/04 05:28:10 INFO : one: Copied (new) 2021/03/04 05:28:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:28:11 DEBUG : two: Unchanged skipping 2021/03/04 05:28:12 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/03/04 05:28:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/03/04 05:28:16 DEBUG : three.txt: MD5 = 91341eed84691a83caea73aa785736d5 OK 2021/03/04 05:28:16 INFO : three.txt: Copied (new) 2021/03/04 05:28:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/03/04 05:28:29 INFO : one-2019-01-01: Deleted 2021/03/04 05:28:31 INFO : one: Moved (server-side) to: one-2019-01-01 2021/03/04 05:28:37 DEBUG : one: MD5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/03/04 05:28:37 INFO : one: Copied (new) 2021/03/04 05:28:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:28:38 DEBUG : two: Unchanged skipping 2021/03/04 05:28:39 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/03/04 05:28:41 INFO : three-2019-01-01.txt: Deleted 2021/03/04 05:28:41 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/03/04 05:28:41 DEBUG : pacer: Rate limited, increasing sleep to 1.936620832s 2021/03/04 05:28: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/04 05:28:42 DEBUG : pacer: Rate limited, increasing sleep to 2.819259109s 2021/03/04 05:28:45 DEBUG : pacer: Reducing sleep to 0s 2021/03/04 05:28:47 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/03/04 05:28:50 DEBUG : three.txt: MD5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/03/04 05:28:50 INFO : three.txt: Copied (new) 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three.txt.EwAAAAAAAAA.gz" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2021/03/04 05:29:09 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json" --- PASS: TestSyncSuffixKeepExtension (85.56s) === RUN TestSyncUTFNorm run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:29:18 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:29:18 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2021/03/04 05:29:18 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:29:21 DEBUG : Testêé: MD5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2021/03/04 05:29:21 INFO : Testêé: Copied (replaced existing) to: Testêé 2021/03/04 05:29:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (12.06s) === RUN TestSyncImmutable run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:29:25 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:29:25 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:29:28 DEBUG : existing: MD5 = 8ee2027983915ec78acc45027d874316 OK 2021/03/04 05:29:28 INFO : existing: Copied (new) 2021/03/04 05:29:28 DEBUG : Waiting for deletions to finish 2021/03/04 05:29:31 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2021/03/04 05:29:31 ERROR : existing: Source and destination exist but do not match: immutable file modified 2021/03/04 05:29:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:29:31 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:29:31 ERROR : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: not deleting files as there were IO errors 2021/03/04 05:29:31 ERROR : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (9.23s) === RUN TestSyncIgnoreCase run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" 2021/03/04 05:29:38 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/04 05:29:38 DEBUG : existing: Unchanged skipping 2021/03/04 05:29:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for checks to finish 2021/03/04 05:29:38 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Waiting for transfers to finish 2021/03/04 05:29:38 DEBUG : Waiting for deletions to finish 2021/03/04 05:29:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (7.72s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:2020: This test only runs on local === RUN TestMaxTransfer/Soft run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:2020: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:176: Remote "Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3", Local "Local file system at /tmp/rclone491471271", Modify Window "1ms" sync_test.go:2020: This test only runs on local --- PASS: TestMaxTransfer (1.23s) --- SKIP: TestMaxTransfer/Hard (0.41s) --- SKIP: TestMaxTransfer/Soft (0.41s) --- SKIP: TestMaxTransfer/Cautious (0.41s) PASS 2021/03/04 05:29:43 DEBUG : Compressed: TestCompressDrive:rclone-test-fukeyir9conilej2qixayux3: Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCompressDrive: -verbose" - Finished OK in 21m27.423642433s (try 1/5)