"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2022/04/20 06:33:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4" 2022/04/20 06:33:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/04/20 06:33:07 DEBUG : Starting OpenDrive session with ID: c84e12f3332fc00859bf071bb30eb2f5168aeebdfecd64f9cd2510bd0916525c 2022/04/20 06:33:09 DEBUG : Creating backend with remote "/tmp/rclone1901983608" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:33:11 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/04/20 06:33:11 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:33:11 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (4.90s) === RUN TestCopy run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:33:15 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:33:15 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:33:18 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:34:11 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (64.73s) === RUN TestCopyMissingDirectory run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:34:19 DEBUG : Creating backend with remote "/non-existing" 2022/04/20 06:34:19 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/04/20 06:34:19 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:34:19 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.32s) === RUN TestCopyNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:34:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:34:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:34:26 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:34:45 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (30.51s) === RUN TestCopyCheckFirst run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:34:51 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Running all checks before starting transfers 2022/04/20 06:34:52 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:34:52 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Checks finished, now starting transfers 2022/04/20 06:34:52 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:34:57 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:35:03 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (20.02s) === RUN TestSyncNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:35:11 ERROR : Ignoring --no-traverse with sync 2022/04/20 06:35:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:35:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:35:16 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:35:21 INFO : sub dir/hello world: Copied (new) 2022/04/20 06:35:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (18.44s) === RUN TestCopyWithDepth run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:35:31 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:35:31 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:35:33 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2022/04/20 06:36:38 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (119.02s) === RUN TestCopyWithFilesFrom run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:37:29 DEBUG : hello world2: Excluded 2022/04/20 06:37:42 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:37:42 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:38:20 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/04/20 06:39:24 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (166.41s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:40:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:40:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:40:42 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2022/04/20 06:40:46 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (34.22s) === RUN TestCopyEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:40:49 DEBUG : sub dir2: Making directory 2022/04/20 06:40:50 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:40:50 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:40:54 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:40:58 INFO : sub dir/hello world: Copied (new) 2022/04/20 06:40:58 DEBUG : sub dir2: Making directory 2022/04/20 06:41:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': copied 1 directories --- PASS: TestCopyEmptyDirectories (17.92s) === RUN TestMoveEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:41:07 DEBUG : sub dir2: Making directory 2022/04/20 06:41:08 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:41:08 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:41:12 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:41:16 INFO : sub dir/hello world: Copied (new) 2022/04/20 06:41:16 INFO : sub dir/hello world: Deleted 2022/04/20 06:41:16 DEBUG : sub dir: Making directory 2022/04/20 06:41:16 DEBUG : sub dir2: Making directory 2022/04/20 06:41:18 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': copied 2 directories --- PASS: TestMoveEmptyDirectories (17.80s) === RUN TestSyncEmptyDirectories run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:41:25 DEBUG : sub dir2: Making directory 2022/04/20 06:41:26 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:41:26 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:41:30 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:41:34 INFO : sub dir/hello world: Copied (new) 2022/04/20 06:41:34 DEBUG : sub dir2: Making directory 2022/04/20 06:41:36 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': copied 1 directories 2022/04/20 06:41:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (18.65s) === RUN TestServerSideCopy run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:41:48 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:41:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yitikeq0tujogoh9lobisoy0" 2022/04/20 06:41:54 DEBUG : Starting OpenDrive session with ID: 22cab2d334d7142cec89ba3281bc922a8321aa21b8a336ee11ff81efc9f3010f sync_test.go:275: Server side copy (if possible) OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4' -> OpenDrive root 'rclone-test-yitikeq0tujogoh9lobisoy0' 2022/04/20 06:41:56 DEBUG : OpenDrive root 'rclone-test-yitikeq0tujogoh9lobisoy0': Waiting for checks to finish 2022/04/20 06:41:56 DEBUG : OpenDrive root 'rclone-test-yitikeq0tujogoh9lobisoy0': Waiting for transfers to finish 2022/04/20 06:42:01 INFO : sub dir/hello world: Copied (server-side copy) 2022/04/20 06:42:03 DEBUG : OpenDrive root 'rclone-test-yitikeq0tujogoh9lobisoy0': Purge remote --- PASS: TestServerSideCopy (25.52s) === RUN TestCopyAfterDelete run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:42:13 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:42:17 ERROR : : error listing: directory not found 2022/04/20 06:42:19 DEBUG : Local file system at /tmp/rclone1901983608: Making directory 2022/04/20 06:42:20 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:42:20 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (16.66s) === RUN TestCopyRedownload run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:42:30 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 06:42:38 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for checks to finish 2022/04/20 06:42:38 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for transfers to finish 2022/04/20 06:42:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/04/20 06:42:39 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (16.97s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:42:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:42:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:42:46 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2022/04/20 06:42:50 INFO : check sum: Copied (new) 2022/04/20 06:42:50 DEBUG : Waiting for deletions to finish 2022/04/20 06:42:52 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:42:52 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/20 06:42:52 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/04/20 06:42:52 DEBUG : check sum: Unchanged skipping 2022/04/20 06:42:52 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:42:52 DEBUG : Waiting for deletions to finish 2022/04/20 06:42:52 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (11.81s) === RUN TestSyncSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:42:56 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:42:56 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:42:58 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2022/04/20 06:43:02 INFO : sizeonly: Copied (new) 2022/04/20 06:43:02 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:03 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:03 DEBUG : sizeonly: Sizes identical 2022/04/20 06:43:03 DEBUG : sizeonly: Unchanged skipping 2022/04/20 06:43:03 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:03 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:03 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (11.54s) === RUN TestSyncIgnoreSize run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:43:07 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:07 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:09 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2022/04/20 06:43:13 INFO : ignore-size: Copied (new) 2022/04/20 06:43:13 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:15 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 06:43:15 DEBUG : ignore-size: Unchanged skipping 2022/04/20 06:43:15 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:15 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:15 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:15 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (11.59s) === RUN TestSyncIgnoreTimes run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:43:20 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/04/20 06:43:26 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 06:43:26 DEBUG : existing: Unchanged skipping 2022/04/20 06:43:26 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:26 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:26 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:26 INFO : There was nothing to transfer 2022/04/20 06:43:30 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:30 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/04/20 06:43:30 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:31 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/04/20 06:43:35 INFO : existing: Copied (replaced existing) 2022/04/20 06:43:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (20.71s) === RUN TestSyncIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:43:39 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:39 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:42 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/04/20 06:43:46 INFO : existing: Copied (new) 2022/04/20 06:43:46 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:47 DEBUG : existing: Destination exists, skipping 2022/04/20 06:43:47 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:43:47 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:43:47 DEBUG : Waiting for deletions to finish 2022/04/20 06:43:47 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (11.82s) === RUN TestSyncIgnoreErrors run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:43:54 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:44:02 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/04/20 06:44:07 DEBUG : d: Making directory 2022/04/20 06:44:12 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:44:12 DEBUG : c/non empty space: Unchanged skipping 2022/04/20 06:44:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:44:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:44:15 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:44:19 INFO : a/potato2: Copied (new) 2022/04/20 06:44:19 DEBUG : Waiting for deletions to finish 2022/04/20 06:44:20 INFO : b/potato: Deleted 2022/04/20 06:44:20 INFO : d: Removing directory 2022/04/20 06:44:22 INFO : b: Removing directory 2022/04/20 06:44:23 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': deleted 2 directories --- PASS: TestSyncIgnoreErrors (41.56s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:44:34 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:44:41 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:44:41 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/04/20 06:44:41 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/20 06:44:41 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/04/20 06:44:41 DEBUG : empty space: Unchanged skipping 2022/04/20 06:44:41 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:44:41 DEBUG : Waiting for deletions to finish 2022/04/20 06:44:41 INFO : There was nothing to transfer 2022/04/20 06:44:42 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/04/20 06:44:42 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:44:42 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/20 06:44:43 INFO : empty space: Updated modification time in destination 2022/04/20 06:44:43 DEBUG : empty space: Unchanged skipping 2022/04/20 06:44:43 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:44:43 DEBUG : Waiting for deletions to finish 2022/04/20 06:44:43 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (14.88s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:44:49 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:44:55 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/04/20 06:44:55 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:44:55 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/04/20 06:44:55 DEBUG : empty space: Unchanged skipping 2022/04/20 06:44:55 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:44:55 DEBUG : Waiting for deletions to finish 2022/04/20 06:44:55 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (10.68s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:45:00 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/04/20 06:45:05 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:45:05 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/04/20 06:45:05 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone1901983608) 2022/04/20 06:45:05 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4') 2022/04/20 06:45:05 DEBUG : foo: md5 differ 2022/04/20 06:45:05 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:45:07 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2022/04/20 06:45:11 INFO : foo: Copied (replaced existing) 2022/04/20 06:45:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (16.55s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:45:16 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:45:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:45:22 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:45:22 DEBUG : empty space: Unchanged skipping 2022/04/20 06:45:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:45:24 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/04/20 06:45:28 INFO : potato: Copied (new) 2022/04/20 06:45:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (18.24s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:45:35 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2022/04/20 06:45:41 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/04/20 06:45:41 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:45:41 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:45:42 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:45:47 INFO : potato: Copied (replaced existing) 2022/04/20 06:45:47 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (18.52s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:45:53 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:45:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:45:59 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/04/20 06:45:59 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone1901983608) 2022/04/20 06:45:59 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4') 2022/04/20 06:45:59 DEBUG : potato: md5 differ 2022/04/20 06:45:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:46:00 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:46:27 INFO : potato: Copied (replaced existing) 2022/04/20 06:46:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (39.60s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:46:33 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:46:42 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:46:46 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:46:46 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/04/20 06:46:46 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:46:46 DEBUG : empty space: Unchanged skipping 2022/04/20 06:46:46 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:46:46 DEBUG : Waiting for deletions to finish 2022/04/20 06:46:46 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (19.60s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:46:52 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:47:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:47:08 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:47:08 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:47:08 DEBUG : empty space: Unchanged skipping 2022/04/20 06:47:08 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:47:10 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:47:15 INFO : potato2: Copied (new) 2022/04/20 06:47:15 DEBUG : Waiting for deletions to finish 2022/04/20 06:47:16 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (29.56s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:47:24 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:47:40 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/04/20 06:47:47 DEBUG : d: Making directory 2022/04/20 06:47:48 DEBUG : d/e: Making directory 2022/04/20 06:47:54 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:47:54 DEBUG : c/non empty space: Unchanged skipping 2022/04/20 06:47:55 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:47:55 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:47:59 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:48:05 INFO : a/potato2: Copied (new) 2022/04/20 06:48:05 DEBUG : Waiting for deletions to finish 2022/04/20 06:48:05 INFO : b/potato: Deleted 2022/04/20 06:48:05 INFO : d/e: Removing directory 2022/04/20 06:48:07 INFO : d: Removing directory 2022/04/20 06:48:08 INFO : b: Removing directory 2022/04/20 06:48:10 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (60.97s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:48:25 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:48:45 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2022/04/20 06:48:54 DEBUG : d: Making directory 2022/04/20 06:49:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:49:00 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:49:00 DEBUG : c/non empty space: Unchanged skipping 2022/04/20 06:49:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:49:06 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:49:13 INFO : a/potato2: Copied (new) 2022/04/20 06:49:13 ERROR : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': not deleting files as there were IO errors 2022/04/20 06:49:13 ERROR : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (66.20s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:49:29 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:50:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:50:32 DEBUG : Waiting for deletions to finish 2022/04/20 06:50:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:50:33 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:50:33 DEBUG : empty space: Unchanged skipping 2022/04/20 06:50:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:50:33 INFO : potato: Deleted 2022/04/20 06:50:36 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:51:25 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (121.73s) === RUN TestSyncDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:51:32 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:52:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:52:21 DEBUG : Waiting for deletions to finish 2022/04/20 06:52:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:52:22 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:52:22 INFO : potato: Deleted 2022/04/20 06:52:23 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:52:23 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:52:23 DEBUG : empty space: Unchanged skipping 2022/04/20 06:52:23 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:52:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:52:37 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (73.63s) === RUN TestCopyDeleteBefore run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:52:46 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2022/04/20 06:54:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:54:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:54:36 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2022/04/20 06:55:37 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (179.62s) === RUN TestSyncWithExclude run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:55:44 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:55:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:56:03 DEBUG : enormous: Excluded 2022/04/20 06:56:03 DEBUG : potato2: Excluded 2022/04/20 06:56:03 DEBUG : potato2: Excluded 2022/04/20 06:56:03 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:56:03 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:56:03 DEBUG : empty space: Unchanged skipping 2022/04/20 06:56:03 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:56:03 DEBUG : Waiting for deletions to finish 2022/04/20 06:56:03 INFO : There was nothing to transfer 2022/04/20 06:56:04 DEBUG : enormous: Excluded 2022/04/20 06:56:04 DEBUG : potato2: Excluded 2022/04/20 06:56:05 DEBUG : potato2: Excluded 2022/04/20 06:56:05 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/04/20 06:56:05 DEBUG : empty space: Unchanged skipping 2022/04/20 06:56:05 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for checks to finish 2022/04/20 06:56:05 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for transfers to finish 2022/04/20 06:56:05 DEBUG : Waiting for deletions to finish 2022/04/20 06:56:05 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (26.26s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:56:19 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 06:56:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 06:56:36 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2022/04/20 06:56:47 DEBUG : enormous: Excluded 2022/04/20 06:56:47 DEBUG : potato2: Excluded 2022/04/20 06:56:49 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 06:56:49 DEBUG : empty space: Unchanged skipping 2022/04/20 06:56:49 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:56:49 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:56:49 DEBUG : Waiting for deletions to finish 2022/04/20 06:56:50 INFO : potato2: Deleted 2022/04/20 06:56:51 INFO : enormous: Deleted 2022/04/20 06:56:51 INFO : There was nothing to transfer 2022/04/20 06:56:53 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/04/20 06:56:53 DEBUG : empty space: Unchanged skipping 2022/04/20 06:56:53 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for checks to finish 2022/04/20 06:56:53 DEBUG : Local file system at /tmp/rclone1901983608: Waiting for transfers to finish 2022/04/20 06:56:53 DEBUG : Waiting for deletions to finish 2022/04/20 06:56:53 INFO : enormous: Deleted 2022/04/20 06:56:53 INFO : potato2: Deleted 2022/04/20 06:56:53 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (48.45s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 06:56:59 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/04/20 06:57:09 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/04/20 06:57:18 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/04/20 06:57:24 DEBUG : four: Uploading chunk 0, size=8, remain=0 2022/04/20 06:57:30 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:57:30 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/04/20 06:57:30 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/04/20 06:57:30 DEBUG : one: Destination is newer than source, skipping 2022/04/20 06:57:30 DEBUG : three: Sizes identical 2022/04/20 06:57:30 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/04/20 06:57:30 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone1901983608) 2022/04/20 06:57:30 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4') 2022/04/20 06:57:30 DEBUG : two: md5 differ 2022/04/20 06:57:30 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:57:30 DEBUG : four: Uploading chunk 0, size=4, remain=0 2022/04/20 06:57:30 DEBUG : two: Uploading chunk 0, size=3, remain=0 2022/04/20 06:57:32 DEBUG : five: Uploading chunk 0, size=4, remain=0 2022/04/20 06:58:31 INFO : five: Copied (new) 2022/04/20 06:58:31 INFO : four: Copied (replaced existing) 2022/04/20 06:58:37 INFO : two: Copied (replaced existing) 2022/04/20 06:58:37 DEBUG : Waiting for deletions to finish 2022/04/20 06:58:43 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:58:43 DEBUG : one: Destination is newer than source, skipping 2022/04/20 06:58:43 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/04/20 06:58:43 DEBUG : five: Size and md5 of src and dst objects identical 2022/04/20 06:58:43 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/04/20 06:58:43 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone1901983608) 2022/04/20 06:58:43 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4') 2022/04/20 06:58:43 DEBUG : three: md5 differ 2022/04/20 06:58:43 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/04/20 06:58:43 DEBUG : two: Size and md5 of src and dst objects identical 2022/04/20 06:58:43 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/04/20 06:58:43 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/04/20 06:58:43 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/04/20 06:58:43 DEBUG : four: Size and md5 of src and dst objects identical 2022/04/20 06:58:43 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/04/20 06:58:43 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:58:48 DEBUG : three: Uploading chunk 0, size=5, remain=0 2022/04/20 06:59:17 INFO : three: Copied (replaced existing) 2022/04/20 06:59:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (147.41s) === 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-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" sync_test.go:1058: Can track renames: true 2022/04/20 06:59:25 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 06:59:25 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 06:59:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:59:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 06:59:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:59:28 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/04/20 06:59:29 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/04/20 06:59:36 INFO : yam: Copied (new) 2022/04/20 06:59:37 INFO : potato: Copied (new) 2022/04/20 06:59:37 DEBUG : Waiting for deletions to finish 2022/04/20 06:59:39 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 06:59:39 DEBUG : potato: Unchanged skipping 2022/04/20 06:59:39 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 06:59:39 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 06:59:39 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:59:39 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 06:59:52 INFO : yam: Moved (server-side) to: yaml 2022/04/20 06:59:52 INFO : yaml: Renamed from "yam" 2022/04/20 06:59:52 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 06:59:52 DEBUG : Waiting for deletions to finish 2022/04/20 06:59:52 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (34.23s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" sync_test.go:1127: Can track renames: true 2022/04/20 06:59:59 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 06:59:59 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 06:59:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 06:59:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 06:59:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:00:02 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/04/20 07:00:04 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2022/04/20 07:00:09 INFO : potato: Copied (new) 2022/04/20 07:00:10 INFO : yam: Copied (new) 2022/04/20 07:00:10 DEBUG : Waiting for deletions to finish 2022/04/20 07:00:12 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 07:00:12 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:00:12 DEBUG : potato: Unchanged skipping 2022/04/20 07:00:12 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 07:00:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:00:12 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 07:00:28 INFO : yam: Moved (server-side) to: yaml 2022/04/20 07:00:28 INFO : yaml: Renamed from "yam" 2022/04/20 07:00:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:00:28 DEBUG : Waiting for deletions to finish 2022/04/20 07:00:28 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (34.61s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" sync_test.go:1163: Can track renames: true 2022/04/20 07:00:34 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 07:00:34 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 07:00:34 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:00:34 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 07:00:34 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:00:36 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2022/04/20 07:00:38 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2022/04/20 07:00:46 INFO : sub/yam: Copied (new) 2022/04/20 07:00:50 INFO : potato: Copied (new) 2022/04/20 07:00:50 DEBUG : Waiting for deletions to finish 2022/04/20 07:00:53 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:00:53 DEBUG : potato: Unchanged skipping 2022/04/20 07:00:53 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Making map for --track-renames 2022/04/20 07:00:53 INFO : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Finished making map for --track-renames 2022/04/20 07:00:53 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:00:53 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for renames to finish 2022/04/20 07:00:57 INFO : sub/yam: Moved (server-side) to: yam 2022/04/20 07:00:57 INFO : yam: Renamed from "sub/yam" 2022/04/20 07:00:57 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:00:57 DEBUG : Waiting for deletions to finish 2022/04/20 07:00:57 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (34.04s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:01:09 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:01:09 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:01:16 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/04/20 07:01:17 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 07:06:17 DEBUG : pacer: low level retry 1/10 (error Post "https://dev.opendrive.com/api/v1/upload/close_file_upload.json": net/http: timeout awaiting response headers) 2022/04/20 07:06:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/04/20 07:06:31 DEBUG : pacer: low level retry 1/10 (error Post "https://dev.opendrive.com/api/v1/upload/close_file_upload.json": net/http: timeout awaiting response headers) 2022/04/20 07:06:31 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2022/04/20 07:06:32 DEBUG : pacer: Reducing sleep to 20ms 2022/04/20 07:06:32 ERROR : sub dir/hello world: Failed to copy: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) 2022/04/20 07:06:32 ERROR : sub dir/hello world: Not deleting source as copy failed: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) 2022/04/20 07:09:06 DEBUG : pacer: low level retry 2/10 (error This file is already being processed. Please wait until previous upload operation will be finished. (Error 423)) 2022/04/20 07:09:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2022/04/20 07:10:30 DEBUG : pacer: Reducing sleep to 20ms 2022/04/20 07:10:30 ERROR : nested/sub dir/file: Failed to copy: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) 2022/04/20 07:10:30 ERROR : nested/sub dir/file: Not deleting source as copy failed: failed to create file: File update error. Temp file doesn't exist. Please restart task. (Error 400) 2022/04/20 07:10:30 ERROR : Local file system at /tmp/rclone1901983608: not deleting directories as there were IO errors sync_test.go:1278: Error Trace: sync_test.go:1278 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMoveWithDeleteEmptySrcDirs 2022/04/20 07:10:31 DEBUG : pacer: Reducing sleep to 10ms --- FAIL: TestMoveWithDeleteEmptySrcDirs (579.72s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:10:47 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:10:47 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:10:51 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/04/20 07:10:56 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2022/04/20 07:10:58 INFO : sub dir/hello world: Copied (new) 2022/04/20 07:10:58 INFO : sub dir/hello world: Deleted 2022/04/20 07:12:13 INFO : nested/sub dir/file: Copied (new) 2022/04/20 07:12:13 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (97.84s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:12:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:12:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:12:28 DEBUG : existing-b: Uploading chunk 0, size=6, remain=0 2022/04/20 07:12:28 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2022/04/20 07:12:32 INFO : existing-b: Copied (new) 2022/04/20 07:12:32 INFO : existing-b: Deleted 2022/04/20 07:12:32 INFO : existing: Copied (new) 2022/04/20 07:12:32 INFO : existing: Deleted 2022/04/20 07:12:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for checks to finish 2022/04/20 07:12:33 DEBUG : existing: Destination exists, skipping 2022/04/20 07:12:33 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/04/20 07:12:33 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': Waiting for transfers to finish 2022/04/20 07:12:33 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (12.95s) === RUN TestServerSideMove run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:12:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zolobad7desuvac7dasupuz7" 2022/04/20 07:12:37 DEBUG : Config file has changed externaly - reloading 2022/04/20 07:12:38 DEBUG : Starting OpenDrive session with ID: 56c91df3aab6cdf2d23875f8fc6606aaf353648b106dd5460e5f61b91872499d 2022/04/20 07:12:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 07:12:48 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:12:54 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4' -> OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7' 2022/04/20 07:13:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:13:11 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/04/20 07:13:16 DEBUG : OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7': Using server-side directory move 2022/04/20 07:13:16 INFO : OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/20 07:13:17 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/04/20 07:13:17 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/20 07:13:17 DEBUG : OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7': Waiting for checks to finish 2022/04/20 07:13:17 DEBUG : empty space: Unchanged skipping 2022/04/20 07:13:17 INFO : potato3: Deleted 2022/04/20 07:13:17 INFO : empty space: Deleted 2022/04/20 07:13:17 DEBUG : OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7': Waiting for transfers to finish 2022/04/20 07:13:18 INFO : potato2: Moved (server-side) 2022/04/20 07:13:19 INFO : potato3: Moved (server-side) 2022/04/20 07:13:19 INFO : There was nothing to transfer 2022/04/20 07:13:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-jufowud4qosecus6yeduvic3" 2022/04/20 07:13:21 DEBUG : Starting OpenDrive session with ID: 22598d2967c6037d3adfca5a6437b89be556ef019ab7361aa553127a6b4f4105 2022/04/20 07:13:24 DEBUG : OpenDrive root 'rclone-test-jufowud4qosecus6yeduvic3': Using server-side directory move 2022/04/20 07:13:26 INFO : OpenDrive root 'rclone-test-jufowud4qosecus6yeduvic3': Server side directory move succeeded 2022/04/20 07:13:29 ERROR : : error listing: directory not found 2022/04/20 07:13:29 DEBUG : OpenDrive root 'rclone-test-jufowud4qosecus6yeduvic3': Purge remote 2022/04/20 07:13:30 DEBUG : OpenDrive root 'rclone-test-zolobad7desuvac7dasupuz7': Purge remote 2022/04/20 07:13:31 purge failed: directory not found --- PASS: TestServerSideMove (55.31s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:13:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vutebeq6jadiler5wesoniw0" 2022/04/20 07:13:33 DEBUG : Starting OpenDrive session with ID: 78dc39bb419593a886c3213e4d984c5be938d7815ba599e94239739151e57a6b 2022/04/20 07:13:37 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 07:13:44 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:13:50 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4' -> OpenDrive root 'rclone-test-vutebeq6jadiler5wesoniw0' 2022/04/20 07:13:59 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:14:05 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/04/20 07:14:11 DEBUG : empty space: Excluded 2022/04/20 07:14:11 DEBUG : empty space: Excluded 2022/04/20 07:14:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/20 07:14:11 DEBUG : OpenDrive root 'rclone-test-vutebeq6jadiler5wesoniw0': Waiting for checks to finish 2022/04/20 07:14:11 DEBUG : OpenDrive root 'rclone-test-vutebeq6jadiler5wesoniw0': Waiting for transfers to finish 2022/04/20 07:14:12 INFO : potato3: Deleted 2022/04/20 07:14:12 INFO : potato2: Moved (server-side) 2022/04/20 07:14:13 INFO : potato3: Moved (server-side) 2022/04/20 07:14:13 INFO : There was nothing to transfer 2022/04/20 07:14:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zakaxuf1tucegut5penapew7" 2022/04/20 07:14:16 DEBUG : Starting OpenDrive session with ID: 6c7fb078f36b3a1b005037979275f6a95fec4e9c1feb2a0b01cbf44bd5b03399 2022/04/20 07:14:18 DEBUG : empty space: Excluded 2022/04/20 07:14:18 DEBUG : OpenDrive root 'rclone-test-zakaxuf1tucegut5penapew7': Waiting for checks to finish 2022/04/20 07:14:18 DEBUG : OpenDrive root 'rclone-test-zakaxuf1tucegut5penapew7': Waiting for transfers to finish 2022/04/20 07:14:21 INFO : potato2: Moved (server-side) 2022/04/20 07:14:21 INFO : potato3: Moved (server-side) 2022/04/20 07:14:21 INFO : There was nothing to transfer 2022/04/20 07:14:23 DEBUG : OpenDrive root 'rclone-test-zakaxuf1tucegut5penapew7': Purge remote 2022/04/20 07:14:25 DEBUG : OpenDrive root 'rclone-test-vutebeq6jadiler5wesoniw0': Purge remote --- PASS: TestServerSideMoveWithFilter (56.95s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:14:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vakutut0yayonav9gumoqep7" 2022/04/20 07:14:30 DEBUG : Starting OpenDrive session with ID: 566f80a5d1908ed23c7a8b51ebdba4790f34b9baa1954d41c554adbc09461d26 2022/04/20 07:14:34 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/04/20 07:14:40 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:14:46 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2022/04/20 07:14:50 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4' -> OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7' 2022/04/20 07:14:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/04/20 07:15:04 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2022/04/20 07:15:09 DEBUG : OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7': Using server-side directory move 2022/04/20 07:15:09 INFO : OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/20 07:15:10 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/04/20 07:15:10 DEBUG : empty space: Unchanged skipping 2022/04/20 07:15:10 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/20 07:15:10 INFO : potato3: Deleted 2022/04/20 07:15:10 DEBUG : OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7': Waiting for checks to finish 2022/04/20 07:15:10 INFO : empty space: Deleted 2022/04/20 07:15:10 DEBUG : OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7': Waiting for transfers to finish 2022/04/20 07:15:11 INFO : potato2: Moved (server-side) 2022/04/20 07:15:13 INFO : potato3: Moved (server-side) 2022/04/20 07:15:13 INFO : tomatoDir: Removing directory 2022/04/20 07:15:14 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4': deleted 1 directories 2022/04/20 07:15:14 INFO : There was nothing to transfer 2022/04/20 07:15:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kovijem2vuxahiz5fugadeh1" 2022/04/20 07:15:18 DEBUG : Starting OpenDrive session with ID: 321422d71b51012ace02eacc468daca9875957e96828e9bbfb731d2ccf51b506 2022/04/20 07:15:19 DEBUG : tomatoDir: Making directory 2022/04/20 07:15:20 DEBUG : OpenDrive root 'rclone-test-kovijem2vuxahiz5fugadeh1': Using server-side directory move 2022/04/20 07:15:22 INFO : OpenDrive root 'rclone-test-kovijem2vuxahiz5fugadeh1': Server side directory move succeeded 2022/04/20 07:15:25 ERROR : : error listing: directory not found 2022/04/20 07:15:26 ERROR : : error listing: directory not found 2022/04/20 07:15:26 DEBUG : OpenDrive root 'rclone-test-kovijem2vuxahiz5fugadeh1': Purge remote 2022/04/20 07:15:27 DEBUG : OpenDrive root 'rclone-test-vakutut0yayonav9gumoqep7': Purge remote 2022/04/20 07:15:28 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (59.92s) === RUN TestServerSideMoveOverlap run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.56s) === RUN TestSyncOverlap run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:15:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/rclone-sync-test" 2022/04/20 07:15:32 DEBUG : Starting OpenDrive session with ID: 4fdbfd60143530cd6e1ef8d7e83dc85328960b46b0fc438176d67624f20032d3 --- PASS: TestSyncOverlap (4.94s) === RUN TestSyncCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:15:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:15:37 DEBUG : Starting OpenDrive session with ID: ab731e08bbe4b341ce4547c72666235edc4686bf8cc261a2b060bc0197d54dbb 2022/04/20 07:15:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/CompareDest" 2022/04/20 07:15:40 DEBUG : Starting OpenDrive session with ID: ce93a314189222319e8a57b3f9b3f73355b70e3230af188b74fb2ad57b631adb 2022/04/20 07:15:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:15:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:15:48 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:15:52 INFO : one: Copied (new) 2022/04/20 07:15:52 DEBUG : Waiting for deletions to finish 2022/04/20 07:15:56 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:15:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/20 07:15:57 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:15:58 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:16:02 INFO : one: Copied (replaced existing) 2022/04/20 07:16:02 DEBUG : Waiting for deletions to finish 2022/04/20 07:16:05 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:16:13 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:16:27 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:16:28 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:28 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/20 07:16:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:16:28 DEBUG : Waiting for deletions to finish 2022/04/20 07:16:28 INFO : There was nothing to transfer 2022/04/20 07:16:32 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:16:40 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:40 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/20 07:16:40 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:16:41 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:41 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/20 07:16:41 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:16:41 DEBUG : Waiting for deletions to finish 2022/04/20 07:16:41 INFO : There was nothing to transfer 2022/04/20 07:16:44 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:44 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/20 07:16:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:16:44 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:44 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/20 07:16:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:16:44 DEBUG : Waiting for deletions to finish 2022/04/20 07:16:44 INFO : There was nothing to transfer sync_test.go:1543: No hash on uploaded file so skipping compare timestamp test 2022/04/20 07:16:50 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/04/20 07:16:50 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:16:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:16:51 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/20 07:16:51 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:16:52 DEBUG : two: Uploading chunk 0, size=5, remain=0 2022/04/20 07:17:09 INFO : two: Copied (new) 2022/04/20 07:17:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (103.45s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:17:23 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2022/04/20 07:17:39 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2022/04/20 07:17:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dest" 2022/04/20 07:17:47 DEBUG : Starting OpenDrive session with ID: 5ace750006e69d87e3dbd30da84bcdeb682d0b0ebfe29611e6dcdaa3dd613630 2022/04/20 07:17:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/pre-dest1" 2022/04/20 07:17:50 DEBUG : Starting OpenDrive session with ID: f8785e2eef0144564cb2e1144b32a961b0165d154e504ce50dba281720de7551 2022/04/20 07:17:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/pre-dest2" 2022/04/20 07:17:52 DEBUG : Starting OpenDrive session with ID: 2785b0f59e493054610ca49305a2509152ba6881bd64412de8fe304a2313ad5e 2022/04/20 07:17:55 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:17:55 DEBUG : 1: Destination found in --compare-dest, skipping 2022/04/20 07:17:56 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:17:56 DEBUG : 2: Destination found in --compare-dest, skipping 2022/04/20 07:17:58 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dest': Waiting for checks to finish 2022/04/20 07:17:58 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dest': Waiting for transfers to finish 2022/04/20 07:18:01 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2022/04/20 07:18:06 INFO : 3: Copied (new) 2022/04/20 07:18:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (59.75s) === RUN TestSyncCopyDest run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:18:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:18:20 DEBUG : Starting OpenDrive session with ID: d60676959faf6da09b345bb66f9a9892ca58466faba3364f9ad41ab113e918d3 2022/04/20 07:18:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/CopyDest" 2022/04/20 07:18:23 DEBUG : Starting OpenDrive session with ID: 69890fe8cf3a07cc4a11d0e95c2e8e07a9663c1dc6d884f2758b33fcc3e2df5f 2022/04/20 07:18:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:18:28 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:18:32 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:18:37 INFO : one: Copied (new) 2022/04/20 07:18:37 DEBUG : Waiting for deletions to finish 2022/04/20 07:18:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:18:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/20 07:18:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:18:46 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:18:50 INFO : one: Copied (replaced existing) 2022/04/20 07:18:50 DEBUG : Waiting for deletions to finish 2022/04/20 07:18:53 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:19:03 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:19:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/BackupDir" 2022/04/20 07:19:10 DEBUG : Starting OpenDrive session with ID: 19c1505c5c4a9a873fa68734c4dfc0ef9c8a9775d26e4cc91d9b7b832c573963 2022/04/20 07:19:19 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:19:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/20 07:19:28 INFO : one: Moved (server-side) 2022/04/20 07:19:30 INFO : one: Copied (server-side copy) 2022/04/20 07:19:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/04/20 07:19:30 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:19:30 DEBUG : Waiting for deletions to finish 2022/04/20 07:19:33 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:19:41 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:43 INFO : two: Copied (server-side copy) 2022/04/20 07:19:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/04/20 07:19:43 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:19:44 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:44 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:44 DEBUG : one: Unchanged skipping 2022/04/20 07:19:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:19:44 DEBUG : Waiting for deletions to finish 2022/04/20 07:19:48 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:19:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:48 DEBUG : one: Unchanged skipping 2022/04/20 07:19:48 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:48 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:19:48 DEBUG : two: Unchanged skipping 2022/04/20 07:19:48 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:19:48 DEBUG : Waiting for deletions to finish 2022/04/20 07:19:48 INFO : There was nothing to transfer 2022/04/20 07:19:52 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2022/04/20 07:20:00 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/04/20 07:20:00 DEBUG : three: Destination not found in --copy-dest 2022/04/20 07:20:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:20:01 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:20:01 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:20:01 DEBUG : one: Unchanged skipping 2022/04/20 07:20:01 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:20:01 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/04/20 07:20:01 DEBUG : two: Unchanged skipping 2022/04/20 07:20:01 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:20:05 DEBUG : three: Uploading chunk 0, size=7, remain=0 2022/04/20 07:20:09 INFO : three: Copied (new) 2022/04/20 07:20:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (126.59s) === RUN TestSyncBackupDir run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:20:30 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:20:39 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:20:46 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:20:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:20:54 DEBUG : Starting OpenDrive session with ID: da6a1b863faa25d86aa0d5edc97f50a4551161393d651f286652af40d2667721 2022/04/20 07:20:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/backup" 2022/04/20 07:20:56 DEBUG : Starting OpenDrive session with ID: 8a7473093decdd1f37809ef4dfe589dfba92397ef136c5b2c340ea72eadbf581 2022/04/20 07:21:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:21:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:21:00 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:21:00 DEBUG : two: Unchanged skipping 2022/04/20 07:21:04 INFO : one: Moved (server-side) 2022/04/20 07:21:04 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:21:07 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:21:11 INFO : one: Copied (new) 2022/04/20 07:21:11 DEBUG : Waiting for deletions to finish 2022/04/20 07:21:14 INFO : three.txt: Moved (server-side) 2022/04/20 07:21:14 INFO : three.txt: Moved into backup dir 2022/04/20 07:21:18 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:21:29 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:21:29 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:21:29 DEBUG : two: Unchanged skipping 2022/04/20 07:21:29 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:21:31 INFO : one: Deleted 2022/04/20 07:21:34 INFO : one: Moved (server-side) 2022/04/20 07:21:34 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:21:36 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:21:40 INFO : one: Copied (new) 2022/04/20 07:21:40 DEBUG : Waiting for deletions to finish 2022/04/20 07:21:41 INFO : three.txt: Deleted 2022/04/20 07:21:43 INFO : three.txt: Moved (server-side) 2022/04/20 07:21:43 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (90.67s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:22:00 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:23:50 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:24:10 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:24:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:24:39 DEBUG : Starting OpenDrive session with ID: 9667e78ad3903062dd2d4bd93bee08eddeb9cb22b8f60c1dc6a0019d32a00713 2022/04/20 07:24:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/backup" 2022/04/20 07:24:41 DEBUG : Starting OpenDrive session with ID: 0cf48d2e49ea0c2990edda9c78c861212a175830adb1336d6fffbe1f3a8ad415 2022/04/20 07:24:44 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:24:44 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:24:44 DEBUG : two: Unchanged skipping 2022/04/20 07:24:44 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:24:56 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:24:56 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:24:58 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:25:10 INFO : one: Copied (new) 2022/04/20 07:25:10 DEBUG : Waiting for deletions to finish 2022/04/20 07:25:21 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:25:21 INFO : three.txt: Moved into backup dir 2022/04/20 07:25:25 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:25:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:25:38 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:25:38 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:25:38 DEBUG : two: Unchanged skipping 2022/04/20 07:25:55 INFO : one.bak: Deleted 2022/04/20 07:25:58 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:25:58 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:26:01 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:26:05 INFO : one: Copied (new) 2022/04/20 07:26:05 DEBUG : Waiting for deletions to finish 2022/04/20 07:26:08 INFO : three.txt.bak: Deleted 2022/04/20 07:26:10 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:26:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (265.79s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:26:26 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:26:36 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:26:48 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:26:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:26:55 DEBUG : Starting OpenDrive session with ID: 76d5678008e50243de1f62972005cf1ecbb5f6f1dcf83b11ac8b1cbac6ecb01c 2022/04/20 07:26:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/backup" 2022/04/20 07:26:57 DEBUG : Starting OpenDrive session with ID: ec9425f63bfc9c0db6ef703ca8e86086aaf8d01cce989aec63d54d6189287232 2022/04/20 07:27:00 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:27:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:27:00 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:27:00 DEBUG : two: Unchanged skipping 2022/04/20 07:27:05 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/20 07:27:05 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:27:07 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:27:12 INFO : one: Copied (new) 2022/04/20 07:27:12 DEBUG : Waiting for deletions to finish 2022/04/20 07:27:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/20 07:27:14 INFO : three.txt: Moved into backup dir 2022/04/20 07:27:18 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:27:25 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:27:25 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:27:25 DEBUG : two: Unchanged skipping 2022/04/20 07:27:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:27:27 INFO : one-2019-01-01: Deleted 2022/04/20 07:27:29 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/20 07:27:29 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:27:31 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:27:36 INFO : one: Copied (new) 2022/04/20 07:27:36 DEBUG : Waiting for deletions to finish 2022/04/20 07:27:37 INFO : three-2019-01-01.txt: Deleted 2022/04/20 07:27:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/20 07:27:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (88.24s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:27:54 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:28:01 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:28:07 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:28:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:28:13 DEBUG : Starting OpenDrive session with ID: 7f6f10c41658aca9169ceb90dc4346cc91451bbeae7abbd8dff91bc01599d27c 2022/04/20 07:28:15 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:28:15 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:28:15 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:28:15 DEBUG : two: Unchanged skipping 2022/04/20 07:28:29 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:28:29 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:28:31 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:28:36 INFO : one: Copied (new) 2022/04/20 07:28:36 DEBUG : Waiting for deletions to finish 2022/04/20 07:28:49 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:28:49 INFO : three.txt: Moved into backup dir 2022/04/20 07:28:52 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:28:59 DEBUG : one.bak: Excluded 2022/04/20 07:28:59 DEBUG : three.txt.bak: Excluded 2022/04/20 07:28:59 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:28:59 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:28:59 DEBUG : two: Unchanged skipping 2022/04/20 07:28:59 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for checks to finish 2022/04/20 07:29:01 INFO : one.bak: Deleted 2022/04/20 07:29:13 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:29:13 DEBUG : OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4/dst': Waiting for transfers to finish 2022/04/20 07:29:16 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:29:19 INFO : one: Copied (new) 2022/04/20 07:29:19 DEBUG : Waiting for deletions to finish 2022/04/20 07:29:21 INFO : three.txt.bak: Deleted 2022/04/20 07:29:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:29:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (111.18s) === RUN TestSyncSuffix run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:29:45 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:29:52 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:29:58 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:30:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:30:04 DEBUG : Starting OpenDrive session with ID: 3bd1282c3fb9fa1bb22da47ac85b844deeae8be5b382eb785f1c84fb4e5077ee 2022/04/20 07:30:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:30:19 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:30:21 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:30:25 INFO : one: Copied (new) 2022/04/20 07:30:26 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:30:26 DEBUG : two: Unchanged skipping 2022/04/20 07:30:27 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/20 07:30:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:30:42 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:30:46 INFO : three.txt: Copied (new) 2022/04/20 07:30:50 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:30:51 INFO : one.bak: Deleted 2022/04/20 07:31:04 INFO : one: Moved (server-side) to: one.bak 2022/04/20 07:31:06 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/04/20 07:31:10 INFO : one: Copied (new) 2022/04/20 07:31:11 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:31:11 DEBUG : two: Unchanged skipping 2022/04/20 07:31:12 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/04/20 07:31:13 INFO : three.txt.bak: Deleted 2022/04/20 07:31:25 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/20 07:31:28 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2022/04/20 07:31:33 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (120.14s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "OpenDrive root 'rclone-test-fosarow6xapaciz0daviniv4'", Local "Local file system at /tmp/rclone1901983608", Modify Window "1s" 2022/04/20 07:31:46 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/04/20 07:31:52 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2022/04/20 07:31:59 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2022/04/20 07:32:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fosarow6xapaciz0daviniv4/dst" 2022/04/20 07:32:05 DEBUG : Starting OpenDrive session with ID: 4fea65804aeca7b27743a702d19cc2b3efe441152c9abff683a12d017a4a3e68 2022/04/20 07:32:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/20 07:32:19 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/20 07:32:21 DEBUG : one: Uploading chunk 0, size=4, remain=0 2022/04/20 07:32:25 INFO : one: Copied (new) 2022/04/20 07:32:26 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/04/20 07:32:26 DEBUG : two: Unchanged skipping 2022/04/20 07:32:27 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/20 07:32:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/20 07:32:41 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2022/04/20 07:32:45 INFO : three.txt: Copied (new) 2022/04/20 07:32:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/20 07:32:51 INFO : one-2019-01-01: Deleted 2022/04/20 07:33:04 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/20 07:33:07 DEBUG : one: Uploading chunk 0, size=5, remain=0 panic: test timed out after 1h0m0s goroutine 25350 [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, 1 minutes]: testing.(*T).Run(0xc000380b60, {0x19767c4, 0x46f653}, 0x19fa270) /usr/local/go/src/testing/testing.go:1307 +0x375 testing.runTests.func1(0xc0009ac8a0) /usr/local/go/src/testing/testing.go:1598 +0x6e testing.tRunner(0xc000380b60, 0xc00049fca0) /usr/local/go/src/testing/testing.go:1259 +0x102 testing.runTests(0xc0005c0e00, {0x2a17be0, 0x4a, 0x4a}, {0xef0f80, 0xc000703008, 0x2a26560}) /usr/local/go/src/testing/testing.go:1596 +0x43f testing.(*M).Run(0xc0005c0e00) /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 21 [select]: go.opencensus.io/stats/view.(*worker).start(0xc000185a00) /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 24712 [select]: net/http.(*Transport).getConn(0xc000160640, 0xc0009b6580, {{}, 0x0, {0xc00046a240, 0x5}, {0xc000044198, 0x15}, 0x0}) /usr/local/go/src/net/http/transport.go:1372 +0x5d2 net/http.(*Transport).roundTrip(0xc000160640, 0xc0007d2300) /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(0xc000094eb0, 0xc0007d2300) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:274 +0x4c8 net/http.send(0xc0007d2300, {0x1cfd960, 0xc000094eb0}, {0x190c640, 0x1, 0x0}) /usr/local/go/src/net/http/client.go:252 +0x5d8 net/http.(*Client).send(0xc0008df890, 0xc0007d2300, {0xc0003b44a0, 0x7fafc862a388, 0x0}) /usr/local/go/src/net/http/client.go:176 +0x9b net/http.(*Client).do(0xc0008df890, 0xc0007d2300) /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(0xc00091adc0, {0x1d2f2a0, 0xc0001c64e0}, 0xc000420b88) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:288 +0xc45 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x4159b1, {0x1d2f2a0, 0xc0001c64e0}, 0xc0003fc240, {0x1583380, 0xc0008df740}, {0x0, 0x0}, 0x101000000000000, 0x19fa330, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:485 +0x465 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:428 github.com/rclone/rclone/backend/opendrive.(*Object).SetModTime.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:850 +0x7c github.com/rclone/rclone/fs.pacerInvoker(0xc000541500, 0x0, 0x100000000000000) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:88 +0x38 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000541500, 0xc000420e78, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x85 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000541500, 0xc000541500) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x90 github.com/rclone/rclone/backend/opendrive.(*Object).SetModTime(0xc00051ac40, {0x1d2f2a0, 0xc0001c64e0}, {0x26, 0xc000421038, 0x2a26560}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:849 +0x25a github.com/rclone/rclone/backend/opendrive.(*Object).Update(0xc00051ac40, {0x1d2f2a0, 0xc0001c64e0}, {0x1cfd860, 0xc0005c9400}, {0x7fafc8ec6758, 0xc000918660}, {0xc0002191f0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:997 +0x974 github.com/rclone/rclone/backend/opendrive.(*Fs).Put(0x1d17360, {0x1d2f2a0, 0xc0001c64e0}, {0x1cfd860, 0xc0005c9400}, {0x7fafc8ec6758, 0xc000918660}, {0xc0002191f0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/opendrive/opendrive.go:645 +0x485 github.com/rclone/rclone/fs/operations.Copy({0x1d2f2a0, 0xc0001c64e0}, {0x1d5f4a8, 0xc000163380}, {0x0, 0x0}, {0x1949be1, 0x1d5f518}, {0x1d5efd8, 0xc000918660}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:472 +0x1ab5 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x1d2f2a0, 0xc0001c64e0}, {0x1d5f4a8, 0xc000163380}, {0x1d5ef68, 0xc0009ce000}, {0x1949be1, 0x19583f2}, {0x1949be1, 0x3}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1892 +0xb17 github.com/rclone/rclone/fs/operations.CopyFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1914 github.com/rclone/rclone/fs/sync.testSyncSuffix(0xc000ab9860, {0x1954064, 0xb}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1854 +0x1705 github.com/rclone/rclone/fs/sync.TestSyncSuffixKeepExtension(0x8) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1876 +0x2a testing.tRunner(0xc000ab9860, 0x19fa270) /usr/local/go/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1306 +0x35a goroutine 25306 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0005c9400) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:212 +0x10a created by github.com/rclone/rclone/fs/accounting.newAccountSizeName /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x44f goroutine 25346 [IO wait]: internal/poll.runtime_pollWait(0x7fafc97526b0, 0x77) /usr/local/go/src/runtime/netpoll.go:234 +0x89 internal/poll.(*pollDesc).wait(0xc0016b2500, 0xc0008dfb00, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 internal/poll.(*pollDesc).waitWrite(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 internal/poll.(*FD).WaitWrite(...) /usr/local/go/src/internal/poll/fd_unix.go:529 net.(*netFD).connect(0xc0016b2500, {0x1d2f268, 0xc00062c1e0}, {0xc0000ef358, 0x40ee54}, {0x1d001c0, 0xc000991200}) /usr/local/go/src/net/fd_unix.go:142 +0x717 net.(*netFD).dial(0xc0016b2500, {0x1d2f268, 0xc00062c1e0}, {0x1d3ae78, 0x0}, {0x1d3ae78, 0xc0008df9e0}, 0x0) /usr/local/go/src/net/sock_posix.go:150 +0x379 net.socket({0x1d2f268, 0xc00062c1e0}, {0x1949caa, 0x3}, 0x2, 0x1, 0xc000063000, 0xf0, {0x1d3ae78, 0x0}, ...) /usr/local/go/src/net/sock_posix.go:71 +0x2a5 net.internetSocket({0x1d2f268, 0xc00062c1e0}, {0x1949caa, 0x3}, {0x1d3ae78, 0x0}, {0x1d3ae78, 0xc0008df9e0}, 0xc0000ef548, 0x0, ...) /usr/local/go/src/net/ipsock_posix.go:142 +0xf8 net.(*sysDialer).doDialTCP(0xc0016b2400, {0x1d2f268, 0xc00062c1e0}, 0x0, 0x168bfa0) /usr/local/go/src/net/tcpsock_posix.go:66 +0xa5 net.(*sysDialer).dialTCP(0xc00062c1e0, {0x1d2f268, 0xc00062c1e0}, 0x0, 0x2cb3e7848) /usr/local/go/src/net/tcpsock_posix.go:62 +0x59 net.(*sysDialer).dialSingle(0xc0016b2400, {0x1d2f268, 0xc00062c1e0}, {0x1d182b0, 0xc0008df9e0}) /usr/local/go/src/net/dial.go:583 +0x28b net.(*sysDialer).dialSerial(0xc0016b2400, {0x1d2f268, 0xc00062c0c0}, {0xc0016b2480, 0x5, 0x194a645}) /usr/local/go/src/net/dial.go:551 +0x312 net.(*Dialer).DialContext(0xc00003c380, {0x1d2f2a0, 0xc0001c64e0}, {0x1949caa, 0xc000033928}, {0xc000044198, 0x70}) /usr/local/go/src/net/dial.go:428 +0x736 github.com/rclone/rclone/fs/fshttp.(*Dialer).DialContext(0xc00003c380, {0x1d2f2a0, 0xc0001c64e0}, {0x1949caa, 0x40ee54}, {0xc000044198, 0xc000033a18}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:55 +0x47 github.com/rclone/rclone/fs/fshttp.dialContext({0x1d2f2a0, 0xc0001c64e0}, {0x1949caa, 0x3}, {0xc000044198, 0x15}, 0x118) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:18 +0x5a github.com/rclone/rclone/fs/fshttp.NewTransportCustom.func1({0x1d2f2a0, 0xc0001c64e0}, {0x1949caa, 0x60}, {0xc000044198, 0x40f1a7}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:91 +0x31 net/http.(*Transport).dial(0xc000ae4680, {0x1d2f2a0, 0xc0001c64e0}, {0x1949caa, 0xc000033ac0}, {0xc000044198, 0x480950}) /usr/local/go/src/net/http/transport.go:1166 +0xda net/http.(*Transport).dialConn(0xc000160640, {0x1d2f2a0, 0xc0001c64e0}, {{}, 0x0, {0xc00046a240, 0x5}, {0xc000044198, 0x15}, 0x0}) /usr/local/go/src/net/http/transport.go:1604 +0x845 net/http.(*Transport).dialConnFor(0x72aca6, 0xc00082e160) /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 25305 [chan receive]: github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc00044b240) /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:115 +0x4b created by github.com/rclone/rclone/backend/local.newFadvise /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:75 +0x12f goroutine 25349 [select]: net.(*netFD).connect.func2() /usr/local/go/src/net/fd_unix.go:119 +0x9e created by net.(*netFD).connect /usr/local/go/src/net/fd_unix.go:118 +0x385 goroutine 25304 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0002c0b60) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:312 +0x16a created by github.com/rclone/rclone/fs/accounting.(*StatsInfo).startAverageLoop.func1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:341 +0x72 "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 1h0m3.965747681s (try 1/5): exit status 2: Failed [TestMoveWithDeleteEmptySrcDirs]