"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 3/5) 2022/03/02 08:06:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7" 2022/03/02 08:06:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/02 08:06:53 DEBUG : Starting OpenDrive session with ID: aca8aaf5a525a7e7e414d0e8e0e15ddf11a540297e08fc22b54286dc99ea6968 2022/03/02 08:06:58 DEBUG : Creating backend with remote "/tmp/rclone100494814" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:07:01 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/03/02 08:07:01 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:07:01 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (6.39s) === RUN TestCopy run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:07:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:07:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:07:10 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:07:17 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (20.00s) === RUN TestCopyMissingDirectory run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:07:24 DEBUG : Creating backend with remote "/non-existing" 2022/03/02 08:07:25 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/03/02 08:07:25 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:07:25 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (3.33s) === RUN TestCopyNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:07:28 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:07:28 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:07:32 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:07:36 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (19.77s) === RUN TestCopyCheckFirst run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:07:47 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Running all checks before starting transfers 2022/03/02 08:07:48 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:07:48 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Checks finished, now starting transfers 2022/03/02 08:07:48 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:08:02 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:08:07 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:08:29 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/02 08:08:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/02 08:08:30 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestCopyCheckFirst (47.92s) === RUN TestSyncNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:08:35 ERROR : Ignoring --no-traverse with sync 2022/03/02 08:08:36 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:08:36 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:08:50 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:08:54 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:08:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (28.69s) === RUN TestCopyWithDepth run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:09:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:09:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:09:08 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2022/03/02 08:09:12 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (11.81s) === RUN TestCopyWithFilesFrom run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:09:16 DEBUG : hello world2: Excluded 2022/03/02 08:09:16 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:09:16 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:09:19 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/03/02 08:09:25 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (13.84s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:09:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:09:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:09:33 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/03/02 08:09:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (11.25s) === RUN TestCopyEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:09:41 DEBUG : sub dir2: Making directory 2022/03/02 08:09:42 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:09:42 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:09:45 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:09:49 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:09:49 DEBUG : sub dir2: Making directory 2022/03/02 08:09:51 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': copied 1 directories --- PASS: TestCopyEmptyDirectories (20.93s) === RUN TestMoveEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:10:02 DEBUG : sub dir2: Making directory 2022/03/02 08:10:02 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:10:02 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:10:07 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:10:14 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:10:14 INFO : sub dir/hello world: Deleted 2022/03/02 08:10:14 DEBUG : sub dir: Making directory 2022/03/02 08:10:14 DEBUG : sub dir2: Making directory 2022/03/02 08:10:16 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': copied 2 directories --- PASS: TestMoveEmptyDirectories (22.33s) === RUN TestSyncEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:10:24 DEBUG : sub dir2: Making directory 2022/03/02 08:10:26 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:10:26 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:10:29 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:10:33 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:10:33 DEBUG : sub dir2: Making directory 2022/03/02 08:10:35 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': copied 1 directories 2022/03/02 08:10:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (24.14s) === RUN TestServerSideCopy run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:10:52 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:10:58 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bogayax5qepibeg6zegejub6" 2022/03/02 08:10:59 DEBUG : Starting OpenDrive session with ID: dd5e7f7c3dbb740e1ca4ea07da0f5fc400d4ee65769d920c7cd9ff94a45f8a93 sync_test.go:275: Server side copy (if possible) OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7' -> OpenDrive root 'rclone-test-bogayax5qepibeg6zegejub6' 2022/03/02 08:11:01 DEBUG : OpenDrive root 'rclone-test-bogayax5qepibeg6zegejub6': Waiting for checks to finish 2022/03/02 08:11:01 DEBUG : OpenDrive root 'rclone-test-bogayax5qepibeg6zegejub6': Waiting for transfers to finish 2022/03/02 08:11:08 INFO : sub dir/hello world: Copied (server-side copy) 2022/03/02 08:11:11 DEBUG : OpenDrive root 'rclone-test-bogayax5qepibeg6zegejub6': Purge remote --- PASS: TestServerSideCopy (31.78s) === RUN TestCopyAfterDelete run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:11:24 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:11:27 ERROR : : error listing: directory not found 2022/03/02 08:11:29 DEBUG : Local file system at /tmp/rclone100494814: Making directory 2022/03/02 08:11:29 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:11:29 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (16.35s) === RUN TestCopyRedownload run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:11:41 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:11:49 DEBUG : Local file system at /tmp/rclone100494814: Waiting for checks to finish 2022/03/02 08:11:49 DEBUG : Local file system at /tmp/rclone100494814: Waiting for transfers to finish 2022/03/02 08:11:49 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/03/02 08:11:49 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (17.09s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:11:54 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:11:54 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:11:57 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2022/03/02 08:12:02 INFO : check sum: Copied (new) 2022/03/02 08:12:02 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:04 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/02 08:12:04 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/03/02 08:12:04 DEBUG : check sum: Unchanged skipping 2022/03/02 08:12:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:04 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:04 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (14.10s) === RUN TestSyncSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:12:08 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:08 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:12 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2022/03/02 08:12:17 INFO : sizeonly: Copied (new) 2022/03/02 08:12:17 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:18 DEBUG : sizeonly: Sizes identical 2022/03/02 08:12:18 DEBUG : sizeonly: Unchanged skipping 2022/03/02 08:12:18 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:18 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:18 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:18 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (15.42s) === RUN TestSyncIgnoreSize run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:12:25 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:25 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:27 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2022/03/02 08:12:34 INFO : ignore-size: Copied (new) 2022/03/02 08:12:34 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:36 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:12:36 DEBUG : ignore-size: Unchanged skipping 2022/03/02 08:12:36 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:36 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:36 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:36 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (17.15s) === RUN TestSyncIgnoreTimes run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:12:42 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/02 08:12:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:49 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:12:49 DEBUG : existing: Unchanged skipping 2022/03/02 08:12:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:49 DEBUG : Waiting for deletions to finish 2022/03/02 08:12:49 INFO : There was nothing to transfer 2022/03/02 08:12:50 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:12:50 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/03/02 08:12:50 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:12:51 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/02 08:12:55 INFO : existing: Copied (replaced existing) 2022/03/02 08:12:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (19.02s) === RUN TestSyncIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:13:00 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:13:00 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:13:02 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/02 08:13:06 INFO : existing: Copied (new) 2022/03/02 08:13:06 DEBUG : Waiting for deletions to finish 2022/03/02 08:13:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:13:07 DEBUG : existing: Destination exists, skipping 2022/03/02 08:13:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:13:07 DEBUG : Waiting for deletions to finish 2022/03/02 08:13:07 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (11.21s) === RUN TestSyncIgnoreErrors run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:13:17 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:13:27 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/02 08:13:31 DEBUG : d: Making directory 2022/03/02 08:13:35 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:13:35 DEBUG : c/non empty space: Unchanged skipping 2022/03/02 08:13:39 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:13:39 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:13:51 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:13:58 INFO : a/potato2: Copied (new) 2022/03/02 08:13:58 DEBUG : Waiting for deletions to finish 2022/03/02 08:14:00 INFO : b/potato: Deleted 2022/03/02 08:14:00 INFO : d: Removing directory 2022/03/02 08:14:01 INFO : b: Removing directory 2022/03/02 08:14:02 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': deleted 2 directories --- PASS: TestSyncIgnoreErrors (62.54s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:14:22 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:14:28 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:14:28 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/02 08:14:28 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/02 08:14:28 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/03/02 08:14:28 DEBUG : empty space: Unchanged skipping 2022/03/02 08:14:28 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:14:28 DEBUG : Waiting for deletions to finish 2022/03/02 08:14:28 INFO : There was nothing to transfer 2022/03/02 08:14:31 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/02 08:14:31 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:14:31 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/02 08:14:52 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/02 08:14:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/02 08:14:54 DEBUG : pacer: Reducing sleep to 10ms 2022/03/02 08:14:54 INFO : empty space: Updated modification time in destination 2022/03/02 08:14:54 DEBUG : empty space: Unchanged skipping 2022/03/02 08:14:54 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:14:54 DEBUG : Waiting for deletions to finish 2022/03/02 08:14:54 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (45.37s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:15:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:15:09 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:15:09 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/02 08:15:09 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/02 08:15:09 DEBUG : empty space: Unchanged skipping 2022/03/02 08:15:09 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:15:09 DEBUG : Waiting for deletions to finish 2022/03/02 08:15:09 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (16.42s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:15:20 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/03/02 08:15:26 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/02 08:15:26 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:15:26 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone100494814) 2022/03/02 08:15:26 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7') 2022/03/02 08:15:26 DEBUG : foo: md5 differ 2022/03/02 08:15:26 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:15:27 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/03/02 08:15:31 INFO : foo: Copied (replaced existing) 2022/03/02 08:15:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (20.56s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:15:37 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:15:43 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:15:43 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:15:43 DEBUG : empty space: Unchanged skipping 2022/03/02 08:15:43 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:15:45 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/03/02 08:15:50 INFO : potato: Copied (new) 2022/03/02 08:15:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (20.41s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:15:58 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/03/02 08:16:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:16:04 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/03/02 08:16:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:16:05 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:16:11 INFO : potato: Copied (replaced existing) 2022/03/02 08:16:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (20.69s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:16:20 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:16:27 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:16:27 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2022/03/02 08:16:27 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone100494814) 2022/03/02 08:16:27 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7') 2022/03/02 08:16:27 DEBUG : potato: md5 differ 2022/03/02 08:16:27 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:16:28 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:16:36 INFO : potato: Copied (replaced existing) 2022/03/02 08:16:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (26.61s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:16:46 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:16:53 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:16:57 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/03/02 08:16:57 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:16:57 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:16:57 DEBUG : empty space: Unchanged skipping 2022/03/02 08:16:57 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:16:57 DEBUG : Waiting for deletions to finish 2022/03/02 08:16:57 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (20.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:17:06 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:17:13 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:17:20 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:17:20 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:17:20 DEBUG : empty space: Unchanged skipping 2022/03/02 08:17:20 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:17:34 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:17:43 INFO : potato2: Copied (new) 2022/03/02 08:17:43 DEBUG : Waiting for deletions to finish 2022/03/02 08:17:44 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (44.53s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:17:52 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:18:16 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/02 08:18:25 DEBUG : d: Making directory 2022/03/02 08:18:27 DEBUG : d/e: Making directory 2022/03/02 08:18:32 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:18:32 DEBUG : c/non empty space: Unchanged skipping 2022/03/02 08:18:34 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:18:34 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:18:38 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:18:43 INFO : a/potato2: Copied (new) 2022/03/02 08:18:43 DEBUG : Waiting for deletions to finish 2022/03/02 08:18:44 INFO : b/potato: Deleted 2022/03/02 08:18:44 INFO : d/e: Removing directory 2022/03/02 08:18:48 INFO : d: Removing directory 2022/03/02 08:18:51 INFO : b: Removing directory 2022/03/02 08:18:53 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (74.69s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:19:06 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:19:15 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/02 08:19:21 DEBUG : d: Making directory 2022/03/02 08:19:26 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:19:26 DEBUG : c/non empty space: Unchanged skipping 2022/03/02 08:19:27 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:19:27 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:19:31 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:19:36 INFO : a/potato2: Copied (new) 2022/03/02 08:19:36 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting files as there were IO errors 2022/03/02 08:19:36 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (50.63s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:19:55 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:20:03 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:20:09 DEBUG : Waiting for deletions to finish 2022/03/02 08:20:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:20:13 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:20:13 DEBUG : empty space: Unchanged skipping 2022/03/02 08:20:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:20:26 INFO : potato: Deleted 2022/03/02 08:20:29 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:21:48 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (121.20s) === RUN TestSyncDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:21:57 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:22:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:22:13 DEBUG : Waiting for deletions to finish 2022/03/02 08:22:14 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:22:14 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:22:15 INFO : potato: Deleted 2022/03/02 08:22:16 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:22:16 DEBUG : empty space: Unchanged skipping 2022/03/02 08:22:16 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:22:16 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:22:34 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:22:48 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (57.42s) === RUN TestCopyDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:23:32 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/02 08:23:47 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:23:47 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:24:12 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2022/03/02 08:24:41 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (113.95s) === RUN TestSyncWithExclude run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:25:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:25:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:25:48 DEBUG : enormous: Excluded 2022/03/02 08:25:48 DEBUG : potato2: Excluded 2022/03/02 08:25:48 DEBUG : potato2: Excluded 2022/03/02 08:25:48 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:25:48 DEBUG : empty space: Unchanged skipping 2022/03/02 08:25:48 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:25:48 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:25:48 DEBUG : Waiting for deletions to finish 2022/03/02 08:25:48 INFO : There was nothing to transfer 2022/03/02 08:25:49 DEBUG : enormous: Excluded 2022/03/02 08:25:49 DEBUG : potato2: Excluded 2022/03/02 08:25:50 DEBUG : potato2: Excluded 2022/03/02 08:25:50 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/03/02 08:25:50 DEBUG : empty space: Unchanged skipping 2022/03/02 08:25:50 DEBUG : Local file system at /tmp/rclone100494814: Waiting for checks to finish 2022/03/02 08:25:50 DEBUG : Local file system at /tmp/rclone100494814: Waiting for transfers to finish 2022/03/02 08:25:50 DEBUG : Waiting for deletions to finish 2022/03/02 08:25:50 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (68.37s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:25:56 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:26:03 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:26:10 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2022/03/02 08:26:18 DEBUG : enormous: Excluded 2022/03/02 08:26:18 DEBUG : potato2: Excluded 2022/03/02 08:26:19 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:26:19 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:26:19 DEBUG : empty space: Unchanged skipping 2022/03/02 08:26:19 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:26:19 DEBUG : Waiting for deletions to finish 2022/03/02 08:26:20 INFO : potato2: Deleted 2022/03/02 08:26:20 INFO : enormous: Deleted 2022/03/02 08:26:20 INFO : There was nothing to transfer 2022/03/02 08:26:23 DEBUG : Local file system at /tmp/rclone100494814: Waiting for checks to finish 2022/03/02 08:26:23 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/03/02 08:26:23 DEBUG : empty space: Unchanged skipping 2022/03/02 08:26:23 DEBUG : Local file system at /tmp/rclone100494814: Waiting for transfers to finish 2022/03/02 08:26:23 DEBUG : Waiting for deletions to finish 2022/03/02 08:26:23 INFO : enormous: Deleted 2022/03/02 08:26:23 INFO : potato2: Deleted 2022/03/02 08:26:23 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (31.32s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:26:28 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:26:34 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:26:44 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/03/02 08:26:52 DEBUG : four: Uploading chunk 0, size=8, remain=0 2022/03/02 08:26:57 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:26:57 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/03/02 08:26:57 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/03/02 08:26:57 DEBUG : one: Destination is newer than source, skipping 2022/03/02 08:26:57 DEBUG : three: Sizes identical 2022/03/02 08:26:57 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/03/02 08:26:57 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone100494814) 2022/03/02 08:26:57 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7') 2022/03/02 08:26:57 DEBUG : two: md5 differ 2022/03/02 08:26:57 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:26:58 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:26:58 DEBUG : four: Uploading chunk 0, size=4, remain=0 2022/03/02 08:26:59 DEBUG : five: Uploading chunk 0, size=4, remain=0 2022/03/02 08:27:02 INFO : two: Copied (replaced existing) 2022/03/02 08:27:03 INFO : four: Copied (replaced existing) 2022/03/02 08:27:05 INFO : five: Copied (new) 2022/03/02 08:27:05 DEBUG : Waiting for deletions to finish 2022/03/02 08:27:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:27:07 DEBUG : one: Destination is newer than source, skipping 2022/03/02 08:27:07 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/03/02 08:27:07 DEBUG : two: Size and md5 of src and dst objects identical 2022/03/02 08:27:07 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/03/02 08:27:07 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/03/02 08:27:07 DEBUG : five: Size and md5 of src and dst objects identical 2022/03/02 08:27:07 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/03/02 08:27:07 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/03/02 08:27:07 DEBUG : four: Size and md5 of src and dst objects identical 2022/03/02 08:27:07 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/03/02 08:27:07 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone100494814) 2022/03/02 08:27:07 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7') 2022/03/02 08:27:07 DEBUG : three: md5 differ 2022/03/02 08:27:07 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/03/02 08:27:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:27:07 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/03/02 08:27:48 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/02 08:27:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/02 08:27:49 DEBUG : pacer: Reducing sleep to 10ms 2022/03/02 08:27:49 ERROR : three: Failed to copy: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) 2022/03/02 08:27:49 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting files as there were IO errors 2022/03/02 08:27:49 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting directories as there were IO errors sync_test.go:1000: Error Trace: sync_test.go:1000 Error: Received unexpected error: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) Test: TestSyncWithUpdateOlder --- FAIL: TestSyncWithUpdateOlder (89.62s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1058: Can track renames: true 2022/03/02 08:27:56 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:27:56 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:27:56 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:27:56 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:27:56 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:27:58 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/02 08:27:58 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/03/02 08:28:02 INFO : potato: Copied (new) 2022/03/02 08:28:02 INFO : yam: Copied (new) 2022/03/02 08:28:02 DEBUG : Waiting for deletions to finish 2022/03/02 08:28:05 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:28:05 DEBUG : potato: Unchanged skipping 2022/03/02 08:28:05 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:28:05 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:28:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:28:05 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:28:18 INFO : yam: Moved (server-side) to: yaml 2022/03/02 08:28:18 INFO : yaml: Renamed from "yam" 2022/03/02 08:28:18 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:28:18 DEBUG : Waiting for deletions to finish 2022/03/02 08:28:18 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (26.78s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1127: Can track renames: true 2022/03/02 08:28:22 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:28:22 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:28:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:28:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:28:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:28:24 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/02 08:28:25 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/03/02 08:28:28 INFO : potato: Copied (new) 2022/03/02 08:28:29 INFO : yam: Copied (new) 2022/03/02 08:28:29 DEBUG : Waiting for deletions to finish 2022/03/02 08:28:30 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:28:30 DEBUG : potato: Unchanged skipping 2022/03/02 08:28:30 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:28:30 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:28:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:28:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:28:43 INFO : yam: Moved (server-side) to: yaml 2022/03/02 08:28:43 INFO : yaml: Renamed from "yam" 2022/03/02 08:28:43 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:28:43 DEBUG : Waiting for deletions to finish 2022/03/02 08:28:43 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (26.26s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1163: Can track renames: true 2022/03/02 08:28:49 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:28:49 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:28:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:28:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:28:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:28:52 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2022/03/02 08:28:53 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/02 08:28:57 INFO : potato: Copied (new) 2022/03/02 08:28:58 INFO : sub/yam: Copied (new) 2022/03/02 08:28:58 DEBUG : Waiting for deletions to finish 2022/03/02 08:29:01 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:29:01 DEBUG : potato: Unchanged skipping 2022/03/02 08:29:02 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Making map for --track-renames 2022/03/02 08:29:02 INFO : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Finished making map for --track-renames 2022/03/02 08:29:02 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:29:02 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for renames to finish 2022/03/02 08:29:04 INFO : sub/yam: Moved (server-side) to: yam 2022/03/02 08:29:04 INFO : yam: Renamed from "sub/yam" 2022/03/02 08:29:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:29:04 DEBUG : Waiting for deletions to finish 2022/03/02 08:29:04 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (24.67s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:29:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:29:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:29:20 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/03/02 08:29:22 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:29:24 INFO : nested/sub dir/file: Copied (new) 2022/03/02 08:29:24 INFO : nested/sub dir/file: Deleted 2022/03/02 08:29:27 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:29:27 INFO : sub dir/hello world: Deleted 2022/03/02 08:29:27 INFO : sub dir: Removing directory 2022/03/02 08:29:27 INFO : nested/sub dir: Removing directory 2022/03/02 08:29:27 INFO : nested: Removing directory 2022/03/02 08:29:27 DEBUG : Local file system at /tmp/rclone100494814: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (26.56s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:29:40 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:29:40 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:29:46 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/02 08:29:48 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/03/02 08:29:52 INFO : sub dir/hello world: Copied (new) 2022/03/02 08:29:52 INFO : sub dir/hello world: Deleted 2022/03/02 08:29:52 INFO : nested/sub dir/file: Copied (new) 2022/03/02 08:29:52 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (23.73s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:30:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:30:04 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:30:06 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/02 08:30:06 DEBUG : existing-b: Uploading chunk 0, size=6, remain=0 2022/03/02 08:30:12 INFO : existing: Copied (new) 2022/03/02 08:30:12 INFO : existing: Deleted 2022/03/02 08:30:12 INFO : existing-b: Copied (new) 2022/03/02 08:30:12 INFO : existing-b: Deleted 2022/03/02 08:30:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:30:13 DEBUG : existing: Destination exists, skipping 2022/03/02 08:30:13 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/03/02 08:30:13 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:30:13 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (17.21s) === RUN TestServerSideMove run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:30:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lanewet4namevum7tiqujul4" 2022/03/02 08:30:20 DEBUG : Config file has changed externaly - reloading 2022/03/02 08:30:21 DEBUG : Starting OpenDrive session with ID: 3d52fac71c684d32d83213c4f62ae09d5be4e69e4e5082c5466e9b8f6e635afb 2022/03/02 08:30:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:30:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:30:38 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7' -> OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4' 2022/03/02 08:31:16 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:31:30 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/02 08:31:57 DEBUG : OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4': Using server-side directory move 2022/03/02 08:31:57 INFO : OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/02 08:31:58 DEBUG : OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4': Waiting for checks to finish 2022/03/02 08:31:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/02 08:31:58 DEBUG : empty space: Unchanged skipping 2022/03/02 08:31:58 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/02 08:31:59 INFO : potato3: Deleted 2022/03/02 08:31:59 INFO : empty space: Deleted 2022/03/02 08:31:59 DEBUG : OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4': Waiting for transfers to finish 2022/03/02 08:32:00 INFO : potato2: Moved (server-side) 2022/03/02 08:32:06 INFO : potato3: Moved (server-side) 2022/03/02 08:32:06 INFO : There was nothing to transfer 2022/03/02 08:32:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-ketoxuc0zafejok1reqizal5" 2022/03/02 08:32:08 DEBUG : Starting OpenDrive session with ID: 6359a9ea7d74e6b9417ad8b8324735931e75af47910667d85dd247a842045c18 2022/03/02 08:32:09 DEBUG : OpenDrive root 'rclone-test-ketoxuc0zafejok1reqizal5': Using server-side directory move 2022/03/02 08:32:11 INFO : OpenDrive root 'rclone-test-ketoxuc0zafejok1reqizal5': Server side directory move succeeded 2022/03/02 08:32:16 ERROR : : error listing: directory not found 2022/03/02 08:32:16 DEBUG : OpenDrive root 'rclone-test-ketoxuc0zafejok1reqizal5': Purge remote 2022/03/02 08:32:18 DEBUG : OpenDrive root 'rclone-test-lanewet4namevum7tiqujul4': Purge remote 2022/03/02 08:32:19 purge failed: directory not found --- PASS: TestServerSideMove (120.24s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:32:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wavelad5quvotol0qifevah4" 2022/03/02 08:32:21 DEBUG : Starting OpenDrive session with ID: 637c1aa95d4e85c55f3b805e207d06b5493339b8e67f8170423c1e1d7d0b6c30 2022/03/02 08:32:29 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:32:36 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:32:43 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7' -> OpenDrive root 'rclone-test-wavelad5quvotol0qifevah4' 2022/03/02 08:32:55 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:33:03 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/02 08:33:11 DEBUG : empty space: Excluded 2022/03/02 08:33:11 DEBUG : empty space: Excluded 2022/03/02 08:33:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/02 08:33:11 DEBUG : OpenDrive root 'rclone-test-wavelad5quvotol0qifevah4': Waiting for checks to finish 2022/03/02 08:33:11 DEBUG : OpenDrive root 'rclone-test-wavelad5quvotol0qifevah4': Waiting for transfers to finish 2022/03/02 08:33:11 INFO : potato3: Deleted 2022/03/02 08:33:12 INFO : potato2: Moved (server-side) 2022/03/02 08:33:13 INFO : potato3: Moved (server-side) 2022/03/02 08:33:13 INFO : There was nothing to transfer 2022/03/02 08:33:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-faguxis3laxenig4lometag8" 2022/03/02 08:33:15 DEBUG : Starting OpenDrive session with ID: 8cdb6b3a124226058e71c3791e0e4f7db6015a0da79a3c258eda8c0f38cd81ed 2022/03/02 08:33:20 DEBUG : empty space: Excluded 2022/03/02 08:33:20 DEBUG : OpenDrive root 'rclone-test-faguxis3laxenig4lometag8': Waiting for checks to finish 2022/03/02 08:33:20 DEBUG : OpenDrive root 'rclone-test-faguxis3laxenig4lometag8': Waiting for transfers to finish 2022/03/02 08:33:24 INFO : potato2: Moved (server-side) 2022/03/02 08:33:24 INFO : potato3: Moved (server-side) 2022/03/02 08:33:24 INFO : There was nothing to transfer 2022/03/02 08:33:25 DEBUG : OpenDrive root 'rclone-test-faguxis3laxenig4lometag8': Purge remote 2022/03/02 08:33:27 DEBUG : OpenDrive root 'rclone-test-wavelad5quvotol0qifevah4': Purge remote --- PASS: TestServerSideMoveWithFilter (70.64s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:33:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xuzibav5vofibuq8zegefit2" 2022/03/02 08:33:32 DEBUG : Starting OpenDrive session with ID: d4ac845dbf8ab1063f8317a88673a1c1d98a33bd2211055d24a5777ae98770eb 2022/03/02 08:33:35 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/02 08:33:43 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:33:52 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2022/03/02 08:33:57 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7' -> OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2' 2022/03/02 08:34:05 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/02 08:34:13 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/02 08:34:19 DEBUG : OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2': Using server-side directory move 2022/03/02 08:34:19 INFO : OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/02 08:34:20 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/02 08:34:20 DEBUG : empty space: Unchanged skipping 2022/03/02 08:34:20 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/02 08:34:21 INFO : potato3: Deleted 2022/03/02 08:34:21 INFO : empty space: Deleted 2022/03/02 08:34:21 INFO : potato2: Moved (server-side) 2022/03/02 08:34:22 INFO : potato3: Moved (server-side) 2022/03/02 08:34:24 DEBUG : OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2': Waiting for checks to finish 2022/03/02 08:34:24 DEBUG : OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2': Waiting for transfers to finish 2022/03/02 08:34:24 INFO : tomatoDir: Removing directory 2022/03/02 08:34:26 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': deleted 1 directories 2022/03/02 08:34:26 INFO : There was nothing to transfer 2022/03/02 08:34:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-safolod6seguzuy3viqomec8" 2022/03/02 08:34:29 DEBUG : Starting OpenDrive session with ID: 625cfa6f118fe5fa16df47a9bfe6e7cb3f9752c38a2a940a33c1b5bc78f238f1 2022/03/02 08:34:30 DEBUG : tomatoDir: Making directory 2022/03/02 08:34:32 DEBUG : OpenDrive root 'rclone-test-safolod6seguzuy3viqomec8': Using server-side directory move 2022/03/02 08:34:33 INFO : OpenDrive root 'rclone-test-safolod6seguzuy3viqomec8': Server side directory move succeeded 2022/03/02 08:34:37 ERROR : : error listing: directory not found 2022/03/02 08:34:37 ERROR : : error listing: directory not found 2022/03/02 08:34:37 DEBUG : OpenDrive root 'rclone-test-safolod6seguzuy3viqomec8': Purge remote 2022/03/02 08:34:40 DEBUG : OpenDrive root 'rclone-test-xuzibav5vofibuq8zegefit2': Purge remote 2022/03/02 08:34:41 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (72.38s) === RUN TestServerSideMoveOverlap run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (2.62s) === RUN TestSyncOverlap run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:34:46 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/rclone-sync-test" 2022/03/02 08:34:47 DEBUG : Starting OpenDrive session with ID: fe5f9019b8133647639307fe84f943f09d2f9728b49977da4d0da3dfa95bae77 --- PASS: TestSyncOverlap (4.79s) === RUN TestSyncCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:34:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:34:51 DEBUG : Starting OpenDrive session with ID: 98cfe75e6e9ff02bd7a2483ebe6de03b29b1fbdc2877d98af7d9b0a454448d99 2022/03/02 08:34:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/CompareDest" 2022/03/02 08:34:58 DEBUG : Starting OpenDrive session with ID: 087dbbd14317fd538f9ba90a89d439b0915ac7ce1f2452d3a6754a9bc8debc0d 2022/03/02 08:35:06 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:35:06 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:35:10 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:35:17 INFO : one: Copied (new) 2022/03/02 08:35:17 DEBUG : Waiting for deletions to finish 2022/03/02 08:35:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:35:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/02 08:35:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:35:23 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:35:28 INFO : one: Copied (replaced existing) 2022/03/02 08:35:28 DEBUG : Waiting for deletions to finish 2022/03/02 08:35:33 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:35:44 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:35:53 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:35:56 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:35:56 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/02 08:35:56 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:35:56 DEBUG : Waiting for deletions to finish 2022/03/02 08:35:56 INFO : There was nothing to transfer 2022/03/02 08:36:01 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:36:09 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:36:09 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/02 08:36:09 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:36:10 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:36:10 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/02 08:36:10 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:36:10 DEBUG : Waiting for deletions to finish 2022/03/02 08:36:10 INFO : There was nothing to transfer 2022/03/02 08:36:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:36:17 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/02 08:36:17 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:36:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:36:17 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/02 08:36:17 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:36:17 DEBUG : Waiting for deletions to finish 2022/03/02 08:36:17 INFO : There was nothing to transfer sync_test.go:1543: No hash on uploaded file so skipping compare timestamp test 2022/03/02 08:36:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/03/02 08:36:24 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:36:24 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:36:24 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/02 08:36:24 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:36:27 DEBUG : two: Uploading chunk 0, size=5, remain=0 2022/03/02 08:36:31 INFO : two: Copied (new) 2022/03/02 08:36:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (111.87s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:36:47 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2022/03/02 08:37:00 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2022/03/02 08:37:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dest" 2022/03/02 08:37:07 DEBUG : Starting OpenDrive session with ID: c754bf0d0a3a3003c03d17b6e286225df519996765192440d342da7ee4763bdc 2022/03/02 08:37:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/pre-dest1" 2022/03/02 08:37:16 DEBUG : Starting OpenDrive session with ID: d64b53b8ab5a82f9e9b66b89f4ad18709b082514ea0ad9f0a9e37785fc407a2b 2022/03/02 08:37:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/pre-dest2" 2022/03/02 08:37:21 DEBUG : Starting OpenDrive session with ID: 9644799d1a597d13b554824394c048ed4215037ff38450169e3ac35857120022 2022/03/02 08:37:24 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:37:24 DEBUG : 1: Destination found in --compare-dest, skipping 2022/03/02 08:37:29 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:37:29 DEBUG : 2: Destination found in --compare-dest, skipping 2022/03/02 08:37:31 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dest': Waiting for checks to finish 2022/03/02 08:37:31 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dest': Waiting for transfers to finish 2022/03/02 08:37:35 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2022/03/02 08:37:41 INFO : 3: Copied (new) 2022/03/02 08:37:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (82.10s) === RUN TestSyncCopyDest run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:38:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:38:05 DEBUG : Starting OpenDrive session with ID: 8dc72b740d7ed50c1abc1ac5eca9d6e044520e0488eaedbfa8f58ef0dae9852c 2022/03/02 08:38:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/CopyDest" 2022/03/02 08:38:09 DEBUG : Starting OpenDrive session with ID: ed4efbf9890f67c01c32a29d110ad81e9d6c07592e591073083e7c3e228267fe 2022/03/02 08:38:12 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:38:12 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:38:20 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:38:26 INFO : one: Copied (new) 2022/03/02 08:38:26 DEBUG : Waiting for deletions to finish 2022/03/02 08:38:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:38:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/02 08:38:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:38:31 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:38:35 INFO : one: Copied (replaced existing) 2022/03/02 08:38:35 DEBUG : Waiting for deletions to finish 2022/03/02 08:38:38 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:38:49 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:38:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/BackupDir" 2022/03/02 08:38:56 DEBUG : Starting OpenDrive session with ID: 23d515151a409cbab7d7e091f3f648d8e36b7e3866a529dc7eed7c0aec69d8c5 2022/03/02 08:39:09 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:39:12 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/02 08:39:16 INFO : one: Moved (server-side) 2022/03/02 08:39:19 INFO : one: Copied (server-side copy) 2022/03/02 08:39:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/03/02 08:39:19 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:39:19 DEBUG : Waiting for deletions to finish 2022/03/02 08:39:25 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:39:33 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:34 INFO : two: Copied (server-side copy) 2022/03/02 08:39:34 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/03/02 08:39:34 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:39:36 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:36 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:36 DEBUG : one: Unchanged skipping 2022/03/02 08:39:36 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:39:36 DEBUG : Waiting for deletions to finish 2022/03/02 08:39:38 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:39:39 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:39 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:39 DEBUG : two: Unchanged skipping 2022/03/02 08:39:39 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:39 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:39 DEBUG : one: Unchanged skipping 2022/03/02 08:39:39 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:39:39 DEBUG : Waiting for deletions to finish 2022/03/02 08:39:39 INFO : There was nothing to transfer 2022/03/02 08:39:47 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2022/03/02 08:39:56 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/03/02 08:39:56 DEBUG : three: Destination not found in --copy-dest 2022/03/02 08:39:56 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:39:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:57 DEBUG : one: Unchanged skipping 2022/03/02 08:39:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/02 08:39:57 DEBUG : two: Unchanged skipping 2022/03/02 08:39:57 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:39:58 DEBUG : three: Uploading chunk 0, size=7, remain=0 2022/03/02 08:40:02 INFO : three: Copied (new) 2022/03/02 08:40:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (139.69s) === RUN TestSyncBackupDir run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:40:31 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:40:40 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:40:48 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:40:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:40:56 DEBUG : Starting OpenDrive session with ID: 4af1bc0815db5de8b8614cc0dbbe132c22a169e108f567b23e64650dadeda5be 2022/03/02 08:40:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/backup" 2022/03/02 08:40:59 DEBUG : Starting OpenDrive session with ID: df6328a7e266f613f931d5d73264cdf8ef6bb1890abf8f8b4c96c3c0713b8c78 2022/03/02 08:41:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:41:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:41:07 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:41:07 DEBUG : two: Unchanged skipping 2022/03/02 08:41:12 INFO : one: Moved (server-side) 2022/03/02 08:41:12 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:41:14 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:41:22 INFO : one: Copied (new) 2022/03/02 08:41:22 DEBUG : Waiting for deletions to finish 2022/03/02 08:41:25 INFO : three.txt: Moved (server-side) 2022/03/02 08:41:25 INFO : three.txt: Moved into backup dir 2022/03/02 08:41:44 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:41:51 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:41:51 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:41:51 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:41:51 DEBUG : two: Unchanged skipping 2022/03/02 08:41:52 INFO : one: Deleted 2022/03/02 08:41:55 INFO : one: Moved (server-side) 2022/03/02 08:41:55 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:41:58 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:42:03 INFO : one: Copied (new) 2022/03/02 08:42:03 DEBUG : Waiting for deletions to finish 2022/03/02 08:42:05 INFO : three.txt: Deleted 2022/03/02 08:42:08 INFO : three.txt: Moved (server-side) 2022/03/02 08:42:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (117.04s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:42:25 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:42:32 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:42:42 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:42:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:42:49 DEBUG : Starting OpenDrive session with ID: fe370e6613bd8feb43dcdfb0657c475f7990c307bf1315c83dcf5288960a96f1 2022/03/02 08:42:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/backup" 2022/03/02 08:42:51 DEBUG : Starting OpenDrive session with ID: f748a92f3d16d09a3087b9cae506205ac373ce52e0250aa78b68c063f52d737b 2022/03/02 08:42:55 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:42:55 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:42:55 DEBUG : two: Unchanged skipping 2022/03/02 08:42:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:42:58 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:42:58 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:43:01 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:43:05 INFO : one: Copied (new) 2022/03/02 08:43:05 DEBUG : Waiting for deletions to finish 2022/03/02 08:43:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:43:07 INFO : three.txt: Moved into backup dir 2022/03/02 08:43:15 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:43:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:43:25 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:43:25 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:43:25 DEBUG : two: Unchanged skipping 2022/03/02 08:43:27 INFO : one.bak: Deleted 2022/03/02 08:43:28 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:43:28 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:43:35 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:43:41 INFO : one: Copied (new) 2022/03/02 08:43:41 DEBUG : Waiting for deletions to finish 2022/03/02 08:43:42 INFO : three.txt.bak: Deleted 2022/03/02 08:43:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:43:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (96.04s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:44:02 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:44:10 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:44:18 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:44:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:44:24 DEBUG : Starting OpenDrive session with ID: d193fa82e9f65c8f91575d6a23da801c74bcdd8bf0f91ba26859f03c1851c412 2022/03/02 08:44:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/backup" 2022/03/02 08:44:26 DEBUG : Starting OpenDrive session with ID: 4f11f64394cf223a1edc12536074244382e4c6a076d2deb649157eb12c6538f8 2022/03/02 08:44:30 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:44:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:44:30 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:44:30 DEBUG : two: Unchanged skipping 2022/03/02 08:44:34 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/02 08:44:34 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:44:37 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:44:46 INFO : one: Copied (new) 2022/03/02 08:44:46 DEBUG : Waiting for deletions to finish 2022/03/02 08:44:49 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/02 08:44:49 INFO : three.txt: Moved into backup dir 2022/03/02 08:44:54 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:45:03 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:45:03 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:45:03 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:45:03 DEBUG : two: Unchanged skipping 2022/03/02 08:45:05 INFO : one-2019-01-01: Deleted 2022/03/02 08:45:07 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/02 08:45:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:45:10 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:45:14 INFO : one: Copied (new) 2022/03/02 08:45:14 DEBUG : Waiting for deletions to finish 2022/03/02 08:45:16 INFO : three-2019-01-01.txt: Deleted 2022/03/02 08:45:19 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/02 08:45:19 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (93.77s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:45:35 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:45:50 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:45:58 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:46:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:46:05 DEBUG : Starting OpenDrive session with ID: 7e440c876d66b9dde07b4b81c849fc2300572a859b850f4b7e41f1467629f87b 2022/03/02 08:46:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:46:08 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:46:08 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:46:08 DEBUG : two: Unchanged skipping 2022/03/02 08:46:22 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:46:22 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:46:26 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:46:30 INFO : one: Copied (new) 2022/03/02 08:46:30 DEBUG : Waiting for deletions to finish 2022/03/02 08:46:42 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:46:42 INFO : three.txt: Moved into backup dir 2022/03/02 08:46:46 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:46:53 DEBUG : one.bak: Excluded 2022/03/02 08:46:53 DEBUG : three.txt.bak: Excluded 2022/03/02 08:46:53 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:46:53 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for checks to finish 2022/03/02 08:46:53 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:46:53 DEBUG : two: Unchanged skipping 2022/03/02 08:46:54 INFO : one.bak: Deleted 2022/03/02 08:47:07 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:47:07 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7/dst': Waiting for transfers to finish 2022/03/02 08:47:09 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:47:15 INFO : one: Copied (new) 2022/03/02 08:47:15 DEBUG : Waiting for deletions to finish 2022/03/02 08:47:20 INFO : three.txt.bak: Deleted 2022/03/02 08:47:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:47:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (133.91s) === RUN TestSyncSuffix run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:47:49 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:47:57 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:48:05 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:48:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:48:20 DEBUG : Starting OpenDrive session with ID: aa88e70d94c7ffb9a2b8bd5d4a297b35286212589bd04f5e08611a1a2aa29751 2022/03/02 08:48:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:48:37 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:48:40 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:48:44 INFO : one: Copied (new) 2022/03/02 08:48:45 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:48:45 DEBUG : two: Unchanged skipping 2022/03/02 08:48:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/02 08:49:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:49:05 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:49:09 INFO : three.txt: Copied (new) 2022/03/02 08:49:15 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:49:17 INFO : one.bak: Deleted 2022/03/02 08:49:32 INFO : one: Moved (server-side) to: one.bak 2022/03/02 08:49:34 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:49:38 INFO : one: Copied (new) 2022/03/02 08:49:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:49:39 DEBUG : two: Unchanged skipping 2022/03/02 08:49:39 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/02 08:49:41 INFO : three.txt.bak: Deleted 2022/03/02 08:49:54 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/02 08:49:56 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2022/03/02 08:50:01 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (146.65s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:50:19 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/02 08:50:26 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/02 08:50:34 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/02 08:50:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qudosod8xolorur7qoyawoh7/dst" 2022/03/02 08:50:42 DEBUG : Starting OpenDrive session with ID: 4df7c6f09db6ad7e9618275d0a535a634f93d06c2905cfb783044f6d8586fb01 2022/03/02 08:50:44 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/02 08:50:57 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/02 08:50:59 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/02 08:51:03 INFO : one: Copied (new) 2022/03/02 08:51:04 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:51:04 DEBUG : two: Unchanged skipping 2022/03/02 08:51:05 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/02 08:51:19 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/02 08:51:21 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/03/02 08:51:27 INFO : three.txt: Copied (new) 2022/03/02 08:51:31 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/02 08:51:32 INFO : one-2019-01-01: Deleted 2022/03/02 08:51:44 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/02 08:51:47 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/02 08:51:51 INFO : one: Copied (new) 2022/03/02 08:51:52 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 08:51:52 DEBUG : two: Unchanged skipping 2022/03/02 08:51:53 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/02 08:51:54 INFO : three-2019-01-01.txt: Deleted 2022/03/02 08:52:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/02 08:52:09 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2022/03/02 08:52:27 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (145.61s) === RUN TestSyncUTFNorm run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:52:43 DEBUG : Testêé: Uploading chunk 0, size=18, remain=0 2022/03/02 08:52:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:52:49 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/03/02 08:52:49 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:52:50 DEBUG : Testêé: Uploading chunk 0, size=14, remain=0 2022/03/02 08:52:55 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/03/02 08:52:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (20.37s) === RUN TestSyncImmutable run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:52:59 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:52:59 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:53:02 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/02 08:53:08 INFO : existing: Copied (new) 2022/03/02 08:53:08 DEBUG : Waiting for deletions to finish 2022/03/02 08:53:11 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/03/02 08:53:11 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 08:53:11 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/03/02 08:53:11 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 08:53:11 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting files as there were IO errors 2022/03/02 08:53:11 ERROR : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (15.93s) === RUN TestSyncIgnoreCase run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1955: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (1.55s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (5.47s) --- SKIP: TestMaxTransfer/Hard (1.50s) --- SKIP: TestMaxTransfer/Soft (2.49s) --- SKIP: TestMaxTransfer/Cautious (1.48s) === RUN TestSyncConcurrentDelete run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 08:53:23 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2022/03/02 08:53:56 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:04 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:15 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:21 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:28 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:36 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:42 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:49 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2022/03/02 08:54:58 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2022/03/02 08:55:13 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2022/03/02 08:55:24 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2022/03/02 08:55:31 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2022/03/02 08:55:40 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2022/03/02 08:55:49 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:04 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:14 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:22 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:30 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:39 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:46 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2022/03/02 08:56:55 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2022/03/02 08:57:01 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2022/03/02 08:57:08 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2022/03/02 08:57:16 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2022/03/02 08:57:40 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2022/03/02 08:58:18 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2022/03/02 08:58:28 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2022/03/02 08:58:35 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2022/03/02 08:58:58 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2022/03/02 08:59:07 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2022/03/02 08:59:27 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2022/03/02 08:59:42 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2022/03/02 08:59:57 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2022/03/02 09:00:10 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2022/03/02 09:00:20 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2022/03/02 09:00:43 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2022/03/02 09:00:51 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2022/03/02 09:01:08 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2022/03/02 09:01:21 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2022/03/02 09:01:29 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for checks to finish 2022/03/02 09:01:29 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both1: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both12: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both13: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both14: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both15: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both16: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both17: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both10: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both18: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both19: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both3: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both4: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both5: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both2: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both6: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both7: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both9: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both8: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/02 09:01:29 DEBUG : both11: Unchanged skipping 2022/03/02 09:01:29 DEBUG : both0: Unchanged skipping 2022/03/02 09:01:29 DEBUG : OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7': Waiting for transfers to finish 2022/03/02 09:01:29 DEBUG : Waiting for deletions to finish 2022/03/02 09:01:30 INFO : only15: Deleted 2022/03/02 09:01:30 INFO : only4: Deleted 2022/03/02 09:01:30 INFO : only13: Deleted 2022/03/02 09:01:30 INFO : only11: Deleted 2022/03/02 09:01:30 INFO : only14: Deleted 2022/03/02 09:01:31 INFO : only3: Deleted 2022/03/02 09:01:31 INFO : only9: Deleted 2022/03/02 09:01:31 INFO : only5: Deleted 2022/03/02 09:01:31 INFO : only16: Deleted 2022/03/02 09:01:32 INFO : only8: Deleted 2022/03/02 09:01:32 INFO : only7: Deleted 2022/03/02 09:01:32 INFO : only17: Deleted 2022/03/02 09:01:32 INFO : only18: Deleted 2022/03/02 09:01:32 INFO : only19: Deleted 2022/03/02 09:01:33 INFO : only2: Deleted 2022/03/02 09:01:33 INFO : only0: Deleted 2022/03/02 09:01:33 INFO : only1: Deleted 2022/03/02 09:01:33 INFO : only10: Deleted 2022/03/02 09:01:33 INFO : only12: Deleted 2022/03/02 09:01:33 INFO : only6: Deleted 2022/03/02 09:01:33 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (526.15s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "OpenDrive root 'rclone-test-qudosod8xolorur7qoyawoh7'", Local "Local file system at /tmp/rclone100494814", Modify Window "1s" 2022/03/02 09:02:10 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2022/03/02 09:02:19 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2022/03/02 09:02:31 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2022/03/02 09:02:40 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2022/03/02 09:02:46 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2022/03/02 09:02:56 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:02 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:08 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:26 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:33 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:42 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:48 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2022/03/02 09:03:55 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:02 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:13 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:20 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:28 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:35 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2022/03/02 09:04:44 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2022/03/02 09:05:06 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2022/03/02 09:05:16 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2022/03/02 09:05:27 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2022/03/02 09:05:41 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2022/03/02 09:06:15 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2022/03/02 09:06:25 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2022/03/02 09:06:32 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2022/03/02 09:06:45 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2022/03/02 09:06:52 DEBUG : only13: Uploading chunk 0, size=6, remain=0 panic: test timed out after 1h0m0s goroutine 31266 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:1788 +0x8e created by time.goFunc /usr/local/go/src/time/sleep.go:180 +0x31 goroutine 1 [chan receive, 4 minutes]: testing.(*T).Run(0xc0004d7380, {0x18d86f9, 0x46d533}, 0x195efd8) /usr/local/go/src/testing/testing.go:1307 +0x375 testing.runTests.func1(0xc000995bf0) /usr/local/go/src/testing/testing.go:1598 +0x6e testing.tRunner(0xc0004d7380, 0xc0005d1ca0) /usr/local/go/src/testing/testing.go:1259 +0x102 testing.runTests(0xc000352c00, {0x28abd40, 0x4a, 0x4a}, {0xead6e0, 0xc0008f4a20, 0x28b8dc0}) /usr/local/go/src/testing/testing.go:1596 +0x43f testing.(*M).Run(0xc000352c00) /usr/local/go/src/testing/testing.go:1504 +0x51d github.com/rclone/rclone/fstest.TestMain(0xc0000001a0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:70 +0x9e github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:36 main.main() _testmain.go:191 +0x166 goroutine 8 [select]: go.opencensus.io/stats/view.(*worker).start(0xc0000f7280) /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:276 +0xb9 created by go.opencensus.io/stats/view.init.0 /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:34 +0x92 goroutine 29372 [select]: net/http.(*persistConn).roundTrip(0xc000844900, 0xc0002d4f00) /usr/local/go/src/net/http/transport.go:2614 +0x97d net/http.(*Transport).roundTrip(0xc0003fa8c0, 0xc0007c6800) /usr/local/go/src/net/http/transport.go:594 +0x7d1 net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:18 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0000944b0, 0xc0007c6800) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:274 +0x4c8 net/http.send(0xc0007c6800, {0x1c29360, 0xc0000944b0}, {0x1872c60, 0x1, 0x0}) /usr/local/go/src/net/http/client.go:252 +0x5d8 net/http.(*Client).send(0xc00077be60, 0xc0007c6800, {0xc0007c6800, 0x2f, 0x0}) /usr/local/go/src/net/http/client.go:176 +0x9b net/http.(*Client).do(0xc00077be60, 0xc0007c6800) /usr/local/go/src/net/http/client.go:725 +0x908 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:593 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc000094500, {0x1c5e760, 0xc000a10210}, 0xc000aaf328) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:284 +0xc05 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x3, {0x1c5e760, 0xc000a10210}, 0xc000aaf3a8, {0x0, 0x0}, {0x150c040, 0xc00025cbd0}, 0x0, 0x195f120, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:481 +0x485 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:424 github.com/rclone/rclone/backend/opendrive.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:1037 +0x269 github.com/rclone/rclone/fs.pacerInvoker(0xc00008a600, 0x0, 0x100000000000000) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:88 +0x38 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00008a600, 0xc000aaf588, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x85 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00008a600, 0x1c5e760) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x90 github.com/rclone/rclone/backend/opendrive.(*Object).readMetaData(0xc0002e04d0, {0x1c5e760, 0xc000a10210}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:1031 +0x2a8 github.com/rclone/rclone/backend/opendrive.(*Object).Update(0xc0002e04d0, {0x1c5e760, 0xc000a10210}, {0x1c25ec0, 0xc0008deba0}, {0x1c76100, 0xc0009a50e0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:1018 +0xad2 github.com/rclone/rclone/backend/opendrive.(*Fs).Put(0x0, {0x1c5e760, 0xc000a10210}, {0x1c25ec0, 0xc0008deba0}, {0x1c76100, 0xc0009a50e0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:645 +0x485 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc0003ee4d0, {0x1c5e760, 0xc000a10210}, {0x1c8dde8, 0xc000754900}, {0xc0002df7a6, 0x6}, {0x18b265d, 0x6}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:277 +0x432 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:294 github.com/rclone/rclone/fs/sync.testSyncConcurrent(0xc0006744e0, {0x18b5db1, 0x8}) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2043 +0x84c github.com/rclone/rclone/fs/sync.TestSyncConcurrentTruncate(0x4) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2066 +0x25 testing.tRunner(0xc0006744e0, 0x195efd8) /usr/local/go/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1306 +0x35a goroutine 31256 [select]: net/http.(*persistConn).writeLoop(0xc000844900) /usr/local/go/src/net/http/transport.go:2386 +0xfb created by net/http.(*Transport).dialConn /usr/local/go/src/net/http/transport.go:1748 +0x1e65 goroutine 31255 [IO wait]: internal/poll.runtime_pollWait(0x7f699ffcbd60, 0x72) /usr/local/go/src/runtime/netpoll.go:234 +0x89 internal/poll.(*pollDesc).wait(0xc000a44600, 0xc0006c0000, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000a44600, {0xc0006c0000, 0x18b4, 0x18b4}) /usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a net.(*netFD).Read(0xc000a44600, {0xc0006c0000, 0x4fce78, 0x6c}) /usr/local/go/src/net/fd_posix.go:56 +0x29 net.(*conn).Read(0xc000209d80, {0xc0006c0000, 0x681cc5, 0xc000782e00}) /usr/local/go/src/net/net.go:183 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0005e4d80, {0xc0006c0000, 0xc000b248a0, 0x100000000000000}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:104 +0x32 crypto/tls.(*atLeastReader).Read(0xc00171e8d0, {0xc0006c0000, 0x0, 0x40ba4d}) /usr/local/go/src/crypto/tls/conn.go:777 +0x3d bytes.(*Buffer).ReadFrom(0xc000302278, {0x1c26080, 0xc00171e8d0}) /usr/local/go/src/bytes/buffer.go:204 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000302000, {0x7f699e5e1bd8, 0xc0005e4d80}, 0x1610bd35bf405a9b) /usr/local/go/src/crypto/tls/conn.go:799 +0xe5 crypto/tls.(*Conn).readRecordOrCCS(0xc000302000, 0x0) /usr/local/go/src/crypto/tls/conn.go:606 +0x112 crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:574 crypto/tls.(*Conn).Read(0xc000302000, {0xc0006de000, 0x1000, 0x101000000203000}) /usr/local/go/src/crypto/tls/conn.go:1277 +0x16f net/http.(*persistConn).Read(0xc000844900, {0xc0006de000, 0x406f1d, 0x60}) /usr/local/go/src/net/http/transport.go:1926 +0x4e bufio.(*Reader).fill(0xc0008d3620) /usr/local/go/src/bufio/bufio.go:101 +0x103 bufio.(*Reader).Peek(0xc0008d3620, 0x1) /usr/local/go/src/bufio/bufio.go:139 +0x5d net/http.(*persistConn).readLoop(0xc000844900) /usr/local/go/src/net/http/transport.go:2087 +0x1ac created by net/http.(*Transport).dialConn /usr/local/go/src/net/http/transport.go:1747 +0x1e05 "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 1h0m5.850745128s (try 3/5): exit status 2: Failed [TestSyncWithUpdateOlder]