"./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Starting (try 1/5) 2024/09/24 02:34:29 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi" 2024/09/24 02:34:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/24 02:34:30 DEBUG : Creating backend with remote "/tmp/rclone3934084168" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === 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:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:31 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:34:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:34:31 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/09/24 02:34:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:34:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:34:31 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyWithDryRun (3.36s) === RUN TestCopy run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:34:33 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:34:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:34:33 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:34:33 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:34:36 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:34:36 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:34:37 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:40 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopy (8.10s) === RUN TestCopyMetadata run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:41 DEBUG : metadata sub dir: Making directory with metadata 2024/09/24 02:34:41 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:34:41 DEBUG : empty metadata sub dir: Making directory with metadata 2024/09/24 02:34:41 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:34:41 DEBUG : Local file system at /tmp/rclone3934084168: File to upload is small (21 bytes), uploading instead of streaming 2024/09/24 02:34:41 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/09/24 02:34:41 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2024/09/24 02:34:41 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:34:42 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Skipping btime metadata as can't update it on an existing file: 2024-09-24T02:34:41.508419409Z 2024/09/24 02:34:42 INFO : empty metadata sub dir: Updated directory metadata 2024/09/24 02:34:43 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Skipping btime metadata as can't update it on an existing file: 2024-09-24T02:34:41.508419409Z 2024/09/24 02:34:44 INFO : metadata sub dir: Updated directory metadata 2024/09/24 02:34:44 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2024/09/24 02:34:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:34:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:34:46 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/09/24 02:34:46 INFO : metadata sub dir/hello metadata world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:50 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadata (11.38s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:34:52 DEBUG : metadata sub dir: Making directory with metadata 2024/09/24 02:34:52 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:34:52 DEBUG : empty metadata sub dir: Making directory with metadata 2024/09/24 02:34:52 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:34:52 DEBUG : Local file system at /tmp/rclone3934084168: File to upload is small (21 bytes), uploading instead of streaming 2024/09/24 02:34:52 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/09/24 02:34:52 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2024/09/24 02:34:52 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:34:53 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2024/09/24 02:34:53 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2024/09/24 02:34:53 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2024/09/24 02:34:53 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:34:53 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:34:57 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/09/24 02:34:57 INFO : metadata sub dir/hello metadata world: Copied (new) 2024/09/24 02:34:57 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Skipping btime metadata as can't update it on an existing file: 2024-09-24T02:34:52.888366557Z 2024/09/24 02:34:58 INFO : metadata sub dir: Updated directory metadata run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:01 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadataNoEmptyDirs (10.91s) === RUN TestCopyMissingDirectory run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:03 DEBUG : Creating backend with remote "/non-existing" 2024/09/24 02:35:03 DEBUG : Config file has changed externally - reloading 2024/09/24 02:35:04 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/09/24 02:35:04 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:04 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (1.23s) === RUN TestCopyNoTraverse run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:05 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:35:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:35:05 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:05 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:08 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:08 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:35:09 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:11 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoTraverse (7.99s) === RUN TestCopyCheckFirst run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:13 INFO : Google drive root 'rclone-test-riqekiy8bosi': Running all checks before starting transfers 2024/09/24 02:35:13 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:35:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:35:13 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:13 INFO : Google drive root 'rclone-test-riqekiy8bosi': Checks finished, now starting transfers 2024/09/24 02:35:13 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:16 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:16 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:35:17 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:19 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyCheckFirst (9.38s) === RUN TestSyncNoTraverse run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:22 ERROR : Ignoring --no-traverse with sync 2024/09/24 02:35:22 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:35:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:35:22 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:22 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:25 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:35:25 DEBUG : Waiting for deletions to finish 2024/09/24 02:35:26 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:28 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoTraverse (8.08s) === RUN TestCopyWithDepth run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:30 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/09/24 02:35:30 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:35:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:32 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2024/09/24 02:35:32 INFO : hello world2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyWithDepth (4.39s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:35 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:35:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:37 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:37 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (4.76s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:39 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:35:39 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:39 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:41 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:41 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (4.84s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:44 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/09/24 02:35:44 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:35:44 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/24 02:35:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:35:44 DEBUG : sub dir: Making directory with metadata 2024/09/24 02:35:46 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/24 02:35:46 DEBUG : sub dir2: Making directory with metadata 2024/09/24 02:35:47 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:35:47 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/09/24 02:35:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:35:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:35:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:35:49 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:35:49 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:55 DEBUG : sub dir2: Rmdir: contains trashed file: "sub sub dir2" 2024/09/24 02:35:56 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyEmptyDirectories (13.78s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:35:58 DEBUG : sub dir2: Making directory 2024/09/24 02:35:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/09/24 02:35:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:35:58 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:35:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/09/24 02:35:58 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2024/09/24 02:35:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:35:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:35:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:36:01 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:36:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:36:04 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoEmptyDirectories (7.76s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:06 DEBUG : sub dir2: Making directory with metadata 2024/09/24 02:36:06 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:36:06 DEBUG : sub dir: Making directory with metadata 2024/09/24 02:36:08 INFO : sub dir: Made directory with metadata (mtime=2024-09-24T02:36:06.016025219Z) 2024/09/24 02:36:08 DEBUG : sub dir2: Making directory with metadata 2024/09/24 02:36:09 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:36:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:36:09 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:36:09 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:12 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:36:12 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:36:12 INFO : sub dir/hello world: Deleted run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:17 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveEmptyDirectories (13.06s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:19 DEBUG : sub dir no update dir modtime: Making directory with metadata 2024/09/24 02:36:19 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/24 02:36:21 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:36:21 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncNoUpdateDirModtime (5.95s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:25 DEBUG : sub dir2: Making directory 2024/09/24 02:36:25 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:36:25 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/09/24 02:36:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:36:25 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:36:25 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:36:28 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:36:28 INFO : sub dir/hello world: Deleted 2024/09/24 02:36:29 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:36:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveNoEmptyDirectories (8.60s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:33 DEBUG : sub dir2: Making directory with metadata 2024/09/24 02:36:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:36:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:36:34 DEBUG : sub dir: Making directory with metadata 2024/09/24 02:36:35 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/24 02:36:35 DEBUG : sub dir2: Making directory with metadata 2024/09/24 02:36:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:36:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:36:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:36:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:38 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:36:38 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:36:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncEmptyDirectories (10.74s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.49s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:44 DEBUG : sub dir2: Making directory 2024/09/24 02:36:45 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:36:45 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/09/24 02:36:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:36:45 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:36:45 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:36:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:36:48 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:36:48 DEBUG : Waiting for deletions to finish 2024/09/24 02:36:49 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:36:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoEmptyDirectories (8.63s) === RUN TestServerSideCopy run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:36:57 DEBUG : Creating backend with remote "TestDrive:rclone-test-ramacab7guqo" sync_test.go:590: Server side copy (if possible) Google drive root 'rclone-test-riqekiy8bosi' -> Google drive root 'rclone-test-ramacab7guqo' 2024/09/24 02:36:58 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:36:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:36:58 DEBUG : Google drive root 'rclone-test-ramacab7guqo': Waiting for checks to finish 2024/09/24 02:36:58 DEBUG : Google drive root 'rclone-test-ramacab7guqo': Waiting for transfers to finish 2024/09/24 02:37:03 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:37:03 INFO : sub dir/hello world: Copied (server-side copy) 2024/09/24 02:37:03 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:04 DEBUG : Google drive root 'rclone-test-ramacab7guqo': Purge remote 2024/09/24 02:37:07 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestServerSideCopy (15.71s) === RUN TestCopyAfterDelete run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:12 ERROR : : error listing: directory not found 2024/09/24 02:37:12 DEBUG : Local file system at /tmp/rclone3934084168: Making directory 2024/09/24 02:37:14 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:14 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:17 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyAfterDelete (9.79s) === RUN TestCopyRedownload run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:23 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:37:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:37:23 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for checks to finish 2024/09/24 02:37:23 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for transfers to finish 2024/09/24 02:37:24 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:37:24 DEBUG : sub dir/hello world.adb18a5f.partial: renamed to: sub dir/hello world 2024/09/24 02:37:24 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:37:24 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:26 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyRedownload (8.77s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:28 DEBUG : check sum: Need to transfer - File not found at Destination 2024/09/24 02:37:28 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:28 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:30 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/09/24 02:37:30 INFO : check sum: Copied (new) 2024/09/24 02:37:30 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:31 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/09/24 02:37:31 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/09/24 02:37:31 DEBUG : check sum: Unchanged skipping 2024/09/24 02:37:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:31 DEBUG : Waiting for deletions to finish 2024/09/24 02:37:31 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (7.18s) === RUN TestSyncSizeOnly run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:35 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/09/24 02:37:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:37 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/09/24 02:37:37 INFO : sizeonly: Copied (new) 2024/09/24 02:37:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:38 DEBUG : sizeonly: Sizes identical 2024/09/24 02:37:38 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:38 DEBUG : sizeonly: Unchanged skipping 2024/09/24 02:37:38 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:38 DEBUG : Waiting for deletions to finish 2024/09/24 02:37:38 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncSizeOnly (5.97s) === RUN TestSyncIgnoreSize run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:41 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/09/24 02:37:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:43 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/09/24 02:37:43 INFO : ignore-size: Copied (new) 2024/09/24 02:37:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:44 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:37:44 DEBUG : ignore-size: Unchanged skipping 2024/09/24 02:37:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:44 DEBUG : Waiting for deletions to finish 2024/09/24 02:37:44 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (6.13s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:50 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:37:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:50 DEBUG : existing: Unchanged skipping 2024/09/24 02:37:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:50 DEBUG : Waiting for deletions to finish 2024/09/24 02:37:50 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:50 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/09/24 02:37:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:52 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/09/24 02:37:52 INFO : existing: Copied (replaced existing) 2024/09/24 02:37:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (8.82s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:56 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/24 02:37:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:57 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/09/24 02:37:57 INFO : existing: Copied (new) 2024/09/24 02:37:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:37:58 DEBUG : existing: Destination exists, skipping 2024/09/24 02:37:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:37:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:37:58 DEBUG : Waiting for deletions to finish 2024/09/24 02:37:58 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (5.42s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:08 DEBUG : d: Making directory 2024/09/24 02:38:11 DEBUG : Added delayed dir = "a", newDst= 2024/09/24 02:38:11 DEBUG : Added delayed dir = "c", newDst=c 2024/09/24 02:38:11 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:38:11 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/24 02:38:11 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:11 DEBUG : c/non empty space: Unchanged skipping 2024/09/24 02:38:11 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:14 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:38:14 INFO : a/potato2: Copied (new) 2024/09/24 02:38:14 DEBUG : Waiting for deletions to finish 2024/09/24 02:38:14 INFO : b/potato: Deleted 2024/09/24 02:38:15 INFO : a: Set directory modification time (using DirSetModTime) 2024/09/24 02:38:15 INFO : d: Removing directory 2024/09/24 02:38:16 INFO : b: Removing directory 2024/09/24 02:38:17 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/09/24 02:38:17 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': deleted 2 directories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:21 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/09/24 02:38:22 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncIgnoreErrors (22.67s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:27 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 2024/09/24 02:38:27 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/09/24 02:38:27 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/09/24 02:38:27 DEBUG : empty space: Unchanged skipping 2024/09/24 02:38:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:27 DEBUG : Waiting for deletions to finish 2024/09/24 02:38:27 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:27 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 2024/09/24 02:38:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:27 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/09/24 02:38:28 INFO : empty space: Updated modification time in destination 2024/09/24 02:38:28 DEBUG : empty space: Unchanged skipping 2024/09/24 02:38:28 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:28 DEBUG : Waiting for deletions to finish 2024/09/24 02:38:28 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (8.23s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:36 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 2024/09/24 02:38:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:36 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/09/24 02:38:36 DEBUG : empty space: Unchanged skipping 2024/09/24 02:38:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:36 DEBUG : Waiting for deletions to finish 2024/09/24 02:38:36 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (6.43s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:41 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 2024/09/24 02:38:41 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3934084168) 2024/09/24 02:38:41 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Google drive root 'rclone-test-riqekiy8bosi') 2024/09/24 02:38:41 DEBUG : foo: md5 differ 2024/09/24 02:38:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:44 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/09/24 02:38:44 INFO : foo: Copied (replaced existing) 2024/09/24 02:38:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (7.65s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:48 DEBUG : potato: Need to transfer - File not found at Destination 2024/09/24 02:38:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:38:48 DEBUG : empty space: Unchanged skipping 2024/09/24 02:38:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:50 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:38:50 INFO : potato: Copied (new) 2024/09/24 02:38:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (7.27s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:38:56 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/09/24 02:38:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:38:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:38:58 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/09/24 02:38:58 INFO : potato: Copied (replaced existing) 2024/09/24 02:38:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (8.18s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:04 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:39:04 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 2024/09/24 02:39:04 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3934084168) 2024/09/24 02:39:04 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Google drive root 'rclone-test-riqekiy8bosi') 2024/09/24 02:39:04 DEBUG : potato: md5 differ 2024/09/24 02:39:04 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:39:06 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/09/24 02:39:06 INFO : potato: Copied (replaced existing) 2024/09/24 02:39:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (6.65s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:39:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/09/24 02:39:12 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:39:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:39:12 DEBUG : empty space: Unchanged skipping 2024/09/24 02:39:12 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:39:12 DEBUG : Waiting for deletions to finish 2024/09/24 02:39:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (7.39s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:20 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:39:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:39:20 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:39:20 DEBUG : empty space: Unchanged skipping 2024/09/24 02:39:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:39:21 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:39:21 INFO : potato2: Copied (new) 2024/09/24 02:39:21 DEBUG : Waiting for deletions to finish 2024/09/24 02:39:22 INFO : potato: Deleted run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (9.68s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:31 DEBUG : d: Making directory 2024/09/24 02:39:32 DEBUG : d/e: Making directory 2024/09/24 02:39:35 DEBUG : Added delayed dir = "a", newDst= 2024/09/24 02:39:35 DEBUG : Added delayed dir = "c", newDst=c 2024/09/24 02:39:35 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:39:35 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/24 02:39:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:39:35 DEBUG : c/non empty space: Unchanged skipping 2024/09/24 02:39:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:39:40 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:39:40 INFO : a/potato2: Copied (new) 2024/09/24 02:39:40 DEBUG : Waiting for deletions to finish 2024/09/24 02:39:41 INFO : b/potato: Deleted 2024/09/24 02:39:42 INFO : a: Set directory modification time (using DirSetModTime) 2024/09/24 02:39:42 INFO : d/e: Removing directory 2024/09/24 02:39:43 INFO : d: Removing directory 2024/09/24 02:39:43 DEBUG : d: Rmdir: contains trashed file: "e" 2024/09/24 02:39:44 INFO : b: Removing directory 2024/09/24 02:39:44 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/09/24 02:39:45 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:48 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/09/24 02:39:49 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (25.38s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:39:59 DEBUG : d: Making directory 2024/09/24 02:40:02 DEBUG : Added delayed dir = "a", newDst= 2024/09/24 02:40:02 DEBUG : Added delayed dir = "c", newDst=c 2024/09/24 02:40:02 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:40:02 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/24 02:40:02 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:02 DEBUG : c/non empty space: Unchanged skipping 2024/09/24 02:40:02 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:05 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:40:05 INFO : a/potato2: Copied (new) 2024/09/24 02:40:05 ERROR : Google drive root 'rclone-test-riqekiy8bosi': not deleting files as there were IO errors 2024/09/24 02:40:06 INFO : a: Set directory modification time (using DirSetModTime) 2024/09/24 02:40:06 ERROR : Google drive root 'rclone-test-riqekiy8bosi': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:12 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/09/24 02:40:13 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/09/24 02:40:14 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (26.13s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:20 DEBUG : Waiting for deletions to finish 2024/09/24 02:40:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:40:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:40:21 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:21 DEBUG : empty space: Unchanged skipping 2024/09/24 02:40:21 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:21 INFO : potato: Deleted 2024/09/24 02:40:22 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:40:22 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (8.82s) === RUN TestSyncDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:31 DEBUG : Waiting for deletions to finish 2024/09/24 02:40:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:32 INFO : potato: Deleted 2024/09/24 02:40:32 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:40:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:40:32 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:32 DEBUG : empty space: Unchanged skipping 2024/09/24 02:40:32 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:35 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/09/24 02:40:35 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (12.92s) === RUN TestCopyDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:41 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:40:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:43 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/09/24 02:40:43 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (7.45s) === RUN TestSyncWithExclude run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:51 DEBUG : enormous: Excluded (Size Filter) 2024/09/24 02:40:51 DEBUG : enormous: Excluded 2024/09/24 02:40:51 DEBUG : potato2: Excluded (Size Filter) 2024/09/24 02:40:51 DEBUG : potato2: Excluded 2024/09/24 02:40:51 DEBUG : potato2: Excluded (Size Filter) 2024/09/24 02:40:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:40:51 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:40:51 DEBUG : empty space: Unchanged skipping 2024/09/24 02:40:51 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:40:51 DEBUG : Waiting for deletions to finish 2024/09/24 02:40:51 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:40:51 DEBUG : enormous: Excluded (Size Filter) 2024/09/24 02:40:51 DEBUG : enormous: Excluded 2024/09/24 02:40:51 DEBUG : potato2: Excluded (Size Filter) 2024/09/24 02:40:51 DEBUG : potato2: Excluded 2024/09/24 02:40:52 DEBUG : potato2: Excluded (Size Filter) 2024/09/24 02:40:52 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/09/24 02:40:52 DEBUG : empty space: Unchanged skipping 2024/09/24 02:40:52 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for checks to finish 2024/09/24 02:40:52 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for transfers to finish 2024/09/24 02:40:52 DEBUG : Waiting for deletions to finish 2024/09/24 02:40:52 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncWithExclude (9.58s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:02 DEBUG : enormous: Excluded (Size Filter) 2024/09/24 02:41:02 DEBUG : enormous: Excluded 2024/09/24 02:41:02 DEBUG : potato2: Excluded (Size Filter) 2024/09/24 02:41:02 DEBUG : potato2: Excluded 2024/09/24 02:41:03 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:41:03 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:03 DEBUG : empty space: Unchanged skipping 2024/09/24 02:41:03 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:03 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:04 INFO : enormous: Deleted 2024/09/24 02:41:04 INFO : potato2: Deleted 2024/09/24 02:41:04 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:05 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for checks to finish 2024/09/24 02:41:05 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/09/24 02:41:05 DEBUG : empty space: Unchanged skipping 2024/09/24 02:41:05 DEBUG : Local file system at /tmp/rclone3934084168: Waiting for transfers to finish 2024/09/24 02:41:05 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:05 INFO : enormous: Deleted 2024/09/24 02:41:05 INFO : potato2: Deleted 2024/09/24 02:41:05 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (11.89s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:16 DEBUG : five: Need to transfer - File not found at Destination 2024/09/24 02:41:16 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:16 DEBUG : three: Sizes identical 2024/09/24 02:41:16 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/09/24 02:41:16 DEBUG : one: Destination is newer than source, skipping 2024/09/24 02:41:16 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/09/24 02:41:16 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/09/24 02:41:16 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3934084168) 2024/09/24 02:41:16 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Google drive root 'rclone-test-riqekiy8bosi') 2024/09/24 02:41:16 DEBUG : two: md5 differ 2024/09/24 02:41:16 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:18 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/09/24 02:41:18 INFO : two: Copied (replaced existing) 2024/09/24 02:41:18 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/09/24 02:41:18 INFO : five: Copied (new) 2024/09/24 02:41:19 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/09/24 02:41:19 INFO : four: Copied (replaced existing) 2024/09/24 02:41:19 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:19 DEBUG : one: Destination is newer than source, skipping 2024/09/24 02:41:19 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:19 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/09/24 02:41:19 DEBUG : four: Size and md5 of src and dst objects identical 2024/09/24 02:41:19 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/09/24 02:41:19 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/09/24 02:41:19 DEBUG : five: Size and md5 of src and dst objects identical 2024/09/24 02:41:19 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/09/24 02:41:19 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/09/24 02:41:19 DEBUG : two: Size and md5 of src and dst objects identical 2024/09/24 02:41:19 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/09/24 02:41:19 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3934084168) 2024/09/24 02:41:19 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Google drive root 'rclone-test-riqekiy8bosi') 2024/09/24 02:41:19 DEBUG : three: md5 differ 2024/09/24 02:41:19 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/09/24 02:41:19 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:21 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/09/24 02:41:21 INFO : three: Copied (replaced existing) 2024/09/24 02:41:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (19.52s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1364: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1364: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:1436: Can track renames: true 2024/09/24 02:41:27 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:27 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:27 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/24 02:41:27 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/09/24 02:41:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:27 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:29 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/09/24 02:41:29 INFO : potato: Copied (new) 2024/09/24 02:41:29 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/09/24 02:41:29 INFO : yam: Copied (new) 2024/09/24 02:41:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:30 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:30 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:41:30 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:30 DEBUG : potato: Unchanged skipping 2024/09/24 02:41:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:31 INFO : yam: Moved (server-side) to: yaml 2024/09/24 02:41:31 INFO : yaml: Renamed from "yam" 2024/09/24 02:41:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:31 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:31 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (8.10s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:1508: Can track renames: true 2024/09/24 02:41:35 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:35 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:35 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/24 02:41:35 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/09/24 02:41:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:35 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:37 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/09/24 02:41:37 INFO : yam: Copied (new) 2024/09/24 02:41:38 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/09/24 02:41:38 INFO : potato: Copied (new) 2024/09/24 02:41:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:38 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:41:38 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:38 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:38 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:38 DEBUG : potato: Unchanged skipping 2024/09/24 02:41:38 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:40 INFO : yam: Moved (server-side) to: yaml 2024/09/24 02:41:40 INFO : yaml: Renamed from "yam" 2024/09/24 02:41:40 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:40 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:40 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (8.77s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:1547: Can track renames: true 2024/09/24 02:41:44 DEBUG : Added delayed dir = "sub", newDst= 2024/09/24 02:41:44 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:44 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:44 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/09/24 02:41:44 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/24 02:41:44 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:47 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/09/24 02:41:47 INFO : sub/yam: Copied (new) 2024/09/24 02:41:47 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/09/24 02:41:47 INFO : potato: Copied (new) 2024/09/24 02:41:47 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:48 INFO : sub: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:50 DEBUG : Added delayed dir = "sub", newDst=sub 2024/09/24 02:41:50 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:41:50 DEBUG : potato: Unchanged skipping 2024/09/24 02:41:50 INFO : Google drive root 'rclone-test-riqekiy8bosi': Making map for --track-renames 2024/09/24 02:41:50 INFO : Google drive root 'rclone-test-riqekiy8bosi': Finished making map for --track-renames 2024/09/24 02:41:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:50 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for renames to finish 2024/09/24 02:41:51 INFO : sub/yam: Moved (server-side) to: yam 2024/09/24 02:41:51 INFO : yam: Renamed from "sub/yam" 2024/09/24 02:41:51 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:41:51 DEBUG : Waiting for deletions to finish 2024/09/24 02:41:51 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (13.37s) === RUN TestServerSideMoveLocal run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:57 DEBUG : Creating backend with remote "/tmp/rclone3934084168/dir1" 2024/09/24 02:41:57 DEBUG : Config file has changed externally - reloading 2024/09/24 02:41:57 DEBUG : Creating backend with remote "/tmp/rclone3934084168/dir2" 2024/09/24 02:41:57 DEBUG : Local file system at /tmp/rclone3934084168/dir2: Using server-side directory move 2024/09/24 02:41:57 INFO : Local file system at /tmp/rclone3934084168/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/09/24 02:41:57 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/09/24 02:41:57 DEBUG : Local file system at /tmp/rclone3934084168/dir2: Waiting for checks to finish 2024/09/24 02:41:57 DEBUG : Local file system at /tmp/rclone3934084168/dir2: Waiting for transfers to finish 2024/09/24 02:41:57 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (1.31s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:41:58 DEBUG : Added delayed dir = "nested", newDst= 2024/09/24 02:41:58 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:41:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:41:58 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2024/09/24 02:41:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/09/24 02:41:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:41:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:42:04 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:42:04 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:42:04 INFO : sub dir/hello world: Deleted 2024/09/24 02:42:07 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/09/24 02:42:07 INFO : nested/sub dir/file: Copied (new) 2024/09/24 02:42:07 INFO : nested/sub dir/file: Deleted 2024/09/24 02:42:07 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:42:08 INFO : nested: Set directory modification time (using DirSetModTime) 2024/09/24 02:42:08 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:42:08 INFO : sub dir: Removing directory 2024/09/24 02:42:08 INFO : nested/sub dir: Removing directory 2024/09/24 02:42:08 INFO : nested: Removing directory 2024/09/24 02:42:08 DEBUG : Local file system at /tmp/rclone3934084168: deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:42:13 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2024/09/24 02:42:14 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2024/09/24 02:42:16 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (20.04s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:42:18 DEBUG : Added delayed dir = "nested", newDst= 2024/09/24 02:42:18 DEBUG : Added delayed dir = "sub dir", newDst= 2024/09/24 02:42:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/24 02:42:18 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2024/09/24 02:42:18 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/09/24 02:42:18 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:42:18 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:42:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/09/24 02:42:22 INFO : sub dir/hello world: Copied (new) 2024/09/24 02:42:22 INFO : sub dir/hello world: Deleted 2024/09/24 02:42:24 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/09/24 02:42:24 INFO : nested/sub dir/file: Copied (new) 2024/09/24 02:42:24 INFO : nested/sub dir/file: Deleted 2024/09/24 02:42:26 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:42:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:42:27 INFO : nested: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:42:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2024/09/24 02:42:34 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2024/09/24 02:42:35 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (18.81s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:42:37 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/24 02:42:37 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/09/24 02:42:37 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:42:37 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:42:39 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/09/24 02:42:39 INFO : existing: Copied (new) 2024/09/24 02:42:39 INFO : existing: Deleted 2024/09/24 02:42:40 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2024/09/24 02:42:40 INFO : existing-b: Copied (new) 2024/09/24 02:42:40 INFO : existing-b: Deleted 2024/09/24 02:42:41 DEBUG : existing: Destination exists, skipping 2024/09/24 02:42:41 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/09/24 02:42:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:42:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:42:41 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (6.50s) === RUN TestServerSideMove run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:42:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-tifatij1mopu" sync_test.go:1603: Server side move (if possible) Google drive root 'rclone-test-riqekiy8bosi' -> Google drive root 'rclone-test-tifatij1mopu' 2024/09/24 02:42:58 DEBUG : Google drive root 'rclone-test-tifatij1mopu': Using server-side directory move 2024/09/24 02:42:58 INFO : Google drive root 'rclone-test-tifatij1mopu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/09/24 02:43:00 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:43:00 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/09/24 02:43:00 DEBUG : empty space: Unchanged skipping 2024/09/24 02:43:00 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/24 02:43:00 DEBUG : Google drive root 'rclone-test-tifatij1mopu': Waiting for checks to finish 2024/09/24 02:43:00 INFO : empty space: Deleted 2024/09/24 02:43:00 DEBUG : Google drive root 'rclone-test-tifatij1mopu': Waiting for transfers to finish 2024/09/24 02:43:00 INFO : potato3: Deleted 2024/09/24 02:43:01 INFO : potato2: Moved (server-side) 2024/09/24 02:43:02 INFO : potato3: Moved (server-side) 2024/09/24 02:43:03 DEBUG : Creating backend with remote "TestDrive:rclone-test-yolapos0fufo" 2024/09/24 02:43:03 DEBUG : Google drive root 'rclone-test-yolapos0fufo': Using server-side directory move 2024/09/24 02:43:05 INFO : Google drive root 'rclone-test-yolapos0fufo': Server side directory move succeeded 2024/09/24 02:43:06 DEBUG : Google drive root 'rclone-test-yolapos0fufo': Purge remote 2024/09/24 02:43:06 DEBUG : Google drive root 'rclone-test-tifatij1mopu': Purge remote 2024/09/24 02:43:07 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (23.66s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:43:07 DEBUG : Creating backend with remote "TestDrive:rclone-test-pocihal8wuwu" sync_test.go:1603: Server side move (if possible) Google drive root 'rclone-test-riqekiy8bosi' -> Google drive root 'rclone-test-pocihal8wuwu' 2024/09/24 02:43:21 DEBUG : empty space: Excluded (Size Filter) 2024/09/24 02:43:21 DEBUG : empty space: Excluded (Size Filter) 2024/09/24 02:43:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:43:21 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/24 02:43:21 DEBUG : Google drive root 'rclone-test-pocihal8wuwu': Waiting for checks to finish 2024/09/24 02:43:21 DEBUG : Google drive root 'rclone-test-pocihal8wuwu': Waiting for transfers to finish 2024/09/24 02:43:22 INFO : potato3: Deleted 2024/09/24 02:43:23 INFO : potato2: Moved (server-side) 2024/09/24 02:43:25 INFO : potato3: Moved (server-side) 2024/09/24 02:43:25 DEBUG : Creating backend with remote "TestDrive:rclone-test-gijusem2lisi" 2024/09/24 02:43:26 DEBUG : empty space: Excluded (Size Filter) 2024/09/24 02:43:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:43:26 DEBUG : potato3: Need to transfer - File not found at Destination 2024/09/24 02:43:26 DEBUG : Google drive root 'rclone-test-gijusem2lisi': Waiting for checks to finish 2024/09/24 02:43:26 DEBUG : Google drive root 'rclone-test-gijusem2lisi': Waiting for transfers to finish 2024/09/24 02:43:28 INFO : potato2: Moved (server-side) 2024/09/24 02:43:29 INFO : potato3: Moved (server-side) 2024/09/24 02:43:30 DEBUG : Google drive root 'rclone-test-gijusem2lisi': Purge remote 2024/09/24 02:43:31 DEBUG : Google drive root 'rclone-test-pocihal8wuwu': Purge remote --- PASS: TestServerSideMoveWithFilter (25.74s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:43:33 DEBUG : Creating backend with remote "TestDrive:rclone-test-hepugex3lefo" 2024/09/24 02:43:42 DEBUG : tomatoDir: Making directory sync_test.go:1603: Server side move (if possible) Google drive root 'rclone-test-riqekiy8bosi' -> Google drive root 'rclone-test-hepugex3lefo' 2024/09/24 02:43:50 DEBUG : Google drive root 'rclone-test-hepugex3lefo': Using server-side directory move 2024/09/24 02:43:50 INFO : Google drive root 'rclone-test-hepugex3lefo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/09/24 02:43:50 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/24 02:43:50 DEBUG : Added delayed dir = "tomatoDir", newDst= 2024/09/24 02:43:50 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/09/24 02:43:50 DEBUG : empty space: Unchanged skipping 2024/09/24 02:43:50 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/24 02:43:50 DEBUG : Google drive root 'rclone-test-hepugex3lefo': Waiting for checks to finish 2024/09/24 02:43:51 INFO : potato3: Deleted 2024/09/24 02:43:51 INFO : potato2: Moved (server-side) 2024/09/24 02:43:52 INFO : empty space: Deleted 2024/09/24 02:43:52 DEBUG : Google drive root 'rclone-test-hepugex3lefo': Waiting for transfers to finish 2024/09/24 02:43:52 INFO : potato3: Moved (server-side) 2024/09/24 02:43:52 INFO : tomatoDir: Removing directory 2024/09/24 02:43:54 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': deleted 1 directories 2024/09/24 02:43:55 DEBUG : Creating backend with remote "TestDrive:rclone-test-wahakug3suyi" 2024/09/24 02:43:55 DEBUG : tomatoDir: Making directory 2024/09/24 02:43:56 DEBUG : Google drive root 'rclone-test-wahakug3suyi': Using server-side directory move 2024/09/24 02:43:58 INFO : Google drive root 'rclone-test-wahakug3suyi': Server side directory move succeeded 2024/09/24 02:43:59 DEBUG : Google drive root 'rclone-test-wahakug3suyi': Purge remote 2024/09/24 02:44:00 DEBUG : Google drive root 'rclone-test-hepugex3lefo': Purge remote 2024/09/24 02:44:00 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (27.53s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:1808: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.26s) === RUN TestSyncOverlap run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:02 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/rclone-sync-test" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncOverlap (4.18s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:06 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/rclone-sync-test" 2024/09/24 02:44:08 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/rclone-sync-test-include/layer2" 2024/09/24 02:44:12 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/rclone-sync-test-ignore-file" 2024/09/24 02:44:20 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/09/24 02:44:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test': Waiting for checks to finish 2024/09/24 02:44:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test': Waiting for transfers to finish 2024/09/24 02:44:20 DEBUG : Waiting for deletions to finish 2024/09/24 02:44:20 INFO : There was nothing to transfer 2024/09/24 02:44:23 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:44:23 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:44:23 DEBUG : Waiting for deletions to finish 2024/09/24 02:44:23 INFO : rclone-sync-test-include: Removing directory 2024/09/24 02:44:23 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2024/09/24 02:44:23 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/09/24 02:44:23 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': failed to delete 1 directories 2024/09/24 02:44:23 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:26 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/09/24 02:44:26 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test-include/layer2': Waiting for checks to finish 2024/09/24 02:44:26 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test-include/layer2': Waiting for transfers to finish 2024/09/24 02:44:26 DEBUG : Waiting for deletions to finish 2024/09/24 02:44:26 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:44:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:44:30 DEBUG : Waiting for deletions to finish 2024/09/24 02:44:30 INFO : rclone-sync-test-include: Removing directory 2024/09/24 02:44:30 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2024/09/24 02:44:30 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/09/24 02:44:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': failed to delete 1 directories 2024/09/24 02:44:30 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:34 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/09/24 02:44:34 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test-ignore-file': Waiting for checks to finish 2024/09/24 02:44:34 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/rclone-sync-test-ignore-file': Waiting for transfers to finish 2024/09/24 02:44:34 DEBUG : Waiting for deletions to finish 2024/09/24 02:44:34 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:38 DEBUG : rclone-sync-test-include: Rmdir: contains trashed file: "layer2" 2024/09/24 02:44:39 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore" --- PASS: TestSyncOverlapWithFilter (46.72s) === RUN TestSyncCompareDest run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:44:53 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:44:53 DEBUG : Config file has changed externally - reloading 2024/09/24 02:44:54 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/CompareDest" 2024/09/24 02:44:55 DEBUG : one: Need to transfer - File not found at Destination 2024/09/24 02:44:55 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:44:55 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:44:58 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/09/24 02:44:58 INFO : one: Copied (new) 2024/09/24 02:44:58 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:00 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:01 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:04 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/09/24 02:45:04 INFO : one: Copied (replaced existing) 2024/09/24 02:45:04 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:12 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:13 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/24 02:45:13 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:13 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:13 INFO : There was nothing to transfer 2024/09/24 02:45:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:18 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/24 02:45:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:18 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:19 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/24 02:45:19 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:19 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:19 INFO : There was nothing to transfer 2024/09/24 02:45:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:20 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/24 02:45:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:20 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/24 02:45:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:20 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:20 INFO : There was nothing to transfer 2024/09/24 02:45:22 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 2024/09/24 02:45:22 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/09/24 02:45:22 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/24 02:45:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:22 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:22 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/24 02:45:22 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:22 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:22 INFO : There was nothing to transfer 2024/09/24 02:45:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:24 DEBUG : two: Need to transfer - File not found at Destination 2024/09/24 02:45:24 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:45:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:45:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:45:25 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/24 02:45:25 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:45:26 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/09/24 02:45:26 INFO : two: Copied (new) 2024/09/24 02:45:26 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:31 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:45:31 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:45:33 DEBUG : CompareDest: Rmdir: contains trashed file: "one" 2024/09/24 02:45:33 DEBUG : CompareDest: Rmdir: contains trashed file: "two" --- PASS: TestSyncCompareDest (41.62s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:45:43 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dest" 2024/09/24 02:45:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/pre-dest1" 2024/09/24 02:45:45 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/pre-dest2" 2024/09/24 02:45:46 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:45:46 DEBUG : 1: Destination found in --compare-dest, skipping 2024/09/24 02:45:47 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:45:47 DEBUG : 2: Destination found in --compare-dest, skipping 2024/09/24 02:45:47 DEBUG : 3: Need to transfer - File not found at Destination 2024/09/24 02:45:47 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dest': Waiting for checks to finish 2024/09/24 02:45:47 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dest': Waiting for transfers to finish 2024/09/24 02:45:52 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/09/24 02:45:52 INFO : 3: Copied (new) 2024/09/24 02:45:52 DEBUG : Waiting for deletions to finish 2024/09/24 02:45:59 DEBUG : pre-dest2: Rmdir: contains trashed file: "2" 2024/09/24 02:46:00 DEBUG : pre-dest1: Rmdir: contains trashed file: "1" 2024/09/24 02:46:01 DEBUG : dest: Rmdir: contains trashed file: "3" --- PASS: TestSyncMultipleCompareDest (28.12s) === RUN TestSyncCopyDest run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:46:02 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:46:04 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/CopyDest" 2024/09/24 02:46:07 DEBUG : one: Need to transfer - File not found at Destination 2024/09/24 02:46:07 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:07 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/09/24 02:46:11 INFO : one: Copied (new) 2024/09/24 02:46:11 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:46:14 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:14 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/09/24 02:46:16 INFO : one: Copied (replaced existing) 2024/09/24 02:46:16 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/BackupDir" 2024/09/24 02:46:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:46:24 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/24 02:46:28 INFO : one: Moved (server-side) 2024/09/24 02:46:30 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/09/24 02:46:30 INFO : one: Copied (server-side copy) 2024/09/24 02:46:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/09/24 02:46:30 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:30 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:36 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/09/24 02:46:36 INFO : two: Copied (server-side copy) 2024/09/24 02:46:36 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/09/24 02:46:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:36 DEBUG : one: Unchanged skipping 2024/09/24 02:46:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:36 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:36 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:37 DEBUG : one: Unchanged skipping 2024/09/24 02:46:37 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:37 DEBUG : two: Unchanged skipping 2024/09/24 02:46:37 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:37 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:37 INFO : There was nothing to transfer 2024/09/24 02:46:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/09/24 02:46:41 DEBUG : three: Destination not found in --copy-dest 2024/09/24 02:46:41 DEBUG : three: Need to transfer - File not found at Destination 2024/09/24 02:46:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:41 DEBUG : one: Unchanged skipping 2024/09/24 02:46:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/24 02:46:41 DEBUG : two: Unchanged skipping 2024/09/24 02:46:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:46:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:46:43 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2024/09/24 02:46:43 INFO : three: Copied (new) 2024/09/24 02:46:43 DEBUG : Waiting for deletions to finish 2024/09/24 02:46:52 DEBUG : dst: Rmdir: contains trashed file: "three" 2024/09/24 02:46:52 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:46:52 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:46:53 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2024/09/24 02:46:53 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2024/09/24 02:46:53 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2024/09/24 02:46:55 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestSyncCopyDest (53.21s) === RUN TestSyncBackupDir run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:47:04 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:47:05 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/backup" 2024/09/24 02:47:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:47:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:47:07 DEBUG : two: Unchanged skipping 2024/09/24 02:47:07 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:47:09 INFO : one: Moved (server-side) 2024/09/24 02:47:09 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:47:12 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:47:12 INFO : one: Copied (new) 2024/09/24 02:47:12 DEBUG : Waiting for deletions to finish 2024/09/24 02:47:15 INFO : three.txt: Moved (server-side) 2024/09/24 02:47:15 INFO : three.txt: Moved into backup dir 2024/09/24 02:47:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:47:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:47:19 DEBUG : two: Unchanged skipping 2024/09/24 02:47:19 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:47:20 INFO : one: Deleted 2024/09/24 02:47:21 INFO : one: Moved (server-side) 2024/09/24 02:47:21 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:47:24 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:47:24 INFO : one: Copied (new) 2024/09/24 02:47:24 DEBUG : Waiting for deletions to finish 2024/09/24 02:47:25 INFO : three.txt: Deleted 2024/09/24 02:47:27 INFO : three.txt: Moved (server-side) 2024/09/24 02:47:27 INFO : three.txt: Moved into backup dir 2024/09/24 02:47:33 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:47:33 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:47:35 DEBUG : backup: Rmdir: contains trashed file: "three.txt" 2024/09/24 02:47:35 DEBUG : backup: Rmdir: contains trashed file: "one" 2024/09/24 02:47:35 DEBUG : backup: Rmdir: contains trashed file: "one" 2024/09/24 02:47:35 DEBUG : backup: Rmdir: contains trashed file: "three.txt" --- PASS: TestSyncBackupDir (40.65s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:47:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:47:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/backup" 2024/09/24 02:47:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:47:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:47:46 DEBUG : two: Unchanged skipping 2024/09/24 02:47:46 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:47:48 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:47:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:47:50 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:47:50 INFO : one: Copied (new) 2024/09/24 02:47:50 DEBUG : Waiting for deletions to finish 2024/09/24 02:47:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:47:52 INFO : three.txt: Moved into backup dir 2024/09/24 02:47:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:47:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:47:56 DEBUG : two: Unchanged skipping 2024/09/24 02:47:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:47:57 INFO : one.bak: Deleted 2024/09/24 02:47:58 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:47:58 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:48:00 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:48:00 INFO : one: Copied (new) 2024/09/24 02:48:00 DEBUG : Waiting for deletions to finish 2024/09/24 02:48:01 INFO : three.txt.bak: Deleted 2024/09/24 02:48:02 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:48:02 INFO : three.txt: Moved into backup dir 2024/09/24 02:48:07 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:48:07 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:48:08 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2024/09/24 02:48:08 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2024/09/24 02:48:08 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2024/09/24 02:48:08 DEBUG : backup: Rmdir: contains trashed file: "one.bak" --- PASS: TestSyncBackupDirWithSuffix (32.57s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:48:18 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:48:18 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/backup" 2024/09/24 02:48:20 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:48:20 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:48:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:48:20 DEBUG : two: Unchanged skipping 2024/09/24 02:48:22 INFO : one: Moved (server-side) to: one-2019-01-01 2024/09/24 02:48:22 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:48:24 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:48:24 INFO : one: Copied (new) 2024/09/24 02:48:24 DEBUG : Waiting for deletions to finish 2024/09/24 02:48:25 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/09/24 02:48:25 INFO : three.txt: Moved into backup dir 2024/09/24 02:48:29 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:48:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:48:29 DEBUG : two: Unchanged skipping 2024/09/24 02:48:29 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:48:30 INFO : one-2019-01-01: Deleted 2024/09/24 02:48:31 INFO : one: Moved (server-side) to: one-2019-01-01 2024/09/24 02:48:31 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:48:33 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:48:33 INFO : one: Copied (new) 2024/09/24 02:48:33 DEBUG : Waiting for deletions to finish 2024/09/24 02:48:34 INFO : three-2019-01-01.txt: Deleted 2024/09/24 02:48:35 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/09/24 02:48:35 INFO : three.txt: Moved into backup dir 2024/09/24 02:48:40 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:48:40 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:48:41 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2024/09/24 02:48:41 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/09/24 02:48:41 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2024/09/24 02:48:41 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (32.79s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:48:50 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:48:51 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:48:51 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:48:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:48:51 DEBUG : two: Unchanged skipping 2024/09/24 02:48:53 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:48:53 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:48:55 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:48:55 INFO : one: Copied (new) 2024/09/24 02:48:55 DEBUG : Waiting for deletions to finish 2024/09/24 02:48:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:48:56 INFO : three.txt: Moved into backup dir 2024/09/24 02:49:01 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/09/24 02:49:01 DEBUG : one.bak: Excluded (Path Filter) 2024/09/24 02:49:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:49:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:49:01 DEBUG : two: Unchanged skipping 2024/09/24 02:49:01 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for checks to finish 2024/09/24 02:49:02 INFO : one.bak: Deleted 2024/09/24 02:49:03 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:49:03 DEBUG : Google drive root 'rclone-test-riqekiy8bosi/dst': Waiting for transfers to finish 2024/09/24 02:49:05 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:49:05 INFO : one: Copied (new) 2024/09/24 02:49:05 DEBUG : Waiting for deletions to finish 2024/09/24 02:49:06 INFO : three.txt.bak: Deleted 2024/09/24 02:49:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:49:07 INFO : three.txt: Moved into backup dir 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:49:12 DEBUG : dst: Rmdir: contains trashed file: "one.bak" --- PASS: TestSyncBackupDirSuffixOnly (31.73s) === RUN TestSyncSuffix run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:49:24 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:49:24 DEBUG : Config file has changed externally - reloading 2024/09/24 02:49:25 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:49:26 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:49:29 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:49:29 INFO : one: Copied (new) 2024/09/24 02:49:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:49:29 DEBUG : two: Unchanged skipping 2024/09/24 02:49:31 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/09/24 02:49:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:49:36 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/09/24 02:49:36 INFO : three.txt: Copied (new) 2024/09/24 02:49:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:49:39 INFO : one.bak: Deleted 2024/09/24 02:49:41 INFO : one: Moved (server-side) to: one.bak 2024/09/24 02:49:43 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:49:43 INFO : one: Copied (new) 2024/09/24 02:49:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:49:44 DEBUG : two: Unchanged skipping 2024/09/24 02:49:44 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/09/24 02:49:45 INFO : three.txt.bak: Deleted 2024/09/24 02:49:47 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/09/24 02:49:50 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/09/24 02:49:50 INFO : three.txt: Copied (new) 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2024/09/24 02:49:57 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncSuffix (44.85s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:50:07 DEBUG : Creating backend with remote "TestDrive:rclone-test-riqekiy8bosi/dst" 2024/09/24 02:50:09 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/24 02:50:11 INFO : one: Moved (server-side) to: one-2019-01-01 2024/09/24 02:50:14 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/09/24 02:50:14 INFO : one: Copied (new) 2024/09/24 02:50:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:50:14 DEBUG : two: Unchanged skipping 2024/09/24 02:50:15 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/09/24 02:50:16 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/09/24 02:50:18 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/09/24 02:50:18 INFO : three.txt: Copied (new) 2024/09/24 02:50:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/24 02:50:22 INFO : one-2019-01-01: Deleted 2024/09/24 02:50:23 INFO : one: Moved (server-side) to: one-2019-01-01 2024/09/24 02:50:25 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/09/24 02:50:25 INFO : one: Copied (new) 2024/09/24 02:50:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:50:26 DEBUG : two: Unchanged skipping 2024/09/24 02:50:26 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/09/24 02:50:27 INFO : three-2019-01-01.txt: Deleted 2024/09/24 02:50:28 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/09/24 02:50:30 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/09/24 02:50:30 INFO : three.txt: Copied (new) 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2024/09/24 02:50:37 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncSuffixKeepExtension (39.91s) === RUN TestSyncUTFNorm run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:50:41 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/09/24 02:50:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:50:41 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:50:43 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2024/09/24 02:50:43 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/09/24 02:50:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (6.45s) === RUN TestSyncImmutable run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:50:45 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/24 02:50:45 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:50:45 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:50:47 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/09/24 02:50:47 INFO : existing: Copied (new) 2024/09/24 02:50:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:50:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:50:48 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/09/24 02:50:48 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/09/24 02:50:48 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:50:48 ERROR : Google drive root 'rclone-test-riqekiy8bosi': not deleting files as there were IO errors 2024/09/24 02:50:48 ERROR : Google drive root 'rclone-test-riqekiy8bosi': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncImmutable (8.07s) === RUN TestSyncIgnoreCase run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:50:56 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:50:56 DEBUG : existing: Unchanged skipping 2024/09/24 02:50:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:50:56 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:50:56 DEBUG : Waiting for deletions to finish 2024/09/24 02:50:56 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (5.39s) === RUN TestFixCase run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:2529: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.73s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:2568: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:2568: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" sync_test.go:2568: This test only runs on local --- PASS: TestMaxTransfer (1.53s) --- SKIP: TestMaxTransfer/Hard (0.55s) --- SKIP: TestMaxTransfer/Soft (0.50s) --- SKIP: TestMaxTransfer/Cautious (0.47s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:52:33 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:52:33 DEBUG : both0: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both12: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both10: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both14: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both1: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both16: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both17: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both18: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both19: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both11: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both13: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both3: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both5: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both15: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both2: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both8: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:52:33 DEBUG : both9: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both4: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both6: Unchanged skipping 2024/09/24 02:52:33 DEBUG : both7: Unchanged skipping 2024/09/24 02:52:33 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:52:33 DEBUG : Waiting for deletions to finish 2024/09/24 02:52:34 INFO : only13: Deleted 2024/09/24 02:52:34 INFO : only17: Deleted 2024/09/24 02:52:34 INFO : only6: Deleted 2024/09/24 02:52:34 INFO : only0: Deleted 2024/09/24 02:52:35 INFO : only12: Deleted 2024/09/24 02:52:35 INFO : only18: Deleted 2024/09/24 02:52:35 INFO : only19: Deleted 2024/09/24 02:52:36 INFO : only8: Deleted 2024/09/24 02:52:36 INFO : only1: Deleted 2024/09/24 02:52:36 INFO : only5: Deleted 2024/09/24 02:52:37 INFO : only11: Deleted 2024/09/24 02:52:37 INFO : only15: Deleted 2024/09/24 02:52:37 INFO : only7: Deleted 2024/09/24 02:52:37 INFO : only9: Deleted 2024/09/24 02:52:38 INFO : only14: Deleted 2024/09/24 02:52:38 INFO : only10: Deleted 2024/09/24 02:52:38 INFO : only4: Deleted 2024/09/24 02:52:38 INFO : only3: Deleted 2024/09/24 02:52:39 INFO : only2: Deleted 2024/09/24 02:52:39 INFO : only16: Deleted 2024/09/24 02:52:39 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (121.26s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:54:28 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for checks to finish 2024/09/24 02:54:28 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both11: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both12: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both13: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both0: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both15: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both16: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both17: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both18: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both1: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both10: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both14: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both19: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both5: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both2: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both7: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both8: Unchanged skipping 2024/09/24 02:54:28 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/24 02:54:28 DEBUG : both9: Unchanged skipping 2024/09/24 02:54:28 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : both4: Unchanged skipping 2024/09/24 02:54:28 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : both3: Unchanged skipping 2024/09/24 02:54:28 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : both6: Unchanged skipping 2024/09/24 02:54:28 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/09/24 02:54:28 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Waiting for transfers to finish 2024/09/24 02:54:29 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:29 INFO : only11: Copied (replaced existing) 2024/09/24 02:54:29 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:29 INFO : only12: Copied (replaced existing) 2024/09/24 02:54:30 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:30 INFO : only1: Copied (replaced existing) 2024/09/24 02:54:30 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:30 INFO : only0: Copied (replaced existing) 2024/09/24 02:54:31 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:31 INFO : only15: Copied (replaced existing) 2024/09/24 02:54:31 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:31 INFO : only13: Copied (replaced existing) 2024/09/24 02:54:32 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:32 INFO : only17: Copied (replaced existing) 2024/09/24 02:54:32 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:32 INFO : only16: Copied (replaced existing) 2024/09/24 02:54:33 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:33 INFO : only2: Copied (replaced existing) 2024/09/24 02:54:33 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:33 INFO : only18: Copied (replaced existing) 2024/09/24 02:54:33 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:33 INFO : only14: Copied (replaced existing) 2024/09/24 02:54:34 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:34 INFO : only4: Copied (replaced existing) 2024/09/24 02:54:35 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:35 INFO : only5: Copied (replaced existing) 2024/09/24 02:54:35 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:35 INFO : only7: Copied (replaced existing) 2024/09/24 02:54:36 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:36 INFO : only6: Copied (replaced existing) 2024/09/24 02:54:37 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:37 INFO : only19: Copied (replaced existing) 2024/09/24 02:54:37 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:37 INFO : only3: Copied (replaced existing) 2024/09/24 02:54:37 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:37 INFO : only10: Copied (replaced existing) 2024/09/24 02:54:38 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:38 INFO : only8: Copied (replaced existing) 2024/09/24 02:54:39 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/09/24 02:54:39 INFO : only9: Copied (replaced existing) 2024/09/24 02:54:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (132.68s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:55:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:55:14 DEBUG : sub dir: Making directory with metadata 2024/09/24 02:55:15 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:55:42 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/24 02:55:43 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/24 02:55:43 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:55:43 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:56:05 DEBUG : sub dirEmpty: Rmdir: contains trashed file: "sub dirEmpty2" 2024/09/24 02:56:06 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2024/09/24 02:56:08 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2024/09/24 02:56:09 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2024/09/24 02:56:10 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:56:11 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:56:12 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:56:14 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2024/09/24 02:56:15 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2024/09/24 02:56:17 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2024/09/24 02:56:17 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2024/09/24 02:56:18 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithEmptyDirs (66.96s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:56:21 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/24 02:56:21 DEBUG : sub dir: Making directory with metadata 2024/09/24 02:56:22 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:56:56 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/24 02:56:57 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/24 02:56:57 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/24 02:56:57 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-riqekiy8bosi'", Local "Local file system at /tmp/rclone3934084168", Modify Window "1ms" 2024/09/24 02:57:17 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2024/09/24 02:57:19 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2024/09/24 02:57:20 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2024/09/24 02:57:22 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:57:24 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:57:25 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2024/09/24 02:57:26 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2024/09/24 02:57:27 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2024/09/24 02:57:28 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2024/09/24 02:57:28 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2024/09/24 02:57:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithoutEmptyDirs (71.45s) PASS 2024/09/24 02:57:33 DEBUG : Google drive root 'rclone-test-riqekiy8bosi': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Finished OK in 23m4.342113132s (try 1/5)