"./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Starting (try 1/5) 2025/03/08 09:52:18 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu" 2025/03/08 09:52:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 09:52:18 DEBUG : Creating backend with remote "/tmp/rclone274818661" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === 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-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:19 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:52:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:19 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/03/08 09:52:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:19 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.19s) === RUN TestCopy run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:52:21 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:52:21 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:21 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:52:23 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:52:23 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:25 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopy (5.94s) === RUN TestCopyMetadata run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:26 DEBUG : metadata sub dir: Making directory with metadata 2025/03/08 09:52:26 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:52:26 DEBUG : empty metadata sub dir: Making directory with metadata 2025/03/08 09:52:26 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:52:26 DEBUG : Local file system at /tmp/rclone274818661: File to upload is small (21 bytes), uploading instead of streaming 2025/03/08 09:52:26 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/03/08 09:52:26 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/03/08 09:52:26 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:52:27 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Skipping btime metadata as can't update it on an existing file: 2025-03-08T09:52:26.908570342Z 2025/03/08 09:52:27 INFO : empty metadata sub dir: Updated directory metadata 2025/03/08 09:52:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Skipping btime metadata as can't update it on an existing file: 2025-03-08T09:52:26.908570342Z 2025/03/08 09:52:28 INFO : metadata sub dir: Updated directory metadata 2025/03/08 09:52:28 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/03/08 09:52:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:29 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/03/08 09:52:29 INFO : metadata sub dir/hello metadata world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:32 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadata (7.42s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:34 DEBUG : metadata sub dir: Making directory with metadata 2025/03/08 09:52:34 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:52:34 DEBUG : empty metadata sub dir: Making directory with metadata 2025/03/08 09:52:34 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:52:34 DEBUG : Local file system at /tmp/rclone274818661: File to upload is small (21 bytes), uploading instead of streaming 2025/03/08 09:52:34 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/03/08 09:52:34 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/03/08 09:52:34 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:52:34 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2025/03/08 09:52:34 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2025/03/08 09:52:34 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/03/08 09:52:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:36 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/03/08 09:52:36 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/03/08 09:52:36 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Skipping btime metadata as can't update it on an existing file: 2025-03-08T09:52:34.324519731Z 2025/03/08 09:52:37 INFO : metadata sub dir: Updated directory metadata run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:40 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadataNoEmptyDirs (7.11s) === RUN TestCopyMissingDirectory run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:41 DEBUG : Creating backend with remote "/non-existing" 2025/03/08 09:52:41 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/03/08 09:52:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (1.19s) === RUN TestCopyNoTraverse run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:42 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:52:42 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:42 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:52:44 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:52:45 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:47 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoTraverse (5.76s) === RUN TestCopyCheckFirst run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:48 INFO : Google drive root 'rclone-test-guliwuy5cudu': Running all checks before starting transfers 2025/03/08 09:52:48 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:52:48 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:48 INFO : Google drive root 'rclone-test-guliwuy5cudu': Checks finished, now starting transfers 2025/03/08 09:52:48 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:50 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:52:50 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:52:51 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyCheckFirst (5.57s) === RUN TestSyncNoTraverse run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:53 ERROR : Ignoring --no-traverse with sync 2025/03/08 09:52:54 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:52:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:52:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:52:56 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:52:56 DEBUG : Waiting for deletions to finish 2025/03/08 09:52:56 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:58 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoTraverse (5.76s) === RUN TestCopyWithDepth run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:52:59 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/03/08 09:52:59 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:52:59 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:52:59 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:01 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2025/03/08 09:53:01 INFO : hello world2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyWithDepth (3.20s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:53:03 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:03 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:04 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:04 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (3.21s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:06 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:53:06 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:06 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:07 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:07 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (3.16s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:09 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/08 09:53:09 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:09 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:09 DEBUG : sub dir: Making directory with metadata 2025/03/08 09:53:10 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/08 09:53:10 DEBUG : sub dir2: Making directory with metadata 2025/03/08 09:53:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:11 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/08 09:53:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:12 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:12 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:12 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:12 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:12 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:16 DEBUG : sub dir2: Rmdir: contains trashed file: "sub sub dir2" 2025/03/08 09:53:16 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyEmptyDirectories (8.88s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:18 INFO : sub dir2: Making directory 2025/03/08 09:53:18 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/08 09:53:18 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:18 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:53:18 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/03/08 09:53:18 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/03/08 09:53:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:18 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:18 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:20 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:20 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:53:21 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:22 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoEmptyDirectories (5.21s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:23 DEBUG : sub dir2: Making directory with metadata 2025/03/08 09:53:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:23 DEBUG : sub dir: Making directory with metadata 2025/03/08 09:53:24 INFO : sub dir: Made directory with metadata (mtime=2025-03-08T09:53:23.356185032Z) 2025/03/08 09:53:24 DEBUG : sub dir2: Making directory with metadata 2025/03/08 09:53:25 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:26 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:26 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:53:26 INFO : sub dir/hello world: Deleted run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveEmptyDirectories (7.33s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:30 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/03/08 09:53:30 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/08 09:53:32 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:32 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncNoUpdateDirModtime (3.93s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:34 INFO : sub dir2: Making directory 2025/03/08 09:53:34 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:53:34 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/03/08 09:53:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:36 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:36 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:53:36 INFO : sub dir/hello world: Deleted 2025/03/08 09:53:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:39 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveNoEmptyDirectories (5.38s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:40 DEBUG : sub dir2: Making directory with metadata 2025/03/08 09:53:40 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:40 DEBUG : sub dir: Making directory with metadata 2025/03/08 09:53:40 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/08 09:53:40 DEBUG : sub dir2: Making directory with metadata 2025/03/08 09:53:41 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 09:53:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:43 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:43 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:53:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:46 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncEmptyDirectories (7.50s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.45s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:47 INFO : sub dir2: Making directory 2025/03/08 09:53:48 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:53:48 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/03/08 09:53:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:48 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:53:48 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:53:50 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:50 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:53:50 DEBUG : Waiting for deletions to finish 2025/03/08 09:53:50 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:53:52 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoEmptyDirectories (5.31s) === RUN TestServerSideCopy run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:53:55 DEBUG : Creating backend with remote "TestDrive:rclone-test-qovaqih6hiwe" 2025/03/08 09:53:55 DEBUG : Config file has changed externally - reloading sync_test.go:590: Server side copy (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-qovaqih6hiwe' 2025/03/08 09:53:56 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:53:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:53:56 DEBUG : Google drive root 'rclone-test-qovaqih6hiwe': Waiting for checks to finish 2025/03/08 09:53:56 DEBUG : Google drive root 'rclone-test-qovaqih6hiwe': Waiting for transfers to finish 2025/03/08 09:53:59 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:53:59 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/08 09:53:59 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:00 DEBUG : Google drive root 'rclone-test-qovaqih6hiwe': Purge remote 2025/03/08 09:54:02 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2025/03/08 09:54:02 DEBUG : Config file has changed externally - reloading 2025/03/08 09:54:02 DEBUG : TestDrive: Loaded fresh token from config file --- PASS: TestServerSideCopy (9.87s) === RUN TestCopyOverSelf run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:06 INFO : sub dir: Set directory modification time (using SetModTime) 2025/03/08 09:54:06 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/03/08 09:54:06 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/08 09:54:06 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:54:06 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:54:07 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/03/08 09:54:07 INFO : sub dir/hello world: Copied (replaced existing) 2025/03/08 09:54:08 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:10 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyOverSelf (8.00s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:13 DEBUG : Creating backend with remote "TestDrive:rclone-test-rupenig7hizu" sync_test.go:626: Server side copy (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-rupenig7hizu' 2025/03/08 09:54:14 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:54:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:54:14 DEBUG : Google drive root 'rclone-test-rupenig7hizu': Waiting for checks to finish 2025/03/08 09:54:14 DEBUG : Google drive root 'rclone-test-rupenig7hizu': Waiting for transfers to finish 2025/03/08 09:54:17 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:54:17 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/08 09:54:17 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:20 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/03/08 09:54:20 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/03/08 09:54:20 DEBUG : Google drive root 'rclone-test-rupenig7hizu': Waiting for checks to finish 2025/03/08 09:54:20 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/08 09:54:20 DEBUG : Google drive root 'rclone-test-rupenig7hizu': Waiting for transfers to finish 2025/03/08 09:54:21 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/03/08 09:54:21 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/08 09:54:22 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:22 DEBUG : Google drive root 'rclone-test-rupenig7hizu': Purge remote 2025/03/08 09:54:24 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestServerSideCopyOverSelf (15.05s) === RUN TestMoveOverSelf run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:29 INFO : sub dir: Set directory modification time (using SetModTime) 2025/03/08 09:54:29 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/03/08 09:54:29 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:54:29 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/08 09:54:29 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:54:30 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/03/08 09:54:30 INFO : sub dir/hello world: Copied (replaced existing) 2025/03/08 09:54:30 INFO : sub dir/hello world: Deleted 2025/03/08 09:54:31 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveOverSelf (7.84s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:36 DEBUG : Creating backend with remote "TestDrive:rclone-test-tasorux9fuwe" sync_test.go:671: Server side copy (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-tasorux9fuwe' 2025/03/08 09:54:37 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:54:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:54:37 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for checks to finish 2025/03/08 09:54:37 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for transfers to finish 2025/03/08 09:54:40 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:54:40 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/08 09:54:40 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:43 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Using server-side directory move 2025/03/08 09:54:43 INFO : Google drive root 'rclone-test-tasorux9fuwe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/08 09:54:43 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/03/08 09:54:43 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/03/08 09:54:43 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/08 09:54:43 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for checks to finish 2025/03/08 09:54:43 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for transfers to finish 2025/03/08 09:54:43 INFO : sub dir/hello world: Deleted 2025/03/08 09:54:44 INFO : sub dir/hello world: Moved (server-side) 2025/03/08 09:54:45 INFO : sub dir: Set directory modification time (using SetModTime) 2025/03/08 09:54:47 DEBUG : testing file moves 2025/03/08 09:54:48 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/03/08 09:54:48 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/03/08 09:54:48 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/03/08 09:54:48 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for checks to finish 2025/03/08 09:54:48 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Waiting for transfers to finish 2025/03/08 09:54:48 INFO : sub dir/hello world: Deleted 2025/03/08 09:54:49 INFO : sub dir/hello world: Moved (server-side) 2025/03/08 09:54:49 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:50 DEBUG : Google drive root 'rclone-test-tasorux9fuwe': Purge remote --- PASS: TestServerSideMoveOverSelf (19.45s) === RUN TestCopyAfterDelete run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:55 ERROR : : error listing: directory not found 2025/03/08 09:54:55 INFO : Local file system at /tmp/rclone274818661: Making directory 2025/03/08 09:54:56 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:54:56 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:54:58 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyAfterDelete (5.73s) === RUN TestCopyRedownload run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:02 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:55:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:55:02 DEBUG : Local file system at /tmp/rclone274818661: Waiting for checks to finish 2025/03/08 09:55:02 DEBUG : Local file system at /tmp/rclone274818661: Waiting for transfers to finish 2025/03/08 09:55:02 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:55:02 DEBUG : sub dir/hello world.adb18a5f.partial: renamed to: sub dir/hello world 2025/03/08 09:55:02 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:55:02 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:03 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyRedownload (5.82s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:05 DEBUG : check sum: Need to transfer - File not found at Destination 2025/03/08 09:55:05 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:05 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:06 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/03/08 09:55:06 INFO : check sum: Copied (new) 2025/03/08 09:55:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:07 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:07 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/03/08 09:55:07 DEBUG : check sum: Size and md5 of src and dst objects identical 2025/03/08 09:55:07 DEBUG : check sum: Unchanged skipping 2025/03/08 09:55:07 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:07 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:07 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (4.46s) === RUN TestSyncSizeOnly run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:09 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/03/08 09:55:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:11 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/03/08 09:55:11 INFO : sizeonly: Copied (new) 2025/03/08 09:55:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:11 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:11 DEBUG : sizeonly: Sizes identical 2025/03/08 09:55:11 DEBUG : sizeonly: Unchanged skipping 2025/03/08 09:55:11 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:11 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:11 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncSizeOnly (4.06s) === RUN TestSyncIgnoreSize run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:13 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/03/08 09:55:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:15 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2025/03/08 09:55:15 INFO : ignore-size: Copied (new) 2025/03/08 09:55:15 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:15 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 09:55:15 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:15 DEBUG : ignore-size: Unchanged skipping 2025/03/08 09:55:15 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:15 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:15 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (4.29s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:19 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 09:55:19 DEBUG : existing: Unchanged skipping 2025/03/08 09:55:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:19 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:19 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:19 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/03/08 09:55:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:21 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/03/08 09:55:21 INFO : existing: Copied (replaced existing) 2025/03/08 09:55:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (5.29s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:23 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/08 09:55:23 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:23 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:24 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/03/08 09:55:24 INFO : existing: Copied (new) 2025/03/08 09:55:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:25 DEBUG : existing: Destination exists, skipping 2025/03/08 09:55:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:25 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:25 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (4.01s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:31 INFO : d: Making directory 2025/03/08 09:55:33 DEBUG : Added delayed dir = "a", newDst= 2025/03/08 09:55:33 INFO : c: Set directory modification time (using SetModTime) 2025/03/08 09:55:33 DEBUG : Added delayed dir = "c", newDst=c 2025/03/08 09:55:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:55:33 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/08 09:55:33 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:33 DEBUG : c/non empty space: Unchanged skipping 2025/03/08 09:55:33 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:35 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:55:35 INFO : a/potato2: Copied (new) 2025/03/08 09:55:35 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:36 INFO : b/potato: Deleted 2025/03/08 09:55:36 INFO : a: Set directory modification time (using DirSetModTime) 2025/03/08 09:55:36 INFO : d: Removing directory 2025/03/08 09:55:37 INFO : b: Removing directory 2025/03/08 09:55:37 DEBUG : b: Rmdir: contains trashed file: "potato" 2025/03/08 09:55:38 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': deleted 2 directories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:40 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2025/03/08 09:55:40 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncIgnoreErrors (14.94s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:44 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 2025/03/08 09:55:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:44 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/03/08 09:55:44 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/03/08 09:55:44 DEBUG : empty space: Unchanged skipping 2025/03/08 09:55:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:44 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:44 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:44 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 2025/03/08 09:55:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:44 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/03/08 09:55:45 INFO : empty space: Updated modification time in destination 2025/03/08 09:55:45 DEBUG : empty space: Unchanged skipping 2025/03/08 09:55:45 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:45 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:45 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (5.08s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:49 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 2025/03/08 09:55:49 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:49 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/03/08 09:55:49 DEBUG : empty space: Unchanged skipping 2025/03/08 09:55:49 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:49 DEBUG : Waiting for deletions to finish 2025/03/08 09:55:49 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (3.48s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:52 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:52 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 2025/03/08 09:55:52 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone274818661) 2025/03/08 09:55:52 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Google drive root 'rclone-test-guliwuy5cudu') 2025/03/08 09:55:52 DEBUG : foo: md5 differ 2025/03/08 09:55:52 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:53 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2025/03/08 09:55:53 INFO : foo: Copied (replaced existing) 2025/03/08 09:55:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (5.04s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:55:57 DEBUG : potato: Need to transfer - File not found at Destination 2025/03/08 09:55:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:55:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:55:57 DEBUG : empty space: Unchanged skipping 2025/03/08 09:55:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:55:58 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:55:58 INFO : potato: Copied (new) 2025/03/08 09:55:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (5.26s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:02 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/03/08 09:56:02 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:02 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:03 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2025/03/08 09:56:03 INFO : potato: Copied (replaced existing) 2025/03/08 09:56:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (4.58s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:07 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:07 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 2025/03/08 09:56:07 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone274818661) 2025/03/08 09:56:07 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Google drive root 'rclone-test-guliwuy5cudu') 2025/03/08 09:56:07 DEBUG : potato: md5 differ 2025/03/08 09:56:07 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:08 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2025/03/08 09:56:08 INFO : potato: Copied (replaced existing) 2025/03/08 09:56:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (4.63s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:56:13 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/03/08 09:56:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:56:13 DEBUG : empty space: Unchanged skipping 2025/03/08 09:56:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:13 DEBUG : Waiting for deletions to finish 2025/03/08 09:56:13 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.36s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:18 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:56:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:56:18 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:18 DEBUG : empty space: Unchanged skipping 2025/03/08 09:56:18 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:20 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:56:20 INFO : potato2: Copied (new) 2025/03/08 09:56:20 DEBUG : Waiting for deletions to finish 2025/03/08 09:56:20 INFO : potato: Deleted run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.10s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:27 INFO : d: Making directory 2025/03/08 09:56:27 INFO : d/e: Making directory 2025/03/08 09:56:30 DEBUG : Added delayed dir = "a", newDst= 2025/03/08 09:56:30 INFO : c: Set directory modification time (using SetModTime) 2025/03/08 09:56:30 DEBUG : Added delayed dir = "c", newDst=c 2025/03/08 09:56:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:56:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/08 09:56:30 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:30 DEBUG : c/non empty space: Unchanged skipping 2025/03/08 09:56:30 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:32 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:56:32 INFO : a/potato2: Copied (new) 2025/03/08 09:56:32 DEBUG : Waiting for deletions to finish 2025/03/08 09:56:33 INFO : b/potato: Deleted 2025/03/08 09:56:33 INFO : a: Set directory modification time (using DirSetModTime) 2025/03/08 09:56:33 INFO : d/e: Removing directory 2025/03/08 09:56:34 INFO : d: Removing directory 2025/03/08 09:56:34 DEBUG : d: Rmdir: contains trashed file: "e" 2025/03/08 09:56:35 INFO : b: Removing directory 2025/03/08 09:56:35 DEBUG : b: Rmdir: contains trashed file: "potato" 2025/03/08 09:56:35 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:37 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2025/03/08 09:56:38 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (17.25s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:43 INFO : d: Making directory 2025/03/08 09:56:45 DEBUG : Added delayed dir = "a", newDst= 2025/03/08 09:56:46 INFO : c: Set directory modification time (using SetModTime) 2025/03/08 09:56:46 DEBUG : Added delayed dir = "c", newDst=c 2025/03/08 09:56:46 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:56:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/08 09:56:46 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:46 DEBUG : c/non empty space: Unchanged skipping 2025/03/08 09:56:46 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:48 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:56:48 INFO : a/potato2: Copied (new) 2025/03/08 09:56:48 ERROR : Google drive root 'rclone-test-guliwuy5cudu': not deleting files as there were IO errors 2025/03/08 09:56:48 INFO : a: Set directory modification time (using DirSetModTime) 2025/03/08 09:56:48 ERROR : Google drive root 'rclone-test-guliwuy5cudu': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:52 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2025/03/08 09:56:52 DEBUG : b: Rmdir: contains trashed file: "potato" 2025/03/08 09:56:53 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.79s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:56:57 DEBUG : Waiting for deletions to finish 2025/03/08 09:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:56:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:56:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:56:57 DEBUG : empty space: Unchanged skipping 2025/03/08 09:56:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:56:58 INFO : potato: Deleted 2025/03/08 09:56:59 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:56:59 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (6.75s) === RUN TestSyncDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:04 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:04 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:04 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:04 INFO : potato: Deleted 2025/03/08 09:57:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:57:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:57:05 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:05 DEBUG : empty space: Unchanged skipping 2025/03/08 09:57:05 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:06 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/03/08 09:57:06 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (7.41s) === RUN TestCopyDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:10 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:57:10 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:10 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:12 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2025/03/08 09:57:12 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (5.43s) === RUN TestSyncWithExclude run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:17 DEBUG : enormous: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : enormous: Excluded 2025/03/08 09:57:17 DEBUG : potato2: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : potato2: Excluded 2025/03/08 09:57:17 DEBUG : potato2: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:57:17 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:17 DEBUG : empty space: Unchanged skipping 2025/03/08 09:57:17 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:17 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:17 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:17 DEBUG : enormous: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : enormous: Excluded 2025/03/08 09:57:17 DEBUG : potato2: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : potato2: Excluded 2025/03/08 09:57:17 DEBUG : potato2: Excluded (Size Filter) 2025/03/08 09:57:17 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/08 09:57:17 DEBUG : empty space: Unchanged skipping 2025/03/08 09:57:17 DEBUG : Local file system at /tmp/rclone274818661: Waiting for checks to finish 2025/03/08 09:57:17 DEBUG : Local file system at /tmp/rclone274818661: Waiting for transfers to finish 2025/03/08 09:57:17 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:17 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncWithExclude (5.80s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:24 DEBUG : enormous: Excluded (Size Filter) 2025/03/08 09:57:24 DEBUG : enormous: Excluded 2025/03/08 09:57:24 DEBUG : potato2: Excluded (Size Filter) 2025/03/08 09:57:24 DEBUG : potato2: Excluded 2025/03/08 09:57:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:57:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:24 DEBUG : empty space: Unchanged skipping 2025/03/08 09:57:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:24 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:24 INFO : enormous: Deleted 2025/03/08 09:57:24 INFO : potato2: Deleted 2025/03/08 09:57:24 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:25 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/08 09:57:25 DEBUG : empty space: Unchanged skipping 2025/03/08 09:57:25 DEBUG : Local file system at /tmp/rclone274818661: Waiting for checks to finish 2025/03/08 09:57:25 DEBUG : Local file system at /tmp/rclone274818661: Waiting for transfers to finish 2025/03/08 09:57:25 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:25 INFO : enormous: Deleted 2025/03/08 09:57:25 INFO : potato2: Deleted 2025/03/08 09:57:25 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.18s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:33 DEBUG : five: Need to transfer - File not found at Destination 2025/03/08 09:57:33 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/03/08 09:57:33 DEBUG : one: Destination is newer than source, skipping 2025/03/08 09:57:33 DEBUG : three: Sizes identical 2025/03/08 09:57:33 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:33 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/03/08 09:57:33 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/03/08 09:57:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone274818661) 2025/03/08 09:57:33 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Google drive root 'rclone-test-guliwuy5cudu') 2025/03/08 09:57:33 DEBUG : two: md5 differ 2025/03/08 09:57:33 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:34 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/08 09:57:34 INFO : four: Copied (replaced existing) 2025/03/08 09:57:34 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 09:57:34 INFO : two: Copied (replaced existing) 2025/03/08 09:57:34 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/08 09:57:34 INFO : five: Copied (new) 2025/03/08 09:57:34 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:34 DEBUG : one: Destination is newer than source, skipping 2025/03/08 09:57:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:34 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/08 09:57:34 DEBUG : four: Size and md5 of src and dst objects identical 2025/03/08 09:57:34 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/03/08 09:57:34 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/08 09:57:34 DEBUG : five: Size and md5 of src and dst objects identical 2025/03/08 09:57:34 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/03/08 09:57:34 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 09:57:34 DEBUG : two: Size and md5 of src and dst objects identical 2025/03/08 09:57:34 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone274818661) 2025/03/08 09:57:34 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Google drive root 'rclone-test-guliwuy5cudu') 2025/03/08 09:57:34 DEBUG : three: md5 differ 2025/03/08 09:57:34 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/03/08 09:57:34 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/03/08 09:57:34 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:36 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/08 09:57:36 INFO : three: Copied (replaced existing) 2025/03/08 09:57:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (11.89s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: 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-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/03/08 09:57:39 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:39 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:39 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:39 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/08 09:57:39 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/08 09:57:39 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:39 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:40 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/03/08 09:57:40 INFO : potato: Copied (new) 2025/03/08 09:57:40 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/03/08 09:57:40 INFO : yam: Copied (new) 2025/03/08 09:57:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:41 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 09:57:41 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:41 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:41 DEBUG : potato: Unchanged skipping 2025/03/08 09:57:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:41 INFO : yam: Moved (server-side) to: yaml 2025/03/08 09:57:41 INFO : yaml: Renamed from "yam" 2025/03/08 09:57:41 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:41 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:41 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (5.35s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/03/08 09:57:44 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:44 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:44 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/08 09:57:44 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/08 09:57:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:46 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/03/08 09:57:46 INFO : potato: Copied (new) 2025/03/08 09:57:46 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/03/08 09:57:46 INFO : yam: Copied (new) 2025/03/08 09:57:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:46 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:46 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:46 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 09:57:46 DEBUG : potato: Unchanged skipping 2025/03/08 09:57:46 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:47 INFO : yam: Moved (server-side) to: yaml 2025/03/08 09:57:47 INFO : yaml: Renamed from "yam" 2025/03/08 09:57:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:47 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:47 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.52s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/03/08 09:57:50 DEBUG : Added delayed dir = "sub", newDst= 2025/03/08 09:57:50 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:50 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:50 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:50 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/08 09:57:50 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/03/08 09:57:50 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:50 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:52 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/03/08 09:57:52 INFO : sub/yam: Copied (new) 2025/03/08 09:57:52 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/03/08 09:57:52 INFO : potato: Copied (new) 2025/03/08 09:57:52 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:52 INFO : sub: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:53 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 09:57:53 DEBUG : potato: Unchanged skipping 2025/03/08 09:57:54 INFO : sub: Set directory modification time (using SetModTime) 2025/03/08 09:57:54 DEBUG : Added delayed dir = "sub", newDst=sub 2025/03/08 09:57:54 INFO : Google drive root 'rclone-test-guliwuy5cudu': Making map for --track-renames 2025/03/08 09:57:54 INFO : Google drive root 'rclone-test-guliwuy5cudu': Finished making map for --track-renames 2025/03/08 09:57:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for renames to finish 2025/03/08 09:57:54 INFO : sub/yam: Moved (server-side) to: yam 2025/03/08 09:57:54 INFO : yam: Renamed from "sub/yam" 2025/03/08 09:57:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:57:54 DEBUG : Waiting for deletions to finish 2025/03/08 09:57:54 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.48s) === RUN TestServerSideMoveLocal run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:58 DEBUG : Creating backend with remote "/tmp/rclone274818661/dir1" 2025/03/08 09:57:58 DEBUG : Config file has changed externally - reloading 2025/03/08 09:57:58 DEBUG : Creating backend with remote "/tmp/rclone274818661/dir2" 2025/03/08 09:57:58 DEBUG : Local file system at /tmp/rclone274818661/dir2: Using server-side directory move 2025/03/08 09:57:58 INFO : Local file system at /tmp/rclone274818661/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/08 09:57:58 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/03/08 09:57:58 INFO : file1.txt: Moved (server-side) 2025/03/08 09:57:58 DEBUG : Local file system at /tmp/rclone274818661/dir2: Waiting for checks to finish 2025/03/08 09:57:58 DEBUG : Local file system at /tmp/rclone274818661/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.47s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:57:59 DEBUG : Added delayed dir = "nested", newDst= 2025/03/08 09:57:59 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:57:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:57:59 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/03/08 09:57:59 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/08 09:57:59 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:57:59 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:58:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:58:01 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:58:01 INFO : sub dir/hello world: Deleted 2025/03/08 09:58:03 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/03/08 09:58:03 INFO : nested/sub dir/file: Copied (new) 2025/03/08 09:58:03 INFO : nested/sub dir/file: Deleted 2025/03/08 09:58:03 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:58:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:58:04 INFO : nested: Set directory modification time (using DirSetModTime) 2025/03/08 09:58:04 INFO : sub dir: Removing directory 2025/03/08 09:58:04 INFO : nested/sub dir: Removing directory 2025/03/08 09:58:04 INFO : nested: Removing directory 2025/03/08 09:58:04 DEBUG : Local file system at /tmp/rclone274818661: deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:06 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2025/03/08 09:58:07 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2025/03/08 09:58:08 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (10.24s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:09 DEBUG : Added delayed dir = "nested", newDst= 2025/03/08 09:58:09 DEBUG : Added delayed dir = "sub dir", newDst= 2025/03/08 09:58:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/08 09:58:09 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/03/08 09:58:09 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/08 09:58:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:58:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:58:11 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/03/08 09:58:11 INFO : sub dir/hello world: Copied (new) 2025/03/08 09:58:11 INFO : sub dir/hello world: Deleted 2025/03/08 09:58:13 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/03/08 09:58:13 INFO : nested/sub dir/file: Copied (new) 2025/03/08 09:58:13 INFO : nested/sub dir/file: Deleted 2025/03/08 09:58:13 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 09:58:14 INFO : nested: Set directory modification time (using DirSetModTime) 2025/03/08 09:58:14 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:16 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2025/03/08 09:58:17 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2025/03/08 09:58:18 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.40s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:19 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/08 09:58:19 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/03/08 09:58:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:58:19 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:58:21 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2025/03/08 09:58:21 INFO : existing-b: Copied (new) 2025/03/08 09:58:21 INFO : existing-b: Deleted 2025/03/08 09:58:21 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/03/08 09:58:21 INFO : existing: Copied (new) 2025/03/08 09:58:21 INFO : existing: Deleted 2025/03/08 09:58:21 DEBUG : existing: Destination exists, skipping 2025/03/08 09:58:21 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/03/08 09:58:21 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:58:21 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:58:21 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (4.39s) === RUN TestServerSideMove run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-rehifab3voki" sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-rehifab3voki' 2025/03/08 09:58:32 DEBUG : Google drive root 'rclone-test-rehifab3voki': Using server-side directory move 2025/03/08 09:58:32 INFO : Google drive root 'rclone-test-rehifab3voki': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/08 09:58:32 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:58:32 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/08 09:58:32 DEBUG : empty space: Unchanged skipping 2025/03/08 09:58:32 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/08 09:58:32 DEBUG : Google drive root 'rclone-test-rehifab3voki': Waiting for checks to finish 2025/03/08 09:58:33 INFO : empty space: Deleted 2025/03/08 09:58:33 DEBUG : Google drive root 'rclone-test-rehifab3voki': Waiting for transfers to finish 2025/03/08 09:58:33 INFO : potato3: Deleted 2025/03/08 09:58:33 INFO : potato2: Moved (server-side) 2025/03/08 09:58:33 INFO : potato3: Moved (server-side) 2025/03/08 09:58:34 DEBUG : Creating backend with remote "TestDrive:rclone-test-nerucew6haca" 2025/03/08 09:58:34 DEBUG : Google drive root 'rclone-test-nerucew6haca': Using server-side directory move 2025/03/08 09:58:35 INFO : Google drive root 'rclone-test-nerucew6haca': Server side directory move succeeded 2025/03/08 09:58:36 DEBUG : Google drive root 'rclone-test-nerucew6haca': Purge remote 2025/03/08 09:58:36 DEBUG : Google drive root 'rclone-test-rehifab3voki': Purge remote 2025/03/08 09:58:36 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (13.42s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:37 DEBUG : Creating backend with remote "TestDrive:rclone-test-nomibiy7hufa" sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-nomibiy7hufa' 2025/03/08 09:58:46 DEBUG : empty space: Excluded (Size Filter) 2025/03/08 09:58:46 DEBUG : empty space: Excluded (Size Filter) 2025/03/08 09:58:46 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:58:46 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/08 09:58:46 DEBUG : Google drive root 'rclone-test-nomibiy7hufa': Waiting for checks to finish 2025/03/08 09:58:46 DEBUG : Google drive root 'rclone-test-nomibiy7hufa': Waiting for transfers to finish 2025/03/08 09:58:46 INFO : potato3: Deleted 2025/03/08 09:58:46 INFO : potato2: Moved (server-side) 2025/03/08 09:58:47 INFO : potato3: Moved (server-side) 2025/03/08 09:58:47 DEBUG : Creating backend with remote "TestDrive:rclone-test-zoyefil1gegi" 2025/03/08 09:58:48 DEBUG : empty space: Excluded (Size Filter) 2025/03/08 09:58:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:58:48 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/08 09:58:48 DEBUG : Google drive root 'rclone-test-zoyefil1gegi': Waiting for checks to finish 2025/03/08 09:58:48 DEBUG : Google drive root 'rclone-test-zoyefil1gegi': Waiting for transfers to finish 2025/03/08 09:58:49 INFO : potato2: Moved (server-side) 2025/03/08 09:58:49 INFO : potato3: Moved (server-side) 2025/03/08 09:58:50 DEBUG : Google drive root 'rclone-test-zoyefil1gegi': Purge remote 2025/03/08 09:58:50 DEBUG : Google drive root 'rclone-test-nomibiy7hufa': Purge remote --- PASS: TestServerSideMoveWithFilter (14.81s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:58:52 DEBUG : Creating backend with remote "TestDrive:rclone-test-tibeyac7boko" 2025/03/08 09:58:56 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-guliwuy5cudu' -> Google drive root 'rclone-test-tibeyac7boko' 2025/03/08 09:59:01 DEBUG : Google drive root 'rclone-test-tibeyac7boko': Using server-side directory move 2025/03/08 09:59:01 INFO : Google drive root 'rclone-test-tibeyac7boko': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/08 09:59:02 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/08 09:59:02 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/03/08 09:59:02 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/08 09:59:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/08 09:59:02 DEBUG : empty space: Unchanged skipping 2025/03/08 09:59:02 DEBUG : Google drive root 'rclone-test-tibeyac7boko': Waiting for checks to finish 2025/03/08 09:59:02 INFO : potato3: Deleted 2025/03/08 09:59:02 INFO : empty space: Deleted 2025/03/08 09:59:02 DEBUG : Google drive root 'rclone-test-tibeyac7boko': Waiting for transfers to finish 2025/03/08 09:59:02 INFO : potato2: Moved (server-side) 2025/03/08 09:59:03 INFO : potato3: Moved (server-side) 2025/03/08 09:59:03 INFO : tomatoDir: Removing directory 2025/03/08 09:59:03 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': deleted 1 directories 2025/03/08 09:59:04 DEBUG : Creating backend with remote "TestDrive:rclone-test-qovasop9maxi" 2025/03/08 09:59:05 INFO : tomatoDir: Making directory 2025/03/08 09:59:05 DEBUG : Google drive root 'rclone-test-qovasop9maxi': Using server-side directory move 2025/03/08 09:59:06 INFO : Google drive root 'rclone-test-qovasop9maxi': Server side directory move succeeded 2025/03/08 09:59:07 DEBUG : Google drive root 'rclone-test-qovasop9maxi': Purge remote 2025/03/08 09:59:08 DEBUG : Google drive root 'rclone-test-tibeyac7boko': Purge remote 2025/03/08 09:59:08 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (16.72s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.48s) === RUN TestSyncOverlap run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:09 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/rclone-sync-test" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncOverlap (3.27s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:12 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/rclone-sync-test" 2025/03/08 09:59:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/rclone-sync-test-include/layer2" 2025/03/08 09:59:16 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/rclone-sync-test-ignore-file" 2025/03/08 09:59:22 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/03/08 09:59:22 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test': Waiting for checks to finish 2025/03/08 09:59:22 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test': Waiting for transfers to finish 2025/03/08 09:59:22 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:22 INFO : There was nothing to transfer 2025/03/08 09:59:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:59:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:59:24 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:24 INFO : rclone-sync-test-include: Removing directory 2025/03/08 09:59:24 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2025/03/08 09:59:24 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/03/08 09:59:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': failed to delete 1 directories 2025/03/08 09:59:24 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:26 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/03/08 09:59:26 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/03/08 09:59:26 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/03/08 09:59:26 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:26 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 09:59:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 09:59:28 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:28 INFO : rclone-sync-test-include: Removing directory 2025/03/08 09:59:28 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2025/03/08 09:59:28 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/03/08 09:59:28 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': failed to delete 1 directories 2025/03/08 09:59:28 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:30 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/03/08 09:59:30 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/03/08 09:59:30 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/03/08 09:59:30 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:30 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:32 DEBUG : rclone-sync-test-include: Rmdir: contains trashed file: "layer2" 2025/03/08 09:59:33 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore" --- PASS: TestSyncOverlapWithFilter (29.39s) === RUN TestSyncCompareDest run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 09:59:42 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 09:59:42 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/CompareDest" 2025/03/08 09:59:44 DEBUG : one: Need to transfer - File not found at Destination 2025/03/08 09:59:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 09:59:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 09:59:46 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 09:59:46 INFO : one: Copied (new) 2025/03/08 09:59:46 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 09:59:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 09:59:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 09:59:49 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 09:59:49 INFO : one: Copied (replaced existing) 2025/03/08 09:59:49 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 09:59:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 09:59:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:59:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 09:59:54 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 09:59:54 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:54 INFO : There was nothing to transfer 2025/03/08 09:59:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:59:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/08 09:59:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 09:59:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 09:59:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:59:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 09:59:57 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 09:59:57 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:57 INFO : There was nothing to transfer 2025/03/08 09:59:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:59:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/08 09:59:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 09:59:58 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 09:59:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 09:59:59 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 09:59:59 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 09:59:59 DEBUG : Waiting for deletions to finish 2025/03/08 09:59:59 INFO : There was nothing to transfer 2025/03/08 10:00:00 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 2025/03/08 10:00:00 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 10:00:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/08 10:00:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:00 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:00 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 10:00:00 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:00 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:00 INFO : There was nothing to transfer 2025/03/08 10:00:02 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:02 DEBUG : two: Need to transfer - File not found at Destination 2025/03/08 10:00:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:02 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:02 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 10:00:02 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:03 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/03/08 10:00:03 INFO : two: Copied (new) 2025/03/08 10:00:03 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:06 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:00:06 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:00:07 DEBUG : CompareDest: Rmdir: contains trashed file: "one" 2025/03/08 10:00:07 DEBUG : CompareDest: Rmdir: contains trashed file: "two" --- PASS: TestSyncCompareDest (26.05s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:00:13 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dest" 2025/03/08 10:00:13 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/pre-dest1" 2025/03/08 10:00:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/pre-dest2" 2025/03/08 10:00:15 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:00:15 DEBUG : 1: Destination found in --compare-dest, skipping 2025/03/08 10:00:15 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:00:15 DEBUG : 2: Destination found in --compare-dest, skipping 2025/03/08 10:00:16 DEBUG : 3: Need to transfer - File not found at Destination 2025/03/08 10:00:16 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dest': Waiting for checks to finish 2025/03/08 10:00:16 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dest': Waiting for transfers to finish 2025/03/08 10:00:18 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2025/03/08 10:00:18 INFO : 3: Copied (new) 2025/03/08 10:00:18 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:21 DEBUG : pre-dest2: Rmdir: contains trashed file: "2" 2025/03/08 10:00:22 DEBUG : pre-dest1: Rmdir: contains trashed file: "1" 2025/03/08 10:00:22 DEBUG : dest: Rmdir: contains trashed file: "3" --- PASS: TestSyncMultipleCompareDest (15.41s) === RUN TestSyncCopyDest run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:00:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:00:24 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/CopyDest" 2025/03/08 10:00:25 DEBUG : one: Need to transfer - File not found at Destination 2025/03/08 10:00:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:27 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 10:00:27 INFO : one: Copied (new) 2025/03/08 10:00:27 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:29 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:29 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:30 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 10:00:30 INFO : one: Copied (replaced existing) 2025/03/08 10:00:30 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:35 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/BackupDir" 2025/03/08 10:00:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:36 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 10:00:38 INFO : one: Moved (server-side) 2025/03/08 10:00:39 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 10:00:39 INFO : one: Copied (server-side copy) 2025/03/08 10:00:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/08 10:00:39 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:39 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:43 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 10:00:43 INFO : two: Copied (server-side copy) 2025/03/08 10:00:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/08 10:00:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:43 DEBUG : one: Unchanged skipping 2025/03/08 10:00:43 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:43 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:43 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:44 DEBUG : one: Unchanged skipping 2025/03/08 10:00:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:44 DEBUG : two: Unchanged skipping 2025/03/08 10:00:44 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:44 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:44 INFO : There was nothing to transfer 2025/03/08 10:00:47 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/08 10:00:47 DEBUG : three: Destination not found in --copy-dest 2025/03/08 10:00:47 DEBUG : three: Need to transfer - File not found at Destination 2025/03/08 10:00:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:47 DEBUG : one: Unchanged skipping 2025/03/08 10:00:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/08 10:00:47 DEBUG : two: Unchanged skipping 2025/03/08 10:00:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:00:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:00:48 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/03/08 10:00:48 INFO : three: Copied (new) 2025/03/08 10:00:48 DEBUG : Waiting for deletions to finish 2025/03/08 10:00:53 DEBUG : dst: Rmdir: contains trashed file: "three" 2025/03/08 10:00:53 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:00:53 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:00:53 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2025/03/08 10:00:53 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2025/03/08 10:00:53 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2025/03/08 10:00:54 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestSyncCopyDest (31.88s) === RUN TestSyncBackupDir run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:01:00 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:01:01 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/backup" 2025/03/08 10:01:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:01:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:02 DEBUG : two: Unchanged skipping 2025/03/08 10:01:02 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:03 INFO : one: Moved (server-side) 2025/03/08 10:01:03 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:05 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:01:05 INFO : one: Copied (new) 2025/03/08 10:01:05 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:06 INFO : three.txt: Moved (server-side) 2025/03/08 10:01:06 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:01:08 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:08 DEBUG : two: Unchanged skipping 2025/03/08 10:01:09 INFO : one: Deleted 2025/03/08 10:01:09 INFO : one: Moved (server-side) 2025/03/08 10:01:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:11 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:01:11 INFO : one: Copied (new) 2025/03/08 10:01:11 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:12 INFO : three.txt: Deleted 2025/03/08 10:01:12 INFO : three.txt: Moved (server-side) 2025/03/08 10:01:12 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:15 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:01:15 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:01:16 DEBUG : backup: Rmdir: contains trashed file: "one" 2025/03/08 10:01:16 DEBUG : backup: Rmdir: contains trashed file: "three.txt" 2025/03/08 10:01:16 DEBUG : backup: Rmdir: contains trashed file: "one" 2025/03/08 10:01:16 DEBUG : backup: Rmdir: contains trashed file: "three.txt" --- PASS: TestSyncBackupDir (21.73s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:01:22 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:01:22 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/backup" 2025/03/08 10:01:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:01:24 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:24 DEBUG : two: Unchanged skipping 2025/03/08 10:01:25 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:01:25 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:26 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:01:26 INFO : one: Copied (new) 2025/03/08 10:01:26 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:27 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:01:27 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:01:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:30 DEBUG : two: Unchanged skipping 2025/03/08 10:01:30 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:31 INFO : one.bak: Deleted 2025/03/08 10:01:31 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:01:31 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:01:32 INFO : one: Copied (new) 2025/03/08 10:01:32 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:33 INFO : three.txt.bak: Deleted 2025/03/08 10:01:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:01:34 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:37 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:01:37 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:01:38 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:01:38 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2025/03/08 10:01:38 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:01:38 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncBackupDirWithSuffix (21.66s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:01:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:01:44 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/backup" 2025/03/08 10:01:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:01:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:46 DEBUG : two: Unchanged skipping 2025/03/08 10:01:46 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:47 INFO : one: Moved (server-side) to: one-2019-01-01 2025/03/08 10:01:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:48 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:01:48 INFO : one: Copied (new) 2025/03/08 10:01:48 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:49 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/03/08 10:01:49 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:52 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:01:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:01:52 DEBUG : two: Unchanged skipping 2025/03/08 10:01:52 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:01:53 INFO : one-2019-01-01: Deleted 2025/03/08 10:01:53 INFO : one: Moved (server-side) to: one-2019-01-01 2025/03/08 10:01:53 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:01:54 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:01:54 INFO : one: Copied (new) 2025/03/08 10:01:54 DEBUG : Waiting for deletions to finish 2025/03/08 10:01:55 INFO : three-2019-01-01.txt: Deleted 2025/03/08 10:01:56 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/03/08 10:01:56 INFO : three.txt: Moved into backup dir 2025/03/08 10:01:59 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:01:59 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:01:59 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2025/03/08 10:01:59 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" 2025/03/08 10:01:59 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2025/03/08 10:01:59 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (21.75s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:02:07 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:02:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:02:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:08 DEBUG : two: Unchanged skipping 2025/03/08 10:02:08 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:02:09 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:02:09 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:02:10 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:02:10 INFO : one: Copied (new) 2025/03/08 10:02:10 DEBUG : Waiting for deletions to finish 2025/03/08 10:02:11 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:02:11 INFO : three.txt: Moved into backup dir 2025/03/08 10:02:14 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/03/08 10:02:14 DEBUG : one.bak: Excluded (Path Filter) 2025/03/08 10:02:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:02:14 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for checks to finish 2025/03/08 10:02:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:14 DEBUG : two: Unchanged skipping 2025/03/08 10:02:14 INFO : one.bak: Deleted 2025/03/08 10:02:15 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:02:15 DEBUG : Google drive root 'rclone-test-guliwuy5cudu/dst': Waiting for transfers to finish 2025/03/08 10:02:16 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:02:16 INFO : one: Copied (new) 2025/03/08 10:02:16 DEBUG : Waiting for deletions to finish 2025/03/08 10:02:17 INFO : three.txt.bak: Deleted 2025/03/08 10:02:17 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:02:17 INFO : three.txt: Moved into backup dir 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:02:20 DEBUG : dst: Rmdir: contains trashed file: "two" --- PASS: TestSyncBackupDirSuffixOnly (21.20s) === RUN TestSyncSuffix run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:02:27 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:02:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:02:28 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:02:30 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:02:30 INFO : one: Copied (new) 2025/03/08 10:02:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:30 DEBUG : two: Unchanged skipping 2025/03/08 10:02:30 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/08 10:02:31 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:02:32 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/03/08 10:02:32 INFO : three.txt: Copied (new) 2025/03/08 10:02:33 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:02:34 INFO : one.bak: Deleted 2025/03/08 10:02:35 INFO : one: Moved (server-side) to: one.bak 2025/03/08 10:02:36 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:02:36 INFO : one: Copied (new) 2025/03/08 10:02:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:36 DEBUG : two: Unchanged skipping 2025/03/08 10:02:36 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/08 10:02:37 INFO : three.txt.bak: Deleted 2025/03/08 10:02:38 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/03/08 10:02:39 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/03/08 10:02:39 INFO : three.txt: Copied (new) 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2025/03/08 10:02:42 DEBUG : dst: Rmdir: contains trashed file: "two" --- PASS: TestSyncSuffix (21.84s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:02:49 DEBUG : Creating backend with remote "TestDrive:rclone-test-guliwuy5cudu/dst" 2025/03/08 10:02:49 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/08 10:02:50 INFO : one: Moved (server-side) to: one-2019-01-01 2025/03/08 10:02:52 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/03/08 10:02:52 INFO : one: Copied (new) 2025/03/08 10:02:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:52 DEBUG : two: Unchanged skipping 2025/03/08 10:02:52 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/08 10:02:53 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/03/08 10:02:54 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/03/08 10:02:54 INFO : three.txt: Copied (new) 2025/03/08 10:02:55 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/08 10:02:56 INFO : one-2019-01-01: Deleted 2025/03/08 10:02:57 INFO : one: Moved (server-side) to: one-2019-01-01 2025/03/08 10:02:58 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/03/08 10:02:58 INFO : one: Copied (new) 2025/03/08 10:02:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:02:58 DEBUG : two: Unchanged skipping 2025/03/08 10:02:59 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/08 10:02:59 INFO : three-2019-01-01.txt: Deleted 2025/03/08 10:03:00 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/03/08 10:03:01 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/03/08 10:03:01 INFO : three.txt: Copied (new) 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "one" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "two" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2025/03/08 10:03:05 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" --- PASS: TestSyncSuffixKeepExtension (22.78s) === RUN TestSyncUTFNorm run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:03:08 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/03/08 10:03:08 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:03:08 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:03:09 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2025/03/08 10:03:09 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/03/08 10:03:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.22s) === RUN TestSyncImmutable run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:03:10 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/08 10:03:10 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:03:10 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:03:12 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/03/08 10:03:12 INFO : existing: Copied (new) 2025/03/08 10:03:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:03:13 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/03/08 10:03:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:03:13 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/03/08 10:03:13 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:03:13 ERROR : Google drive root 'rclone-test-guliwuy5cudu': not deleting files as there were IO errors 2025/03/08 10:03:13 ERROR : Google drive root 'rclone-test-guliwuy5cudu': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncImmutable (4.71s) === RUN TestSyncIgnoreCase run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:03:17 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:03:17 DEBUG : existing: Unchanged skipping 2025/03/08 10:03:17 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:03:17 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:03:17 DEBUG : Waiting for deletions to finish 2025/03/08 10:03:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (2.97s) === RUN TestFixCase run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.44s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.36s) --- SKIP: TestMaxTransfer/Hard (0.46s) --- SKIP: TestMaxTransfer/Soft (0.45s) --- SKIP: TestMaxTransfer/Cautious (0.45s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:04:14 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:04:14 DEBUG : both0: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both12: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both13: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both14: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both1: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both16: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both11: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both18: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both19: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both10: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both15: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both17: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both5: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both6: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both2: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both8: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:04:14 DEBUG : both3: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both4: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both7: Unchanged skipping 2025/03/08 10:04:14 DEBUG : both9: Unchanged skipping 2025/03/08 10:04:14 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:04:14 DEBUG : Waiting for deletions to finish 2025/03/08 10:04:15 INFO : only5: Deleted 2025/03/08 10:04:15 INFO : only10: Deleted 2025/03/08 10:04:15 INFO : only0: Deleted 2025/03/08 10:04:15 INFO : only16: Deleted 2025/03/08 10:04:15 INFO : only4: Deleted 2025/03/08 10:04:15 INFO : only2: Deleted 2025/03/08 10:04:15 INFO : only11: Deleted 2025/03/08 10:04:15 INFO : only1: Deleted 2025/03/08 10:04:16 INFO : only3: Deleted 2025/03/08 10:04:16 INFO : only12: Deleted 2025/03/08 10:04:16 INFO : only9: Deleted 2025/03/08 10:04:16 INFO : only8: Deleted 2025/03/08 10:04:16 INFO : only17: Deleted 2025/03/08 10:04:16 INFO : only13: Deleted 2025/03/08 10:04:16 INFO : only18: Deleted 2025/03/08 10:04:16 INFO : only6: Deleted 2025/03/08 10:04:17 INFO : only14: Deleted 2025/03/08 10:04:17 INFO : only7: Deleted 2025/03/08 10:04:17 INFO : only15: Deleted 2025/03/08 10:04:17 INFO : only19: Deleted 2025/03/08 10:04:17 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (67.35s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:05:22 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for checks to finish 2025/03/08 10:05:22 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both0: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both10: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both13: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both14: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both1: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both16: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both17: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both18: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both19: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both2: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both3: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both4: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both11: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both12: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both15: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both8: Unchanged skipping 2025/03/08 10:05:22 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/08 10:05:22 DEBUG : both5: Unchanged skipping 2025/03/08 10:05:22 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : both6: Unchanged skipping 2025/03/08 10:05:22 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : both7: Unchanged skipping 2025/03/08 10:05:22 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : both9: Unchanged skipping 2025/03/08 10:05:22 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/03/08 10:05:22 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Waiting for transfers to finish 2025/03/08 10:05:23 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:23 INFO : only12: Copied (replaced existing) 2025/03/08 10:05:23 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:23 INFO : only10: Copied (replaced existing) 2025/03/08 10:05:23 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:23 INFO : only1: Copied (replaced existing) 2025/03/08 10:05:24 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:24 INFO : only0: Copied (replaced existing) 2025/03/08 10:05:25 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:25 INFO : only13: Copied (replaced existing) 2025/03/08 10:05:25 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:25 INFO : only14: Copied (replaced existing) 2025/03/08 10:05:25 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:25 INFO : only15: Copied (replaced existing) 2025/03/08 10:05:25 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:25 INFO : only16: Copied (replaced existing) 2025/03/08 10:05:26 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:26 INFO : only17: Copied (replaced existing) 2025/03/08 10:05:26 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:26 INFO : only18: Copied (replaced existing) 2025/03/08 10:05:26 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:26 INFO : only19: Copied (replaced existing) 2025/03/08 10:05:26 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:26 INFO : only2: Copied (replaced existing) 2025/03/08 10:05:27 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:27 INFO : only3: Copied (replaced existing) 2025/03/08 10:05:27 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:27 INFO : only5: Copied (replaced existing) 2025/03/08 10:05:27 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:27 INFO : only11: Copied (replaced existing) 2025/03/08 10:05:27 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:27 INFO : only7: Copied (replaced existing) 2025/03/08 10:05:28 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:28 INFO : only9: Copied (replaced existing) 2025/03/08 10:05:28 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:28 INFO : only8: Copied (replaced existing) 2025/03/08 10:05:28 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:28 INFO : only4: Copied (replaced existing) 2025/03/08 10:05:28 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/03/08 10:05:28 INFO : only6: Copied (replaced existing) 2025/03/08 10:05:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (80.27s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:05:47 DEBUG : empty_dir: Making directory with metadata 2025/03/08 10:05:47 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:05:47 DEBUG : empty_on_remote: Making directory with metadata 2025/03/08 10:05:47 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:05:47 DEBUG : empty_on_remote: Making directory with metadata 2025/03/08 10:05:48 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:05:53 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/08 10:05:53 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:05:53 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/08 10:05:53 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:00 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3" 2025/03/08 10:06:01 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir" 2025/03/08 10:06:01 DEBUG : test_dir1: Rmdir: contains trashed file: "file2" --- PASS: TestSyncReplaceDirModTime (16.35s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:04 DEBUG : empty_dir: Making directory with metadata 2025/03/08 10:06:04 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:06:04 DEBUG : empty_on_remote: Making directory with metadata 2025/03/08 10:06:04 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:06:04 DEBUG : empty_on_remote: Making directory with metadata 2025/03/08 10:06:04 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:09 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:09 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:09 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:09 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:09 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:17 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3" 2025/03/08 10:06:17 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir" 2025/03/08 10:06:18 DEBUG : test_dir1: Rmdir: contains trashed file: "file2" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (17.37s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:21 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:21 DEBUG : sub dir: Making directory with metadata 2025/03/08 10:06:22 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:39 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:39 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:06:39 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:06:39 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:06:53 DEBUG : sub dirEmpty: Rmdir: contains trashed file: "sub dirEmpty2" 2025/03/08 10:06:54 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2025/03/08 10:06:55 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2025/03/08 10:06:55 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2025/03/08 10:06:56 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:06:57 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:06:57 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:06:58 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2025/03/08 10:06:59 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2025/03/08 10:06:59 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2025/03/08 10:06:59 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2025/03/08 10:07:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithEmptyDirs (41.23s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:07:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/08 10:07:02 DEBUG : sub dir: Making directory with metadata 2025/03/08 10:07:03 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:07:25 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:07:25 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/08 10:07:25 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/08 10:07:25 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-guliwuy5cudu'", Local "Local file system at /tmp/rclone274818661", Modify Window "1ms" 2025/03/08 10:07:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2025/03/08 10:07:39 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2025/03/08 10:07:40 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2025/03/08 10:07:40 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:07:41 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:07:42 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2025/03/08 10:07:42 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2025/03/08 10:07:43 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2025/03/08 10:07:44 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2025/03/08 10:07:44 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2025/03/08 10:07:45 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithoutEmptyDirs (44.44s) PASS 2025/03/08 10:07:47 DEBUG : Google drive root 'rclone-test-guliwuy5cudu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Finished OK in 15m29.236231315s (try 1/5)