"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2021/07/25 05:12:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0" 2021/07/25 05:12:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/07/25 05:12:03 DEBUG : Starting OpenDrive session with ID: b031e3579be59ae63fc9947373d0cde73792f39ffc4d6f460678803eb85c89a9 2021/07/25 05:12:04 DEBUG : Creating backend with remote "/tmp/rclone733256344" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.07s) === 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:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:12:06 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2021/07/25 05:12:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:12:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (3.44s) === RUN TestCopy run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:12:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:12:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:12:21 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:12:30 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (27.11s) === RUN TestCopyMissingDirectory run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:12:34 DEBUG : Creating backend with remote "/non-existing" 2021/07/25 05:12:35 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2021/07/25 05:12:35 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:12:35 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.21s) === RUN TestCopyNoTraverse run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:12:37 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:12:37 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:12:46 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:12:49 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (17.39s) === RUN TestCopyCheckFirst run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:12:54 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Running all checks before starting transfers 2021/07/25 05:12:55 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:12:55 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Checks finished, now starting transfers 2021/07/25 05:12:55 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:12:58 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:13:01 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (11.41s) === RUN TestSyncNoTraverse run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:05 ERROR : Ignoring --no-traverse with sync 2021/07/25 05:13:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:09 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:13:12 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:13:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (11.43s) === RUN TestCopyWithDepth run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:17 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:17 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:19 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2021/07/25 05:13:22 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (7.77s) === RUN TestCopyWithFilesFrom run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:25 DEBUG : hello world2: Excluded 2021/07/25 05:13:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:27 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2021/07/25 05:13:30 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (7.83s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:35 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2021/07/25 05:13:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (7.53s) === RUN TestCopyEmptyDirectories run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:40 DEBUG : sub dir2: Making directory 2021/07/25 05:13:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:44 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:13:46 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:13:46 DEBUG : sub dir2: Making directory 2021/07/25 05:13:48 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': copied 1 directories --- PASS: TestCopyEmptyDirectories (13.53s) === RUN TestMoveEmptyDirectories run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:13:54 DEBUG : sub dir2: Making directory 2021/07/25 05:13:54 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:13:54 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:13:57 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:14:00 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:14:00 INFO : sub dir/hello world: Deleted 2021/07/25 05:14:00 DEBUG : sub dir: Making directory 2021/07/25 05:14:00 DEBUG : sub dir2: Making directory 2021/07/25 05:14:01 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': copied 2 directories --- PASS: TestMoveEmptyDirectories (13.60s) === RUN TestSyncEmptyDirectories run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:14:07 DEBUG : sub dir2: Making directory 2021/07/25 05:14:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:14:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:14:11 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:14:14 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:14:14 DEBUG : sub dir2: Making directory 2021/07/25 05:14:15 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': copied 1 directories 2021/07/25 05:14:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (13.27s) === RUN TestServerSideCopy run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:14:23 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:14:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xunagep4yaqujeq7peqamuj5" 2021/07/25 05:14:28 DEBUG : Starting OpenDrive session with ID: 9afadac314f89962868eb7a9b1ab47fcd9ac949975b41a97327216b165c81640 sync_test.go:281: Server side copy (if possible) OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0' -> OpenDrive root 'rclone-test-xunagep4yaqujeq7peqamuj5' 2021/07/25 05:14:31 DEBUG : OpenDrive root 'rclone-test-xunagep4yaqujeq7peqamuj5': Waiting for checks to finish 2021/07/25 05:14:31 DEBUG : OpenDrive root 'rclone-test-xunagep4yaqujeq7peqamuj5': Waiting for transfers to finish 2021/07/25 05:14:34 INFO : sub dir/hello world: Copied (server-side copy) 2021/07/25 05:14:35 DEBUG : OpenDrive root 'rclone-test-xunagep4yaqujeq7peqamuj5': Purge remote --- PASS: TestServerSideCopy (19.17s) === RUN TestCopyAfterDelete run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:14:43 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:14:46 ERROR : : error listing: directory not found 2021/07/25 05:14:47 DEBUG : Local file system at /tmp/rclone733256344: Making directory 2021/07/25 05:14:47 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:14:47 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (12.47s) === RUN TestCopyRedownload run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:14:55 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:15:01 DEBUG : Local file system at /tmp/rclone733256344: Waiting for checks to finish 2021/07/25 05:15:01 DEBUG : Local file system at /tmp/rclone733256344: Waiting for transfers to finish 2021/07/25 05:15:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/07/25 05:15:01 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (13.19s) === RUN TestSyncBasedOnCheckSum run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:15:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:06 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:08 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2021/07/25 05:15:11 INFO : check sum: Copied (new) 2021/07/25 05:15:11 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:12 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:12 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/07/25 05:15:12 DEBUG : check sum: Size and md5 of src and dst objects identical 2021/07/25 05:15:12 DEBUG : check sum: Unchanged skipping 2021/07/25 05:15:12 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:12 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:12 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (10.29s) === RUN TestSyncSizeOnly run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:15:16 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:16 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:22 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2021/07/25 05:15:25 INFO : sizeonly: Copied (new) 2021/07/25 05:15:25 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:26 DEBUG : sizeonly: Sizes identical 2021/07/25 05:15:26 DEBUG : sizeonly: Unchanged skipping 2021/07/25 05:15:26 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:26 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:26 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:26 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (12.60s) === RUN TestSyncIgnoreSize run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:15:29 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:29 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:31 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2021/07/25 05:15:35 INFO : ignore-size: Copied (new) 2021/07/25 05:15:35 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:36 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:36 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:15:36 DEBUG : ignore-size: Unchanged skipping 2021/07/25 05:15:36 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:36 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:36 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (9.90s) === RUN TestSyncIgnoreTimes run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:15:40 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2021/07/25 05:15:44 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:15:44 DEBUG : existing: Unchanged skipping 2021/07/25 05:15:44 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:44 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:44 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:44 INFO : There was nothing to transfer 2021/07/25 05:15:44 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2021/07/25 05:15:44 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:44 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:45 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2021/07/25 05:15:48 INFO : existing: Copied (replaced existing) 2021/07/25 05:15:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (12.01s) === RUN TestSyncIgnoreExisting run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:15:51 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:51 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:54 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2021/07/25 05:15:57 INFO : existing: Copied (new) 2021/07/25 05:15:57 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:58 DEBUG : existing: Destination exists, skipping 2021/07/25 05:15:58 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:15:58 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:15:58 DEBUG : Waiting for deletions to finish 2021/07/25 05:15:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (10.49s) === RUN TestSyncIgnoreErrors run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:16:04 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:16:11 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2021/07/25 05:16:18 DEBUG : d: Making directory 2021/07/25 05:16:21 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:16:21 DEBUG : c/non empty space: Unchanged skipping 2021/07/25 05:16:22 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:16:22 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:16:23 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:16:27 INFO : a/potato2: Copied (new) 2021/07/25 05:16:27 DEBUG : Waiting for deletions to finish 2021/07/25 05:16:28 INFO : b/potato: Deleted 2021/07/25 05:16:28 INFO : d: Removing directory 2021/07/25 05:16:29 INFO : b: Removing directory 2021/07/25 05:16:30 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': deleted 2 directories --- PASS: TestSyncIgnoreErrors (35.71s) === RUN TestSyncAfterChangingModtimeOnly run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:16:38 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:16:42 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 2021/07/25 05:16:42 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:16:42 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/07/25 05:16:42 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2021/07/25 05:16:42 DEBUG : empty space: Unchanged skipping 2021/07/25 05:16:42 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:16:42 DEBUG : Waiting for deletions to finish 2021/07/25 05:16:42 INFO : There was nothing to transfer 2021/07/25 05:16:43 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 2021/07/25 05:16:43 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:16:43 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/07/25 05:16:44 INFO : empty space: Updated modification time in destination 2021/07/25 05:16:44 DEBUG : empty space: Unchanged skipping 2021/07/25 05:16:44 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:16:44 DEBUG : Waiting for deletions to finish 2021/07/25 05:16:44 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (9.73s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:16:48 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:16:52 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 2021/07/25 05:16:52 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:16:52 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/07/25 05:16:52 DEBUG : empty space: Unchanged skipping 2021/07/25 05:16:52 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:16:52 DEBUG : Waiting for deletions to finish 2021/07/25 05:16:52 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (8.19s) === RUN TestSyncDoesntUpdateModtime run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:16:57 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2021/07/25 05:17:02 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 2021/07/25 05:17:02 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:17:02 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone733256344) 2021/07/25 05:17:02 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0') 2021/07/25 05:17:02 DEBUG : foo: md5 differ 2021/07/25 05:17:02 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:17:03 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2021/07/25 05:17:07 INFO : foo: Copied (replaced existing) 2021/07/25 05:17:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (15.06s) === RUN TestSyncAfterAddingAFile run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:17:17 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:17:25 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:17:25 DEBUG : empty space: Unchanged skipping 2021/07/25 05:17:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:17:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:17:27 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2021/07/25 05:17:34 INFO : potato: Copied (new) 2021/07/25 05:17:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (27.54s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:17:39 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2021/07/25 05:17:43 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2021/07/25 05:17:43 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:17:43 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:17:44 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:17:49 INFO : potato: Copied (replaced existing) 2021/07/25 05:17:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (14.62s) === RUN TestSyncAfterChangingContentsOnly run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:17:53 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:17:58 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 2021/07/25 05:17:58 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:17:58 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone733256344) 2021/07/25 05:17:58 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0') 2021/07/25 05:17:58 DEBUG : potato: md5 differ 2021/07/25 05:17:58 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:17:59 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:18:03 INFO : potato: Copied (replaced existing) 2021/07/25 05:18:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (14.06s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:18:08 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:18:14 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:18:18 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2021/07/25 05:18:18 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:18:18 DEBUG : empty space: Unchanged skipping 2021/07/25 05:18:18 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:18:18 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:18:18 DEBUG : Waiting for deletions to finish 2021/07/25 05:18:18 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (15.44s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:18:23 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:18:27 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:18:32 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:18:32 DEBUG : empty space: Unchanged skipping 2021/07/25 05:18:32 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:18:32 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:18:34 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:18:37 INFO : potato2: Copied (new) 2021/07/25 05:18:37 DEBUG : Waiting for deletions to finish 2021/07/25 05:18:38 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (19.81s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:18:44 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:18:50 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2021/07/25 05:18:53 DEBUG : d: Making directory 2021/07/25 05:18:55 DEBUG : d/e: Making directory 2021/07/25 05:18:59 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:18:59 DEBUG : c/non empty space: Unchanged skipping 2021/07/25 05:19:00 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:19:00 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:19:01 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:19:04 INFO : a/potato2: Copied (new) 2021/07/25 05:19:04 DEBUG : Waiting for deletions to finish 2021/07/25 05:19:05 INFO : b/potato: Deleted 2021/07/25 05:19:05 INFO : d/e: Removing directory 2021/07/25 05:19:06 INFO : d: Removing directory 2021/07/25 05:19:07 INFO : b: Removing directory 2021/07/25 05:19:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (33.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:19:18 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:19:27 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2021/07/25 05:19:31 DEBUG : d: Making directory 2021/07/25 05:19:34 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:19:34 DEBUG : c/non empty space: Unchanged skipping 2021/07/25 05:19:35 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:19:35 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:19:37 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:19:40 INFO : a/potato2: Copied (new) 2021/07/25 05:19:40 ERROR : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': not deleting files as there were IO errors 2021/07/25 05:19:40 ERROR : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (36.08s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:19:52 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:19:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:20:00 DEBUG : Waiting for deletions to finish 2021/07/25 05:20:01 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:20:01 DEBUG : empty space: Unchanged skipping 2021/07/25 05:20:01 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:20:01 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:20:01 INFO : potato: Deleted 2021/07/25 05:20:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:20:06 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (18.21s) === RUN TestSyncDeleteBefore run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:20:10 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:20:15 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:20:19 DEBUG : Waiting for deletions to finish 2021/07/25 05:20:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:20:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:20:20 INFO : potato: Deleted 2021/07/25 05:20:21 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:20:21 DEBUG : empty space: Unchanged skipping 2021/07/25 05:20:21 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:20:21 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:20:22 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:20:25 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (19.78s) === RUN TestCopyDeleteBefore run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:20:30 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2021/07/25 05:20:34 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:20:34 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:20:36 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2021/07/25 05:20:42 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (16.26s) === RUN TestSyncWithExclude run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:20:47 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:20:52 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:20:56 DEBUG : enormous: Excluded 2021/07/25 05:20:56 DEBUG : potato2: Excluded 2021/07/25 05:20:56 DEBUG : potato2: Excluded 2021/07/25 05:20:56 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:20:56 DEBUG : empty space: Unchanged skipping 2021/07/25 05:20:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:20:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:20:56 DEBUG : Waiting for deletions to finish 2021/07/25 05:20:56 INFO : There was nothing to transfer 2021/07/25 05:20:57 DEBUG : enormous: Excluded 2021/07/25 05:20:57 DEBUG : potato2: Excluded 2021/07/25 05:20:57 DEBUG : potato2: Excluded 2021/07/25 05:20:57 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2021/07/25 05:20:57 DEBUG : empty space: Unchanged skipping 2021/07/25 05:20:57 DEBUG : Local file system at /tmp/rclone733256344: Waiting for checks to finish 2021/07/25 05:20:57 DEBUG : Local file system at /tmp/rclone733256344: Waiting for transfers to finish 2021/07/25 05:20:57 DEBUG : Waiting for deletions to finish 2021/07/25 05:20:57 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (15.02s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:21:01 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:21:06 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:21:12 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2021/07/25 05:21:15 DEBUG : enormous: Excluded 2021/07/25 05:21:15 DEBUG : potato2: Excluded 2021/07/25 05:21:16 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:21:16 DEBUG : empty space: Unchanged skipping 2021/07/25 05:21:16 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:21:16 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:21:16 DEBUG : Waiting for deletions to finish 2021/07/25 05:21:16 INFO : enormous: Deleted 2021/07/25 05:21:17 INFO : potato2: Deleted 2021/07/25 05:21:17 INFO : There was nothing to transfer 2021/07/25 05:21:18 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2021/07/25 05:21:18 DEBUG : empty space: Unchanged skipping 2021/07/25 05:21:18 DEBUG : Local file system at /tmp/rclone733256344: Waiting for checks to finish 2021/07/25 05:21:18 DEBUG : Local file system at /tmp/rclone733256344: Waiting for transfers to finish 2021/07/25 05:21:18 DEBUG : Waiting for deletions to finish 2021/07/25 05:21:18 INFO : enormous: Deleted 2021/07/25 05:21:18 INFO : potato2: Deleted 2021/07/25 05:21:18 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (20.54s) === RUN TestSyncWithUpdateOlder run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:21:22 DEBUG : one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:21:27 DEBUG : two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:21:33 DEBUG : three: Uploading chunk 0, size=5, remain=0 2021/07/25 05:21:37 DEBUG : four: Uploading chunk 0, size=8, remain=0 2021/07/25 05:21:41 DEBUG : four: Sizes differ (src 4 vs dst 8) 2021/07/25 05:21:41 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2021/07/25 05:21:41 DEBUG : one: Destination is newer than source, skipping 2021/07/25 05:21:41 DEBUG : three: Sizes identical 2021/07/25 05:21:41 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2021/07/25 05:21:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:21:41 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone733256344) 2021/07/25 05:21:41 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0') 2021/07/25 05:21:41 DEBUG : two: md5 differ 2021/07/25 05:21:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:21:42 DEBUG : two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:21:42 DEBUG : four: Uploading chunk 0, size=4, remain=0 2021/07/25 05:21:43 DEBUG : five: Uploading chunk 0, size=4, remain=0 2021/07/25 05:21:45 INFO : two: Copied (replaced existing) 2021/07/25 05:21:45 INFO : four: Copied (replaced existing) 2021/07/25 05:21:46 INFO : five: Copied (new) 2021/07/25 05:21:46 DEBUG : Waiting for deletions to finish 2021/07/25 05:21:48 DEBUG : one: Destination is newer than source, skipping 2021/07/25 05:21:48 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:21:48 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/07/25 05:21:48 DEBUG : two: Size and md5 of src and dst objects identical 2021/07/25 05:21:48 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2021/07/25 05:21:48 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/07/25 05:21:48 DEBUG : four: Size and md5 of src and dst objects identical 2021/07/25 05:21:48 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2021/07/25 05:21:48 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone733256344) 2021/07/25 05:21:48 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0') 2021/07/25 05:21:48 DEBUG : three: md5 differ 2021/07/25 05:21:48 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2021/07/25 05:21:48 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/07/25 05:21:48 DEBUG : five: Size and md5 of src and dst objects identical 2021/07/25 05:21:48 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2021/07/25 05:21:48 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:21:48 DEBUG : three: Uploading chunk 0, size=5, remain=0 2021/07/25 05:21:51 INFO : three: Copied (replaced existing) 2021/07/25 05:21:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (35.68s) === RUN TestSyncWithMaxDuration sync_test.go:1039: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1088: Can track renames: true 2021/07/25 05:21:56 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:21:56 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:21:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:21:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:21:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:21:58 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2021/07/25 05:21:59 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2021/07/25 05:22:01 INFO : potato: Copied (new) 2021/07/25 05:22:03 INFO : yam: Copied (new) 2021/07/25 05:22:03 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:04 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:22:04 DEBUG : potato: Unchanged skipping 2021/07/25 05:22:04 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:22:04 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:22:04 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:04 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:22:16 INFO : yam: Moved (server-side) to: yaml 2021/07/25 05:22:16 INFO : yaml: Renamed from "yam" 2021/07/25 05:22:16 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:16 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:16 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (22.64s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1157: Can track renames: true 2021/07/25 05:22:19 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:22:19 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:22:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:22:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:21 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2021/07/25 05:22:21 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2021/07/25 05:22:24 INFO : potato: Copied (new) 2021/07/25 05:22:24 INFO : yam: Copied (new) 2021/07/25 05:22:24 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:25 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:22:25 DEBUG : potato: Unchanged skipping 2021/07/25 05:22:25 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:22:25 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:22:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:25 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:22:37 INFO : yam: Moved (server-side) to: yaml 2021/07/25 05:22:37 INFO : yaml: Renamed from "yam" 2021/07/25 05:22:37 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:37 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:37 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (21.60s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1193: Can track renames: true 2021/07/25 05:22:41 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:22:41 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:22:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:22:41 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:42 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2021/07/25 05:22:43 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2021/07/25 05:22:45 INFO : potato: Copied (new) 2021/07/25 05:22:46 INFO : sub/yam: Copied (new) 2021/07/25 05:22:46 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:48 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:22:48 DEBUG : potato: Unchanged skipping 2021/07/25 05:22:49 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Making map for --track-renames 2021/07/25 05:22:49 INFO : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Finished making map for --track-renames 2021/07/25 05:22:49 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:49 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for renames to finish 2021/07/25 05:22:50 INFO : sub/yam: Moved (server-side) to: yam 2021/07/25 05:22:50 INFO : yam: Renamed from "sub/yam" 2021/07/25 05:22:50 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:50 DEBUG : Waiting for deletions to finish 2021/07/25 05:22:50 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (15.51s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:22:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:22:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:22:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:23:01 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2021/07/25 05:23:02 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:23:02 INFO : sub dir/hello world: Deleted 2021/07/25 05:23:04 INFO : nested/sub dir/file: Copied (new) 2021/07/25 05:23:04 INFO : nested/sub dir/file: Deleted 2021/07/25 05:23:04 INFO : sub dir: Removing directory 2021/07/25 05:23:04 INFO : nested/sub dir: Removing directory 2021/07/25 05:23:04 INFO : nested: Removing directory 2021/07/25 05:23:04 DEBUG : Local file system at /tmp/rclone733256344: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (16.96s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:23:13 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:23:13 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:23:17 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2021/07/25 05:23:19 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2021/07/25 05:23:21 INFO : nested/sub dir/file: Copied (new) 2021/07/25 05:23:21 INFO : nested/sub dir/file: Deleted 2021/07/25 05:23:22 INFO : sub dir/hello world: Copied (new) 2021/07/25 05:23:22 INFO : sub dir/hello world: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (17.89s) === RUN TestServerSideMove run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:23:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tupomey5velavil5xivufov9" 2021/07/25 05:23:30 DEBUG : Config file has changed externaly - reloading 2021/07/25 05:23:31 DEBUG : Starting OpenDrive session with ID: 376514c8f3d22dc8f2cb2335cf5541ba0f9fc2ba362ca843750acde29bbde13c 2021/07/25 05:23:34 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:23:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:23:43 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1245: Server side move (if possible) OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0' -> OpenDrive root 'rclone-test-tupomey5velavil5xivufov9' 2021/07/25 05:23:50 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:23:55 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2021/07/25 05:23:58 DEBUG : OpenDrive root 'rclone-test-tupomey5velavil5xivufov9': Using server-side directory move 2021/07/25 05:23:58 INFO : OpenDrive root 'rclone-test-tupomey5velavil5xivufov9': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/07/25 05:23:59 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2021/07/25 05:23:59 DEBUG : empty space: Unchanged skipping 2021/07/25 05:23:59 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/07/25 05:23:59 DEBUG : OpenDrive root 'rclone-test-tupomey5velavil5xivufov9': Waiting for checks to finish 2021/07/25 05:23:59 INFO : potato3: Deleted 2021/07/25 05:24:00 INFO : empty space: Deleted 2021/07/25 05:24:00 DEBUG : OpenDrive root 'rclone-test-tupomey5velavil5xivufov9': Waiting for transfers to finish 2021/07/25 05:24:00 INFO : potato2: Moved (server-side) 2021/07/25 05:24:01 INFO : potato3: Moved (server-side) 2021/07/25 05:24:01 INFO : There was nothing to transfer 2021/07/25 05:24:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zojedot3wiyawom7hopohar4" 2021/07/25 05:24:02 DEBUG : Starting OpenDrive session with ID: 9cab2096711e8206713848680d244ec8ac6a38251b3cee9ad9c46fe99e148bc5 2021/07/25 05:24:03 DEBUG : OpenDrive root 'rclone-test-zojedot3wiyawom7hopohar4': Using server-side directory move 2021/07/25 05:24:05 INFO : OpenDrive root 'rclone-test-zojedot3wiyawom7hopohar4': Server side directory move succeeded 2021/07/25 05:24:06 ERROR : : error listing: directory not found 2021/07/25 05:24:06 DEBUG : OpenDrive root 'rclone-test-zojedot3wiyawom7hopohar4': Purge remote 2021/07/25 05:24:07 DEBUG : OpenDrive root 'rclone-test-tupomey5velavil5xivufov9': Purge remote 2021/07/25 05:24:08 purge failed: directory not found --- PASS: TestServerSideMove (38.81s) === RUN TestServerSideMoveWithFilter run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:24:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gicefog6zesepeq6sucalur8" 2021/07/25 05:24:10 DEBUG : Starting OpenDrive session with ID: 862b8026a32d4ba5957c045d199a881448a1a7af507c8d00837d2e03cf0eb82d 2021/07/25 05:24:13 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:24:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:24:23 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1245: Server side move (if possible) OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0' -> OpenDrive root 'rclone-test-gicefog6zesepeq6sucalur8' 2021/07/25 05:24:29 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:24:34 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2021/07/25 05:24:38 DEBUG : empty space: Excluded 2021/07/25 05:24:38 DEBUG : empty space: Excluded 2021/07/25 05:24:38 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/07/25 05:24:38 DEBUG : OpenDrive root 'rclone-test-gicefog6zesepeq6sucalur8': Waiting for checks to finish 2021/07/25 05:24:38 DEBUG : OpenDrive root 'rclone-test-gicefog6zesepeq6sucalur8': Waiting for transfers to finish 2021/07/25 05:24:39 INFO : potato3: Deleted 2021/07/25 05:24:39 INFO : potato2: Moved (server-side) 2021/07/25 05:24:40 INFO : potato3: Moved (server-side) 2021/07/25 05:24:40 INFO : There was nothing to transfer 2021/07/25 05:24:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sihodis5hitizav3qobotar1" 2021/07/25 05:24:41 DEBUG : Starting OpenDrive session with ID: 77e8bbf7df45e7dc199c46ce2e7475c198d7b409402238f813a59cd8c4564dd0 2021/07/25 05:24:44 DEBUG : empty space: Excluded 2021/07/25 05:24:44 DEBUG : OpenDrive root 'rclone-test-sihodis5hitizav3qobotar1': Waiting for checks to finish 2021/07/25 05:24:44 DEBUG : OpenDrive root 'rclone-test-sihodis5hitizav3qobotar1': Waiting for transfers to finish 2021/07/25 05:24:46 INFO : potato2: Moved (server-side) 2021/07/25 05:24:47 INFO : potato3: Moved (server-side) 2021/07/25 05:24:47 INFO : There was nothing to transfer 2021/07/25 05:24:49 DEBUG : OpenDrive root 'rclone-test-sihodis5hitizav3qobotar1': Purge remote 2021/07/25 05:24:50 DEBUG : OpenDrive root 'rclone-test-gicefog6zesepeq6sucalur8': Purge remote --- PASS: TestServerSideMoveWithFilter (44.11s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:24:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-soqoxuv3xavehiy5qomizam0" 2021/07/25 05:24:54 DEBUG : Starting OpenDrive session with ID: 47b6f8571fe8b91e1ba9e76cadf8876ee83d112a160d51818539994c6497c7c3 2021/07/25 05:24:57 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2021/07/25 05:25:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:25:06 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2021/07/25 05:25:10 DEBUG : tomatoDir: Making directory sync_test.go:1245: Server side move (if possible) OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0' -> OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0' 2021/07/25 05:25:15 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2021/07/25 05:25:20 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2021/07/25 05:25:24 DEBUG : OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0': Using server-side directory move 2021/07/25 05:25:24 INFO : OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/07/25 05:25:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2021/07/25 05:25:25 DEBUG : empty space: Unchanged skipping 2021/07/25 05:25:25 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/07/25 05:25:25 INFO : potato3: Deleted 2021/07/25 05:25:25 DEBUG : OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0': Waiting for checks to finish 2021/07/25 05:25:25 INFO : empty space: Deleted 2021/07/25 05:25:25 DEBUG : OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0': Waiting for transfers to finish 2021/07/25 05:25:26 INFO : potato2: Moved (server-side) 2021/07/25 05:25:26 INFO : potato3: Moved (server-side) 2021/07/25 05:25:26 INFO : tomatoDir: Removing directory 2021/07/25 05:25:27 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': deleted 1 directories 2021/07/25 05:25:27 INFO : There was nothing to transfer 2021/07/25 05:25:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hunijes1hugiwaj2zudulum7" 2021/07/25 05:25:30 DEBUG : Starting OpenDrive session with ID: 762f1d07e5aea6bec52b9ee7213fe20029a7a5049d5d7f19c4727a0ad361b982 2021/07/25 05:25:31 DEBUG : tomatoDir: Making directory 2021/07/25 05:25:32 DEBUG : OpenDrive root 'rclone-test-hunijes1hugiwaj2zudulum7': Using server-side directory move 2021/07/25 05:25:33 INFO : OpenDrive root 'rclone-test-hunijes1hugiwaj2zudulum7': Server side directory move succeeded 2021/07/25 05:25:35 ERROR : : error listing: directory not found 2021/07/25 05:25:36 ERROR : : error listing: directory not found 2021/07/25 05:25:36 DEBUG : OpenDrive root 'rclone-test-hunijes1hugiwaj2zudulum7': Purge remote 2021/07/25 05:25:37 DEBUG : OpenDrive root 'rclone-test-soqoxuv3xavehiy5qomizam0': Purge remote 2021/07/25 05:25:38 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (45.41s) === RUN TestServerSideMoveOverlap run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1382: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.12s) === RUN TestSyncOverlap run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:25:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/rclone-sync-test" 2021/07/25 05:25:40 DEBUG : Starting OpenDrive session with ID: c7bd196b4dd5a2caea6fb6254702a784f8d6d580fce94f624f259b704ff91a9a --- PASS: TestSyncOverlap (4.46s) === RUN TestSyncCompareDest run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:25:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:25:45 DEBUG : Starting OpenDrive session with ID: 4e5807e54d74e73145bdce80214e394be5df9fe74fedadf2fe1a25baae00f466 2021/07/25 05:25:47 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/CompareDest" 2021/07/25 05:25:48 DEBUG : Starting OpenDrive session with ID: 18116ef2a3ce564b688b3512b893b45e0eb189668c46aec9ee5c871ba2cef6dc 2021/07/25 05:25:51 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:25:51 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:25:54 DEBUG : one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:25:57 INFO : one: Copied (new) 2021/07/25 05:25:57 DEBUG : Waiting for deletions to finish 2021/07/25 05:26:00 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:26:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 05:26:01 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:26:01 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:26:05 INFO : one: Copied (replaced existing) 2021/07/25 05:26:05 DEBUG : Waiting for deletions to finish 2021/07/25 05:26:07 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:26:13 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:26:18 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:26:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:19 DEBUG : one: Destination found in --compare-dest, skipping 2021/07/25 05:26:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:26:19 DEBUG : Waiting for deletions to finish 2021/07/25 05:26:19 INFO : There was nothing to transfer 2021/07/25 05:26:22 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:26:28 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:28 DEBUG : two: Destination found in --compare-dest, skipping 2021/07/25 05:26:28 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:26:28 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:28 DEBUG : one: Destination found in --compare-dest, skipping 2021/07/25 05:26:28 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:26:28 DEBUG : Waiting for deletions to finish 2021/07/25 05:26:28 INFO : There was nothing to transfer 2021/07/25 05:26:32 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:32 DEBUG : two: Destination found in --compare-dest, skipping 2021/07/25 05:26:32 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:26:32 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:32 DEBUG : one: Destination found in --compare-dest, skipping 2021/07/25 05:26:32 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:26:32 DEBUG : Waiting for deletions to finish 2021/07/25 05:26:32 INFO : There was nothing to transfer sync_test.go:1526: No hash on uploaded file so skipping compare timestamp test 2021/07/25 05:26:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/07/25 05:26:36 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:26:37 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:26:37 DEBUG : one: Destination found in --compare-dest, skipping 2021/07/25 05:26:37 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:26:38 DEBUG : two: Uploading chunk 0, size=5, remain=0 2021/07/25 05:26:41 INFO : two: Copied (new) 2021/07/25 05:26:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (64.54s) === RUN TestSyncMultipleCompareDest run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:26:52 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2021/07/25 05:26:58 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2021/07/25 05:27:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dest" 2021/07/25 05:27:03 DEBUG : Starting OpenDrive session with ID: ae999885490a5b0a64c4f5afd21402b01c308a2371646de1a35d3bc9da1c0238 2021/07/25 05:27:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/pre-dest1" 2021/07/25 05:27:05 DEBUG : Starting OpenDrive session with ID: d73710aad17598bc06dbc940a2891b33a358fe90daed85c4ad0a17afeca8aa28 2021/07/25 05:27:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/pre-dest2" 2021/07/25 05:27:07 DEBUG : Starting OpenDrive session with ID: c6f1a8e92d3828d8f1a8eeb91754543afd7cc12bfaaeb35a92ebb7dd74614c02 2021/07/25 05:27:09 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:27:09 DEBUG : 1: Destination found in --compare-dest, skipping 2021/07/25 05:27:11 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:27:11 DEBUG : 2: Destination found in --compare-dest, skipping 2021/07/25 05:27:12 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dest': Waiting for checks to finish 2021/07/25 05:27:12 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dest': Waiting for transfers to finish 2021/07/25 05:27:15 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2021/07/25 05:27:18 INFO : 3: Copied (new) 2021/07/25 05:27:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (37.45s) === RUN TestSyncCopyDest run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:27:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:27:27 DEBUG : Starting OpenDrive session with ID: f0f6cc9aa12451747b7c97f9b04343ff8129cefaffef2134bdd1e6cc63c48fb7 2021/07/25 05:27:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/CopyDest" 2021/07/25 05:27:30 DEBUG : Starting OpenDrive session with ID: bc295a23fe3ff50737ee596263460b045585da2776207e0f69b6566110583a1c 2021/07/25 05:27:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:27:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:27:36 DEBUG : one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:27:39 INFO : one: Copied (new) 2021/07/25 05:27:39 DEBUG : Waiting for deletions to finish 2021/07/25 05:27:42 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:27:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 05:27:42 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:27:43 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:27:47 INFO : one: Copied (replaced existing) 2021/07/25 05:27:47 DEBUG : Waiting for deletions to finish 2021/07/25 05:27:50 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:27:56 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:28:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/BackupDir" 2021/07/25 05:28:00 DEBUG : Starting OpenDrive session with ID: 8bee8329106c1b14ed5e9367a90ebe4727b0e578accef5f0e72a8d76767d7abb 2021/07/25 05:28:04 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:28:05 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 05:28:08 INFO : one: Moved (server-side) 2021/07/25 05:28:09 INFO : one: Copied (server-side copy) 2021/07/25 05:28:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/07/25 05:28:09 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:28:09 DEBUG : Waiting for deletions to finish 2021/07/25 05:28:12 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:28:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:18 INFO : two: Copied (server-side copy) 2021/07/25 05:28:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/07/25 05:28:18 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:28:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:19 DEBUG : one: Unchanged skipping 2021/07/25 05:28:19 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:28:19 DEBUG : Waiting for deletions to finish 2021/07/25 05:28:21 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:28:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:21 DEBUG : one: Unchanged skipping 2021/07/25 05:28:21 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:21 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:21 DEBUG : two: Unchanged skipping 2021/07/25 05:28:21 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:28:21 DEBUG : Waiting for deletions to finish 2021/07/25 05:28:21 INFO : There was nothing to transfer 2021/07/25 05:28:24 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2021/07/25 05:28:30 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/07/25 05:28:30 DEBUG : three: Destination not found in --copy-dest 2021/07/25 05:28:30 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:28:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:30 DEBUG : one: Unchanged skipping 2021/07/25 05:28:30 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:30 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/07/25 05:28:30 DEBUG : two: Unchanged skipping 2021/07/25 05:28:30 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:28:31 DEBUG : three: Uploading chunk 0, size=7, remain=0 2021/07/25 05:28:34 INFO : three: Copied (new) 2021/07/25 05:28:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (79.53s) === RUN TestSyncBackupDir run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:28:49 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:28:53 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:28:58 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:29:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:29:03 DEBUG : Starting OpenDrive session with ID: 4c05c929b1702c9685d72bd76cd0201e32682954a8bf447bb1db18f512754cd5 2021/07/25 05:29:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/backup" 2021/07/25 05:29:05 DEBUG : Starting OpenDrive session with ID: b439d3e2b79b29f004f5e56fe26bc6e1aadb8db07a4b8ef4772eda68dc3e5ca5 2021/07/25 05:29:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:29:07 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:29:07 DEBUG : two: Unchanged skipping 2021/07/25 05:29:07 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:29:10 INFO : one: Moved (server-side) 2021/07/25 05:29:10 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:29:12 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:29:15 INFO : one: Copied (new) 2021/07/25 05:29:15 DEBUG : Waiting for deletions to finish 2021/07/25 05:29:17 INFO : three.txt: Moved (server-side) 2021/07/25 05:29:17 INFO : three.txt: Moved into backup dir 2021/07/25 05:29:21 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:29:26 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:29:26 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:29:26 DEBUG : two: Unchanged skipping 2021/07/25 05:29:26 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:29:27 INFO : one: Deleted 2021/07/25 05:29:28 INFO : one: Moved (server-side) 2021/07/25 05:29:28 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:29:30 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:29:33 INFO : one: Copied (new) 2021/07/25 05:29:33 DEBUG : Waiting for deletions to finish 2021/07/25 05:29:35 INFO : three.txt: Deleted 2021/07/25 05:29:36 INFO : three.txt: Moved (server-side) 2021/07/25 05:29:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (57.68s) === RUN TestSyncBackupDirWithSuffix run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:29:46 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:29:52 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:29:57 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:30:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:30:02 DEBUG : Config file has changed externaly - reloading 2021/07/25 05:30:03 DEBUG : Starting OpenDrive session with ID: 683d474fc7e81f6f0c5c7ee97404f117cd146a7d8922039c790ca7b40a7e961c 2021/07/25 05:30:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/backup" 2021/07/25 05:30:04 DEBUG : Starting OpenDrive session with ID: d2e8e49165ba5b65f8a9c823508abf3ac734a7256e18b550ff7301185b68c601 2021/07/25 05:30:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:30:07 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:30:07 DEBUG : two: Unchanged skipping 2021/07/25 05:30:07 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:30:10 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:30:10 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:30:12 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:30:15 INFO : one: Copied (new) 2021/07/25 05:30:15 DEBUG : Waiting for deletions to finish 2021/07/25 05:30:17 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:30:17 INFO : three.txt: Moved into backup dir 2021/07/25 05:30:20 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:30:24 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:30:24 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:30:24 DEBUG : two: Unchanged skipping 2021/07/25 05:30:24 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:30:25 INFO : one.bak: Deleted 2021/07/25 05:30:27 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:30:27 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:30:28 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:30:31 INFO : one: Copied (new) 2021/07/25 05:30:31 DEBUG : Waiting for deletions to finish 2021/07/25 05:30:32 INFO : three.txt.bak: Deleted 2021/07/25 05:30:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:30:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (57.63s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:30:44 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:30:49 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:30:53 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:30:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:30:58 DEBUG : Starting OpenDrive session with ID: ea2537b2dc098e66174e7672f59f7652355bcfbf92b64e0da613ecc2bdb8700c 2021/07/25 05:31:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/backup" 2021/07/25 05:31:01 DEBUG : Starting OpenDrive session with ID: 24baef09298526fbfd90d947ed5f09990bbf7a4b67319ffde3d3d1588ae68d21 2021/07/25 05:31:04 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:31:04 DEBUG : two: Unchanged skipping 2021/07/25 05:31:04 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:31:04 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:31:07 INFO : one: Moved (server-side) to: one-2019-01-01 2021/07/25 05:31:07 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:31:09 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:31:12 INFO : one: Copied (new) 2021/07/25 05:31:12 DEBUG : Waiting for deletions to finish 2021/07/25 05:31:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/07/25 05:31:14 INFO : three.txt: Moved into backup dir 2021/07/25 05:31:17 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:31:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:31:21 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:31:21 DEBUG : two: Unchanged skipping 2021/07/25 05:31:21 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:31:22 INFO : one-2019-01-01: Deleted 2021/07/25 05:31:23 INFO : one: Moved (server-side) to: one-2019-01-01 2021/07/25 05:31:23 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:31:25 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:31:28 INFO : one: Copied (new) 2021/07/25 05:31:28 DEBUG : Waiting for deletions to finish 2021/07/25 05:31:29 INFO : three-2019-01-01.txt: Deleted 2021/07/25 05:31:30 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/07/25 05:31:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (56.51s) === RUN TestSyncBackupDirSuffixOnly run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:31:41 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:31:45 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:31:50 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:31:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:31:55 DEBUG : Starting OpenDrive session with ID: f700748fcdf5f23568719b92781bcb5b4d84733dcba3a688ea357ef2cc4d0e8c 2021/07/25 05:31:56 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:31:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:31:56 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:31:56 DEBUG : two: Unchanged skipping 2021/07/25 05:32:08 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:32:08 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:32:10 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:32:13 INFO : one: Copied (new) 2021/07/25 05:32:13 DEBUG : Waiting for deletions to finish 2021/07/25 05:32:25 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:32:25 INFO : three.txt: Moved into backup dir 2021/07/25 05:32:28 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:32:32 DEBUG : one.bak: Excluded 2021/07/25 05:32:32 DEBUG : three.txt.bak: Excluded 2021/07/25 05:32:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:32:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:32:32 DEBUG : two: Unchanged skipping 2021/07/25 05:32:32 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for checks to finish 2021/07/25 05:32:33 INFO : one.bak: Deleted 2021/07/25 05:32:45 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:32:45 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0/dst': Waiting for transfers to finish 2021/07/25 05:32:47 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:32:50 INFO : one: Copied (new) 2021/07/25 05:32:50 DEBUG : Waiting for deletions to finish 2021/07/25 05:32:51 INFO : three.txt.bak: Deleted 2021/07/25 05:33:02 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:33:02 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (91.40s) === RUN TestSyncSuffix run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:33:12 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:33:21 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:33:25 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:33:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:33:30 DEBUG : Starting OpenDrive session with ID: d855c6cccbeededbc3375947c1dea5892f251dc546c35463cf17a336901c92f4 2021/07/25 05:33:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:33:44 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:33:46 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:33:49 INFO : one: Copied (new) 2021/07/25 05:33:49 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:33:49 DEBUG : two: Unchanged skipping 2021/07/25 05:33:50 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/07/25 05:34:01 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:34:03 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:34:06 INFO : three.txt: Copied (new) 2021/07/25 05:34:09 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:34:10 INFO : one.bak: Deleted 2021/07/25 05:34:21 INFO : one: Moved (server-side) to: one.bak 2021/07/25 05:34:23 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:34:26 INFO : one: Copied (new) 2021/07/25 05:34:27 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:34:27 DEBUG : two: Unchanged skipping 2021/07/25 05:34:27 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/07/25 05:34:28 INFO : three.txt.bak: Deleted 2021/07/25 05:34:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/07/25 05:34:42 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2021/07/25 05:34:45 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (102.79s) === RUN TestSyncSuffixKeepExtension run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:34:55 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2021/07/25 05:35:00 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2021/07/25 05:35:05 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2021/07/25 05:35:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-miyofeq9hefuwox3yohukuz0/dst" 2021/07/25 05:35:09 DEBUG : Starting OpenDrive session with ID: 2c02940a245fd1aa68c1ecdd25a55aa45b5c813ca8214dbf776403fdcfbe06eb 2021/07/25 05:35:11 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/07/25 05:35:23 INFO : one: Moved (server-side) to: one-2019-01-01 2021/07/25 05:35:25 DEBUG : one: Uploading chunk 0, size=4, remain=0 2021/07/25 05:35:28 INFO : one: Copied (new) 2021/07/25 05:35:29 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:35:29 DEBUG : two: Unchanged skipping 2021/07/25 05:35:30 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/07/25 05:35:42 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/07/25 05:35:44 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2021/07/25 05:35:47 INFO : three.txt: Copied (new) 2021/07/25 05:35:50 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/07/25 05:35:51 INFO : one-2019-01-01: Deleted 2021/07/25 05:36:03 INFO : one: Moved (server-side) to: one-2019-01-01 2021/07/25 05:36:05 DEBUG : one: Uploading chunk 0, size=5, remain=0 2021/07/25 05:36:08 INFO : one: Copied (new) 2021/07/25 05:36:08 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:36:08 DEBUG : two: Unchanged skipping 2021/07/25 05:36:09 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/07/25 05:36:10 INFO : three-2019-01-01.txt: Deleted 2021/07/25 05:36:21 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/07/25 05:36:23 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2021/07/25 05:36:26 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (101.01s) === RUN TestSyncUTFNorm run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:36:35 DEBUG : Testêé: Uploading chunk 0, size=18, remain=0 2021/07/25 05:36:39 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2021/07/25 05:36:39 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:36:39 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:36:39 DEBUG : Testêé: Uploading chunk 0, size=14, remain=0 2021/07/25 05:36:42 INFO : Testêé: Copied (replaced existing) to: Testêé 2021/07/25 05:36:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (11.99s) === RUN TestSyncImmutable run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:36:46 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:36:46 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:36:48 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2021/07/25 05:36:54 INFO : existing: Copied (new) 2021/07/25 05:36:54 DEBUG : Waiting for deletions to finish 2021/07/25 05:36:56 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2021/07/25 05:36:56 ERROR : existing: Source and destination exist but do not match: immutable file modified 2021/07/25 05:36:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:36:56 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:36:56 ERROR : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': not deleting files as there were IO errors 2021/07/25 05:36:56 ERROR : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (13.25s) === RUN TestSyncIgnoreCase run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1937: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (1.13s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1971: This test only runs on local === RUN TestMaxTransfer/Soft run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1971: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" sync_test.go:1971: This test only runs on local --- PASS: TestMaxTransfer (3.43s) --- SKIP: TestMaxTransfer/Hard (1.17s) --- SKIP: TestMaxTransfer/Soft (1.14s) --- SKIP: TestMaxTransfer/Cautious (1.12s) === RUN TestSyncConcurrentDelete run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:37:05 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:10 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:15 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:20 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:25 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:30 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:35 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:40 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:45 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:50 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2021/07/25 05:37:55 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:06 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:11 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:16 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:21 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:26 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:31 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2021/07/25 05:38:54 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:02 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:07 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:12 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:17 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:24 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:31 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:37 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:42 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:48 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:53 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2021/07/25 05:39:58 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:05 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:10 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:15 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:21 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:26 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:31 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:36 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:40 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:45 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:49 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:54 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2021/07/25 05:40:59 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both0: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both10: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both11: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both12: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both13: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both14: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both15: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both16: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both17: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both18: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both19: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both2: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both3: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both4: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both5: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both6: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both7: Unchanged skipping 2021/07/25 05:40:59 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:40:59 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both8: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both9: Unchanged skipping 2021/07/25 05:40:59 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:40:59 DEBUG : both1: Unchanged skipping 2021/07/25 05:40:59 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:40:59 DEBUG : Waiting for deletions to finish 2021/07/25 05:40:59 INFO : only7: Deleted 2021/07/25 05:40:59 INFO : only8: Deleted 2021/07/25 05:40:59 INFO : only9: Deleted 2021/07/25 05:41:00 INFO : only10: Deleted 2021/07/25 05:41:00 INFO : only16: Deleted 2021/07/25 05:41:00 INFO : only19: Deleted 2021/07/25 05:41:00 INFO : only5: Deleted 2021/07/25 05:41:00 INFO : only18: Deleted 2021/07/25 05:41:01 INFO : only12: Deleted 2021/07/25 05:41:01 INFO : only13: Deleted 2021/07/25 05:41:01 INFO : only14: Deleted 2021/07/25 05:41:01 INFO : only17: Deleted 2021/07/25 05:41:01 INFO : only1: Deleted 2021/07/25 05:41:01 INFO : only4: Deleted 2021/07/25 05:41:01 INFO : only15: Deleted 2021/07/25 05:41:01 INFO : only6: Deleted 2021/07/25 05:41:02 INFO : only11: Deleted 2021/07/25 05:41:02 INFO : only2: Deleted 2021/07/25 05:41:02 INFO : only0: Deleted 2021/07/25 05:41:02 INFO : only3: Deleted 2021/07/25 05:41:02 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (252.44s) === RUN TestSyncConcurrentTruncate run.go:176: Remote "OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0'", Local "Local file system at /tmp/rclone733256344", Modify Window "1s" 2021/07/25 05:41:17 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:21 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:26 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:31 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:36 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:41 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:45 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:50 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2021/07/25 05:41:55 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:00 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:05 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:11 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:15 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:21 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:26 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:30 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:35 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:40 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:44 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:49 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:54 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2021/07/25 05:42:58 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:03 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:08 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:13 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:18 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:23 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:28 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:33 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:38 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:42 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:47 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:52 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2021/07/25 05:43:57 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:02 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:07 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:12 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:16 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:21 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:27 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2021/07/25 05:44:33 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both1: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both12: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both13: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both14: Unchanged skipping 2021/07/25 05:44:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for checks to finish 2021/07/25 05:44:33 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both0: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both15: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both16: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both10: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both17: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both19: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both3: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both4: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both5: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both6: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both7: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both8: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/07/25 05:44:33 DEBUG : both9: Unchanged skipping 2021/07/25 05:44:33 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2021/07/25 05:44:33 DEBUG : both11: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both18: Unchanged skipping 2021/07/25 05:44:33 DEBUG : both2: Unchanged skipping 2021/07/25 05:44:33 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Waiting for transfers to finish 2021/07/25 05:44:40 INFO : only1: Copied (replaced existing) 2021/07/25 05:44:40 INFO : only11: Copied (replaced existing) 2021/07/25 05:44:40 INFO : only10: Copied (replaced existing) 2021/07/25 05:44:40 INFO : only0: Copied (replaced existing) 2021/07/25 05:44:42 INFO : only12: Copied (replaced existing) 2021/07/25 05:44:43 INFO : only15: Copied (replaced existing) 2021/07/25 05:44:43 INFO : only13: Copied (replaced existing) 2021/07/25 05:44:43 INFO : only14: Copied (replaced existing) 2021/07/25 05:44:45 INFO : only16: Copied (replaced existing) 2021/07/25 05:44:45 INFO : only17: Copied (replaced existing) 2021/07/25 05:44:46 INFO : only18: Copied (replaced existing) 2021/07/25 05:44:46 INFO : only19: Copied (replaced existing) 2021/07/25 05:44:48 INFO : only2: Copied (replaced existing) 2021/07/25 05:44:48 INFO : only3: Copied (replaced existing) 2021/07/25 05:44:49 INFO : only4: Copied (replaced existing) 2021/07/25 05:44:49 INFO : only5: Copied (replaced existing) 2021/07/25 05:44:51 INFO : only6: Copied (replaced existing) 2021/07/25 05:44:51 INFO : only7: Copied (replaced existing) 2021/07/25 05:44:52 INFO : only8: Copied (replaced existing) 2021/07/25 05:44:52 INFO : only9: Copied (replaced existing) 2021/07/25 05:44:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (242.40s) PASS 2021/07/25 05:45:17 DEBUG : OpenDrive root 'rclone-test-miyofeq9hefuwox3yohukuz0': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 33m16.893228954s (try 1/5)