"./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Starting (try 1/5) 2022/04/09 05:51:46 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9" 2022/04/09 05:51:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/04/09 05:51:46 DEBUG : Creating backend with remote "/tmp/rclone4076383932" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.06s) === 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:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:51:47 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/04/09 05:51:47 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:51:47 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.83s) === RUN TestCopy run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:51:48 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:51:48 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:51:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:51:51 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:51:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopy (4.97s) === RUN TestCopyMissingDirectory run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:51:53 DEBUG : Creating backend with remote "/non-existing" 2022/04/09 05:51:53 DEBUG : Config file has changed externaly - reloading 2022/04/09 05:51:53 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/04/09 05:51:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:51:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.70s) === RUN TestCopyNoTraverse run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:51:54 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:51:54 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:51:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:51:56 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:51:58 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoTraverse (4.96s) === RUN TestCopyCheckFirst run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:51:59 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Running all checks before starting transfers 2022/04/09 05:51:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:51:59 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Checks finished, now starting transfers 2022/04/09 05:51:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:01 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:03 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyCheckFirst (5.02s) === RUN TestSyncNoTraverse run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:04 ERROR : Ignoring --no-traverse with sync 2022/04/09 05:52:04 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:04 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:06 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:06 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:06 DEBUG : Waiting for deletions to finish 2022/04/09 05:52:08 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoTraverse (4.99s) === RUN TestCopyWithDepth run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:09 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:09 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:10 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2022/04/09 05:52:10 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.96s) === RUN TestCopyWithFilesFrom run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:12 DEBUG : hello world2: Excluded 2022/04/09 05:52:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:13 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:13 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.91s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:15 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:15 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:16 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:16 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.88s) === RUN TestCopyEmptyDirectories run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:18 DEBUG : sub dir2: Making directory 2022/04/09 05:52:18 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:18 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:20 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:20 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:20 DEBUG : sub dir2: Making directory 2022/04/09 05:52:21 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': copied 1 directories 2022/04/09 05:52:23 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyEmptyDirectories (6.49s) === RUN TestMoveEmptyDirectories run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:24 DEBUG : sub dir2: Making directory 2022/04/09 05:52:24 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:24 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:26 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:26 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:26 INFO : sub dir/hello world: Deleted 2022/04/09 05:52:26 DEBUG : sub dir: Making directory 2022/04/09 05:52:26 DEBUG : sub dir2: Making directory 2022/04/09 05:52:27 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': copied 2 directories 2022/04/09 05:52:30 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveEmptyDirectories (6.60s) === RUN TestSyncEmptyDirectories run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:31 DEBUG : sub dir2: Making directory 2022/04/09 05:52:31 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:31 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:33 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:33 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:33 DEBUG : sub dir2: Making directory 2022/04/09 05:52:34 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': copied 1 directories 2022/04/09 05:52:34 DEBUG : Waiting for deletions to finish 2022/04/09 05:52:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncEmptyDirectories (6.78s) === RUN TestServerSideCopy run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:40 DEBUG : Creating backend with remote "TestDrive:rclone-test-pikozuh6baqivoz7cobegew8" sync_test.go:275: Server side copy (if possible) Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9' -> Google drive root 'rclone-test-pikozuh6baqivoz7cobegew8' 2022/04/09 05:52:41 DEBUG : Google drive root 'rclone-test-pikozuh6baqivoz7cobegew8': Waiting for checks to finish 2022/04/09 05:52:41 DEBUG : Google drive root 'rclone-test-pikozuh6baqivoz7cobegew8': Waiting for transfers to finish 2022/04/09 05:52:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:44 INFO : sub dir/hello world: Copied (server-side copy) 2022/04/09 05:52:45 DEBUG : Google drive root 'rclone-test-pikozuh6baqivoz7cobegew8': Purge remote 2022/04/09 05:52:47 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestServerSideCopy (10.22s) === RUN TestCopyAfterDelete run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:50 ERROR : : error listing: directory not found 2022/04/09 05:52:50 DEBUG : Local file system at /tmp/rclone4076383932: Making directory 2022/04/09 05:52:51 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:52:51 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:52:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyAfterDelete (5.58s) === RUN TestCopyRedownload run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:52:56 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for checks to finish 2022/04/09 05:52:56 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for transfers to finish 2022/04/09 05:52:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:52:57 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:52:59 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyRedownload (6.10s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:00 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:00 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:01 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/09 05:53:01 INFO : check sum: Copied (new) 2022/04/09 05:53:01 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:01 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:01 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/09 05:53:01 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/04/09 05:53:01 DEBUG : check sum: Unchanged skipping 2022/04/09 05:53:01 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:01 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:01 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.46s) === RUN TestSyncSizeOnly run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:03 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:03 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:04 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/04/09 05:53:04 INFO : sizeonly: Copied (new) 2022/04/09 05:53:04 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:05 DEBUG : sizeonly: Sizes identical 2022/04/09 05:53:05 DEBUG : sizeonly: Unchanged skipping 2022/04/09 05:53:05 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:05 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:05 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:05 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.42s) === RUN TestSyncIgnoreSize run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:08 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2022/04/09 05:53:08 INFO : ignore-size: Copied (new) 2022/04/09 05:53:08 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:08 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:08 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:53:08 DEBUG : ignore-size: Unchanged skipping 2022/04/09 05:53:08 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:08 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:08 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.33s) === RUN TestSyncIgnoreTimes run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:12 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:53:12 DEBUG : existing: Unchanged skipping 2022/04/09 05:53:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:12 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:12 INFO : There was nothing to transfer 2022/04/09 05:53:12 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/04/09 05:53:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:13 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/04/09 05:53:13 INFO : existing: Copied (replaced existing) 2022/04/09 05:53:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.89s) === RUN TestSyncIgnoreExisting run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:15 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:15 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:16 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/04/09 05:53:16 INFO : existing: Copied (new) 2022/04/09 05:53:16 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:17 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:17 DEBUG : existing: Destination exists, skipping 2022/04/09 05:53:17 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:17 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.52s) === RUN TestSyncIgnoreErrors run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:23 DEBUG : d: Making directory 2022/04/09 05:53:25 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:53:25 DEBUG : c/non empty space: Unchanged skipping 2022/04/09 05:53:26 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:26 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:53:26 INFO : a/potato2: Copied (new) 2022/04/09 05:53:26 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:27 INFO : b/potato: Deleted 2022/04/09 05:53:27 INFO : d: Removing directory 2022/04/09 05:53:28 INFO : b: Removing directory 2022/04/09 05:53:28 DEBUG : b: Rmdir: contains trashed file: "potato" 2022/04/09 05:53:29 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': deleted 2 directories 2022/04/09 05:53:31 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2022/04/09 05:53:32 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncIgnoreErrors (14.83s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53: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 2022/04/09 05:53:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:35 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/09 05:53:35 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/04/09 05:53:35 DEBUG : empty space: Unchanged skipping 2022/04/09 05:53:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:35 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:35 INFO : There was nothing to transfer 2022/04/09 05:53: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 2022/04/09 05:53:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:35 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/09 05:53:36 INFO : empty space: Updated modification time in destination 2022/04/09 05:53:36 DEBUG : empty space: Unchanged skipping 2022/04/09 05:53:36 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:36 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:36 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (4.27s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:39 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:39 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 2022/04/09 05:53:39 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/09 05:53:39 DEBUG : empty space: Unchanged skipping 2022/04/09 05:53:39 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:39 DEBUG : Waiting for deletions to finish 2022/04/09 05:53:39 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (3.27s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:42 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 2022/04/09 05:53:42 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:42 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone4076383932) 2022/04/09 05:53:42 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9') 2022/04/09 05:53:42 DEBUG : foo: md5 differ 2022/04/09 05:53:42 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:43 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2022/04/09 05:53:43 INFO : foo: Copied (replaced existing) 2022/04/09 05:53:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.34s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:53:47 DEBUG : empty space: Unchanged skipping 2022/04/09 05:53:47 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:47 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:48 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:53:48 INFO : potato: Copied (new) 2022/04/09 05:53:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.03s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:52 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/04/09 05:53:52 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:52 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:53 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2022/04/09 05:53:53 INFO : potato: Copied (replaced existing) 2022/04/09 05:53:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.33s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:53:56 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:53:56 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 2022/04/09 05:53:56 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone4076383932) 2022/04/09 05:53:56 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9') 2022/04/09 05:53:56 DEBUG : potato: md5 differ 2022/04/09 05:53:56 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:53:57 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2022/04/09 05:53:57 INFO : potato: Copied (replaced existing) 2022/04/09 05:53:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.31s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:01 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/04/09 05:54:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:01 DEBUG : empty space: Unchanged skipping 2022/04/09 05:54:01 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:01 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:01 DEBUG : Waiting for deletions to finish 2022/04/09 05:54:01 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:06 DEBUG : empty space: Unchanged skipping 2022/04/09 05:54:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:08 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:54:08 INFO : potato2: Copied (new) 2022/04/09 05:54:08 DEBUG : Waiting for deletions to finish 2022/04/09 05:54:08 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.99s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:15 DEBUG : d: Making directory 2022/04/09 05:54:15 DEBUG : d/e: Making directory 2022/04/09 05:54:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:18 DEBUG : c/non empty space: Unchanged skipping 2022/04/09 05:54:19 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:19 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:20 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:54:20 INFO : a/potato2: Copied (new) 2022/04/09 05:54:20 DEBUG : Waiting for deletions to finish 2022/04/09 05:54:20 INFO : b/potato: Deleted 2022/04/09 05:54:20 INFO : d/e: Removing directory 2022/04/09 05:54:21 INFO : d: Removing directory 2022/04/09 05:54:21 DEBUG : d: Rmdir: contains trashed file: "e" 2022/04/09 05:54:22 INFO : b: Removing directory 2022/04/09 05:54:22 DEBUG : b: Rmdir: contains trashed file: "potato" 2022/04/09 05:54:23 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': deleted 3 directories 2022/04/09 05:54:26 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2022/04/09 05:54:26 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (17.15s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:32 DEBUG : d: Making directory 2022/04/09 05:54:34 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:34 DEBUG : c/non empty space: Unchanged skipping 2022/04/09 05:54:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:36 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:54:36 INFO : a/potato2: Copied (new) 2022/04/09 05:54:36 ERROR : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': not deleting files as there were IO errors 2022/04/09 05:54:36 ERROR : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': not deleting directories as there were IO errors 2022/04/09 05:54:40 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2022/04/09 05:54:41 DEBUG : b: Rmdir: contains trashed file: "potato" 2022/04/09 05:54:42 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (15.14s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:45 DEBUG : Waiting for deletions to finish 2022/04/09 05:54:46 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:46 DEBUG : empty space: Unchanged skipping 2022/04/09 05:54:46 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:46 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:46 INFO : potato: Deleted 2022/04/09 05:54:47 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:54:47 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.74s) === RUN TestSyncDeleteBefore run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:52 DEBUG : Waiting for deletions to finish 2022/04/09 05:54:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:53 INFO : potato: Deleted 2022/04/09 05:54:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:54:53 DEBUG : empty space: Unchanged skipping 2022/04/09 05:54:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:53 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:54:55 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/04/09 05:54:55 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.67s) === RUN TestCopyDeleteBefore run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:54:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:54:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:00 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2022/04/09 05:55:00 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.44s) === RUN TestSyncWithExclude run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:55:06 DEBUG : enormous: Excluded 2022/04/09 05:55:06 DEBUG : potato2: Excluded 2022/04/09 05:55:06 DEBUG : potato2: Excluded 2022/04/09 05:55:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:55:06 DEBUG : empty space: Unchanged skipping 2022/04/09 05:55:06 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:06 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:06 INFO : There was nothing to transfer 2022/04/09 05:55:07 DEBUG : enormous: Excluded 2022/04/09 05:55:07 DEBUG : potato2: Excluded 2022/04/09 05:55:07 DEBUG : potato2: Excluded 2022/04/09 05:55:07 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2022/04/09 05:55:07 DEBUG : empty space: Unchanged skipping 2022/04/09 05:55:07 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for checks to finish 2022/04/09 05:55:07 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for transfers to finish 2022/04/09 05:55:07 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:07 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (6.22s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:55:13 DEBUG : enormous: Excluded 2022/04/09 05:55:13 DEBUG : potato2: Excluded 2022/04/09 05:55:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:55:14 DEBUG : empty space: Unchanged skipping 2022/04/09 05:55:14 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:14 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:14 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:14 INFO : potato2: Deleted 2022/04/09 05:55:14 INFO : enormous: Deleted 2022/04/09 05:55:14 INFO : There was nothing to transfer 2022/04/09 05:55:15 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2022/04/09 05:55:15 DEBUG : empty space: Unchanged skipping 2022/04/09 05:55:15 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for checks to finish 2022/04/09 05:55:15 DEBUG : Local file system at /tmp/rclone4076383932: Waiting for transfers to finish 2022/04/09 05:55:15 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:15 INFO : enormous: Deleted 2022/04/09 05:55:15 INFO : potato2: Deleted 2022/04/09 05:55:15 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.65s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:55:23 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/04/09 05:55:23 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/04/09 05:55:23 DEBUG : one: Destination is newer than source, skipping 2022/04/09 05:55:23 DEBUG : three: Sizes identical 2022/04/09 05:55:23 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/04/09 05:55:23 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone4076383932) 2022/04/09 05:55:23 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9') 2022/04/09 05:55:23 DEBUG : two: md5 differ 2022/04/09 05:55:23 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:24 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/04/09 05:55:24 INFO : four: Copied (replaced existing) 2022/04/09 05:55:24 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/04/09 05:55:24 INFO : two: Copied (replaced existing) 2022/04/09 05:55:24 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/04/09 05:55:24 INFO : five: Copied (new) 2022/04/09 05:55:24 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:25 DEBUG : one: Destination is newer than source, skipping 2022/04/09 05:55:25 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:25 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/04/09 05:55:25 DEBUG : two: Size and md5 of src and dst objects identical 2022/04/09 05:55:25 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/04/09 05:55:25 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone4076383932) 2022/04/09 05:55:25 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9') 2022/04/09 05:55:25 DEBUG : three: md5 differ 2022/04/09 05:55:25 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/04/09 05:55:25 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/04/09 05:55:25 DEBUG : four: Size and md5 of src and dst objects identical 2022/04/09 05:55:25 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/04/09 05:55:25 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/04/09 05:55:25 DEBUG : five: Size and md5 of src and dst objects identical 2022/04/09 05:55:25 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/04/09 05:55:25 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:26 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/04/09 05:55:26 INFO : three: Copied (replaced existing) 2022/04/09 05:55:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (13.21s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1058: Can track renames: true 2022/04/09 05:55:30 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:30 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:30 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:30 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:30 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:31 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/04/09 05:55:31 INFO : yam: Copied (new) 2022/04/09 05:55:31 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/04/09 05:55:31 INFO : potato: Copied (new) 2022/04/09 05:55:31 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:32 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:32 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:55:32 DEBUG : potato: Unchanged skipping 2022/04/09 05:55:32 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:32 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:32 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:33 INFO : yam: Moved (server-side) to: yaml 2022/04/09 05:55:33 INFO : yaml: Renamed from "yam" 2022/04/09 05:55:33 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:33 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:33 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (5.49s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1127: Can track renames: true 2022/04/09 05:55:35 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:35 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:35 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:37 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/04/09 05:55:37 INFO : potato: Copied (new) 2022/04/09 05:55:37 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/04/09 05:55:37 INFO : yam: Copied (new) 2022/04/09 05:55:37 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:37 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:55:37 DEBUG : potato: Unchanged skipping 2022/04/09 05:55:37 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:37 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:37 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:37 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:38 INFO : yam: Moved (server-side) to: yaml 2022/04/09 05:55:38 INFO : yaml: Renamed from "yam" 2022/04/09 05:55:38 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:38 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:38 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.39s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1163: Can track renames: true 2022/04/09 05:55:40 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:40 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:40 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:40 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:40 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:43 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/04/09 05:55:43 INFO : sub/yam: Copied (new) 2022/04/09 05:55:43 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/04/09 05:55:43 INFO : potato: Copied (new) 2022/04/09 05:55:43 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:44 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:55:44 DEBUG : potato: Unchanged skipping 2022/04/09 05:55:44 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Making map for --track-renames 2022/04/09 05:55:44 INFO : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Finished making map for --track-renames 2022/04/09 05:55:44 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:44 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for renames to finish 2022/04/09 05:55:45 INFO : sub/yam: Moved (server-side) to: yam 2022/04/09 05:55:45 INFO : yam: Renamed from "sub/yam" 2022/04/09 05:55:45 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:45 DEBUG : Waiting for deletions to finish 2022/04/09 05:55:45 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.32s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:55:49 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:49 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:55:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:55:51 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:55:51 INFO : sub dir/hello world: Deleted 2022/04/09 05:55:53 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2022/04/09 05:55:53 INFO : nested/sub dir/file: Copied (new) 2022/04/09 05:55:53 INFO : nested/sub dir/file: Deleted 2022/04/09 05:55:53 INFO : sub dir: Removing directory 2022/04/09 05:55:53 INFO : nested/sub dir: Removing directory 2022/04/09 05:55:53 INFO : nested: Removing directory 2022/04/09 05:55:53 DEBUG : Local file system at /tmp/rclone4076383932: deleted 3 directories 2022/04/09 05:55:56 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2022/04/09 05:55:57 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2022/04/09 05:55:58 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (10.34s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:55:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:55:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:56:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/09 05:56:01 INFO : sub dir/hello world: Copied (new) 2022/04/09 05:56:01 INFO : sub dir/hello world: Deleted 2022/04/09 05:56:04 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2022/04/09 05:56:04 INFO : nested/sub dir/file: Copied (new) 2022/04/09 05:56:04 INFO : nested/sub dir/file: Deleted 2022/04/09 05:56:07 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2022/04/09 05:56:07 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2022/04/09 05:56:08 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.37s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:56:10 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:56:10 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:56:11 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/04/09 05:56:11 INFO : existing: Copied (new) 2022/04/09 05:56:11 INFO : existing: Deleted 2022/04/09 05:56:11 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2022/04/09 05:56:11 INFO : existing-b: Copied (new) 2022/04/09 05:56:11 INFO : existing-b: Deleted 2022/04/09 05:56:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 05:56:12 DEBUG : existing: Destination exists, skipping 2022/04/09 05:56:12 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/04/09 05:56:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 05:56:12 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.53s) === RUN TestServerSideMove run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:56:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-gezijem5fuyopox6jolomen7" sync_test.go:1215: Server side move (if possible) Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9' -> Google drive root 'rclone-test-gezijem5fuyopox6jolomen7' 2022/04/09 05:56:23 DEBUG : Google drive root 'rclone-test-gezijem5fuyopox6jolomen7': Using server-side directory move 2022/04/09 05:56:23 INFO : Google drive root 'rclone-test-gezijem5fuyopox6jolomen7': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/09 05:56:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2022/04/09 05:56:23 DEBUG : empty space: Unchanged skipping 2022/04/09 05:56:23 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/09 05:56:23 DEBUG : Google drive root 'rclone-test-gezijem5fuyopox6jolomen7': Waiting for checks to finish 2022/04/09 05:56:24 INFO : empty space: Deleted 2022/04/09 05:56:24 DEBUG : Google drive root 'rclone-test-gezijem5fuyopox6jolomen7': Waiting for transfers to finish 2022/04/09 05:56:24 INFO : potato3: Deleted 2022/04/09 05:56:24 INFO : potato2: Moved (server-side) 2022/04/09 05:56:25 INFO : potato3: Moved (server-side) 2022/04/09 05:56:25 INFO : There was nothing to transfer 2022/04/09 05:56:25 DEBUG : Creating backend with remote "TestDrive:rclone-test-rekowok4ximegaf5coherij5" 2022/04/09 05:56:26 DEBUG : Google drive root 'rclone-test-rekowok4ximegaf5coherij5': Using server-side directory move 2022/04/09 05:56:27 INFO : Google drive root 'rclone-test-rekowok4ximegaf5coherij5': Server side directory move succeeded 2022/04/09 05:56:27 DEBUG : Google drive root 'rclone-test-rekowok4ximegaf5coherij5': Purge remote 2022/04/09 05:56:28 DEBUG : Google drive root 'rclone-test-gezijem5fuyopox6jolomen7': Purge remote 2022/04/09 05:56:28 purge failed: directory not found --- PASS: TestServerSideMove (14.95s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:56:29 DEBUG : Creating backend with remote "TestDrive:rclone-test-quhijev3pibalor4foregaz1" sync_test.go:1215: Server side move (if possible) Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9' -> Google drive root 'rclone-test-quhijev3pibalor4foregaz1' 2022/04/09 05:56:38 DEBUG : empty space: Excluded 2022/04/09 05:56:38 DEBUG : empty space: Excluded 2022/04/09 05:56:38 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/09 05:56:38 DEBUG : Google drive root 'rclone-test-quhijev3pibalor4foregaz1': Waiting for checks to finish 2022/04/09 05:56:38 DEBUG : Google drive root 'rclone-test-quhijev3pibalor4foregaz1': Waiting for transfers to finish 2022/04/09 05:56:39 INFO : potato3: Deleted 2022/04/09 05:56:39 INFO : potato2: Moved (server-side) 2022/04/09 05:56:40 INFO : potato3: Moved (server-side) 2022/04/09 05:56:40 INFO : There was nothing to transfer 2022/04/09 05:56:40 DEBUG : Creating backend with remote "TestDrive:rclone-test-yomicoj0lomozap1heyawiw6" 2022/04/09 05:56:41 DEBUG : empty space: Excluded 2022/04/09 05:56:41 DEBUG : Google drive root 'rclone-test-yomicoj0lomozap1heyawiw6': Waiting for checks to finish 2022/04/09 05:56:41 DEBUG : Google drive root 'rclone-test-yomicoj0lomozap1heyawiw6': Waiting for transfers to finish 2022/04/09 05:56:43 INFO : potato3: Moved (server-side) 2022/04/09 05:56:43 INFO : potato2: Moved (server-side) 2022/04/09 05:56:43 INFO : There was nothing to transfer 2022/04/09 05:56:44 DEBUG : Google drive root 'rclone-test-yomicoj0lomozap1heyawiw6': Purge remote 2022/04/09 05:56:45 DEBUG : Google drive root 'rclone-test-quhijev3pibalor4foregaz1': Purge remote --- PASS: TestServerSideMoveWithFilter (17.50s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:56:46 DEBUG : Creating backend with remote "TestDrive:rclone-test-qediwat2ribivub7tidopuj8" 2022/04/09 05:56:51 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9' -> Google drive root 'rclone-test-qediwat2ribivub7tidopuj8' 2022/04/09 05:56:57 DEBUG : Google drive root 'rclone-test-qediwat2ribivub7tidopuj8': Using server-side directory move 2022/04/09 05:56:57 INFO : Google drive root 'rclone-test-qediwat2ribivub7tidopuj8': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/09 05:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2022/04/09 05:56:57 DEBUG : empty space: Unchanged skipping 2022/04/09 05:56:57 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/09 05:56:57 DEBUG : Google drive root 'rclone-test-qediwat2ribivub7tidopuj8': Waiting for checks to finish 2022/04/09 05:56:57 INFO : empty space: Deleted 2022/04/09 05:56:57 DEBUG : Google drive root 'rclone-test-qediwat2ribivub7tidopuj8': Waiting for transfers to finish 2022/04/09 05:56:57 INFO : potato3: Deleted 2022/04/09 05:56:58 INFO : potato2: Moved (server-side) 2022/04/09 05:56:58 INFO : potato3: Moved (server-side) 2022/04/09 05:56:58 INFO : tomatoDir: Removing directory 2022/04/09 05:56:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': deleted 1 directories 2022/04/09 05:56:59 INFO : There was nothing to transfer 2022/04/09 05:57:00 DEBUG : Creating backend with remote "TestDrive:rclone-test-vaseqoh2sixegod8jigojih2" 2022/04/09 05:57:00 DEBUG : tomatoDir: Making directory 2022/04/09 05:57:01 DEBUG : Google drive root 'rclone-test-vaseqoh2sixegod8jigojih2': Using server-side directory move 2022/04/09 05:57:02 INFO : Google drive root 'rclone-test-vaseqoh2sixegod8jigojih2': Server side directory move succeeded 2022/04/09 05:57:03 DEBUG : Google drive root 'rclone-test-vaseqoh2sixegod8jigojih2': Purge remote 2022/04/09 05:57:04 DEBUG : Google drive root 'rclone-test-qediwat2ribivub7tidopuj8': Purge remote 2022/04/09 05:57:04 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.37s) === RUN TestServerSideMoveOverlap run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.54s) === RUN TestSyncOverlap run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:57:05 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/rclone-sync-test" 2022/04/09 05:57:05 DEBUG : Config file has changed externaly - reloading --- PASS: TestSyncOverlap (1.73s) === RUN TestSyncCompareDest run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:57:07 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:57:08 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/CompareDest" 2022/04/09 05:57:10 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:10 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:12 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/04/09 05:57:12 INFO : one: Copied (new) 2022/04/09 05:57:12 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:13 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/09 05:57:14 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:15 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/04/09 05:57:15 INFO : one: Copied (replaced existing) 2022/04/09 05:57:15 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:20 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:20 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/09 05:57:20 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:20 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:20 INFO : There was nothing to transfer 2022/04/09 05:57:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:23 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/09 05:57:23 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:24 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/09 05:57:24 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:24 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:24 INFO : There was nothing to transfer 2022/04/09 05:57:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:25 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/09 05:57:25 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:25 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/09 05:57:25 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:25 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:25 INFO : There was nothing to transfer 2022/04/09 05:57:27 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2022/04/09 05:57:27 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/04/09 05:57:27 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/09 05:57:27 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:27 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/09 05:57:27 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:27 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:27 INFO : There was nothing to transfer 2022/04/09 05:57:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/04/09 05:57:29 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:57:29 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/09 05:57:29 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:30 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2022/04/09 05:57:30 INFO : two: Copied (new) 2022/04/09 05:57:30 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:34 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 05:57:34 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 05:57:35 DEBUG : CompareDest: Rmdir: contains trashed file: "one" 2022/04/09 05:57:35 DEBUG : CompareDest: Rmdir: contains trashed file: "two" --- PASS: TestSyncCompareDest (28.89s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:57:41 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dest" 2022/04/09 05:57:42 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/pre-dest1" 2022/04/09 05:57:43 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/pre-dest2" 2022/04/09 05:57:44 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:57:44 DEBUG : 1: Destination found in --compare-dest, skipping 2022/04/09 05:57:45 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:57:45 DEBUG : 2: Destination found in --compare-dest, skipping 2022/04/09 05:57:45 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dest': Waiting for checks to finish 2022/04/09 05:57:45 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dest': Waiting for transfers to finish 2022/04/09 05:57:48 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2022/04/09 05:57:48 INFO : 3: Copied (new) 2022/04/09 05:57:48 DEBUG : Waiting for deletions to finish 2022/04/09 05:57:51 DEBUG : pre-dest2: Rmdir: contains trashed file: "2" 2022/04/09 05:57:52 DEBUG : pre-dest1: Rmdir: contains trashed file: "1" 2022/04/09 05:57:53 DEBUG : dest: Rmdir: contains trashed file: "3" --- PASS: TestSyncMultipleCompareDest (18.14s) === RUN TestSyncCopyDest run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:57:54 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:57:55 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/CopyDest" 2022/04/09 05:57:57 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:57:57 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:57:59 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/04/09 05:57:59 INFO : one: Copied (new) 2022/04/09 05:57:59 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:00 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/09 05:58:01 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/04/09 05:58:02 INFO : one: Copied (replaced existing) 2022/04/09 05:58:02 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:07 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/BackupDir" 2022/04/09 05:58:08 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/09 05:58:11 INFO : one: Moved (server-side) 2022/04/09 05:58:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/04/09 05:58:12 INFO : one: Copied (server-side copy) 2022/04/09 05:58:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/04/09 05:58:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:12 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:17 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/04/09 05:58:17 INFO : two: Copied (server-side copy) 2022/04/09 05:58:17 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/04/09 05:58:17 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:17 DEBUG : one: Unchanged skipping 2022/04/09 05:58:17 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:17 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:18 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:18 DEBUG : one: Unchanged skipping 2022/04/09 05:58:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:18 DEBUG : two: Unchanged skipping 2022/04/09 05:58:18 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:18 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:18 INFO : There was nothing to transfer 2022/04/09 05:58:21 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/04/09 05:58:21 DEBUG : three: Destination not found in --copy-dest 2022/04/09 05:58:21 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:22 DEBUG : two: Unchanged skipping 2022/04/09 05:58:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2022/04/09 05:58:22 DEBUG : one: Unchanged skipping 2022/04/09 05:58:22 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:23 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2022/04/09 05:58:23 INFO : three: Copied (new) 2022/04/09 05:58:23 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:28 DEBUG : dst: Rmdir: contains trashed file: "three" 2022/04/09 05:58:28 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 05:58:28 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 05:58:29 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2022/04/09 05:58:29 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2022/04/09 05:58:29 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2022/04/09 05:58:30 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestSyncCopyDest (36.91s) === RUN TestSyncBackupDir run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:58:37 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:58:37 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/backup" 2022/04/09 05:58:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 05:58:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:58:39 DEBUG : two: Unchanged skipping 2022/04/09 05:58:39 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:40 INFO : one: Moved (server-side) 2022/04/09 05:58:40 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:42 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 05:58:42 INFO : one: Copied (new) 2022/04/09 05:58:42 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:43 INFO : three.txt: Moved (server-side) 2022/04/09 05:58:43 INFO : three.txt: Moved into backup dir 2022/04/09 05:58:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 05:58:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:58:46 DEBUG : two: Unchanged skipping 2022/04/09 05:58:46 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:58:47 INFO : one: Deleted 2022/04/09 05:58:47 INFO : one: Moved (server-side) 2022/04/09 05:58:47 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:58:49 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 05:58:49 INFO : one: Copied (new) 2022/04/09 05:58:49 DEBUG : Waiting for deletions to finish 2022/04/09 05:58:50 INFO : three.txt: Deleted 2022/04/09 05:58:50 INFO : three.txt: Moved (server-side) 2022/04/09 05:58:50 INFO : three.txt: Moved into backup dir 2022/04/09 05:58:54 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 05:58:54 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 05:58:55 DEBUG : backup: Rmdir: contains trashed file: "three.txt" 2022/04/09 05:58:55 DEBUG : backup: Rmdir: contains trashed file: "one" 2022/04/09 05:58:55 DEBUG : backup: Rmdir: contains trashed file: "one" 2022/04/09 05:58:55 DEBUG : backup: Rmdir: contains trashed file: "three.txt" --- PASS: TestSyncBackupDir (24.88s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:59:02 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:59:02 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/backup" 2022/04/09 05:59:04 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 05:59:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:59:04 DEBUG : two: Unchanged skipping 2022/04/09 05:59:04 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:59:05 INFO : one: Moved (server-side) to: one.bak 2022/04/09 05:59:05 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:59:07 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 05:59:07 INFO : one: Copied (new) 2022/04/09 05:59:07 DEBUG : Waiting for deletions to finish 2022/04/09 05:59:08 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 05:59:08 INFO : three.txt: Moved into backup dir 2022/04/09 05:59:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 05:59:11 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:59:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:59:11 DEBUG : two: Unchanged skipping 2022/04/09 05:59:12 INFO : one.bak: Deleted 2022/04/09 05:59:12 INFO : one: Moved (server-side) to: one.bak 2022/04/09 05:59:12 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:59:14 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 05:59:14 INFO : one: Copied (new) 2022/04/09 05:59:14 DEBUG : Waiting for deletions to finish 2022/04/09 05:59:15 INFO : three.txt.bak: Deleted 2022/04/09 05:59:16 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 05:59:16 INFO : three.txt: Moved into backup dir 2022/04/09 05:59:19 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 05:59:19 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 05:59:20 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2022/04/09 05:59:20 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2022/04/09 05:59:20 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2022/04/09 05:59:20 DEBUG : backup: Rmdir: contains trashed file: "one.bak" --- PASS: TestSyncBackupDirWithSuffix (25.23s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:59:27 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:59:28 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/backup" 2022/04/09 05:59:29 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 05:59:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:59:29 DEBUG : two: Unchanged skipping 2022/04/09 05:59:29 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:59:31 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/09 05:59:31 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:59:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 05:59:32 INFO : one: Copied (new) 2022/04/09 05:59:32 DEBUG : Waiting for deletions to finish 2022/04/09 05:59:33 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/09 05:59:33 INFO : three.txt: Moved into backup dir 2022/04/09 05:59:36 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:59:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 05:59:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:59:36 DEBUG : two: Unchanged skipping 2022/04/09 05:59:37 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) 2022/04/09 05:59:37 DEBUG : pacer: Rate limited, increasing sleep to 1.423664365s 2022/04/09 05:59:37 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 05:59:39 INFO : one-2019-01-01: Deleted 2022/04/09 05:59:39 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/09 05:59:39 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:59:41 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 05:59:41 INFO : one: Copied (new) 2022/04/09 05:59:41 DEBUG : Waiting for deletions to finish 2022/04/09 05:59:42 INFO : three-2019-01-01.txt: Deleted 2022/04/09 05:59:42 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/09 05:59:42 INFO : three.txt: Moved into backup dir 2022/04/09 05:59:43 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2022/04/09 05:59:43 DEBUG : pacer: Rate limited, increasing sleep to 1.851976886s 2022/04/09 05:59:44 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 05:59:44 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) 2022/04/09 05:59:44 DEBUG : pacer: Rate limited, increasing sleep to 1.632241873s 2022/04/09 05:59:46 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 05:59:50 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 05:59:50 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 05:59:50 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2022/04/09 05:59:50 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" 2022/04/09 05:59:50 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2022/04/09 05:59:50 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (30.37s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 05:59:57 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 05:59:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 05:59:58 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 05:59:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 05:59:58 DEBUG : two: Unchanged skipping 2022/04/09 05:59:59 INFO : one: Moved (server-side) to: one.bak 2022/04/09 05:59:59 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 05:59:59 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2022/04/09 05:59:59 DEBUG : pacer: Rate limited, increasing sleep to 1.297310548s 2022/04/09 05:59:59 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) 2022/04/09 05:59:59 DEBUG : pacer: Rate limited, increasing sleep to 2.119030432s 2022/04/09 06:00:01 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:00:04 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 06:00:04 INFO : one: Copied (new) 2022/04/09 06:00:04 DEBUG : Waiting for deletions to finish 2022/04/09 06:00:05 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 06:00:05 INFO : three.txt: Moved into backup dir 2022/04/09 06:00:08 DEBUG : three.txt.bak: Excluded 2022/04/09 06:00:08 DEBUG : one.bak: Excluded 2022/04/09 06:00:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 06:00:08 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for checks to finish 2022/04/09 06:00:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:00:08 DEBUG : two: Unchanged skipping 2022/04/09 06:00:09 INFO : one.bak: Deleted 2022/04/09 06:00:09 INFO : one: Moved (server-side) to: one.bak 2022/04/09 06:00:09 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9/dst': Waiting for transfers to finish 2022/04/09 06:00:11 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 06:00:11 INFO : one: Copied (new) 2022/04/09 06:00:11 DEBUG : Waiting for deletions to finish 2022/04/09 06:00:12 INFO : three.txt.bak: Deleted 2022/04/09 06:00:12 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 06:00:12 INFO : three.txt: Moved into backup dir 2022/04/09 06:00:12 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) 2022/04/09 06:00:12 DEBUG : pacer: Rate limited, increasing sleep to 1.573219885s 2022/04/09 06:00:12 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) 2022/04/09 06:00:12 DEBUG : pacer: Rate limited, increasing sleep to 2.937681504s 2022/04/09 06:00:14 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 06:00:21 DEBUG : dst: Rmdir: contains trashed file: "one.bak" --- PASS: TestSyncBackupDirSuffixOnly (30.09s) === RUN TestSyncSuffix run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:00:27 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 06:00:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 06:00:29 INFO : one: Moved (server-side) to: one.bak 2022/04/09 06:00:30 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 06:00:30 INFO : one: Copied (new) 2022/04/09 06:00:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:00:31 DEBUG : two: Unchanged skipping 2022/04/09 06:00:31 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/09 06:00:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 06:00:33 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/04/09 06:00:33 INFO : three.txt: Copied (new) 2022/04/09 06:00:35 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 06:00:36 INFO : one.bak: Deleted 2022/04/09 06:00:36 INFO : one: Moved (server-side) to: one.bak 2022/04/09 06:00:38 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 06:00:38 INFO : one: Copied (new) 2022/04/09 06:00:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:00:38 DEBUG : two: Unchanged skipping 2022/04/09 06:00:38 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/04/09 06:00:39 INFO : three.txt.bak: Deleted 2022/04/09 06:00:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/09 06:00:41 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2022/04/09 06:00:41 INFO : three.txt: Copied (new) 2022/04/09 06:00:43 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2022/04/09 06:00:43 DEBUG : pacer: Rate limited, increasing sleep to 1.738329961s 2022/04/09 06:00:43 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 06:00:47 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncSuffix (26.19s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:00:53 DEBUG : Creating backend with remote "TestDrive:rclone-test-dilesov5nuvuhas9hecetob9/dst" 2022/04/09 06:00:54 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) 2022/04/09 06:00:54 DEBUG : pacer: Rate limited, increasing sleep to 1.099541854s 2022/04/09 06:00:54 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) 2022/04/09 06:00:54 DEBUG : pacer: Rate limited, increasing sleep to 2.845187739s 2022/04/09 06:00:56 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:00:56 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/09 06:00:59 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/09 06:01:00 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/04/09 06:01:00 INFO : one: Copied (new) 2022/04/09 06:01:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:01:01 DEBUG : two: Unchanged skipping 2022/04/09 06:01:01 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/09 06:01:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/09 06:01:03 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/04/09 06:01:03 INFO : three.txt: Copied (new) 2022/04/09 06:01:05 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/09 06:01:06 INFO : one-2019-01-01: Deleted 2022/04/09 06:01:06 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/09 06:01:08 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/04/09 06:01:08 INFO : one: Copied (new) 2022/04/09 06:01:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:01:08 DEBUG : two: Unchanged skipping 2022/04/09 06:01:08 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/04/09 06:01:09 INFO : three-2019-01-01.txt: Deleted 2022/04/09 06:01:10 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/09 06:01:11 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2022/04/09 06:01:11 INFO : three.txt: Copied (new) 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "one" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "two" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" 2022/04/09 06:01:16 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncSuffixKeepExtension (28.92s) === RUN TestSyncUTFNorm run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:01:19 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:01:19 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/04/09 06:01:19 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:01:20 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2022/04/09 06:01:20 INFO : Testêé: Copied (replaced existing) 2022/04/09 06:01:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.62s) === RUN TestSyncImmutable run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:01:22 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:01:22 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:01:23 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/04/09 06:01:23 INFO : existing: Copied (new) 2022/04/09 06:01:23 DEBUG : Waiting for deletions to finish 2022/04/09 06:01:24 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:01:24 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/04/09 06:01:24 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/04/09 06:01:24 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:01:24 ERROR : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': not deleting files as there were IO errors 2022/04/09 06:01:24 ERROR : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': not deleting directories as there were IO errors 2022/04/09 06:01:24 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) 2022/04/09 06:01:24 DEBUG : pacer: Rate limited, increasing sleep to 1.029342425s 2022/04/09 06:01:25 DEBUG : pacer: Reducing sleep to 0s --- PASS: TestSyncImmutable (5.23s) === RUN TestSyncIgnoreCase run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:01:26 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) 2022/04/09 06:01:26 DEBUG : pacer: Rate limited, increasing sleep to 1.695073351s 2022/04/09 06:01:27 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:01:30 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:01:30 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:01:30 DEBUG : existing: Unchanged skipping 2022/04/09 06:01:30 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:01:30 DEBUG : Waiting for deletions to finish 2022/04/09 06:01:30 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (4.95s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (1.59s) --- SKIP: TestMaxTransfer/Hard (0.51s) --- SKIP: TestMaxTransfer/Soft (0.57s) --- SKIP: TestMaxTransfer/Cautious (0.51s) === RUN TestSyncConcurrentDelete run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:02:32 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both0: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:02:32 DEBUG : both11: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both12: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both13: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both14: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both15: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both17: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both18: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both19: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both2: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both3: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both4: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both5: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both6: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both7: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both8: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both9: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both10: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both16: Unchanged skipping 2022/04/09 06:02:32 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:02:32 DEBUG : both1: Unchanged skipping 2022/04/09 06:02:32 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:02:32 DEBUG : Waiting for deletions to finish 2022/04/09 06:02:33 INFO : only19: Deleted 2022/04/09 06:02:33 INFO : only14: Deleted 2022/04/09 06:02:33 INFO : only18: Deleted 2022/04/09 06:02:33 INFO : only11: Deleted 2022/04/09 06:02:33 INFO : only0: Deleted 2022/04/09 06:02:33 INFO : only4: Deleted 2022/04/09 06:02:33 INFO : only1: Deleted 2022/04/09 06:02:33 INFO : only15: Deleted 2022/04/09 06:02:34 INFO : only3: Deleted 2022/04/09 06:02:34 INFO : only5: Deleted 2022/04/09 06:02:34 INFO : only7: Deleted 2022/04/09 06:02:34 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) 2022/04/09 06:02:34 DEBUG : pacer: Rate limited, increasing sleep to 1.314003606s 2022/04/09 06:02:34 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:02:34 INFO : only8: Deleted 2022/04/09 06:02:34 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) 2022/04/09 06:02:34 DEBUG : pacer: Rate limited, increasing sleep to 1.055985952s 2022/04/09 06:02:34 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) 2022/04/09 06:02:34 DEBUG : pacer: Rate limited, increasing sleep to 2.123786866s 2022/04/09 06:02:34 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) 2022/04/09 06:02:34 DEBUG : pacer: Rate limited, increasing sleep to 4.135952976s 2022/04/09 06:02:36 DEBUG : pacer: Reducing sleep to 0s 2022/04/09 06:02:36 INFO : only16: Deleted 2022/04/09 06:02:40 INFO : only10: Deleted 2022/04/09 06:02:40 INFO : only13: Deleted 2022/04/09 06:02:40 INFO : only12: Deleted 2022/04/09 06:02:40 INFO : only17: Deleted 2022/04/09 06:02:41 INFO : only6: Deleted 2022/04/09 06:02:41 INFO : only9: Deleted 2022/04/09 06:02:41 INFO : only2: Deleted 2022/04/09 06:02:41 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (79.14s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9'", Local "Local file system at /tmp/rclone4076383932", Modify Window "1ms" 2022/04/09 06:03:51 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for checks to finish 2022/04/09 06:03:51 DEBUG : both1: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both11: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both12: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both13: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both14: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both15: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both16: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both17: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both10: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both18: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both0: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both3: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both4: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both5: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both2: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both8: Unchanged skipping 2022/04/09 06:03:51 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2022/04/09 06:03:51 DEBUG : both9: Unchanged skipping 2022/04/09 06:03:51 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : both19: Unchanged skipping 2022/04/09 06:03:51 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : both6: Unchanged skipping 2022/04/09 06:03:51 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/04/09 06:03:51 DEBUG : both7: Unchanged skipping 2022/04/09 06:03:51 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Waiting for transfers to finish 2022/04/09 06:03:52 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:52 INFO : only11: Copied (replaced existing) 2022/04/09 06:03:52 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:52 INFO : only0: Copied (replaced existing) 2022/04/09 06:03:52 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:52 INFO : only1: Copied (replaced existing) 2022/04/09 06:03:52 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:52 INFO : only10: Copied (replaced existing) 2022/04/09 06:03:53 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:53 INFO : only14: Copied (replaced existing) 2022/04/09 06:03:53 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:53 INFO : only12: Copied (replaced existing) 2022/04/09 06:03:53 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:53 INFO : only16: Copied (replaced existing) 2022/04/09 06:03:53 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:53 INFO : only13: Copied (replaced existing) 2022/04/09 06:03:54 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:54 INFO : only17: Copied (replaced existing) 2022/04/09 06:03:55 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:55 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:55 INFO : only19: Copied (replaced existing) 2022/04/09 06:03:55 INFO : only2: Copied (replaced existing) 2022/04/09 06:03:55 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:55 INFO : only18: Copied (replaced existing) 2022/04/09 06:03:55 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:55 INFO : only3: Copied (replaced existing) 2022/04/09 06:03:56 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:56 INFO : only6: Copied (replaced existing) 2022/04/09 06:03:56 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:56 INFO : only5: Copied (replaced existing) 2022/04/09 06:03:56 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:56 INFO : only4: Copied (replaced existing) 2022/04/09 06:03:57 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:57 INFO : only7: Copied (replaced existing) 2022/04/09 06:03:57 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:57 INFO : only15: Copied (replaced existing) 2022/04/09 06:03:57 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:57 INFO : only9: Copied (replaced existing) 2022/04/09 06:03:57 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/04/09 06:03:57 INFO : only8: Copied (replaced existing) 2022/04/09 06:03:57 DEBUG : Waiting for deletions to finish 2022/04/09 06:04: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) 2022/04/09 06:04:14 DEBUG : pacer: Rate limited, increasing sleep to 1.753506127s 2022/04/09 06:04:14 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) 2022/04/09 06:04:14 DEBUG : pacer: Rate limited, increasing sleep to 2.878705604s 2022/04/09 06:04:17 DEBUG : pacer: Reducing sleep to 0s --- PASS: TestSyncConcurrentTruncate (91.22s) PASS 2022/04/09 06:04:23 DEBUG : Google drive root 'rclone-test-dilesov5nuvuhas9hecetob9': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Finished OK in 12m38.179342656s (try 1/5)