"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2022/03/03 05:33:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3" 2022/03/03 05:33:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/03 05:33:52 DEBUG : Starting OpenDrive session with ID: 70ae4c72877e7ea679b5f04476b5790ba73f4414b00f8223f8ae0a7c3d1bbaf6 2022/03/03 05:33:54 DEBUG : Creating backend with remote "/tmp/rclone187041518" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:33:57 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/03/03 05:33:57 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:33:57 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (5.49s) === RUN TestCopy run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:34:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:34:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:34:52 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:36:38 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (167.11s) === RUN TestCopyMissingDirectory run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:36:46 DEBUG : Creating backend with remote "/non-existing" 2022/03/03 05:36:47 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/03/03 05:36:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:36:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.26s) === RUN TestCopyNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:36:49 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:36:49 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:36:54 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:37:21 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (39.15s) === RUN TestCopyCheckFirst run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:37:28 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Running all checks before starting transfers 2022/03/03 05:37:28 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:37:28 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Checks finished, now starting transfers 2022/03/03 05:37:28 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:37:38 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:37:49 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (27.16s) === RUN TestSyncNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:37:55 ERROR : Ignoring --no-traverse with sync 2022/03/03 05:37:56 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:37:56 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:37:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:38:13 INFO : sub dir/hello world: Copied (new) 2022/03/03 05:38:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (24.11s) === RUN TestCopyWithDepth run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:38:20 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:38:20 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:38:27 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2022/03/03 05:39:08 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (55.29s) === RUN TestCopyWithFilesFrom run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:39:14 DEBUG : hello world2: Excluded 2022/03/03 05:39:15 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:39:15 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:39:17 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/03/03 05:39:44 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (33.68s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:39:49 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:39:49 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:39:51 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/03/03 05:39:55 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (10.10s) === RUN TestCopyEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:39:58 DEBUG : sub dir2: Making directory 2022/03/03 05:39:59 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:39:59 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:40:03 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:40:10 INFO : sub dir/hello world: Copied (new) 2022/03/03 05:40:10 DEBUG : sub dir2: Making directory 2022/03/03 05:40:12 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': copied 1 directories --- PASS: TestCopyEmptyDirectories (22.77s) === RUN TestMoveEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:40:21 DEBUG : sub dir2: Making directory 2022/03/03 05:40:22 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:40:22 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:40:27 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:40:33 INFO : sub dir/hello world: Copied (new) 2022/03/03 05:40:33 INFO : sub dir/hello world: Deleted 2022/03/03 05:40:33 DEBUG : sub dir: Making directory 2022/03/03 05:40:33 DEBUG : sub dir2: Making directory 2022/03/03 05:40:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': copied 2 directories --- PASS: TestMoveEmptyDirectories (22.33s) === RUN TestSyncEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:40:43 DEBUG : sub dir2: Making directory 2022/03/03 05:40:44 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:40:44 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:40:48 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:40:57 INFO : sub dir/hello world: Copied (new) 2022/03/03 05:40:57 DEBUG : sub dir2: Making directory 2022/03/03 05:40:58 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': copied 1 directories 2022/03/03 05:40:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (24.06s) === RUN TestServerSideCopy run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:41:11 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:41:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wadiwum9hoyewek1tugodif6" 2022/03/03 05:41:18 DEBUG : Config file has changed externaly - reloading 2022/03/03 05:41:18 DEBUG : Starting OpenDrive session with ID: fbb8b80c0d58e4846b4d9053eae8af3f975df5abe599e914f6b61b65add5098f sync_test.go:275: Server side copy (if possible) OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3' -> OpenDrive root 'rclone-test-wadiwum9hoyewek1tugodif6' 2022/03/03 05:41:22 DEBUG : OpenDrive root 'rclone-test-wadiwum9hoyewek1tugodif6': Waiting for checks to finish 2022/03/03 05:41:22 DEBUG : OpenDrive root 'rclone-test-wadiwum9hoyewek1tugodif6': Waiting for transfers to finish 2022/03/03 05:41:29 INFO : sub dir/hello world: Copied (server-side copy) 2022/03/03 05:41:30 DEBUG : OpenDrive root 'rclone-test-wadiwum9hoyewek1tugodif6': Purge remote --- PASS: TestServerSideCopy (32.58s) === RUN TestCopyAfterDelete run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:41:47 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:41:57 ERROR : : error listing: directory not found 2022/03/03 05:41:59 DEBUG : Local file system at /tmp/rclone187041518: Making directory 2022/03/03 05:42:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:42:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (25.86s) === RUN TestCopyRedownload run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:42:12 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:42:20 DEBUG : Local file system at /tmp/rclone187041518: Waiting for checks to finish 2022/03/03 05:42:20 DEBUG : Local file system at /tmp/rclone187041518: Waiting for transfers to finish 2022/03/03 05:42:21 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/03/03 05:42:21 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (20.70s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:42:27 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:42:27 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:42:37 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2022/03/03 05:42:46 INFO : check sum: Copied (new) 2022/03/03 05:42:46 DEBUG : Waiting for deletions to finish 2022/03/03 05:42:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:42:48 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/03 05:42:48 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/03/03 05:42:48 DEBUG : check sum: Unchanged skipping 2022/03/03 05:42:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:42:48 DEBUG : Waiting for deletions to finish 2022/03/03 05:42:48 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (24.62s) === RUN TestSyncSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:42:52 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:42:52 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:42:56 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2022/03/03 05:42:59 INFO : sizeonly: Copied (new) 2022/03/03 05:42:59 DEBUG : Waiting for deletions to finish 2022/03/03 05:43:01 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:01 DEBUG : sizeonly: Sizes identical 2022/03/03 05:43:01 DEBUG : sizeonly: Unchanged skipping 2022/03/03 05:43:01 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:43:01 DEBUG : Waiting for deletions to finish 2022/03/03 05:43:01 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (13.05s) === RUN TestSyncIgnoreSize run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:43:05 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:05 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:43:14 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2022/03/03 05:43:19 INFO : ignore-size: Copied (new) 2022/03/03 05:43:19 DEBUG : Waiting for deletions to finish 2022/03/03 05:43:21 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 05:43:21 DEBUG : ignore-size: Unchanged skipping 2022/03/03 05:43:21 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:21 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:43:21 DEBUG : Waiting for deletions to finish 2022/03/03 05:43:21 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (19.74s) === RUN TestSyncIgnoreTimes run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:43:39 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/03 05:43:47 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 05:43:47 DEBUG : existing: Unchanged skipping 2022/03/03 05:43:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:43:47 DEBUG : Waiting for deletions to finish 2022/03/03 05:43:47 INFO : There was nothing to transfer 2022/03/03 05:43:48 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/03/03 05:43:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:43:49 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/03 05:43:53 INFO : existing: Copied (replaced existing) 2022/03/03 05:43:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (33.29s) === RUN TestSyncIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:43:58 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:43:58 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:44:00 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/03 05:44:04 INFO : existing: Copied (new) 2022/03/03 05:44:04 DEBUG : Waiting for deletions to finish 2022/03/03 05:44:06 DEBUG : existing: Destination exists, skipping 2022/03/03 05:44:06 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:44:06 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:44:06 DEBUG : Waiting for deletions to finish 2022/03/03 05:44:06 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (14.62s) === RUN TestSyncIgnoreErrors run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:44:17 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:44:45 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/03 05:44:54 DEBUG : d: Making directory 2022/03/03 05:44:58 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:44:58 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 05:45:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:45:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:45:01 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:45:07 INFO : a/potato2: Copied (new) 2022/03/03 05:45:07 DEBUG : Waiting for deletions to finish 2022/03/03 05:45:08 INFO : b/potato: Deleted 2022/03/03 05:45:08 INFO : d: Removing directory 2022/03/03 05:45:10 INFO : b: Removing directory 2022/03/03 05:45:11 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': deleted 2 directories --- PASS: TestSyncIgnoreErrors (71.96s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:45:26 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:45:32 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/03 05:45:32 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:45:32 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/03 05:45:32 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/03/03 05:45:32 DEBUG : empty space: Unchanged skipping 2022/03/03 05:45:32 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:45:32 DEBUG : Waiting for deletions to finish 2022/03/03 05:45:32 INFO : There was nothing to transfer 2022/03/03 05:45:33 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/03 05:45:33 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:45:33 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/03 05:45:34 INFO : empty space: Updated modification time in destination 2022/03/03 05:45:34 DEBUG : empty space: Unchanged skipping 2022/03/03 05:45:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:45:34 DEBUG : Waiting for deletions to finish 2022/03/03 05:45:34 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (13.66s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:45:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:45:45 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/03 05:45:45 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:45:45 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/03/03 05:45:45 DEBUG : empty space: Unchanged skipping 2022/03/03 05:45:45 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:45:45 DEBUG : Waiting for deletions to finish 2022/03/03 05:45:45 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (10.71s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:45:50 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/03/03 05:45:59 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:45:59 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/03/03 05:45:59 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone187041518) 2022/03/03 05:45:59 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3') 2022/03/03 05:45:59 DEBUG : foo: md5 differ 2022/03/03 05:45:59 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:46:00 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/03/03 05:46:07 INFO : foo: Copied (replaced existing) 2022/03/03 05:46:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (24.71s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:46:17 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:46:22 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:46:22 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:46:22 DEBUG : empty space: Unchanged skipping 2022/03/03 05:46:22 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:46:28 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/03/03 05:46:35 INFO : potato: Copied (new) 2022/03/03 05:46:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (25.79s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:46:50 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/03/03 05:46:55 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:46:55 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/03/03 05:46:55 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:46:56 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:47:04 INFO : potato: Copied (replaced existing) 2022/03/03 05:47:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (29.12s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:47:10 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:47:17 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2022/03/03 05:47:17 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:47:17 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone187041518) 2022/03/03 05:47:17 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3') 2022/03/03 05:47:17 DEBUG : potato: md5 differ 2022/03/03 05:47:17 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:47:18 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:47:35 INFO : potato: Copied (replaced existing) 2022/03/03 05:47:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (32.68s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:48:22 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:48:42 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:48:52 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:48:52 DEBUG : empty space: Unchanged skipping 2022/03/03 05:48:52 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:48:52 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:48:52 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/03/03 05:48:52 DEBUG : Waiting for deletions to finish 2022/03/03 05:48:52 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (76.62s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:50:12 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:50:51 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:51:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:51:00 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:51:00 DEBUG : empty space: Unchanged skipping 2022/03/03 05:51:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:51:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:51:07 INFO : potato2: Copied (new) 2022/03/03 05:51:07 DEBUG : Waiting for deletions to finish 2022/03/03 05:51:07 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (134.26s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:51:41 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:52:18 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/03 05:52:25 DEBUG : d: Making directory 2022/03/03 05:52:27 DEBUG : d/e: Making directory 2022/03/03 05:52:32 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:52:32 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 05:52:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:52:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:52:35 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:52:40 INFO : a/potato2: Copied (new) 2022/03/03 05:52:40 DEBUG : Waiting for deletions to finish 2022/03/03 05:52:41 INFO : b/potato: Deleted 2022/03/03 05:52:41 INFO : d/e: Removing directory 2022/03/03 05:52:42 INFO : d: Removing directory 2022/03/03 05:52:44 INFO : b: Removing directory 2022/03/03 05:52:45 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (104.38s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:53:14 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:53:25 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/03/03 05:53:31 DEBUG : d: Making directory 2022/03/03 05:53:37 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:53:37 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 05:53:37 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:53:37 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:53:41 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:53:46 INFO : a/potato2: Copied (new) 2022/03/03 05:53:46 ERROR : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': not deleting files as there were IO errors 2022/03/03 05:53:46 ERROR : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (62.39s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:54:00 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:54:08 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:54:12 DEBUG : Waiting for deletions to finish 2022/03/03 05:54:13 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:54:13 DEBUG : empty space: Unchanged skipping 2022/03/03 05:54:13 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:54:13 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:54:14 INFO : potato: Deleted 2022/03/03 05:54:15 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:54:20 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (25.88s) === RUN TestSyncDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:54:26 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:54:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:54:36 DEBUG : Waiting for deletions to finish 2022/03/03 05:54:37 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:54:37 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:54:38 INFO : potato: Deleted 2022/03/03 05:54:39 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:54:39 DEBUG : empty space: Unchanged skipping 2022/03/03 05:54:39 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:54:39 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:54:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:54:45 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (26.07s) === RUN TestCopyDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:54:53 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/03/03 05:54:58 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:54:58 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:55:02 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2022/03/03 05:55:06 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (20.07s) === RUN TestSyncWithExclude run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:55:12 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:55:19 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:55:24 DEBUG : enormous: Excluded 2022/03/03 05:55:24 DEBUG : potato2: Excluded 2022/03/03 05:55:25 DEBUG : potato2: Excluded 2022/03/03 05:55:25 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:55:25 DEBUG : empty space: Unchanged skipping 2022/03/03 05:55:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:55:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:55:25 DEBUG : Waiting for deletions to finish 2022/03/03 05:55:25 INFO : There was nothing to transfer 2022/03/03 05:55:25 DEBUG : enormous: Excluded 2022/03/03 05:55:25 DEBUG : potato2: Excluded 2022/03/03 05:55:26 DEBUG : potato2: Excluded 2022/03/03 05:55:26 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/03/03 05:55:26 DEBUG : empty space: Unchanged skipping 2022/03/03 05:55:26 DEBUG : Local file system at /tmp/rclone187041518: Waiting for checks to finish 2022/03/03 05:55:26 DEBUG : Local file system at /tmp/rclone187041518: Waiting for transfers to finish 2022/03/03 05:55:26 DEBUG : Waiting for deletions to finish 2022/03/03 05:55:26 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (19.27s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:55:32 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 05:55:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 05:55:46 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2022/03/03 05:55:50 DEBUG : enormous: Excluded 2022/03/03 05:55:50 DEBUG : potato2: Excluded 2022/03/03 05:55:51 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 05:55:51 DEBUG : empty space: Unchanged skipping 2022/03/03 05:55:51 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:55:51 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:55:51 DEBUG : Waiting for deletions to finish 2022/03/03 05:55:52 INFO : enormous: Deleted 2022/03/03 05:55:52 INFO : potato2: Deleted 2022/03/03 05:55:52 INFO : There was nothing to transfer 2022/03/03 05:55:53 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/03/03 05:55:53 DEBUG : empty space: Unchanged skipping 2022/03/03 05:55:53 DEBUG : Local file system at /tmp/rclone187041518: Waiting for checks to finish 2022/03/03 05:55:53 DEBUG : Local file system at /tmp/rclone187041518: Waiting for transfers to finish 2022/03/03 05:55:53 DEBUG : Waiting for deletions to finish 2022/03/03 05:55:53 INFO : potato2: Deleted 2022/03/03 05:55:53 INFO : enormous: Deleted 2022/03/03 05:55:53 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (26.21s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:55:58 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/03 05:56:04 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/03/03 05:56:22 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/03/03 05:56:29 DEBUG : four: Uploading chunk 0, size=8, remain=0 2022/03/03 05:56:35 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/03/03 05:56:35 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/03/03 05:56:35 DEBUG : three: Sizes identical 2022/03/03 05:56:35 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/03/03 05:56:35 DEBUG : one: Destination is newer than source, skipping 2022/03/03 05:56:35 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:56:35 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone187041518) 2022/03/03 05:56:35 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3') 2022/03/03 05:56:35 DEBUG : two: md5 differ 2022/03/03 05:56:35 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:56:36 DEBUG : four: Uploading chunk 0, size=4, remain=0 2022/03/03 05:56:36 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/03/03 05:56:38 DEBUG : five: Uploading chunk 0, size=4, remain=0 2022/03/03 05:56:40 INFO : two: Copied (replaced existing) 2022/03/03 05:56:41 INFO : four: Copied (replaced existing) 2022/03/03 05:56:54 INFO : five: Copied (new) 2022/03/03 05:56:54 DEBUG : Waiting for deletions to finish 2022/03/03 05:56:55 DEBUG : one: Destination is newer than source, skipping 2022/03/03 05:56:55 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:56:55 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone187041518) 2022/03/03 05:56:55 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3') 2022/03/03 05:56:55 DEBUG : three: md5 differ 2022/03/03 05:56:55 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/03/03 05:56:55 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/03/03 05:56:55 DEBUG : five: Size and md5 of src and dst objects identical 2022/03/03 05:56:55 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/03/03 05:56:55 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/03/03 05:56:55 DEBUG : four: Size and md5 of src and dst objects identical 2022/03/03 05:56:55 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/03/03 05:56:55 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/03/03 05:56:55 DEBUG : two: Size and md5 of src and dst objects identical 2022/03/03 05:56:55 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/03/03 05:56:55 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:56:57 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/03/03 05:57:02 INFO : three: Copied (replaced existing) 2022/03/03 05:57:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (73.50s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" sync_test.go:1058: Can track renames: true 2022/03/03 05:57:10 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:57:10 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:57:10 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:57:10 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:57:10 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:57:12 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/03/03 05:57:14 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/03 05:57:16 INFO : yam: Copied (new) 2022/03/03 05:57:25 INFO : potato: Copied (new) 2022/03/03 05:57:25 DEBUG : Waiting for deletions to finish 2022/03/03 05:57:26 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 05:57:26 DEBUG : potato: Unchanged skipping 2022/03/03 05:57:26 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:57:26 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:57:26 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:57:26 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:57:40 INFO : yam: Moved (server-side) to: yaml 2022/03/03 05:57:40 INFO : yaml: Renamed from "yam" 2022/03/03 05:57:40 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:57:40 DEBUG : Waiting for deletions to finish 2022/03/03 05:57:40 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (36.12s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" sync_test.go:1127: Can track renames: true 2022/03/03 05:57:46 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:57:46 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:57:46 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:57:46 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:57:46 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:57:57 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/03 05:57:58 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/03/03 05:58:02 INFO : yam: Copied (new) 2022/03/03 05:58:15 INFO : potato: Copied (new) 2022/03/03 05:58:15 DEBUG : Waiting for deletions to finish 2022/03/03 05:58:16 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 05:58:16 DEBUG : potato: Unchanged skipping 2022/03/03 05:58:16 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:58:16 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:58:16 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:58:16 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:58:29 INFO : yam: Moved (server-side) to: yaml 2022/03/03 05:58:29 INFO : yaml: Renamed from "yam" 2022/03/03 05:58:29 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:58:29 DEBUG : Waiting for deletions to finish 2022/03/03 05:58:29 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (47.82s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" sync_test.go:1163: Can track renames: true 2022/03/03 05:58:34 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:58:34 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:58:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:58:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:58:34 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:58:36 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/03/03 05:58:38 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2022/03/03 05:58:42 INFO : sub/yam: Copied (new) 2022/03/03 05:58:51 INFO : potato: Copied (new) 2022/03/03 05:58:51 DEBUG : Waiting for deletions to finish 2022/03/03 05:58:54 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 05:58:54 DEBUG : potato: Unchanged skipping 2022/03/03 05:58:54 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Making map for --track-renames 2022/03/03 05:58:54 INFO : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Finished making map for --track-renames 2022/03/03 05:58:54 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:58:54 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for renames to finish 2022/03/03 05:58:57 INFO : sub/yam: Moved (server-side) to: yam 2022/03/03 05:58:57 INFO : yam: Renamed from "sub/yam" 2022/03/03 05:58:57 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:58:57 DEBUG : Waiting for deletions to finish 2022/03/03 05:58:57 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (30.54s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:59:04 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:59:04 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 05:59:08 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 05:59:12 INFO : sub dir/hello world: Copied (new) 2022/03/03 05:59:12 INFO : sub dir/hello world: Deleted 2022/03/03 05:59:34 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/03/03 05:59:44 INFO : nested/sub dir/file: Copied (new) 2022/03/03 05:59:44 INFO : nested/sub dir/file: Deleted 2022/03/03 05:59:44 INFO : sub dir: Removing directory 2022/03/03 05:59:44 INFO : nested/sub dir: Removing directory 2022/03/03 05:59:44 INFO : nested: Removing directory 2022/03/03 05:59:44 DEBUG : Local file system at /tmp/rclone187041518: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (51.97s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 05:59:56 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 05:59:56 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 06:00:04 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/03/03 06:00:05 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/03 06:00:10 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:00:10 INFO : sub dir/hello world: Deleted 2022/03/03 06:00:11 INFO : nested/sub dir/file: Copied (new) 2022/03/03 06:00:11 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (29.04s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:00:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 06:00:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 06:00:28 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/03/03 06:00:29 DEBUG : existing-b: Uploading chunk 0, size=6, remain=0 2022/03/03 06:00:36 INFO : existing: Copied (new) 2022/03/03 06:00:36 INFO : existing: Deleted 2022/03/03 06:00:48 INFO : existing-b: Copied (new) 2022/03/03 06:00:48 INFO : existing-b: Deleted 2022/03/03 06:00:50 DEBUG : existing: Destination exists, skipping 2022/03/03 06:00:50 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/03/03 06:00:50 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for checks to finish 2022/03/03 06:00:50 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': Waiting for transfers to finish 2022/03/03 06:00:50 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (30.62s) === RUN TestServerSideMove run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:00:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-degehur8nagaxas1tezacuf7" 2022/03/03 06:00:55 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:00:56 DEBUG : Starting OpenDrive session with ID: a0f141e05bbb2753345e8c1f2b0de0c7d61feb1760ed3b87b4375b4968fcfc1d 2022/03/03 06:01:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 06:01:10 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:01:24 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3' -> OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7' 2022/03/03 06:01:44 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:01:57 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/03 06:02:13 DEBUG : OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7': Using server-side directory move 2022/03/03 06:02:13 INFO : OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/03 06:02:14 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/03 06:02:14 DEBUG : empty space: Unchanged skipping 2022/03/03 06:02:14 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:02:14 DEBUG : OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7': Waiting for checks to finish 2022/03/03 06:02:14 INFO : potato3: Deleted 2022/03/03 06:02:14 INFO : empty space: Deleted 2022/03/03 06:02:14 DEBUG : OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7': Waiting for transfers to finish 2022/03/03 06:02:15 INFO : potato2: Moved (server-side) 2022/03/03 06:02:17 INFO : potato3: Moved (server-side) 2022/03/03 06:02:17 INFO : There was nothing to transfer 2022/03/03 06:02:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bejivuw1lucapud7pebizit0" 2022/03/03 06:02:19 DEBUG : Starting OpenDrive session with ID: 3d3b50c91fef3c3748d38e23d6cb0ecf3c34a948f23e5777af31c6ad2c7a9578 2022/03/03 06:02:20 DEBUG : OpenDrive root 'rclone-test-bejivuw1lucapud7pebizit0': Using server-side directory move 2022/03/03 06:02:21 INFO : OpenDrive root 'rclone-test-bejivuw1lucapud7pebizit0': Server side directory move succeeded 2022/03/03 06:02:27 ERROR : : error listing: directory not found 2022/03/03 06:02:27 DEBUG : OpenDrive root 'rclone-test-bejivuw1lucapud7pebizit0': Purge remote 2022/03/03 06:02:28 DEBUG : OpenDrive root 'rclone-test-degehur8nagaxas1tezacuf7': Purge remote 2022/03/03 06:02:29 purge failed: directory not found --- PASS: TestServerSideMove (95.52s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:02:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vutixer5loxaquk2qiluyal8" 2022/03/03 06:02:32 DEBUG : Starting OpenDrive session with ID: 83577fd05e4fe2960e6627b978a7a82fad4b90b634089b06bb913c439190d1c5 2022/03/03 06:02:36 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 06:02:43 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:02:56 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3' -> OpenDrive root 'rclone-test-vutixer5loxaquk2qiluyal8' 2022/03/03 06:03:11 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:03:21 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/03 06:03:27 DEBUG : empty space: Excluded 2022/03/03 06:03:27 DEBUG : empty space: Excluded 2022/03/03 06:03:27 DEBUG : OpenDrive root 'rclone-test-vutixer5loxaquk2qiluyal8': Waiting for checks to finish 2022/03/03 06:03:27 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:03:27 DEBUG : OpenDrive root 'rclone-test-vutixer5loxaquk2qiluyal8': Waiting for transfers to finish 2022/03/03 06:03:28 INFO : potato3: Deleted 2022/03/03 06:03:28 INFO : potato2: Moved (server-side) 2022/03/03 06:03:29 INFO : potato3: Moved (server-side) 2022/03/03 06:03:29 INFO : There was nothing to transfer 2022/03/03 06:03:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-doyaqir6bepifeh3malejov8" 2022/03/03 06:03:32 DEBUG : Starting OpenDrive session with ID: cb334ecf4948ec1cbcdeb2ef183ea59d987217205350db4c6e3804039a6e4789 2022/03/03 06:03:33 DEBUG : empty space: Excluded 2022/03/03 06:03:33 DEBUG : OpenDrive root 'rclone-test-doyaqir6bepifeh3malejov8': Waiting for checks to finish 2022/03/03 06:03:33 DEBUG : OpenDrive root 'rclone-test-doyaqir6bepifeh3malejov8': Waiting for transfers to finish 2022/03/03 06:03:37 INFO : potato2: Moved (server-side) 2022/03/03 06:03:37 INFO : potato3: Moved (server-side) 2022/03/03 06:03:37 INFO : There was nothing to transfer 2022/03/03 06:03:38 DEBUG : OpenDrive root 'rclone-test-doyaqir6bepifeh3malejov8': Purge remote 2022/03/03 06:03:50 DEBUG : OpenDrive root 'rclone-test-vutixer5loxaquk2qiluyal8': Purge remote --- PASS: TestServerSideMoveWithFilter (84.06s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:03:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gowezog8joqolip6yineheb0" 2022/03/03 06:03:55 DEBUG : Starting OpenDrive session with ID: 0eaa4f9aa72763e0945a4a5b274f635342b2f5479dfcf1189423b67f6c5e6096 2022/03/03 06:03:58 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/03 06:04:09 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:04:17 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2022/03/03 06:04:20 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3' -> OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0' 2022/03/03 06:04:27 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/03 06:04:38 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/03/03 06:04:45 DEBUG : OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0': Using server-side directory move 2022/03/03 06:04:45 INFO : OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/03 06:04:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/03 06:04:47 DEBUG : empty space: Unchanged skipping 2022/03/03 06:04:47 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:04:48 INFO : potato3: Deleted 2022/03/03 06:04:48 DEBUG : OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0': Waiting for checks to finish 2022/03/03 06:04:49 INFO : potato2: Moved (server-side) 2022/03/03 06:04:49 INFO : empty space: Deleted 2022/03/03 06:04:49 DEBUG : OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0': Waiting for transfers to finish 2022/03/03 06:04:52 INFO : potato3: Moved (server-side) 2022/03/03 06:04:52 INFO : tomatoDir: Removing directory 2022/03/03 06:04:57 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3': deleted 1 directories 2022/03/03 06:04:57 INFO : There was nothing to transfer 2022/03/03 06:04:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-poromig6xanopej5huvugix7" 2022/03/03 06:04:59 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:05:00 DEBUG : Starting OpenDrive session with ID: eb0b85656f844d8e4adb7adb13b2e3f390923d0caed9541e4ab7d980a441a39f 2022/03/03 06:05:01 DEBUG : tomatoDir: Making directory 2022/03/03 06:05:06 DEBUG : OpenDrive root 'rclone-test-poromig6xanopej5huvugix7': Using server-side directory move 2022/03/03 06:05:08 INFO : OpenDrive root 'rclone-test-poromig6xanopej5huvugix7': Server side directory move succeeded 2022/03/03 06:05:11 ERROR : : error listing: directory not found 2022/03/03 06:05:12 ERROR : : error listing: directory not found 2022/03/03 06:05:12 DEBUG : OpenDrive root 'rclone-test-poromig6xanopej5huvugix7': Purge remote 2022/03/03 06:05:13 DEBUG : OpenDrive root 'rclone-test-gowezog8joqolip6yineheb0': Purge remote 2022/03/03 06:05:14 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (80.79s) === RUN TestServerSideMoveOverlap run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (4.49s) === RUN TestSyncOverlap run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:05:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/rclone-sync-test" 2022/03/03 06:05:21 DEBUG : Starting OpenDrive session with ID: 6a4f67a1e71962368e8a95e2dc4b8b80d39f7a02e1ee58e5c05594eaa7f73586 --- PASS: TestSyncOverlap (7.74s) === RUN TestSyncCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:05:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:05:28 DEBUG : Starting OpenDrive session with ID: 35aaf5a8e898ed86130530f9b52b6826beb5abd0d6aae1c20526e3e5d392d6ba 2022/03/03 06:05:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/CompareDest" 2022/03/03 06:05:33 DEBUG : Starting OpenDrive session with ID: 7b9840f323b10b10ffc091d459268a86b0b3388383039c5cc1cf59c1bc316ebf 2022/03/03 06:05:38 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:05:38 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:05:43 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:05:47 INFO : one: Copied (new) 2022/03/03 06:05:47 DEBUG : Waiting for deletions to finish 2022/03/03 06:05:53 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:05:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:05:53 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:05:54 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:05:58 INFO : one: Copied (replaced existing) 2022/03/03 06:05:58 DEBUG : Waiting for deletions to finish 2022/03/03 06:06:01 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:06:15 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:06:24 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:06:25 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:06:25 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:06:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:06:25 DEBUG : Waiting for deletions to finish 2022/03/03 06:06:25 INFO : There was nothing to transfer 2022/03/03 06:06:34 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:06:47 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:06:47 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/03 06:06:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:06:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:06:51 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:06:51 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:06:51 DEBUG : Waiting for deletions to finish 2022/03/03 06:06:51 INFO : There was nothing to transfer 2022/03/03 06:06:54 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:06:54 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/03 06:06:54 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:06:55 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:06:55 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:06:55 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:06:55 DEBUG : Waiting for deletions to finish 2022/03/03 06:06:55 INFO : There was nothing to transfer sync_test.go:1543: No hash on uploaded file so skipping compare timestamp test 2022/03/03 06:07:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/03/03 06:07:04 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:07:05 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:07:05 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:07:05 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:07:07 DEBUG : two: Uploading chunk 0, size=5, remain=0 2022/03/03 06:07:14 INFO : two: Copied (new) 2022/03/03 06:07:14 DEBUG : Waiting for deletions to finish 2022/03/03 06:07:38 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/03 06:07:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/03 06:07:39 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncCompareDest (140.29s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:07:52 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2022/03/03 06:08:03 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2022/03/03 06:08:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dest" 2022/03/03 06:08:10 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:08:12 DEBUG : Starting OpenDrive session with ID: e372815911a3f52d4599cc8f84e41e141f02cf5ff1dc93eaeeb329aa0a5658bb 2022/03/03 06:08:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/pre-dest1" 2022/03/03 06:08:17 DEBUG : Starting OpenDrive session with ID: b4fe0f300d2d6da6043bf42ea6e6305ef1aedfd6fcb198eb6209a4402b1dbcb3 2022/03/03 06:08:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/pre-dest2" 2022/03/03 06:08:19 DEBUG : Starting OpenDrive session with ID: a265c653328f7a8482d019070c2fb914bbdf744b98faf51e66a5c3f110c91e47 2022/03/03 06:08:21 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:08:21 DEBUG : 1: Destination found in --compare-dest, skipping 2022/03/03 06:08:23 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:08:23 DEBUG : 2: Destination found in --compare-dest, skipping 2022/03/03 06:08:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dest': Waiting for checks to finish 2022/03/03 06:08:25 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dest': Waiting for transfers to finish 2022/03/03 06:09:29 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2022/03/03 06:12:14 INFO : 3: Copied (new) 2022/03/03 06:12:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (277.42s) === RUN TestSyncCopyDest run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:12:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:12:25 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:12:26 DEBUG : Starting OpenDrive session with ID: 5576643afb70ed6ea748fe5ca5da49598f38bce39661e74188d144cf4a3e5a40 2022/03/03 06:12:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/CopyDest" 2022/03/03 06:12:29 DEBUG : Starting OpenDrive session with ID: 3acd606b75af2f0442323910023b288be36f42ae5735d48f95dc34e071347914 2022/03/03 06:12:35 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:12:35 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:12:41 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:12:49 INFO : one: Copied (new) 2022/03/03 06:12:49 DEBUG : Waiting for deletions to finish 2022/03/03 06:12:53 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:12:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:12:54 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:12:56 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:13:00 INFO : one: Copied (replaced existing) 2022/03/03 06:13:00 DEBUG : Waiting for deletions to finish 2022/03/03 06:13:06 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:13:13 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:13:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/BackupDir" 2022/03/03 06:13:20 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:13:21 DEBUG : Starting OpenDrive session with ID: daa90fb29f20652928d04598756897ec8fea2f83471dd5522087b66ec5489adf 2022/03/03 06:13:24 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:13:27 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:13:32 INFO : one: Moved (server-side) 2022/03/03 06:13:33 INFO : one: Copied (server-side copy) 2022/03/03 06:13:33 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/03/03 06:13:33 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:13:33 DEBUG : Waiting for deletions to finish 2022/03/03 06:13:37 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:13:46 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:48 INFO : two: Copied (server-side copy) 2022/03/03 06:13:48 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/03/03 06:13:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:13:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:48 DEBUG : one: Unchanged skipping 2022/03/03 06:13:48 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:13:48 DEBUG : Waiting for deletions to finish 2022/03/03 06:13:51 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:13:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:51 DEBUG : two: Unchanged skipping 2022/03/03 06:13:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:13:52 DEBUG : one: Unchanged skipping 2022/03/03 06:13:52 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:13:52 DEBUG : Waiting for deletions to finish 2022/03/03 06:13:52 INFO : There was nothing to transfer 2022/03/03 06:13:56 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2022/03/03 06:14:04 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/03/03 06:14:04 DEBUG : three: Destination not found in --copy-dest 2022/03/03 06:14:04 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:14:04 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:14:04 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:14:04 DEBUG : two: Unchanged skipping 2022/03/03 06:14:04 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:14:04 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/03 06:14:04 DEBUG : one: Unchanged skipping 2022/03/03 06:14:04 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:14:07 DEBUG : three: Uploading chunk 0, size=7, remain=0 2022/03/03 06:14:11 INFO : three: Copied (new) 2022/03/03 06:14:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (121.39s) === RUN TestSyncBackupDir run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:14:32 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:14:41 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:14:48 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:14:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:14:56 DEBUG : Starting OpenDrive session with ID: 64259c54ea146b2f33d181a19a50e7ac446faa7b9c115b8a6f8859dba83893cd 2022/03/03 06:14:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/backup" 2022/03/03 06:14:57 DEBUG : Starting OpenDrive session with ID: 881d199da16e2a6900ba54e2a83609c4e4ca1467df5b2a745342ec4569cf1d04 2022/03/03 06:15:01 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:15:01 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:15:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:15:01 DEBUG : two: Unchanged skipping 2022/03/03 06:15:05 INFO : one: Moved (server-side) 2022/03/03 06:15:05 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:15:08 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:15:13 INFO : one: Copied (new) 2022/03/03 06:15:13 DEBUG : Waiting for deletions to finish 2022/03/03 06:15:16 INFO : three.txt: Moved (server-side) 2022/03/03 06:15:16 INFO : three.txt: Moved into backup dir 2022/03/03 06:15:21 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:15:27 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:15:27 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:15:27 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:15:27 DEBUG : two: Unchanged skipping 2022/03/03 06:15:30 INFO : one: Deleted 2022/03/03 06:15:31 INFO : one: Moved (server-side) 2022/03/03 06:15:31 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:15:34 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:15:41 INFO : one: Copied (new) 2022/03/03 06:15:41 DEBUG : Waiting for deletions to finish 2022/03/03 06:15:43 INFO : three.txt: Deleted 2022/03/03 06:15:44 INFO : three.txt: Moved (server-side) 2022/03/03 06:15:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (91.31s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:16:03 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:16:14 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:16:21 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:16:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:16:30 DEBUG : Starting OpenDrive session with ID: 35ff377d27efa4a8d49266e0e31429b0b4db37be2427bec44c026e92fa59e581 2022/03/03 06:16:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/backup" 2022/03/03 06:16:32 DEBUG : Starting OpenDrive session with ID: 877e8876fbc75679be6f982ae3d26a3c2d6e9bbb538f386f49d29c0fc9966ca8 2022/03/03 06:16:36 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:16:36 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:16:36 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:16:36 DEBUG : two: Unchanged skipping 2022/03/03 06:16:41 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:16:41 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:16:52 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:16:59 INFO : one: Copied (new) 2022/03/03 06:16:59 DEBUG : Waiting for deletions to finish 2022/03/03 06:17:04 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:17:04 INFO : three.txt: Moved into backup dir 2022/03/03 06:17:13 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:17:20 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:17:20 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:17:20 DEBUG : two: Unchanged skipping 2022/03/03 06:17:20 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:17:22 INFO : one.bak: Deleted 2022/03/03 06:17:24 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:17:24 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:17:26 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:17:43 INFO : one: Copied (new) 2022/03/03 06:17:43 DEBUG : Waiting for deletions to finish 2022/03/03 06:17:44 INFO : three.txt.bak: Deleted 2022/03/03 06:17:46 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:17:46 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (122.92s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:18:05 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:18:12 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:18:19 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:18:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:18:25 DEBUG : Starting OpenDrive session with ID: 6a13492674d2f3a07703679341fcc59dbd3dffe021534a71a9d5456709e4874d 2022/03/03 06:18:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/backup" 2022/03/03 06:18:27 DEBUG : Starting OpenDrive session with ID: 0c6eedab1a7ef39b44a40ccec3b7f78dae2bb29f0dc33bf72115dcc11ebbe366 2022/03/03 06:18:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:18:30 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:18:30 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:18:30 DEBUG : two: Unchanged skipping 2022/03/03 06:18:35 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:18:35 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:18:37 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:18:42 INFO : one: Copied (new) 2022/03/03 06:18:42 DEBUG : Waiting for deletions to finish 2022/03/03 06:18:47 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:18:47 INFO : three.txt: Moved into backup dir 2022/03/03 06:18:53 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:19:00 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:19:00 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:19:00 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:19:00 DEBUG : two: Unchanged skipping 2022/03/03 06:19:01 INFO : one-2019-01-01: Deleted 2022/03/03 06:19:03 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:19:03 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:19:06 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:19:11 INFO : one: Copied (new) 2022/03/03 06:19:11 DEBUG : Waiting for deletions to finish 2022/03/03 06:19:15 INFO : three-2019-01-01.txt: Deleted 2022/03/03 06:19:17 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:19:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (89.30s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:19:34 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:19:42 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:19:49 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:19:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:19:57 DEBUG : Starting OpenDrive session with ID: 86869a3ccc7b1c19676c4d8ee3d0ac1e9b549a7f2731e2ff5cfdd74aa12b56a0 2022/03/03 06:19:59 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:19:59 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:19:59 DEBUG : two: Unchanged skipping 2022/03/03 06:19:59 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:20:12 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:20:12 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:20:16 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:20:20 INFO : one: Copied (new) 2022/03/03 06:20:20 DEBUG : Waiting for deletions to finish 2022/03/03 06:20:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:20:33 INFO : three.txt: Moved into backup dir 2022/03/03 06:20:38 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:20:47 DEBUG : one.bak: Excluded 2022/03/03 06:20:47 DEBUG : three.txt.bak: Excluded 2022/03/03 06:20:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:20:47 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:20:47 DEBUG : two: Unchanged skipping 2022/03/03 06:20:47 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for checks to finish 2022/03/03 06:20:49 INFO : one.bak: Deleted 2022/03/03 06:21:01 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:21:01 DEBUG : OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3/dst': Waiting for transfers to finish 2022/03/03 06:21:04 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:21:08 INFO : one: Copied (new) 2022/03/03 06:21:08 DEBUG : Waiting for deletions to finish 2022/03/03 06:21:10 INFO : three.txt.bak: Deleted 2022/03/03 06:21:22 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:21:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (121.35s) === RUN TestSyncSuffix run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:21:36 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:21:43 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:21:50 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:21:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:22:00 DEBUG : Starting OpenDrive session with ID: 9ac605b18b0624dcae6de52e46945e38a1dd71c3524306334d7e37005f3b3f4e 2022/03/03 06:22:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:22:14 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:22:18 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:22:22 INFO : one: Copied (new) 2022/03/03 06:22:23 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:22:23 DEBUG : two: Unchanged skipping 2022/03/03 06:22:34 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/03 06:25:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:25:02 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:25:07 INFO : three.txt: Copied (new) 2022/03/03 06:25:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:25:13 INFO : one.bak: Deleted 2022/03/03 06:25:26 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:25:28 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:25:34 INFO : one: Copied (new) 2022/03/03 06:25:35 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:25:35 DEBUG : two: Unchanged skipping 2022/03/03 06:25:35 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/03 06:26:08 INFO : three.txt.bak: Deleted 2022/03/03 06:26:20 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:26:28 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2022/03/03 06:26:35 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (315.76s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-cuzeqim8viqedop1taqepar3'", Local "Local file system at /tmp/rclone187041518", Modify Window "1s" 2022/03/03 06:26:55 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/03 06:27:04 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/03/03 06:27:12 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/03/03 06:27:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cuzeqim8viqedop1taqepar3/dst" 2022/03/03 06:27:22 DEBUG : Starting OpenDrive session with ID: c44beb2e71660b161ce545045e3a02dab7c064a74010081930d3a4cf7a6bf618 2022/03/03 06:27:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:27:37 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:32:28 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/03/03 06:32:32 INFO : one: Copied (new) 2022/03/03 06:32:33 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:32:33 DEBUG : two: Unchanged skipping 2022/03/03 06:32:35 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/03 06:32:49 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:32:51 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/03/03 06:32:56 INFO : three.txt: Copied (new) 2022/03/03 06:33:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:33:04 INFO : one-2019-01-01: Deleted 2022/03/03 06:33:20 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:33:23 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/03 06:33:29 INFO : one: Copied (new) 2022/03/03 06:33:30 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/03 06:33:30 DEBUG : two: Unchanged skipping 2022/03/03 06:33:30 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/03 06:33:32 INFO : three-2019-01-01.txt: Deleted 2022/03/03 06:33:44 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:33:47 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2022/03/03 06:33:51 INFO : three.txt: Copied (new) panic: test timed out after 1h0m0s goroutine 25552 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:1788 +0x8e created by time.goFunc /usr/local/go/src/time/sleep.go:180 +0x31 goroutine 1 [chan receive, 7 minutes]: testing.(*T).Run(0xc0004df860, {0x18db085, 0x46d533}, 0x195f060) /usr/local/go/src/testing/testing.go:1307 +0x375 testing.runTests.func1(0xc000a016b0) /usr/local/go/src/testing/testing.go:1598 +0x6e testing.tRunner(0xc0004df860, 0xc00088fca0) /usr/local/go/src/testing/testing.go:1259 +0x102 testing.runTests(0xc000314d80, {0x28abd40, 0x4a, 0x4a}, {0xead6e0, 0xc000a38228, 0x28b8dc0}) /usr/local/go/src/testing/testing.go:1596 +0x43f testing.(*M).Run(0xc000314d80) /usr/local/go/src/testing/testing.go:1504 +0x51d github.com/rclone/rclone/fstest.TestMain(0xc0000001a0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:70 +0x9e github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:36 main.main() _testmain.go:191 +0x166 goroutine 8 [select]: go.opencensus.io/stats/view.(*worker).start(0xc0000d0800) /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:276 +0xb9 created by go.opencensus.io/stats/view.init.0 /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:34 +0x92 goroutine 25543 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25538 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25544 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 24735 [semacquire]: sync.runtime_Semacquire(0xc0004e32a0) /usr/local/go/src/runtime/sema.go:56 +0x25 sync.(*WaitGroup).Wait(0x1c5e6f0) /usr/local/go/src/sync/waitgroup.go:130 +0x71 github.com/rclone/rclone/fs/walk.walk({0x1c5e6f0, 0xc000130000}, {0x1c8dde8, 0xc0005b4780}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0xc000a0a040, 0x195ed28) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:453 +0x3fb github.com/rclone/rclone/fs/walk.walkListDirSorted(...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:349 github.com/rclone/rclone/fs/walk.Walk({0x1c5e6f0, 0xc000130000}, {0x1c8dde8, 0xc0005b4780}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x75ccbe) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:75 +0x285 github.com/rclone/rclone/fs/walk.listRwalk({0x1c5e6f0, 0xc000130000}, {0x1c8dde8, 0xc0005b4780}, {0x0, 0x0}, 0x0, 0x8, 0x3, 0xc0002485a0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:169 +0x115 github.com/rclone/rclone/fs/walk.ListR({0x1c5e6f0, 0xc000130000}, {0x1c8dde8, 0xc0005b4780}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc0002485a0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:159 +0x230 github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:151 +0x12a github.com/rclone/rclone/fstest.(*Run).Finalise(0xc000268d90) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:376 +0x22 github.com/rclone/rclone/fs/sync.testSyncSuffix(0xc0009ee680, {0x18b93a1, 0xb}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1874 +0x1c7f github.com/rclone/rclone/fs/sync.TestSyncSuffixKeepExtension(0xc000790380) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1876 +0x2a testing.tRunner(0xc0009ee680, 0x195f060) /usr/local/go/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1306 +0x35a goroutine 25540 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25539 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25545 [select]: net/http.(*Transport).getConn(0xc0003f5040, 0xc0006e80c0, {{}, 0x0, {0xc0007581b0, 0x5}, {0xc000310258, 0x15}, 0x0}) /usr/local/go/src/net/http/transport.go:1372 +0x5d2 net/http.(*Transport).roundTrip(0xc0003f5040, 0xc000246200) /usr/local/go/src/net/http/transport.go:581 +0x774 net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:18 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc000151f90, 0xc000246200) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:274 +0x4c8 net/http.send(0xc000246200, {0x1c29360, 0xc000151f90}, {0x1872c60, 0x1, 0x0}) /usr/local/go/src/net/http/client.go:252 +0x5d8 net/http.(*Client).send(0xc0003d3ad0, 0xc000246200, {0xc000246200, 0x24, 0x0}) /usr/local/go/src/net/http/client.go:176 +0x9b net/http.(*Client).do(0xc0003d3ad0, 0xc000246200) /usr/local/go/src/net/http/client.go:725 +0x908 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:593 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc000094230, {0x1c5e6f0, 0xc000130000}, 0xc000502120) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:284 +0xc05 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0006bc858, {0x1c5e6f0, 0xc000130000}, 0x7f9e3461d2a0, {0x0, 0x0}, {0x150c040, 0xc0000ee310}, 0xc0006bc8a0, 0x195f120, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:481 +0x485 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:424 github.com/rclone/rclone/backend/opendrive.(*Fs).List.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:761 +0x9b github.com/rclone/rclone/fs.pacerInvoker(0xc00031f920, 0x95689e, 0x10000ff85cc6d85) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:88 +0x38 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00031f920, 0xc0006bc998, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x85 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00031f920, 0x18c61cf) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x90 github.com/rclone/rclone/backend/opendrive.(*Fs).List(0xc0005b4780, {0x1c5e6f0, 0xc000130000}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:760 +0x32a github.com/rclone/rclone/fs/list.DirSorted({0x1c5e6f0, 0xc000130000}, {0x1c8dde8, 0xc0005b4780}, 0x1, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/list/list.go:24 +0x79 github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:403 +0x205 created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25542 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25547 [chan receive]: net/http.(*persistConn).addTLS(0xc000502240, {0x1c5e6f0, 0xc000130000}, {0xc000310258, 0x11}, 0x0) /usr/local/go/src/net/http/transport.go:1540 +0x365 net/http.(*Transport).dialConn(0xc0003f5040, {0x1c5e6f0, 0xc000130000}, {{}, 0x0, {0xc0007581b0, 0x5}, {0xc000310258, 0x15}, 0x0}) /usr/local/go/src/net/http/transport.go:1614 +0xab7 net/http.(*Transport).dialConnFor(0x728986, 0xc000573c30) /usr/local/go/src/net/http/transport.go:1446 +0xb0 created by net/http.(*Transport).queueForDial /usr/local/go/src/net/http/transport.go:1415 +0x3d7 goroutine 25541 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:398 +0x18a created by github.com/rclone/rclone/fs/walk.walk /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:395 +0x1a6 goroutine 25551 [IO wait]: internal/poll.runtime_pollWait(0x7f9e346264e0, 0x72) /usr/local/go/src/runtime/netpoll.go:234 +0x89 internal/poll.(*pollDesc).wait(0xc0000d0c00, 0xc0008ee240, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0000d0c00, {0xc0008ee240, 0x205, 0x205}) /usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a net.(*netFD).Read(0xc0000d0c00, {0xc0008ee240, 0xc0006bc650, 0x40ed14}) /usr/local/go/src/net/fd_posix.go:56 +0x29 net.(*conn).Read(0xc0018f2028, {0xc0008ee240, 0x205, 0x7f9e5cc10108}) /usr/local/go/src/net/net.go:183 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00176c1c8, {0xc0008ee240, 0xf4, 0x10000c0006bc728}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:104 +0x32 crypto/tls.(*atLeastReader).Read(0xc00176c1e0, {0xc0008ee240, 0x0, 0x40ba4d}) /usr/local/go/src/crypto/tls/conn.go:777 +0x3d bytes.(*Buffer).ReadFrom(0xc0002813f8, {0x1c26080, 0xc00176c1e0}) /usr/local/go/src/bytes/buffer.go:204 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000281180, {0x7f9e3458ebd8, 0xc00176c1c8}, 0xc0005c0300) /usr/local/go/src/crypto/tls/conn.go:799 +0xe5 crypto/tls.(*Conn).readRecordOrCCS(0xc000281180, 0x0) /usr/local/go/src/crypto/tls/conn.go:606 +0x112 crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:574 crypto/tls.(*Conn).readHandshake(0xc000281180) /usr/local/go/src/crypto/tls/conn.go:1009 +0x6d crypto/tls.(*Conn).clientHandshake(0xc000281180, {0x1c5e6b8, 0xc0006e8280}) /usr/local/go/src/crypto/tls/handshake_client.go:179 +0x266 crypto/tls.(*Conn).handshakeContext(0xc000281180, {0x1c5e6f0, 0xc000130000}) /usr/local/go/src/crypto/tls/conn.go:1445 +0x3d1 crypto/tls.(*Conn).HandshakeContext(...) /usr/local/go/src/crypto/tls/conn.go:1395 net/http.(*persistConn).addTLS.func2() /usr/local/go/src/net/http/transport.go:1534 +0x71 created by net/http.(*persistConn).addTLS /usr/local/go/src/net/http/transport.go:1530 +0x345 "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 1h0m3.95785672s (try 1/5): exit status 2: Failed []