"./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Starting (try 1/5) 2024/11/07 04:52:09 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile" 2024/11/07 04:52:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/07 04:52:10 DEBUG : Creating backend with remote "/tmp/rclone991631715" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:11 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:52:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:52:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:11 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/07 04:52:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:11 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.59s) === RUN TestCopy run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:52:13 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:52:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:52:13 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:13 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:16 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:52:16 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:52:17 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:19 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopy (7.71s) === RUN TestCopyMetadata run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:20 DEBUG : metadata sub dir: Making directory with metadata 2024/11/07 04:52:20 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:52:20 DEBUG : empty metadata sub dir: Making directory with metadata 2024/11/07 04:52:20 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:52:20 DEBUG : Local file system at /tmp/rclone991631715: File to upload is small (21 bytes), uploading instead of streaming 2024/11/07 04:52:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/11/07 04:52:20 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2024/11/07 04:52:20 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:52:21 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Skipping btime metadata as can't update it on an existing file: 2024-11-07T04:52:20.737458605Z 2024/11/07 04:52:22 INFO : empty metadata sub dir: Updated directory metadata 2024/11/07 04:52:22 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Skipping btime metadata as can't update it on an existing file: 2024-11-07T04:52:20.737458605Z 2024/11/07 04:52:23 INFO : metadata sub dir: Updated directory metadata 2024/11/07 04:52:23 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2024/11/07 04:52:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:25 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/11/07 04:52:25 INFO : metadata sub dir/hello metadata world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:29 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadata (10.88s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:31 DEBUG : metadata sub dir: Making directory with metadata 2024/11/07 04:52:31 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:52:31 DEBUG : empty metadata sub dir: Making directory with metadata 2024/11/07 04:52:31 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:52:31 DEBUG : Local file system at /tmp/rclone991631715: File to upload is small (21 bytes), uploading instead of streaming 2024/11/07 04:52:31 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/11/07 04:52:31 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2024/11/07 04:52:31 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:52:31 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2024/11/07 04:52:31 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2024/11/07 04:52:31 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2024/11/07 04:52:31 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:31 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:34 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/11/07 04:52:34 INFO : metadata sub dir/hello metadata world: Copied (new) 2024/11/07 04:52:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Skipping btime metadata as can't update it on an existing file: 2024-11-07T04:52:31.613386123Z 2024/11/07 04:52:35 INFO : metadata sub dir: Updated directory metadata run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:38 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world" --- PASS: TestCopyMetadataNoEmptyDirs (8.50s) === RUN TestCopyMissingDirectory run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:40 DEBUG : Creating backend with remote "/non-existing" 2024/11/07 04:52:40 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/07 04:52:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (1.20s) === RUN TestCopyNoTraverse run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:41 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:52:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:52:41 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:41 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:52:44 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:52:45 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:47 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoTraverse (7.39s) === RUN TestCopyCheckFirst run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:48 INFO : Google drive root 'rclone-test-nobuhaq0sile': Running all checks before starting transfers 2024/11/07 04:52:48 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:52:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:52:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:48 INFO : Google drive root 'rclone-test-nobuhaq0sile': Checks finished, now starting transfers 2024/11/07 04:52:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:52:51 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:52:52 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:54 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyCheckFirst (7.54s) === RUN TestSyncNoTraverse run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:52:56 ERROR : Ignoring --no-traverse with sync 2024/11/07 04:52:56 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:52:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:52:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:52:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:52:59 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:52:59 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:52:59 DEBUG : Waiting for deletions to finish 2024/11/07 04:53:00 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:02 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoTraverse (7.29s) === RUN TestCopyWithDepth run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:03 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/07 04:53:03 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:53:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:05 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2024/11/07 04:53:05 INFO : hello world2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyWithDepth (3.90s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:53:07 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:07 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:09 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:09 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (3.94s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:11 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:53:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:13 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:13 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (3.71s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:15 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/07 04:53:15 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:15 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/07 04:53:15 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:53:15 DEBUG : sub dir: Making directory with metadata 2024/11/07 04:53:16 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/07 04:53:16 DEBUG : sub dir2: Making directory with metadata 2024/11/07 04:53:17 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:17 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/07 04:53:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:53:19 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:19 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:19 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:19 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:19 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:24 DEBUG : sub dir2: Rmdir: contains trashed file: "sub sub dir2" 2024/11/07 04:53:24 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyEmptyDirectories (11.25s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:26 DEBUG : sub dir2: Making directory 2024/11/07 04:53:26 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/07 04:53:26 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:26 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:53:26 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/11/07 04:53:26 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2024/11/07 04:53:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:53:26 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:26 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:29 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:53:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:53:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyNoEmptyDirectories (7.06s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:33 DEBUG : sub dir2: Making directory with metadata 2024/11/07 04:53:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:33 DEBUG : sub dir: Making directory with metadata 2024/11/07 04:53:34 INFO : sub dir: Made directory with metadata (mtime=2024-11-07T04:53:33.384974734Z) 2024/11/07 04:53:34 DEBUG : sub dir2: Making directory with metadata 2024/11/07 04:53:35 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:53:35 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:35 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:37 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:37 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:53:37 INFO : sub dir/hello world: Deleted run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:41 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveEmptyDirectories (9.31s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:42 DEBUG : sub dir no update dir modtime: Making directory with metadata 2024/11/07 04:53:42 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/07 04:53:44 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:44 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncNoUpdateDirModtime (4.85s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:47 DEBUG : sub dir2: Making directory 2024/11/07 04:53:47 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:53:47 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/11/07 04:53:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:53:47 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:47 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:50 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:50 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:53:50 INFO : sub dir/hello world: Deleted 2024/11/07 04:53:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:53:53 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveNoEmptyDirectories (6.71s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:53:54 DEBUG : sub dir2: Making directory with metadata 2024/11/07 04:53:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:54 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:53:54 DEBUG : sub dir: Making directory with metadata 2024/11/07 04:53:55 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/07 04:53:55 DEBUG : sub dir2: Making directory with metadata 2024/11/07 04:53:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 04:53:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:53:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:53:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:53:58 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:53:58 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:53:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:01 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncEmptyDirectories (8.99s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", 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-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:03 DEBUG : sub dir2: Making directory 2024/11/07 04:54:03 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:54:03 DEBUG : Added delayed dir = "sub dir2", newDst= 2024/11/07 04:54:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:54:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:54:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:54:06 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:54:06 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:54:06 DEBUG : Waiting for deletions to finish 2024/11/07 04:54:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:54:09 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestSyncNoEmptyDirectories (6.74s) === RUN TestServerSideCopy run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-gesutij0vatu" 2024/11/07 04:54:14 DEBUG : Config file has changed externally - reloading sync_test.go:590: Server side copy (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-gesutij0vatu' 2024/11/07 04:54:14 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:54:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:54:15 DEBUG : Google drive root 'rclone-test-gesutij0vatu': Waiting for checks to finish 2024/11/07 04:54:15 DEBUG : Google drive root 'rclone-test-gesutij0vatu': Waiting for transfers to finish 2024/11/07 04:54:18 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:54:18 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/07 04:54:19 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:20 DEBUG : Google drive root 'rclone-test-gesutij0vatu': Purge remote 2024/11/07 04:54:22 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestServerSideCopy (13.25s) === RUN TestCopyOverSelf run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:27 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/11/07 04:54:27 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/07 04:54:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:54:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:54:28 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/11/07 04:54:28 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/07 04:54:29 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyOverSelf (9.29s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:36 DEBUG : Creating backend with remote "TestDrive:rclone-test-davujob4watu" sync_test.go:626: Server side copy (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-davujob4watu' 2024/11/07 04:54:37 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:54:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:54:37 DEBUG : Google drive root 'rclone-test-davujob4watu': Waiting for checks to finish 2024/11/07 04:54:37 DEBUG : Google drive root 'rclone-test-davujob4watu': Waiting for transfers to finish 2024/11/07 04:54:40 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:54:40 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/07 04:54:41 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:44 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2024/11/07 04:54:44 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/11/07 04:54:45 DEBUG : Google drive root 'rclone-test-davujob4watu': Waiting for checks to finish 2024/11/07 04:54:45 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/07 04:54:45 DEBUG : Google drive root 'rclone-test-davujob4watu': Waiting for transfers to finish 2024/11/07 04:54:47 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/11/07 04:54:47 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/07 04:54:47 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:48 DEBUG : Google drive root 'rclone-test-davujob4watu': Purge remote 2024/11/07 04:54:50 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestServerSideCopyOverSelf (19.32s) === RUN TestMoveOverSelf run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:54:55 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/11/07 04:54:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:54:56 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/07 04:54:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:54:57 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/11/07 04:54:57 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/07 04:54:57 INFO : sub dir/hello world: Deleted 2024/11/07 04:54:58 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestMoveOverSelf (9.48s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:05 DEBUG : Creating backend with remote "TestDrive:rclone-test-feyokad6wugo" sync_test.go:671: Server side copy (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-feyokad6wugo' 2024/11/07 04:55:06 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:55:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:55:06 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for checks to finish 2024/11/07 04:55:06 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for transfers to finish 2024/11/07 04:55:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:55:10 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/07 04:55:10 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:13 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Using server-side directory move 2024/11/07 04:55:13 INFO : Google drive root 'rclone-test-feyokad6wugo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/07 04:55:14 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2024/11/07 04:55:14 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/11/07 04:55:14 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for checks to finish 2024/11/07 04:55:14 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/07 04:55:14 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for transfers to finish 2024/11/07 04:55:15 INFO : sub dir/hello world: Deleted 2024/11/07 04:55:17 INFO : sub dir/hello world: Moved (server-side) 2024/11/07 04:55:18 INFO : sub dir: Set directory modification time (using SetModTime) 2024/11/07 04:55:24 DEBUG : testing file moves 2024/11/07 04:55:24 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2024/11/07 04:55:24 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/11/07 04:55:24 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/07 04:55:24 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for checks to finish 2024/11/07 04:55:24 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Waiting for transfers to finish 2024/11/07 04:55:25 INFO : sub dir/hello world: Deleted 2024/11/07 04:55:26 INFO : sub dir/hello world: Moved (server-side) 2024/11/07 04:55:27 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:28 DEBUG : Google drive root 'rclone-test-feyokad6wugo': Purge remote --- PASS: TestServerSideMoveOverSelf (29.97s) === RUN TestCopyAfterDelete run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:34 ERROR : : error listing: directory not found 2024/11/07 04:55:35 DEBUG : Local file system at /tmp/rclone991631715: Making directory 2024/11/07 04:55:36 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:36 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:38 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyAfterDelete (8.10s) === RUN TestCopyRedownload run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:43 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:55:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:55:43 DEBUG : Local file system at /tmp/rclone991631715: Waiting for checks to finish 2024/11/07 04:55:43 DEBUG : Local file system at /tmp/rclone991631715: Waiting for transfers to finish 2024/11/07 04:55:45 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:55:45 DEBUG : sub dir/hello world.adb18a5f.partial: renamed to: sub dir/hello world 2024/11/07 04:55:45 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:55:45 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:46 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestCopyRedownload (8.38s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:48 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/07 04:55:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:55:50 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/07 04:55:50 INFO : check sum: Copied (new) 2024/11/07 04:55:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:50 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:50 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/07 04:55:50 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/11/07 04:55:50 DEBUG : check sum: Unchanged skipping 2024/11/07 04:55:50 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:55:50 DEBUG : Waiting for deletions to finish 2024/11/07 04:55:50 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (5.23s) === RUN TestSyncSizeOnly run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:53 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/07 04:55:53 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:53 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:55:55 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/07 04:55:55 INFO : sizeonly: Copied (new) 2024/11/07 04:55:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:56 DEBUG : sizeonly: Sizes identical 2024/11/07 04:55:56 DEBUG : sizeonly: Unchanged skipping 2024/11/07 04:55:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:55:56 DEBUG : Waiting for deletions to finish 2024/11/07 04:55:56 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncSizeOnly (5.12s) === RUN TestSyncIgnoreSize run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:55:58 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/07 04:55:58 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:55:58 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:00 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/11/07 04:56:00 INFO : ignore-size: Copied (new) 2024/11/07 04:56:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:01 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 04:56:01 DEBUG : ignore-size: Unchanged skipping 2024/11/07 04:56:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:01 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:01 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (5.02s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:06 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 04:56:06 DEBUG : existing: Unchanged skipping 2024/11/07 04:56:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:06 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:06 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:06 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/07 04:56:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:08 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/07 04:56:08 INFO : existing: Copied (replaced existing) 2024/11/07 04:56:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (7.03s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:10 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/07 04:56:10 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:10 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:12 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/07 04:56:12 INFO : existing: Copied (new) 2024/11/07 04:56:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:13 DEBUG : existing: Destination exists, skipping 2024/11/07 04:56:13 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:13 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:13 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:13 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (4.97s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:21 DEBUG : d: Making directory 2024/11/07 04:56:23 DEBUG : Added delayed dir = "a", newDst= 2024/11/07 04:56:23 DEBUG : Added delayed dir = "c", newDst=c 2024/11/07 04:56:23 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/07 04:56:23 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:56:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:23 DEBUG : c/non empty space: Unchanged skipping 2024/11/07 04:56:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:56:26 INFO : a/potato2: Copied (new) 2024/11/07 04:56:26 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:26 INFO : b/potato: Deleted 2024/11/07 04:56:27 INFO : a: Set directory modification time (using DirSetModTime) 2024/11/07 04:56:27 INFO : d: Removing directory 2024/11/07 04:56:28 INFO : b: Removing directory 2024/11/07 04:56:28 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/11/07 04:56:29 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': deleted 2 directories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:31 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/11/07 04:56:32 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncIgnoreErrors (18.70s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:36 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:36 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/07 04:56:36 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/07 04:56:36 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/07 04:56:36 DEBUG : empty space: Unchanged skipping 2024/11/07 04:56:36 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:36 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:36 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:37 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/07 04:56:37 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:37 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/07 04:56:37 INFO : empty space: Updated modification time in destination 2024/11/07 04:56:37 DEBUG : empty space: Unchanged skipping 2024/11/07 04:56:37 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:37 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:37 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (6.23s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:42 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:42 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/07 04:56:42 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/07 04:56:42 DEBUG : empty space: Unchanged skipping 2024/11/07 04:56:42 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:42 DEBUG : Waiting for deletions to finish 2024/11/07 04:56:42 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (4.23s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:47 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:47 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/07 04:56:47 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone991631715) 2024/11/07 04:56:47 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Google drive root 'rclone-test-nobuhaq0sile') 2024/11/07 04:56:47 DEBUG : foo: md5 differ 2024/11/07 04:56:47 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:48 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/11/07 04:56:48 INFO : foo: Copied (replaced existing) 2024/11/07 04:56:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (5.78s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:52 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/07 04:56:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:56:52 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:52 DEBUG : empty space: Unchanged skipping 2024/11/07 04:56:52 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:56:54 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:56:54 INFO : potato: Copied (new) 2024/11/07 04:56:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (6.74s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:56:59 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/07 04:56:59 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:56:59 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:00 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/11/07 04:57:00 INFO : potato: Copied (replaced existing) 2024/11/07 04:57:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (5.71s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:57:05 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2024/11/07 04:57:05 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone991631715) 2024/11/07 04:57:05 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Google drive root 'rclone-test-nobuhaq0sile') 2024/11/07 04:57:05 DEBUG : potato: md5 differ 2024/11/07 04:57:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:06 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/11/07 04:57:06 INFO : potato: Copied (replaced existing) 2024/11/07 04:57:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (6.06s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:57:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:57:12 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:57:12 DEBUG : empty space: Unchanged skipping 2024/11/07 04:57:12 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/07 04:57:12 DEBUG : Waiting for deletions to finish 2024/11/07 04:57:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (6.22s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:19 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:57:19 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:57:19 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:57:19 DEBUG : empty space: Unchanged skipping 2024/11/07 04:57:19 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:20 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:57:20 INFO : potato2: Copied (new) 2024/11/07 04:57:20 DEBUG : Waiting for deletions to finish 2024/11/07 04:57:21 INFO : potato: Deleted run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (8.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:30 DEBUG : d: Making directory 2024/11/07 04:57:31 DEBUG : d/e: Making directory 2024/11/07 04:57:33 DEBUG : Added delayed dir = "a", newDst= 2024/11/07 04:57:33 DEBUG : Added delayed dir = "c", newDst=c 2024/11/07 04:57:33 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/07 04:57:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:57:33 DEBUG : c/non empty space: Unchanged skipping 2024/11/07 04:57:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:57:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:36 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:57:36 INFO : a/potato2: Copied (new) 2024/11/07 04:57:36 DEBUG : Waiting for deletions to finish 2024/11/07 04:57:36 INFO : b/potato: Deleted 2024/11/07 04:57:37 INFO : a: Set directory modification time (using DirSetModTime) 2024/11/07 04:57:37 INFO : d/e: Removing directory 2024/11/07 04:57:38 INFO : d: Removing directory 2024/11/07 04:57:39 DEBUG : d: Rmdir: contains trashed file: "e" 2024/11/07 04:57:39 INFO : b: Removing directory 2024/11/07 04:57:39 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/11/07 04:57:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:43 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/11/07 04:57:44 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (21.54s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:57:51 DEBUG : d: Making directory 2024/11/07 04:57:53 DEBUG : Added delayed dir = "a", newDst= 2024/11/07 04:57:53 DEBUG : Added delayed dir = "c", newDst=c 2024/11/07 04:57:53 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/07 04:57:53 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:57:53 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:57:53 DEBUG : c/non empty space: Unchanged skipping 2024/11/07 04:57:53 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:57:56 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:57:56 INFO : a/potato2: Copied (new) 2024/11/07 04:57:56 ERROR : Google drive root 'rclone-test-nobuhaq0sile': not deleting files as there were IO errors 2024/11/07 04:57:57 INFO : a: Set directory modification time (using DirSetModTime) 2024/11/07 04:57:57 ERROR : Google drive root 'rclone-test-nobuhaq0sile': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:01 DEBUG : c: Rmdir: contains trashed file: "non empty space" 2024/11/07 04:58:02 DEBUG : b: Rmdir: contains trashed file: "potato" 2024/11/07 04:58:03 DEBUG : a: Rmdir: contains trashed file: "potato2" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (19.07s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:08 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:09 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:58:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:58:09 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:09 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:09 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:09 INFO : potato: Deleted 2024/11/07 04:58:11 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:58:11 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (9.05s) === RUN TestSyncDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:17 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:17 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:17 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:18 INFO : potato: Deleted 2024/11/07 04:58:18 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:58:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:58:18 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:18 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:18 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:20 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/07 04:58:20 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (9.40s) === RUN TestCopyDeleteBefore run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:25 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 04:58:25 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:25 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:27 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/11/07 04:58:27 INFO : potato2: Copied (new) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (6.71s) === RUN TestSyncWithExclude run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:33 DEBUG : enormous: Excluded (Size Filter) 2024/11/07 04:58:33 DEBUG : enormous: Excluded 2024/11/07 04:58:33 DEBUG : potato2: Excluded (Size Filter) 2024/11/07 04:58:33 DEBUG : potato2: Excluded 2024/11/07 04:58:34 DEBUG : potato2: Excluded (Size Filter) 2024/11/07 04:58:34 DEBUG : potato2: Excluded 2024/11/07 04:58:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:58:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:34 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:34 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:34 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:34 DEBUG : enormous: Excluded (Size Filter) 2024/11/07 04:58:34 DEBUG : enormous: Excluded 2024/11/07 04:58:34 DEBUG : potato2: Excluded (Size Filter) 2024/11/07 04:58:34 DEBUG : potato2: Excluded 2024/11/07 04:58:34 DEBUG : potato2: Excluded (Size Filter) 2024/11/07 04:58:34 DEBUG : potato2: Excluded 2024/11/07 04:58:34 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/07 04:58:34 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:34 DEBUG : Local file system at /tmp/rclone991631715: Waiting for checks to finish 2024/11/07 04:58:34 DEBUG : Local file system at /tmp/rclone991631715: Waiting for transfers to finish 2024/11/07 04:58:34 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:34 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncWithExclude (7.63s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:43 DEBUG : enormous: Excluded (Size Filter) 2024/11/07 04:58:43 DEBUG : enormous: Excluded 2024/11/07 04:58:43 DEBUG : potato2: Excluded (Size Filter) 2024/11/07 04:58:43 DEBUG : potato2: Excluded 2024/11/07 04:58:43 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 04:58:43 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:43 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:43 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:43 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:44 INFO : enormous: Deleted 2024/11/07 04:58:44 INFO : potato2: Deleted 2024/11/07 04:58:44 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:44 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/07 04:58:44 DEBUG : empty space: Unchanged skipping 2024/11/07 04:58:44 DEBUG : Local file system at /tmp/rclone991631715: Waiting for checks to finish 2024/11/07 04:58:44 DEBUG : Local file system at /tmp/rclone991631715: Waiting for transfers to finish 2024/11/07 04:58:44 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:44 INFO : potato2: Deleted 2024/11/07 04:58:44 INFO : enormous: Deleted 2024/11/07 04:58:44 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (9.34s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:58:54 DEBUG : five: Need to transfer - File not found at Destination 2024/11/07 04:58:54 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/07 04:58:54 DEBUG : one: Destination is newer than source, skipping 2024/11/07 04:58:54 DEBUG : three: Sizes identical 2024/11/07 04:58:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:54 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/07 04:58:54 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/07 04:58:54 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone991631715) 2024/11/07 04:58:54 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Google drive root 'rclone-test-nobuhaq0sile') 2024/11/07 04:58:54 DEBUG : two: md5 differ 2024/11/07 04:58:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:56 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/07 04:58:56 INFO : two: Copied (replaced existing) 2024/11/07 04:58:56 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/11/07 04:58:56 INFO : four: Copied (replaced existing) 2024/11/07 04:58:56 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/11/07 04:58:56 INFO : five: Copied (new) 2024/11/07 04:58:56 DEBUG : Waiting for deletions to finish 2024/11/07 04:58:57 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:58:57 DEBUG : one: Destination is newer than source, skipping 2024/11/07 04:58:57 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/11/07 04:58:57 DEBUG : four: Size and md5 of src and dst objects identical 2024/11/07 04:58:57 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/07 04:58:57 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/11/07 04:58:57 DEBUG : five: Size and md5 of src and dst objects identical 2024/11/07 04:58:57 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/07 04:58:57 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/07 04:58:57 DEBUG : two: Size and md5 of src and dst objects identical 2024/11/07 04:58:57 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/07 04:58:57 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone991631715) 2024/11/07 04:58:57 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Google drive root 'rclone-test-nobuhaq0sile') 2024/11/07 04:58:57 DEBUG : three: md5 differ 2024/11/07 04:58:57 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/07 04:58:57 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:58:58 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/11/07 04:58:58 INFO : three: Copied (replaced existing) 2024/11/07 04:58:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (15.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-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/11/07 04:59:03 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:03 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:03 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/07 04:59:03 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/07 04:59:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:04 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/07 04:59:04 INFO : yam: Copied (new) 2024/11/07 04:59:05 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/07 04:59:05 INFO : potato: Copied (new) 2024/11/07 04:59:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:05 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 04:59:05 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:05 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:05 DEBUG : potato: Unchanged skipping 2024/11/07 04:59:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:06 INFO : yam: Moved (server-side) to: yaml 2024/11/07 04:59:06 INFO : yaml: Renamed from "yam" 2024/11/07 04:59:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:06 DEBUG : Waiting for deletions to finish 2024/11/07 04:59:06 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (6.82s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/11/07 04:59:09 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:09 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:09 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:09 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/07 04:59:09 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/07 04:59:09 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:09 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:11 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/07 04:59:11 INFO : yam: Copied (new) 2024/11/07 04:59:11 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/07 04:59:11 INFO : potato: Copied (new) 2024/11/07 04:59:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:12 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 04:59:12 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:12 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:12 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:12 DEBUG : potato: Unchanged skipping 2024/11/07 04:59:12 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:13 INFO : yam: Moved (server-side) to: yaml 2024/11/07 04:59:13 INFO : yaml: Renamed from "yam" 2024/11/07 04:59:13 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:13 DEBUG : Waiting for deletions to finish 2024/11/07 04:59:13 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (6.49s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/11/07 04:59:16 DEBUG : Added delayed dir = "sub", newDst= 2024/11/07 04:59:16 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:16 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:16 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:16 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:16 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/07 04:59:16 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/07 04:59:16 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:19 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/07 04:59:19 INFO : sub/yam: Copied (new) 2024/11/07 04:59:19 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/07 04:59:19 INFO : potato: Copied (new) 2024/11/07 04:59:19 DEBUG : Waiting for deletions to finish 2024/11/07 04:59:19 INFO : sub: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:20 DEBUG : Added delayed dir = "sub", newDst=sub 2024/11/07 04:59:20 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 04:59:20 DEBUG : potato: Unchanged skipping 2024/11/07 04:59:20 INFO : Google drive root 'rclone-test-nobuhaq0sile': Making map for --track-renames 2024/11/07 04:59:20 INFO : Google drive root 'rclone-test-nobuhaq0sile': Finished making map for --track-renames 2024/11/07 04:59:20 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:20 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for renames to finish 2024/11/07 04:59:22 INFO : sub/yam: Moved (server-side) to: yam 2024/11/07 04:59:22 INFO : yam: Renamed from "sub/yam" 2024/11/07 04:59:22 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:22 DEBUG : Waiting for deletions to finish 2024/11/07 04:59:22 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (10.59s) === RUN TestServerSideMoveLocal run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:26 DEBUG : Creating backend with remote "/tmp/rclone991631715/dir1" 2024/11/07 04:59:26 DEBUG : Config file has changed externally - reloading 2024/11/07 04:59:26 DEBUG : Creating backend with remote "/tmp/rclone991631715/dir2" 2024/11/07 04:59:26 DEBUG : Local file system at /tmp/rclone991631715/dir2: Using server-side directory move 2024/11/07 04:59:26 INFO : Local file system at /tmp/rclone991631715/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/07 04:59:26 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/07 04:59:26 DEBUG : Local file system at /tmp/rclone991631715/dir2: Waiting for checks to finish 2024/11/07 04:59:26 DEBUG : Local file system at /tmp/rclone991631715/dir2: Waiting for transfers to finish 2024/11/07 04:59:26 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.48s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:27 DEBUG : Added delayed dir = "nested", newDst= 2024/11/07 04:59:27 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:59:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:59:27 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2024/11/07 04:59:27 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/07 04:59:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:30 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:59:30 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:59:30 INFO : sub dir/hello world: Deleted 2024/11/07 04:59:32 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/11/07 04:59:32 INFO : nested/sub dir/file: Copied (new) 2024/11/07 04:59:32 INFO : nested/sub dir/file: Deleted 2024/11/07 04:59:33 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:59:34 INFO : nested: Set directory modification time (using DirSetModTime) 2024/11/07 04:59:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:59:34 INFO : sub dir: Removing directory 2024/11/07 04:59:34 INFO : nested/sub dir: Removing directory 2024/11/07 04:59:34 INFO : nested: Removing directory 2024/11/07 04:59:34 DEBUG : Local file system at /tmp/rclone991631715: deleted 3 directories run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2024/11/07 04:59:38 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2024/11/07 04:59:39 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (13.48s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:40 DEBUG : Added delayed dir = "nested", newDst= 2024/11/07 04:59:40 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/07 04:59:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/07 04:59:40 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2024/11/07 04:59:40 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/07 04:59:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:43 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/07 04:59:43 INFO : sub dir/hello world: Copied (new) 2024/11/07 04:59:43 INFO : sub dir/hello world: Deleted 2024/11/07 04:59:46 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/11/07 04:59:46 INFO : nested/sub dir/file: Copied (new) 2024/11/07 04:59:46 INFO : nested/sub dir/file: Deleted 2024/11/07 04:59:47 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 04:59:47 INFO : nested: Set directory modification time (using DirSetModTime) 2024/11/07 04:59:47 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:50 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" 2024/11/07 04:59:51 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file" 2024/11/07 04:59:52 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (13.68s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:54 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/07 04:59:54 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/07 04:59:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:56 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2024/11/07 04:59:56 INFO : existing-b: Copied (new) 2024/11/07 04:59:56 INFO : existing-b: Deleted 2024/11/07 04:59:56 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/07 04:59:56 INFO : existing: Copied (new) 2024/11/07 04:59:56 INFO : existing: Deleted 2024/11/07 04:59:56 DEBUG : existing: Destination exists, skipping 2024/11/07 04:59:56 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/07 04:59:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 04:59:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 04:59:56 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (5.64s) === RUN TestServerSideMove run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 04:59:59 DEBUG : Creating backend with remote "TestDrive:rclone-test-pabovam3pefo" sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-pabovam3pefo' 2024/11/07 05:00:11 DEBUG : Google drive root 'rclone-test-pabovam3pefo': Using server-side directory move 2024/11/07 05:00:11 INFO : Google drive root 'rclone-test-pabovam3pefo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/07 05:00:11 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 05:00:11 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/07 05:00:11 DEBUG : empty space: Unchanged skipping 2024/11/07 05:00:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/07 05:00:11 DEBUG : Google drive root 'rclone-test-pabovam3pefo': Waiting for checks to finish 2024/11/07 05:00:12 INFO : empty space: Deleted 2024/11/07 05:00:12 DEBUG : Google drive root 'rclone-test-pabovam3pefo': Waiting for transfers to finish 2024/11/07 05:00:12 INFO : potato3: Deleted 2024/11/07 05:00:12 INFO : potato2: Moved (server-side) 2024/11/07 05:00:13 INFO : potato3: Moved (server-side) 2024/11/07 05:00:13 DEBUG : Creating backend with remote "TestDrive:rclone-test-lojasej8zuro" 2024/11/07 05:00:14 DEBUG : Google drive root 'rclone-test-lojasej8zuro': Using server-side directory move 2024/11/07 05:00:15 INFO : Google drive root 'rclone-test-lojasej8zuro': Server side directory move succeeded 2024/11/07 05:00:16 DEBUG : Google drive root 'rclone-test-lojasej8zuro': Purge remote 2024/11/07 05:00:16 DEBUG : Google drive root 'rclone-test-pabovam3pefo': Purge remote 2024/11/07 05:00:17 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (17.54s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:00:17 DEBUG : Creating backend with remote "TestDrive:rclone-test-lelekap1bege" sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-lelekap1bege' 2024/11/07 05:00:34 DEBUG : empty space: Excluded (Size Filter) 2024/11/07 05:00:34 DEBUG : empty space: Excluded 2024/11/07 05:00:34 DEBUG : empty space: Excluded (Size Filter) 2024/11/07 05:00:34 DEBUG : empty space: Excluded 2024/11/07 05:00:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 05:00:34 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/07 05:00:34 DEBUG : Google drive root 'rclone-test-lelekap1bege': Waiting for checks to finish 2024/11/07 05:00:34 DEBUG : Google drive root 'rclone-test-lelekap1bege': Waiting for transfers to finish 2024/11/07 05:00:35 INFO : potato3: Deleted 2024/11/07 05:00:35 INFO : potato2: Moved (server-side) 2024/11/07 05:00:36 INFO : potato3: Moved (server-side) 2024/11/07 05:00:37 DEBUG : Creating backend with remote "TestDrive:rclone-test-jubaviz2ciwu" 2024/11/07 05:00:37 DEBUG : empty space: Excluded (Size Filter) 2024/11/07 05:00:37 DEBUG : empty space: Excluded 2024/11/07 05:00:37 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 05:00:37 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/07 05:00:37 DEBUG : Google drive root 'rclone-test-jubaviz2ciwu': Waiting for checks to finish 2024/11/07 05:00:37 DEBUG : Google drive root 'rclone-test-jubaviz2ciwu': Waiting for transfers to finish 2024/11/07 05:00:40 INFO : potato2: Moved (server-side) 2024/11/07 05:00:40 INFO : potato3: Moved (server-side) 2024/11/07 05:00:41 DEBUG : Google drive root 'rclone-test-jubaviz2ciwu': Purge remote 2024/11/07 05:00:42 DEBUG : Google drive root 'rclone-test-lelekap1bege': Purge remote --- PASS: TestServerSideMoveWithFilter (26.40s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:00:43 DEBUG : Creating backend with remote "TestDrive:rclone-test-wayepec0vaqo" 2024/11/07 05:00:49 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) Google drive root 'rclone-test-nobuhaq0sile' -> Google drive root 'rclone-test-wayepec0vaqo' 2024/11/07 05:00:56 DEBUG : Google drive root 'rclone-test-wayepec0vaqo': Using server-side directory move 2024/11/07 05:00:56 INFO : Google drive root 'rclone-test-wayepec0vaqo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/07 05:00:56 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/07 05:00:56 DEBUG : Added delayed dir = "tomatoDir", newDst= 2024/11/07 05:00:56 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/07 05:00:56 DEBUG : empty space: Unchanged skipping 2024/11/07 05:00:56 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/07 05:00:56 DEBUG : Google drive root 'rclone-test-wayepec0vaqo': Waiting for checks to finish 2024/11/07 05:00:57 INFO : potato3: Deleted 2024/11/07 05:00:57 INFO : empty space: Deleted 2024/11/07 05:00:57 DEBUG : Google drive root 'rclone-test-wayepec0vaqo': Waiting for transfers to finish 2024/11/07 05:00:57 INFO : potato2: Moved (server-side) 2024/11/07 05:00:58 INFO : potato3: Moved (server-side) 2024/11/07 05:00:58 INFO : tomatoDir: Removing directory 2024/11/07 05:00:59 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': deleted 1 directories 2024/11/07 05:00:59 DEBUG : Creating backend with remote "TestDrive:rclone-test-sozasuf9nato" 2024/11/07 05:01:00 DEBUG : tomatoDir: Making directory 2024/11/07 05:01:01 DEBUG : Google drive root 'rclone-test-sozasuf9nato': Using server-side directory move 2024/11/07 05:01:02 INFO : Google drive root 'rclone-test-sozasuf9nato': Server side directory move succeeded 2024/11/07 05:01:03 DEBUG : Google drive root 'rclone-test-sozasuf9nato': Purge remote 2024/11/07 05:01:04 DEBUG : Google drive root 'rclone-test-wayepec0vaqo': Purge remote 2024/11/07 05:01:04 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (21.17s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.52s) === RUN TestSyncOverlap run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:05 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/rclone-sync-test" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncOverlap (3.46s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:09 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/rclone-sync-test" 2024/11/07 05:01:11 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/rclone-sync-test-include/layer2" 2024/11/07 05:01:14 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/rclone-sync-test-ignore-file" 2024/11/07 05:01:19 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/07 05:01:20 DEBUG : rclone-sync-test: Excluded 2024/11/07 05:01:20 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/11/07 05:01:20 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/07 05:01:20 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test': Waiting for checks to finish 2024/11/07 05:01:20 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test': Waiting for transfers to finish 2024/11/07 05:01:20 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:20 INFO : There was nothing to transfer 2024/11/07 05:01:21 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/07 05:01:22 DEBUG : rclone-sync-test: Excluded 2024/11/07 05:01:22 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/07 05:01:22 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:01:22 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:01:22 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:22 INFO : rclone-sync-test-include: Removing directory 2024/11/07 05:01:22 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2024/11/07 05:01:22 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/11/07 05:01:22 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': failed to delete 1 directories 2024/11/07 05:01:22 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/07 05:01:24 DEBUG : rclone-sync-test: Excluded 2024/11/07 05:01:24 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/11/07 05:01:24 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/07 05:01:24 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test-include/layer2': Waiting for checks to finish 2024/11/07 05:01:24 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test-include/layer2': Waiting for transfers to finish 2024/11/07 05:01:24 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:24 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:25 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/07 05:01:25 DEBUG : rclone-sync-test: Excluded 2024/11/07 05:01:26 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/07 05:01:26 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:01:26 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:01:26 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:26 INFO : rclone-sync-test-include: Removing directory 2024/11/07 05:01:26 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2024/11/07 05:01:26 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/11/07 05:01:26 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': failed to delete 1 directories 2024/11/07 05:01:26 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:27 DEBUG : : Excluded 2024/11/07 05:01:27 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/07 05:01:27 DEBUG : rclone-sync-test: Excluded 2024/11/07 05:01:27 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2024/11/07 05:01:28 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/07 05:01:28 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test-ignore-file': Waiting for checks to finish 2024/11/07 05:01:28 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/rclone-sync-test-ignore-file': Waiting for transfers to finish 2024/11/07 05:01:28 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:28 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:31 DEBUG : rclone-sync-test-include: Rmdir: contains trashed file: "layer2" 2024/11/07 05:01:31 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore" --- PASS: TestSyncOverlapWithFilter (32.86s) === RUN TestSyncCompareDest run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:01:41 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:01:42 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/CompareDest" 2024/11/07 05:01:44 DEBUG : one: Need to transfer - File not found at Destination 2024/11/07 05:01:44 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:01:44 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:01:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/11/07 05:01:47 INFO : one: Copied (new) 2024/11/07 05:01:47 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:01:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:01:48 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:01:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/11/07 05:01:50 INFO : one: Copied (replaced existing) 2024/11/07 05:01:50 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:01:57 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:01:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:01:57 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/07 05:01:57 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:01:57 DEBUG : Waiting for deletions to finish 2024/11/07 05:01:57 INFO : There was nothing to transfer 2024/11/07 05:02:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:01 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/07 05:02:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:01 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/07 05:02:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:01 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:01 INFO : There was nothing to transfer 2024/11/07 05:02:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:03 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/07 05:02:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:03 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/07 05:02:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:03 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:03 INFO : There was nothing to transfer 2024/11/07 05:02:04 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2024/11/07 05:02:04 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/07 05:02:04 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/07 05:02:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:04 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:05 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/07 05:02:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:05 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:05 INFO : There was nothing to transfer 2024/11/07 05:02:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:06 DEBUG : two: Need to transfer - File not found at Destination 2024/11/07 05:02:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/07 05:02:06 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:08 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/11/07 05:02:08 INFO : two: Copied (new) 2024/11/07 05:02:08 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:12 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:02:12 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:02:13 DEBUG : CompareDest: Rmdir: contains trashed file: "two" 2024/11/07 05:02:13 DEBUG : CompareDest: Rmdir: contains trashed file: "one" --- PASS: TestSyncCompareDest (32.40s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:02:20 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dest" 2024/11/07 05:02:21 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/pre-dest1" 2024/11/07 05:02:22 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/pre-dest2" 2024/11/07 05:02:23 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:02:23 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/07 05:02:23 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:02:23 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/07 05:02:24 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/07 05:02:24 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dest': Waiting for checks to finish 2024/11/07 05:02:24 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dest': Waiting for transfers to finish 2024/11/07 05:02:27 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/11/07 05:02:27 INFO : 3: Copied (new) 2024/11/07 05:02:27 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:32 DEBUG : pre-dest2: Rmdir: contains trashed file: "2" 2024/11/07 05:02:33 DEBUG : pre-dest1: Rmdir: contains trashed file: "1" 2024/11/07 05:02:34 DEBUG : dest: Rmdir: contains trashed file: "3" --- PASS: TestSyncMultipleCompareDest (21.01s) === RUN TestSyncCopyDest run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:02:35 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:02:36 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/CopyDest" 2024/11/07 05:02:37 DEBUG : one: Need to transfer - File not found at Destination 2024/11/07 05:02:37 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:37 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:41 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/11/07 05:02:41 INFO : one: Copied (new) 2024/11/07 05:02:41 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:42 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:42 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:44 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/11/07 05:02:44 INFO : one: Copied (replaced existing) 2024/11/07 05:02:44 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:50 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/BackupDir" 2024/11/07 05:02:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:51 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:02:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:02:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/07 05:02:54 INFO : one: Moved (server-side) 2024/11/07 05:02:56 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/11/07 05:02:56 INFO : one: Copied (server-side copy) 2024/11/07 05:02:56 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/07 05:02:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:02:56 DEBUG : Waiting for deletions to finish 2024/11/07 05:02:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/07 05:03:01 INFO : two: Copied (server-side copy) 2024/11/07 05:03:01 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/07 05:03:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:01 DEBUG : one: Unchanged skipping 2024/11/07 05:03:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:01 DEBUG : Waiting for deletions to finish 2024/11/07 05:03:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:02 DEBUG : one: Unchanged skipping 2024/11/07 05:03:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:02 DEBUG : two: Unchanged skipping 2024/11/07 05:03:02 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:02 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:02 DEBUG : Waiting for deletions to finish 2024/11/07 05:03:02 INFO : There was nothing to transfer 2024/11/07 05:03:05 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/07 05:03:05 DEBUG : three: Destination not found in --copy-dest 2024/11/07 05:03:05 DEBUG : three: Need to transfer - File not found at Destination 2024/11/07 05:03:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:05 DEBUG : one: Unchanged skipping 2024/11/07 05:03:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/07 05:03:05 DEBUG : two: Unchanged skipping 2024/11/07 05:03:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:07 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2024/11/07 05:03:07 INFO : three: Copied (new) 2024/11/07 05:03:07 DEBUG : Waiting for deletions to finish 2024/11/07 05:03:13 DEBUG : dst: Rmdir: contains trashed file: "three" 2024/11/07 05:03:13 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:03:13 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:03:14 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2024/11/07 05:03:14 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2024/11/07 05:03:14 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2024/11/07 05:03:15 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestSyncCopyDest (40.84s) === RUN TestSyncBackupDir run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:03:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:03:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/backup" 2024/11/07 05:03:25 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:03:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:03:25 DEBUG : two: Unchanged skipping 2024/11/07 05:03:25 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:27 INFO : one: Moved (server-side) 2024/11/07 05:03:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:29 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:03:29 INFO : one: Copied (new) 2024/11/07 05:03:29 DEBUG : Waiting for deletions to finish 2024/11/07 05:03:30 INFO : three.txt: Moved (server-side) 2024/11/07 05:03:30 INFO : three.txt: Moved into backup dir 2024/11/07 05:03:34 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:03:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:03:34 DEBUG : two: Unchanged skipping 2024/11/07 05:03:34 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:34 INFO : one: Deleted 2024/11/07 05:03:35 INFO : one: Moved (server-side) 2024/11/07 05:03:35 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:37 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:03:37 INFO : one: Copied (new) 2024/11/07 05:03:37 DEBUG : Waiting for deletions to finish 2024/11/07 05:03:38 INFO : three.txt: Deleted 2024/11/07 05:03:39 INFO : three.txt: Moved (server-side) 2024/11/07 05:03:39 INFO : three.txt: Moved into backup dir 2024/11/07 05:03:43 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:03:43 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:03:44 DEBUG : backup: Rmdir: contains trashed file: "three.txt" 2024/11/07 05:03:44 DEBUG : backup: Rmdir: contains trashed file: "one" 2024/11/07 05:03:44 DEBUG : backup: Rmdir: contains trashed file: "three.txt" 2024/11/07 05:03:44 DEBUG : backup: Rmdir: contains trashed file: "one" --- PASS: TestSyncBackupDir (29.40s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:03:52 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:03:53 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/backup" 2024/11/07 05:03:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:03:54 DEBUG : two: Unchanged skipping 2024/11/07 05:03:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:03:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:03:56 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:03:56 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:03:58 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:03:58 INFO : one: Copied (new) 2024/11/07 05:03:58 DEBUG : Waiting for deletions to finish 2024/11/07 05:04:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:04:00 INFO : three.txt: Moved into backup dir 2024/11/07 05:04:03 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:04:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:04:03 DEBUG : two: Unchanged skipping 2024/11/07 05:04:03 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:04:04 INFO : one.bak: Deleted 2024/11/07 05:04:05 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:04:05 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:04:07 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:04:07 INFO : one: Copied (new) 2024/11/07 05:04:07 DEBUG : Waiting for deletions to finish 2024/11/07 05:04:08 INFO : three.txt.bak: Deleted 2024/11/07 05:04:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:04:09 INFO : three.txt: Moved into backup dir 2024/11/07 05:04:13 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:04:13 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:04:14 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:04:14 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" 2024/11/07 05:04:14 DEBUG : backup: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:04:14 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncBackupDirWithSuffix (29.75s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:04:22 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:04:23 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/backup" 2024/11/07 05:04:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:04:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:04:24 DEBUG : two: Unchanged skipping 2024/11/07 05:04:24 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:04:27 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/07 05:04:27 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:04:28 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:04:28 INFO : one: Copied (new) 2024/11/07 05:04:28 DEBUG : Waiting for deletions to finish 2024/11/07 05:04:30 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/07 05:04:30 INFO : three.txt: Moved into backup dir 2024/11/07 05:04:33 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:04:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:04:33 DEBUG : two: Unchanged skipping 2024/11/07 05:04:33 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:04:34 INFO : one-2019-01-01: Deleted 2024/11/07 05:04:35 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/07 05:04:35 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:04:37 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:04:37 INFO : one: Copied (new) 2024/11/07 05:04:37 DEBUG : Waiting for deletions to finish 2024/11/07 05:04:38 INFO : three-2019-01-01.txt: Deleted 2024/11/07 05:04:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/07 05:04:39 INFO : three.txt: Moved into backup dir 2024/11/07 05:04:44 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:04:44 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:04:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" 2024/11/07 05:04:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/11/07 05:04:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/11/07 05:04:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (30.66s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:04:53 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:04:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:04:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:04:54 DEBUG : two: Unchanged skipping 2024/11/07 05:04:54 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:04:55 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:04:55 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:04:56 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:04:56 INFO : one: Copied (new) 2024/11/07 05:04:56 DEBUG : Waiting for deletions to finish 2024/11/07 05:04:57 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:04:57 INFO : three.txt: Moved into backup dir 2024/11/07 05:05:01 DEBUG : one.bak: Excluded (Path Filter) 2024/11/07 05:05:01 DEBUG : one.bak: Excluded 2024/11/07 05:05:01 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/07 05:05:01 DEBUG : three.txt.bak: Excluded 2024/11/07 05:05:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:05:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:05:01 DEBUG : two: Unchanged skipping 2024/11/07 05:05:01 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for checks to finish 2024/11/07 05:05:02 INFO : one.bak: Deleted 2024/11/07 05:05:02 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:05:02 DEBUG : Google drive root 'rclone-test-nobuhaq0sile/dst': Waiting for transfers to finish 2024/11/07 05:05:04 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:05:04 INFO : one: Copied (new) 2024/11/07 05:05:04 DEBUG : Waiting for deletions to finish 2024/11/07 05:05:05 INFO : three.txt.bak: Deleted 2024/11/07 05:05:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:05:06 INFO : three.txt: Moved into backup dir 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:05:10 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncBackupDirSuffixOnly (24.96s) === RUN TestSyncSuffix run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:05:18 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:05:18 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:05:19 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:05:21 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:05:21 INFO : one: Copied (new) 2024/11/07 05:05:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:05:21 DEBUG : two: Unchanged skipping 2024/11/07 05:05:22 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/07 05:05:23 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:05:24 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/11/07 05:05:24 INFO : three.txt: Copied (new) 2024/11/07 05:05:26 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:05:27 INFO : one.bak: Deleted 2024/11/07 05:05:27 INFO : one: Moved (server-side) to: one.bak 2024/11/07 05:05:29 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:05:29 INFO : one: Copied (new) 2024/11/07 05:05:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:05:30 DEBUG : two: Unchanged skipping 2024/11/07 05:05:30 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/07 05:05:31 INFO : three.txt.bak: Deleted 2024/11/07 05:05:31 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/07 05:05:33 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/11/07 05:05:33 INFO : three.txt: Copied (new) 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "one.bak" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" 2024/11/07 05:05:38 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak" --- PASS: TestSyncSuffix (29.01s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:05:47 DEBUG : Creating backend with remote "TestDrive:rclone-test-nobuhaq0sile/dst" 2024/11/07 05:05:47 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/07 05:05:48 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/07 05:05:50 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/07 05:05:50 INFO : one: Copied (new) 2024/11/07 05:05:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:05:51 DEBUG : two: Unchanged skipping 2024/11/07 05:05:51 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/07 05:05:52 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/07 05:05:54 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/11/07 05:05:54 INFO : three.txt: Copied (new) 2024/11/07 05:05:55 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/07 05:05:56 INFO : one-2019-01-01: Deleted 2024/11/07 05:05:57 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/07 05:05:59 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/07 05:05:59 INFO : one: Copied (new) 2024/11/07 05:05:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:05:59 DEBUG : two: Unchanged skipping 2024/11/07 05:05:59 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/07 05:06:00 INFO : three-2019-01-01.txt: Deleted 2024/11/07 05:06:01 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/07 05:06:03 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/11/07 05:06:03 INFO : three.txt: Copied (new) 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "one" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "three.txt" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "two" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt" 2024/11/07 05:06:07 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01" --- PASS: TestSyncSuffixKeepExtension (28.79s) === RUN TestSyncUTFNorm run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:06:11 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/07 05:06:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:06:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:06:12 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2024/11/07 05:06:12 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/07 05:06:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (5.62s) === RUN TestSyncImmutable run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:06:14 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/07 05:06:14 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:06:14 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:06:16 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/07 05:06:16 INFO : existing: Copied (new) 2024/11/07 05:06:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:06:18 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/07 05:06:18 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/07 05:06:18 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:06:18 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:06:18 ERROR : Google drive root 'rclone-test-nobuhaq0sile': not deleting files as there were IO errors 2024/11/07 05:06:18 ERROR : Google drive root 'rclone-test-nobuhaq0sile': not deleting directories as there were IO errors run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncImmutable (6.12s) === RUN TestSyncIgnoreCase run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:06:23 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:06:23 DEBUG : existing: Unchanged skipping 2024/11/07 05:06:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:06:23 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:06:23 DEBUG : Waiting for deletions to finish 2024/11/07 05:06:23 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (4.08s) === RUN TestFixCase run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.50s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", 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-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", 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-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.49s) --- SKIP: TestMaxTransfer/Hard (0.48s) --- SKIP: TestMaxTransfer/Soft (0.51s) --- SKIP: TestMaxTransfer/Cautious (0.50s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:07:40 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:07:40 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both0: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both11: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both13: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both14: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both10: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both16: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both1: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both18: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both19: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both12: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both15: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both4: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both17: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both6: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both2: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both8: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:07:40 DEBUG : both9: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both3: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both5: Unchanged skipping 2024/11/07 05:07:40 DEBUG : both7: Unchanged skipping 2024/11/07 05:07:40 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:07:40 DEBUG : Waiting for deletions to finish 2024/11/07 05:07:41 INFO : only5: Deleted 2024/11/07 05:07:41 INFO : only8: Deleted 2024/11/07 05:07:41 INFO : only6: Deleted 2024/11/07 05:07:41 INFO : only12: Deleted 2024/11/07 05:07:42 INFO : only17: Deleted 2024/11/07 05:07:42 INFO : only15: Deleted 2024/11/07 05:07:42 INFO : only9: Deleted 2024/11/07 05:07:42 INFO : only10: Deleted 2024/11/07 05:07:42 INFO : only7: Deleted 2024/11/07 05:07:42 INFO : only13: Deleted 2024/11/07 05:07:42 INFO : only2: Deleted 2024/11/07 05:07:42 INFO : only16: Deleted 2024/11/07 05:07:43 INFO : only4: Deleted 2024/11/07 05:07:43 INFO : only11: Deleted 2024/11/07 05:07:43 INFO : only3: Deleted 2024/11/07 05:07:43 INFO : only1: Deleted 2024/11/07 05:07:43 INFO : only14: Deleted 2024/11/07 05:07:44 INFO : only19: Deleted 2024/11/07 05:07:44 INFO : only0: Deleted 2024/11/07 05:07:44 INFO : only18: Deleted 2024/11/07 05:07:44 INFO : There was nothing to transfer run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (92.00s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:09:11 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for checks to finish 2024/11/07 05:09:11 DEBUG : both1: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both12: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both0: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both14: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both10: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both16: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both17: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both18: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both19: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both11: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both13: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both3: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both5: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both6: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both7: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both8: Unchanged skipping 2024/11/07 05:09:11 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/07 05:09:11 DEBUG : both9: Unchanged skipping 2024/11/07 05:09:11 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : both4: Unchanged skipping 2024/11/07 05:09:11 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : both2: Unchanged skipping 2024/11/07 05:09:11 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : both15: Unchanged skipping 2024/11/07 05:09:11 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/07 05:09:11 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Waiting for transfers to finish 2024/11/07 05:09:12 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:12 INFO : only0: Copied (replaced existing) 2024/11/07 05:09:12 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:12 INFO : only1: Copied (replaced existing) 2024/11/07 05:09:12 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:12 INFO : only10: Copied (replaced existing) 2024/11/07 05:09:12 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:12 INFO : only11: Copied (replaced existing) 2024/11/07 05:09:13 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:13 INFO : only12: Copied (replaced existing) 2024/11/07 05:09:13 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:13 INFO : only13: Copied (replaced existing) 2024/11/07 05:09:13 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:13 INFO : only14: Copied (replaced existing) 2024/11/07 05:09:14 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:14 INFO : only18: Copied (replaced existing) 2024/11/07 05:09:15 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:15 INFO : only2: Copied (replaced existing) 2024/11/07 05:09:15 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:15 INFO : only19: Copied (replaced existing) 2024/11/07 05:09:15 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:15 INFO : only3: Copied (replaced existing) 2024/11/07 05:09:15 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:15 INFO : only4: Copied (replaced existing) 2024/11/07 05:09:16 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:16 INFO : only5: Copied (replaced existing) 2024/11/07 05:09:16 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:16 INFO : only15: Copied (replaced existing) 2024/11/07 05:09:16 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:16 INFO : only8: Copied (replaced existing) 2024/11/07 05:09:17 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:17 INFO : only7: Copied (replaced existing) 2024/11/07 05:09:18 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:18 INFO : only9: Copied (replaced existing) 2024/11/07 05:09:18 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:18 INFO : only16: Copied (replaced existing) 2024/11/07 05:09:18 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:18 INFO : only17: Copied (replaced existing) 2024/11/07 05:09:18 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/07 05:09:18 INFO : only6: Copied (replaced existing) 2024/11/07 05:09:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (107.69s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:09:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 05:09:46 DEBUG : sub dir: Making directory with metadata 2024/11/07 05:09:47 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:10:09 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/07 05:10:09 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/07 05:10:09 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 05:10:09 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:10:24 DEBUG : sub dirEmpty: Rmdir: contains trashed file: "sub dirEmpty2" 2024/11/07 05:10:25 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2024/11/07 05:10:26 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2024/11/07 05:10:27 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2024/11/07 05:10:28 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:10:30 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:10:31 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:10:31 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2024/11/07 05:10:32 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2024/11/07 05:10:33 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2024/11/07 05:10:33 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2024/11/07 05:10:34 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithEmptyDirs (50.81s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:10:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/07 05:10:37 DEBUG : sub dir: Making directory with metadata 2024/11/07 05:10:38 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:11:07 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/07 05:11:07 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/07 05:11:07 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/07 05:11:07 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Google drive root 'rclone-test-nobuhaq0sile'", Local "Local file system at /tmp/rclone991631715", Modify Window "1ms" 2024/11/07 05:11:22 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world" 2024/11/07 05:11:23 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2024/11/07 05:11:24 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2024/11/07 05:11:25 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:11:26 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:11:27 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2024/11/07 05:11:28 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2024/11/07 05:11:29 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world" 2024/11/07 05:11:30 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2024/11/07 05:11:30 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2024/11/07 05:11:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestNothingToTransferWithoutEmptyDirs (56.59s) PASS 2024/11/07 05:11:33 DEBUG : Google drive root 'rclone-test-nobuhaq0sile': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose" - Finished OK in 19m24.415276369s (try 1/5)