"./sync.test -test.v -test.timeout 1h0m0s -remote TestWebdavOwncloud: -verbose" - Starting (try 1/5) 2021/06/01 05:34:19 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2" 2021/06/01 05:34:19 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:34:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/06/01 05:34:19 DEBUG : found headers: 2021/06/01 05:34:21 DEBUG : Creating backend with remote "/tmp/rclone601626197" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.12s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:21 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2021/06/01 05:34:21 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:21 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (0.81s) === RUN TestCopy run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:22 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:22 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:23 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (2.03s) === RUN TestCopyMissingDirectory run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:24 DEBUG : Creating backend with remote "/non-existing" 2021/06/01 05:34:24 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2021/06/01 05:34:24 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:24 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.49s) === RUN TestCopyNoTraverse run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:25 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:25 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:25 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.82s) === RUN TestCopyCheckFirst run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:26 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Running all checks before starting transfers 2021/06/01 05:34:26 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:26 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Checks finished, now starting transfers 2021/06/01 05:34:26 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:27 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:27 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.73s) === RUN TestSyncNoTraverse run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:28 ERROR : Ignoring --no-traverse with sync 2021/06/01 05:34:28 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:28 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:29 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:34:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.94s) === RUN TestCopyWithDepth run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:30 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:30 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:30 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2021/06/01 05:34:30 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.98s) === RUN TestCopyWithFilesFrom run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:31 DEBUG : hello world2: Excluded 2021/06/01 05:34:31 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:31 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:31 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:31 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.30s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:32 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:32 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:33 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:33 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.43s) === RUN TestCopyEmptyDirectories run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:34 DEBUG : sub dir2: Making directory 2021/06/01 05:34:34 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:34 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:34 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:34 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:34:34 DEBUG : sub dir2: Making directory 2021/06/01 05:34:35 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': copied 1 directories --- PASS: TestCopyEmptyDirectories (3.13s) === RUN TestMoveEmptyDirectories run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:37 DEBUG : sub dir2: Making directory 2021/06/01 05:34:37 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:37 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:37 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:37 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:34:37 INFO : sub dir/hello world: Deleted 2021/06/01 05:34:37 DEBUG : sub dir: Making directory 2021/06/01 05:34:37 DEBUG : sub dir2: Making directory 2021/06/01 05:34:38 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': copied 2 directories --- PASS: TestMoveEmptyDirectories (2.96s) === RUN TestSyncEmptyDirectories run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:40 DEBUG : sub dir2: Making directory 2021/06/01 05:34:40 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:40 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:40 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:40 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:34:40 DEBUG : sub dir2: Making directory 2021/06/01 05:34:40 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': copied 1 directories 2021/06/01 05:34:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (2.37s) === RUN TestServerSideCopy run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:43 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-lusopof3sukiwiz3bowavif5" 2021/06/01 05:34:43 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:34:43 DEBUG : found headers: sync_test.go:281: Server side copy (if possible) webdav root 'rclone-test-hesakas8nayizep9kaxecuw2' -> webdav root 'rclone-test-lusopof3sukiwiz3bowavif5' 2021/06/01 05:34:43 DEBUG : webdav root 'rclone-test-lusopof3sukiwiz3bowavif5': Waiting for checks to finish 2021/06/01 05:34:43 DEBUG : webdav root 'rclone-test-lusopof3sukiwiz3bowavif5': Waiting for transfers to finish 2021/06/01 05:34:44 INFO : sub dir/hello world: Copied (server-side copy) fstest.go:128: Error Trace: fstest.go:128 fstest.go:133 fstest.go:152 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 sync_test.go:286 Error: Should be true Test: TestServerSideCopy Messages: sub dir/hello world: Modification time difference too big |-178153h29m37.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2021-06-01 05:34:44 +0000 GMT) (precision 1s) 2021/06/01 05:34:44 DEBUG : webdav root 'rclone-test-lusopof3sukiwiz3bowavif5': Purge remote --- FAIL: TestServerSideCopy (3.13s) === RUN TestCopyAfterDelete run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:46 ERROR : : error listing: directory not found 2021/06/01 05:34:46 DEBUG : Local file system at /tmp/rclone601626197: Making directory 2021/06/01 05:34:46 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:46 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (2.00s) === RUN TestCopyRedownload run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:48 DEBUG : Local file system at /tmp/rclone601626197: Waiting for checks to finish 2021/06/01 05:34:48 DEBUG : Local file system at /tmp/rclone601626197: Waiting for transfers to finish 2021/06/01 05:34:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:34:48 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.94s) === RUN TestSyncBasedOnCheckSum run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:50 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:34:50 INFO : check sum: Copied (new) 2021/06/01 05:34:50 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:50 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:50 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:34:50 DEBUG : check sum: Size and md5 of src and dst objects identical 2021/06/01 05:34:50 DEBUG : check sum: Unchanged skipping 2021/06/01 05:34:50 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:50 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:50 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.75s) === RUN TestSyncSizeOnly run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:51 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:51 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:52 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/06/01 05:34:52 INFO : sizeonly: Copied (new) 2021/06/01 05:34:52 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:52 DEBUG : sizeonly: Sizes identical 2021/06/01 05:34:52 DEBUG : sizeonly: Unchanged skipping 2021/06/01 05:34:52 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:52 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:52 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:52 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.81s) === RUN TestSyncIgnoreSize run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:53 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:53 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:53 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2021/06/01 05:34:53 INFO : ignore-size: Copied (new) 2021/06/01 05:34:53 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:54 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:34:54 DEBUG : ignore-size: Unchanged skipping 2021/06/01 05:34:54 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:54 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:54 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:54 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.65s) === RUN TestSyncIgnoreTimes run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:55 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:55 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:34:55 DEBUG : existing: Unchanged skipping 2021/06/01 05:34:55 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:55 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:55 INFO : There was nothing to transfer 2021/06/01 05:34:56 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2021/06/01 05:34:56 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:56 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:56 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/06/01 05:34:56 INFO : existing: Copied (replaced existing) 2021/06/01 05:34:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (2.58s) === RUN TestSyncIgnoreExisting run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:57 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:57 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:57 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/06/01 05:34:57 INFO : existing: Copied (new) 2021/06/01 05:34:57 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:58 DEBUG : existing: Destination exists, skipping 2021/06/01 05:34:58 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:34:58 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:34:58 DEBUG : Waiting for deletions to finish 2021/06/01 05:34:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.46s) === RUN TestSyncIgnoreErrors run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:34:59 DEBUG : d: Making directory 2021/06/01 05:35:01 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:01 DEBUG : c/non empty space: Unchanged skipping 2021/06/01 05:35:01 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:01 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:01 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:01 INFO : a/potato2: Copied (new) 2021/06/01 05:35:01 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:02 INFO : b/potato: Deleted 2021/06/01 05:35:02 DEBUG : d: Removing directory 2021/06/01 05:35:02 DEBUG : b: Removing directory 2021/06/01 05:35:03 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': deleted 2 directories --- PASS: TestSyncIgnoreErrors (7.16s) === RUN TestSyncAfterChangingModtimeOnly run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:06 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:06 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 GMT 2021/06/01 05:35:06 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:35:06 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2021/06/01 05:35:06 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:06 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:06 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:06 INFO : There was nothing to transfer 2021/06/01 05:35:06 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:06 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 GMT 2021/06/01 05:35:06 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:35:06 NOTICE: webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Forced to upload files to set modification times on this backend. 2021/06/01 05:35:06 INFO : empty space: src and dst identical but can't set mod time without re-uploading 2021/06/01 05:35:06 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:07 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:35:07 INFO : empty space: Copied (replaced existing) 2021/06/01 05:35:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (2.12s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:08 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 GMT 2021/06/01 05:35:08 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:08 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/06/01 05:35:08 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:08 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:08 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:08 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.20s) === RUN TestSyncDoesntUpdateModtime run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:09 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 GMT 2021/06/01 05:35:09 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:09 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone601626197) 2021/06/01 05:35:09 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (webdav root 'rclone-test-hesakas8nayizep9kaxecuw2') 2021/06/01 05:35:09 DEBUG : foo: md5 differ 2021/06/01 05:35:09 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:10 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2021/06/01 05:35:10 INFO : foo: Copied (replaced existing) 2021/06/01 05:35:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.55s) === RUN TestSyncAfterAddingAFile run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:11 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:11 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:11 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:11 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:11 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:11 INFO : potato: Copied (new) 2021/06/01 05:35:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.55s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:13 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:13 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2021/06/01 05:35:13 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:13 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2021/06/01 05:35:13 INFO : potato: Copied (replaced existing) 2021/06/01 05:35:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.61s) === RUN TestSyncAfterChangingContentsOnly run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:14 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 GMT 2021/06/01 05:35:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:14 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone601626197) 2021/06/01 05:35:14 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (webdav root 'rclone-test-hesakas8nayizep9kaxecuw2') 2021/06/01 05:35:14 DEBUG : potato: md5 differ 2021/06/01 05:35:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:15 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2021/06/01 05:35:15 INFO : potato: Copied (replaced existing) 2021/06/01 05:35:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.56s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:16 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2021/06/01 05:35:16 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:16 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:16 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:16 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.24s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:19 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:19 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:19 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:19 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:19 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:19 INFO : potato2: Copied (new) 2021/06/01 05:35:19 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:19 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.40s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:21 DEBUG : d: Making directory 2021/06/01 05:35:21 DEBUG : d/e: Making directory 2021/06/01 05:35:22 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:22 DEBUG : c/non empty space: Unchanged skipping 2021/06/01 05:35:22 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:22 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:23 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:23 INFO : a/potato2: Copied (new) 2021/06/01 05:35:23 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:23 INFO : b/potato: Deleted 2021/06/01 05:35:23 DEBUG : d/e: Removing directory 2021/06/01 05:35:23 DEBUG : d: Removing directory 2021/06/01 05:35:23 DEBUG : b: Removing directory 2021/06/01 05:35:24 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (5.44s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:26 DEBUG : d: Making directory 2021/06/01 05:35:27 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:27 DEBUG : c/non empty space: Unchanged skipping 2021/06/01 05:35:27 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:27 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:27 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:27 INFO : a/potato2: Copied (new) 2021/06/01 05:35:27 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': not deleting files as there were IO errors 2021/06/01 05:35:27 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (4.17s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:30 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:30 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:30 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:30 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:30 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:30 INFO : potato: Deleted 2021/06/01 05:35:31 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:31 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.93s) === RUN TestSyncDeleteBefore run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:32 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:32 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:32 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:32 INFO : potato: Deleted 2021/06/01 05:35:33 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:33 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:33 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:33 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:33 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/06/01 05:35:33 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.15s) === RUN TestCopyDeleteBefore run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:34 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:34 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:34 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2021/06/01 05:35:34 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.56s) === RUN TestSyncWithExclude run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:36 DEBUG : enormous: Excluded 2021/06/01 05:35:36 DEBUG : potato2: Excluded 2021/06/01 05:35:36 DEBUG : potato2: Excluded 2021/06/01 05:35:36 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:36 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:36 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:36 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:36 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:36 INFO : There was nothing to transfer 2021/06/01 05:35:36 DEBUG : enormous: Excluded 2021/06/01 05:35:36 DEBUG : potato2: Excluded 2021/06/01 05:35:36 DEBUG : potato2: Excluded 2021/06/01 05:35:36 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2021/06/01 05:35:36 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:36 DEBUG : Local file system at /tmp/rclone601626197: Waiting for checks to finish 2021/06/01 05:35:36 DEBUG : Local file system at /tmp/rclone601626197: Waiting for transfers to finish 2021/06/01 05:35:36 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:36 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.63s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:38 DEBUG : enormous: Excluded 2021/06/01 05:35:38 DEBUG : potato2: Excluded 2021/06/01 05:35:38 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:38 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:35:38 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:38 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:38 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:38 INFO : enormous: Deleted 2021/06/01 05:35:38 INFO : potato2: Deleted 2021/06/01 05:35:38 INFO : There was nothing to transfer 2021/06/01 05:35:39 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2021/06/01 05:35:39 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:39 DEBUG : Local file system at /tmp/rclone601626197: Waiting for checks to finish 2021/06/01 05:35:39 DEBUG : Local file system at /tmp/rclone601626197: Waiting for transfers to finish 2021/06/01 05:35:39 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:39 INFO : enormous: Deleted 2021/06/01 05:35:39 INFO : potato2: Deleted 2021/06/01 05:35:39 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.30s) === RUN TestSyncWithUpdateOlder run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:41 DEBUG : four: Sizes differ (src 4 vs dst 8) 2021/06/01 05:35:41 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2021/06/01 05:35:41 DEBUG : one: Destination is newer than source, skipping 2021/06/01 05:35:41 DEBUG : three: Sizes identical 2021/06/01 05:35:41 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2021/06/01 05:35:41 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:41 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone601626197) 2021/06/01 05:35:41 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (webdav root 'rclone-test-hesakas8nayizep9kaxecuw2') 2021/06/01 05:35:41 DEBUG : two: md5 differ 2021/06/01 05:35:41 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:41 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/06/01 05:35:41 INFO : five: Copied (new) 2021/06/01 05:35:41 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/06/01 05:35:41 INFO : four: Copied (replaced existing) 2021/06/01 05:35:41 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/06/01 05:35:41 INFO : two: Copied (replaced existing) 2021/06/01 05:35:41 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:41 DEBUG : one: Destination is newer than source, skipping 2021/06/01 05:35:41 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:41 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/06/01 05:35:41 DEBUG : two: Size and md5 of src and dst objects identical 2021/06/01 05:35:41 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2021/06/01 05:35:41 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone601626197) 2021/06/01 05:35:41 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (webdav root 'rclone-test-hesakas8nayizep9kaxecuw2') 2021/06/01 05:35:41 DEBUG : three: md5 differ 2021/06/01 05:35:41 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2021/06/01 05:35:41 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/06/01 05:35:41 DEBUG : four: Size and md5 of src and dst objects identical 2021/06/01 05:35:41 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2021/06/01 05:35:41 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/06/01 05:35:41 DEBUG : five: Size and md5 of src and dst objects identical 2021/06/01 05:35:41 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2021/06/01 05:35:41 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:42 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/06/01 05:35:42 INFO : three: Copied (replaced existing) 2021/06/01 05:35:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (3.93s) === RUN TestSyncWithMaxDuration sync_test.go:1039: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1088: Can track renames: true 2021/06/01 05:35:43 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:43 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:43 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:43 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:43 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:43 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/06/01 05:35:43 INFO : potato: Copied (new) 2021/06/01 05:35:43 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/06/01 05:35:43 INFO : yam: Copied (new) 2021/06/01 05:35:43 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:44 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:35:44 DEBUG : potato: Unchanged skipping 2021/06/01 05:35:44 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:44 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:44 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:44 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:44 INFO : yam: Moved (server-side) to: yaml 2021/06/01 05:35:44 INFO : yaml: Renamed from "yam" 2021/06/01 05:35:44 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:44 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:44 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (1.79s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1157: Can track renames: true 2021/06/01 05:35:45 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:45 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:45 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:45 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:45 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:45 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/06/01 05:35:45 INFO : potato: Copied (new) 2021/06/01 05:35:45 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/06/01 05:35:45 INFO : yam: Copied (new) 2021/06/01 05:35:45 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:45 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:35:45 DEBUG : potato: Unchanged skipping 2021/06/01 05:35:45 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:45 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:45 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:45 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:46 INFO : yam: Moved (server-side) to: yaml 2021/06/01 05:35:46 INFO : yaml: Renamed from "yam" 2021/06/01 05:35:46 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:46 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:46 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (1.75s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1193: Can track renames: true 2021/06/01 05:35:47 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:47 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:47 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/06/01 05:35:47 INFO : potato: Copied (new) 2021/06/01 05:35:47 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/06/01 05:35:47 INFO : sub/yam: Copied (new) 2021/06/01 05:35:47 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:47 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:35:47 DEBUG : potato: Unchanged skipping 2021/06/01 05:35:47 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Making map for --track-renames 2021/06/01 05:35:47 INFO : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Finished making map for --track-renames 2021/06/01 05:35:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for renames to finish 2021/06/01 05:35:48 INFO : sub/yam: Moved (server-side) to: yam 2021/06/01 05:35:48 INFO : yam: Renamed from "sub/yam" 2021/06/01 05:35:48 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:48 DEBUG : Waiting for deletions to finish 2021/06/01 05:35:48 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.52s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:49 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:35:49 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:35:49 INFO : sub dir/hello world: Deleted 2021/06/01 05:35:50 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/06/01 05:35:50 INFO : nested/sub dir/file: Copied (new) 2021/06/01 05:35:50 INFO : nested/sub dir/file: Deleted 2021/06/01 05:35:50 DEBUG : sub dir: Removing directory 2021/06/01 05:35:50 DEBUG : nested/sub dir: Removing directory 2021/06/01 05:35:50 DEBUG : nested: Removing directory 2021/06/01 05:35:50 DEBUG : Local file system at /tmp/rclone601626197: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (2.79s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:52 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:35:52 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:35:52 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/06/01 05:35:52 INFO : sub dir/hello world: Copied (new) 2021/06/01 05:35:52 INFO : sub dir/hello world: Deleted 2021/06/01 05:35:53 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/06/01 05:35:53 INFO : nested/sub dir/file: Copied (new) 2021/06/01 05:35:53 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.69s) === RUN TestServerSideMove run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:54 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-xodonib4tuyezod2tadatok0" 2021/06/01 05:35:54 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:35:54 DEBUG : Config file has changed externaly - reloading 2021/06/01 05:35:54 DEBUG : found headers: sync_test.go:1245: Server side move (if possible) webdav root 'rclone-test-hesakas8nayizep9kaxecuw2' -> webdav root 'rclone-test-xodonib4tuyezod2tadatok0' 2021/06/01 05:35:57 DEBUG : webdav root 'rclone-test-xodonib4tuyezod2tadatok0': Using server-side directory move 2021/06/01 05:35:57 INFO : webdav root 'rclone-test-xodonib4tuyezod2tadatok0': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/06/01 05:35:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2021/06/01 05:35:57 DEBUG : empty space: Unchanged skipping 2021/06/01 05:35:57 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/06/01 05:35:57 DEBUG : webdav root 'rclone-test-xodonib4tuyezod2tadatok0': Waiting for checks to finish 2021/06/01 05:35:57 INFO : potato3: Deleted 2021/06/01 05:35:57 INFO : empty space: Deleted 2021/06/01 05:35:57 DEBUG : webdav root 'rclone-test-xodonib4tuyezod2tadatok0': Waiting for transfers to finish 2021/06/01 05:35:57 INFO : potato2: Moved (server-side) 2021/06/01 05:35:58 INFO : potato3: Moved (server-side) 2021/06/01 05:35:58 INFO : There was nothing to transfer 2021/06/01 05:35:58 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-qavubof5pucaqob7laruyuz1" 2021/06/01 05:35:58 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:35:58 DEBUG : found headers: 2021/06/01 05:35:58 DEBUG : webdav root 'rclone-test-qavubof5pucaqob7laruyuz1': Using server-side directory move 2021/06/01 05:35:58 INFO : webdav root 'rclone-test-qavubof5pucaqob7laruyuz1': Server side directory move succeeded 2021/06/01 05:35:58 ERROR : : error listing: directory not found 2021/06/01 05:35:58 DEBUG : webdav root 'rclone-test-qavubof5pucaqob7laruyuz1': Purge remote 2021/06/01 05:35:59 DEBUG : webdav root 'rclone-test-xodonib4tuyezod2tadatok0': Purge remote 2021/06/01 05:35:59 purge failed: rmdir failed: File with name rclone-test-xodonib4tuyezod2tadatok0 could not be located: Sabre\DAV\Exception\NotFound: 404 Not Found --- PASS: TestServerSideMove (4.42s) === RUN TestServerSideMoveWithFilter run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:35:59 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-rirekez0pomokog1sahasul7" 2021/06/01 05:35:59 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:35:59 DEBUG : found headers: sync_test.go:1245: Server side move (if possible) webdav root 'rclone-test-hesakas8nayizep9kaxecuw2' -> webdav root 'rclone-test-rirekez0pomokog1sahasul7' 2021/06/01 05:36:01 DEBUG : empty space: Excluded 2021/06/01 05:36:01 DEBUG : empty space: Excluded 2021/06/01 05:36:01 DEBUG : webdav root 'rclone-test-rirekez0pomokog1sahasul7': Waiting for checks to finish 2021/06/01 05:36:01 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/06/01 05:36:01 DEBUG : webdav root 'rclone-test-rirekez0pomokog1sahasul7': Waiting for transfers to finish 2021/06/01 05:36:01 INFO : potato3: Deleted 2021/06/01 05:36:02 INFO : potato2: Moved (server-side) 2021/06/01 05:36:02 INFO : potato3: Moved (server-side) 2021/06/01 05:36:02 INFO : There was nothing to transfer 2021/06/01 05:36:02 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-tarited1kujovok3qeriqep4" 2021/06/01 05:36:02 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:02 DEBUG : found headers: 2021/06/01 05:36:02 DEBUG : empty space: Excluded 2021/06/01 05:36:02 DEBUG : webdav root 'rclone-test-tarited1kujovok3qeriqep4': Waiting for checks to finish 2021/06/01 05:36:02 DEBUG : webdav root 'rclone-test-tarited1kujovok3qeriqep4': Waiting for transfers to finish 2021/06/01 05:36:03 INFO : potato2: Moved (server-side) 2021/06/01 05:36:03 INFO : potato3: Moved (server-side) 2021/06/01 05:36:03 INFO : There was nothing to transfer 2021/06/01 05:36:03 DEBUG : webdav root 'rclone-test-tarited1kujovok3qeriqep4': Purge remote 2021/06/01 05:36:03 DEBUG : webdav root 'rclone-test-rirekez0pomokog1sahasul7': Purge remote --- PASS: TestServerSideMoveWithFilter (4.80s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:04 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-cajubev4yikuhib6zaxetur3" 2021/06/01 05:36:04 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:04 DEBUG : found headers: 2021/06/01 05:36:05 DEBUG : tomatoDir: Making directory sync_test.go:1245: Server side move (if possible) webdav root 'rclone-test-hesakas8nayizep9kaxecuw2' -> webdav root 'rclone-test-cajubev4yikuhib6zaxetur3' 2021/06/01 05:36:06 DEBUG : webdav root 'rclone-test-cajubev4yikuhib6zaxetur3': Using server-side directory move 2021/06/01 05:36:06 INFO : webdav root 'rclone-test-cajubev4yikuhib6zaxetur3': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2021/06/01 05:36:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2021/06/01 05:36:06 DEBUG : empty space: Unchanged skipping 2021/06/01 05:36:06 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/06/01 05:36:06 DEBUG : webdav root 'rclone-test-cajubev4yikuhib6zaxetur3': Waiting for checks to finish 2021/06/01 05:36:07 INFO : empty space: Deleted 2021/06/01 05:36:07 DEBUG : webdav root 'rclone-test-cajubev4yikuhib6zaxetur3': Waiting for transfers to finish 2021/06/01 05:36:07 INFO : potato3: Deleted 2021/06/01 05:36:07 INFO : potato2: Moved (server-side) 2021/06/01 05:36:07 INFO : potato3: Moved (server-side) 2021/06/01 05:36:07 DEBUG : tomatoDir: Removing directory 2021/06/01 05:36:07 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': deleted 1 directories 2021/06/01 05:36:07 INFO : There was nothing to transfer 2021/06/01 05:36:08 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-daneyas0puquzal6huyevem8" 2021/06/01 05:36:08 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:08 DEBUG : found headers: 2021/06/01 05:36:08 DEBUG : tomatoDir: Making directory 2021/06/01 05:36:08 DEBUG : webdav root 'rclone-test-daneyas0puquzal6huyevem8': Using server-side directory move 2021/06/01 05:36:08 INFO : webdav root 'rclone-test-daneyas0puquzal6huyevem8': Server side directory move succeeded 2021/06/01 05:36:09 ERROR : : error listing: directory not found 2021/06/01 05:36:09 ERROR : : error listing: directory not found 2021/06/01 05:36:09 DEBUG : webdav root 'rclone-test-daneyas0puquzal6huyevem8': Purge remote 2021/06/01 05:36:09 DEBUG : webdav root 'rclone-test-cajubev4yikuhib6zaxetur3': Purge remote 2021/06/01 05:36:09 purge failed: rmdir failed: File with name rclone-test-cajubev4yikuhib6zaxetur3 could not be located: Sabre\DAV\Exception\NotFound: 404 Not Found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (5.50s) === RUN TestServerSideMoveOverlap run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1382: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.22s) === RUN TestSyncOverlap run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:09 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/rclone-sync-test" 2021/06/01 05:36:09 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:09 DEBUG : found headers: --- PASS: TestSyncOverlap (0.34s) === RUN TestSyncCompareDest run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:10 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:10 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:10 DEBUG : found headers: 2021/06/01 05:36:10 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:10 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:10 DEBUG : found headers: 2021/06/01 05:36:10 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:10 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:10 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/06/01 05:36:11 INFO : one: Copied (new) 2021/06/01 05:36:11 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:11 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:11 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/06/01 05:36:11 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/06/01 05:36:12 INFO : one: Copied (replaced existing) 2021/06/01 05:36:12 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:13 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:13 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:13 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:13 DEBUG : one: Destination found in --compare-dest, skipping 2021/06/01 05:36:13 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:13 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:13 INFO : There was nothing to transfer 2021/06/01 05:36:14 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:14 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:14 DEBUG : two: Destination found in --compare-dest, skipping 2021/06/01 05:36:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:14 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:14 DEBUG : one: Destination found in --compare-dest, skipping 2021/06/01 05:36:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:14 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:14 INFO : There was nothing to transfer 2021/06/01 05:36:14 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:15 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:15 DEBUG : two: Destination found in --compare-dest, skipping 2021/06/01 05:36:15 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:15 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:15 DEBUG : one: Destination found in --compare-dest, skipping 2021/06/01 05:36:15 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:15 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:15 INFO : There was nothing to transfer 2021/06/01 05:36:15 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CompareDest" 2021/06/01 05:36:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/06/01 05:36:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:16 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:16 DEBUG : one: Destination found in --compare-dest, skipping 2021/06/01 05:36:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:16 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/06/01 05:36:16 INFO : two: Copied (new) 2021/06/01 05:36:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (7.89s) === RUN TestSyncMultipleCompareDest run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:19 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dest" 2021/06/01 05:36:19 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:19 DEBUG : found headers: 2021/06/01 05:36:19 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest1" 2021/06/01 05:36:19 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:19 DEBUG : found headers: 2021/06/01 05:36:19 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest1" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest1" 2021/06/01 05:36:19 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest2" 2021/06/01 05:36:19 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:19 DEBUG : found headers: 2021/06/01 05:36:19 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest2" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/pre-dest2" 2021/06/01 05:36:19 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:19 DEBUG : 1: Destination found in --compare-dest, skipping 2021/06/01 05:36:19 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:19 DEBUG : 2: Destination found in --compare-dest, skipping 2021/06/01 05:36:20 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dest': Waiting for checks to finish 2021/06/01 05:36:20 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dest': Waiting for transfers to finish 2021/06/01 05:36:20 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2021/06/01 05:36:20 INFO : 3: Copied (new) 2021/06/01 05:36:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (4.46s) === RUN TestSyncCopyDest run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:22 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:22 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:22 DEBUG : found headers: 2021/06/01 05:36:22 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" 2021/06/01 05:36:22 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:22 DEBUG : found headers: 2021/06/01 05:36:22 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" 2021/06/01 05:36:23 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:23 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:23 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/06/01 05:36:23 INFO : one: Copied (new) 2021/06/01 05:36:23 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:23 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" 2021/06/01 05:36:23 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/06/01 05:36:24 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:24 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/06/01 05:36:24 INFO : one: Copied (replaced existing) 2021/06/01 05:36:24 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:25 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/BackupDir" 2021/06/01 05:36:25 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:25 DEBUG : found headers: 2021/06/01 05:36:25 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/BackupDir" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/BackupDir" 2021/06/01 05:36:25 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" 2021/06/01 05:36:25 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:25 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/06/01 05:36:26 INFO : one: Moved (server-side) 2021/06/01 05:36:26 INFO : one: Copied (server-side copy) 2021/06/01 05:36:26 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/06/01 05:36:26 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:26 DEBUG : Waiting for deletions to finish fstest.go:128: Error Trace: fstest.go:128 fstest.go:133 fstest.go:152 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 sync_test.go:1606 Error: Should be true Test: TestSyncCopyDest Messages: dst/one: Modification time difference too big |-82696h36m26.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2021-06-01 05:36:26 +0000 GMT) (precision 1s) fstest.go:128: Error Trace: fstest.go:128 fstest.go:133 fstest.go:152 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 sync_test.go:1612 Error: Should be true Test: TestSyncCopyDest Messages: dst/one: Modification time difference too big |-82696h36m26.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2021-06-01 05:36:26 +0000 GMT) (precision 1s) 2021/06/01 05:36:27 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/CopyDest" 2021/06/01 05:36:27 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:28 INFO : two: Copied (server-side copy) 2021/06/01 05:36:28 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/06/01 05:36:28 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:28 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2021/06/01 05:36:28 DEBUG : one: Modification times differ by 82696h36m26.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2021-06-01 05:36:26 +0000 GMT 2021/06/01 05:36:28 ERROR : one: Failed to copy: Copy call failed: The destination node already exists, and the overwrite header is set to false: Sabre\DAV\Exception\PreconditionFailed: 412 Precondition failed 2021/06/01 05:36:28 ERROR : one: Destination found in --copy-dest, error copying 2021/06/01 05:36:28 DEBUG : one: Modification times differ by 82696h36m26.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2021-06-01 05:36:26 +0000 GMT 2021/06/01 05:36:28 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/06/01 05:36:29 INFO : one: Copied (replaced existing) 2021/06/01 05:36:29 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': not deleting files as there were IO errors 2021/06/01 05:36:29 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': not deleting directories as there were IO errors sync_test.go:1617: Error Trace: sync_test.go:1617 Error: Received unexpected error: not deleting files as there were IO errors github.com/rclone/rclone/fs.init /home/rclone/go/src/github.com/rclone/rclone/fs/fs.go:67 runtime.doInit /usr/local/go/src/runtime/proc.go:5625 runtime.doInit /usr/local/go/src/runtime/proc.go:5620 runtime.doInit /usr/local/go/src/runtime/proc.go:5620 runtime.main /usr/local/go/src/runtime/proc.go:191 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1374 Test: TestSyncCopyDest --- FAIL: TestSyncCopyDest (8.36s) === RUN TestSyncBackupDir run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:32 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:32 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:32 DEBUG : found headers: 2021/06/01 05:36:32 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:32 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:32 DEBUG : found headers: 2021/06/01 05:36:32 DEBUG : fs cache: renaming cache item "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" to be canonical "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:36:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:32 DEBUG : two: Unchanged skipping 2021/06/01 05:36:32 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:33 INFO : one: Moved (server-side) 2021/06/01 05:36:33 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:33 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:36:33 INFO : one: Copied (new) 2021/06/01 05:36:33 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:33 INFO : three.txt: Moved (server-side) 2021/06/01 05:36:33 INFO : three.txt: Moved into backup dir 2021/06/01 05:36:34 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:34 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:34 DEBUG : two: Unchanged skipping 2021/06/01 05:36:34 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:34 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:36:35 INFO : one: Deleted 2021/06/01 05:36:35 INFO : one: Moved (server-side) 2021/06/01 05:36:35 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:35 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:36:35 INFO : one: Copied (new) 2021/06/01 05:36:35 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:36 INFO : three.txt: Deleted 2021/06/01 05:36:36 INFO : three.txt: Moved (server-side) 2021/06/01 05:36:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (7.13s) === RUN TestSyncBackupDirWithSuffix run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:39 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:39 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:39 DEBUG : found headers: 2021/06/01 05:36:39 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:39 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:39 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:39 DEBUG : found headers: 2021/06/01 05:36:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:36:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:39 DEBUG : two: Unchanged skipping 2021/06/01 05:36:39 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:40 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:36:40 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:40 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:36:40 INFO : one: Copied (new) 2021/06/01 05:36:40 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:36:40 INFO : three.txt: Moved into backup dir 2021/06/01 05:36:41 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:41 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:36:41 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:41 DEBUG : two: Unchanged skipping 2021/06/01 05:36:41 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:42 INFO : one.bak: Deleted 2021/06/01 05:36:42 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:36:42 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:42 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:36:42 INFO : one: Copied (new) 2021/06/01 05:36:42 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:43 INFO : three.txt.bak: Deleted 2021/06/01 05:36:43 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:36:43 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (7.19s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:46 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:46 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:46 DEBUG : found headers: 2021/06/01 05:36:46 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:46 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:46 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:46 DEBUG : found headers: 2021/06/01 05:36:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:36:46 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:46 DEBUG : two: Unchanged skipping 2021/06/01 05:36:46 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:47 INFO : one: Moved (server-side) to: one-2019-01-01 2021/06/01 05:36:47 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:47 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:36:47 INFO : one: Copied (new) 2021/06/01 05:36:47 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:48 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/06/01 05:36:48 INFO : three.txt: Moved into backup dir 2021/06/01 05:36:48 DEBUG : fs cache: switching user supplied name "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/backup" for canonical name "TestWebdavOwncloud{spVyE}:rclone-test-hesakas8nayizep9kaxecuw2/backup" 2021/06/01 05:36:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:36:49 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:49 DEBUG : two: Unchanged skipping 2021/06/01 05:36:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:49 INFO : one-2019-01-01: Deleted 2021/06/01 05:36:49 INFO : one: Moved (server-side) to: one-2019-01-01 2021/06/01 05:36:49 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:50 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:36:50 INFO : one: Copied (new) 2021/06/01 05:36:50 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:50 INFO : three-2019-01-01.txt: Deleted 2021/06/01 05:36:50 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/06/01 05:36:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (7.13s) === RUN TestSyncBackupDirSuffixOnly run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:36:53 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:36:53 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:36:53 DEBUG : found headers: 2021/06/01 05:36:53 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:36:53 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:53 DEBUG : two: Unchanged skipping 2021/06/01 05:36:53 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:54 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:36:54 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:54 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:36:54 INFO : one: Copied (new) 2021/06/01 05:36:54 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:55 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:36:55 INFO : three.txt: Moved into backup dir 2021/06/01 05:36:56 DEBUG : one.bak: Excluded 2021/06/01 05:36:56 DEBUG : three.txt.bak: Excluded 2021/06/01 05:36:56 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:36:56 DEBUG : two: Unchanged skipping 2021/06/01 05:36:56 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for checks to finish 2021/06/01 05:36:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:36:56 INFO : one.bak: Deleted 2021/06/01 05:36:56 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:36:56 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2/dst': Waiting for transfers to finish 2021/06/01 05:36:57 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:36:57 INFO : one: Copied (new) 2021/06/01 05:36:57 DEBUG : Waiting for deletions to finish 2021/06/01 05:36:57 INFO : three.txt.bak: Deleted 2021/06/01 05:36:57 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:36:57 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (6.61s) === RUN TestSyncSuffix run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:37:00 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:37:00 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:37:00 DEBUG : found headers: 2021/06/01 05:37:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:37:00 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:37:01 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:37:01 INFO : one: Copied (new) 2021/06/01 05:37:01 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:37:01 DEBUG : two: Unchanged skipping 2021/06/01 05:37:01 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/06/01 05:37:01 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:37:02 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/06/01 05:37:02 INFO : three.txt: Copied (new) 2021/06/01 05:37:02 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:37:03 INFO : one.bak: Deleted 2021/06/01 05:37:03 INFO : one: Moved (server-side) to: one.bak 2021/06/01 05:37:03 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:37:03 INFO : one: Copied (new) 2021/06/01 05:37:03 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:37:03 DEBUG : two: Unchanged skipping 2021/06/01 05:37:04 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/06/01 05:37:04 INFO : three.txt.bak: Deleted 2021/06/01 05:37:04 INFO : three.txt: Moved (server-side) to: three.txt.bak 2021/06/01 05:37:05 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/06/01 05:37:05 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (7.54s) === RUN TestSyncSuffixKeepExtension run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:37:07 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-hesakas8nayizep9kaxecuw2/dst" 2021/06/01 05:37:07 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{spVyE}" suffix to name 2021/06/01 05:37:07 DEBUG : found headers: 2021/06/01 05:37:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/06/01 05:37:08 INFO : one: Moved (server-side) to: one-2019-01-01 2021/06/01 05:37:08 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/06/01 05:37:08 INFO : one: Copied (new) 2021/06/01 05:37:08 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:37:08 DEBUG : two: Unchanged skipping 2021/06/01 05:37:08 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/06/01 05:37:09 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/06/01 05:37:09 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/06/01 05:37:09 INFO : three.txt: Copied (new) 2021/06/01 05:37:10 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/06/01 05:37:10 INFO : one-2019-01-01: Deleted 2021/06/01 05:37:10 INFO : one: Moved (server-side) to: one-2019-01-01 2021/06/01 05:37:11 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/06/01 05:37:11 INFO : one: Copied (new) 2021/06/01 05:37:11 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:37:11 DEBUG : two: Unchanged skipping 2021/06/01 05:37:11 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/06/01 05:37:11 INFO : three-2019-01-01.txt: Deleted 2021/06/01 05:37:12 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2021/06/01 05:37:12 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/06/01 05:37:12 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (7.39s) === RUN TestSyncUTFNorm run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:37:14 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2021/06/01 05:37:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:37:14 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:37:14 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2021/06/01 05:37:14 INFO : Testêé: Copied (replaced existing) to: Testêé 2021/06/01 05:37:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.40s) === RUN TestSyncImmutable run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:37:15 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:37:15 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:37:15 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/06/01 05:37:15 INFO : existing: Copied (new) 2021/06/01 05:37:15 DEBUG : Waiting for deletions to finish 2021/06/01 05:37:16 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2021/06/01 05:37:16 ERROR : existing: Source and destination exist but do not match: immutable file modified 2021/06/01 05:37:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:37:16 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:37:16 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': not deleting files as there were IO errors 2021/06/01 05:37:16 ERROR : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.38s) === RUN TestSyncIgnoreCase run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" 2021/06/01 05:37:17 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2021/06/01 05:37:17 DEBUG : existing: Unchanged skipping 2021/06/01 05:37:17 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for checks to finish 2021/06/01 05:37:17 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Waiting for transfers to finish 2021/06/01 05:37:17 DEBUG : Waiting for deletions to finish 2021/06/01 05:37:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.01s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1941: This test only runs on local === RUN TestMaxTransfer/Soft run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1941: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:176: Remote "webdav root 'rclone-test-hesakas8nayizep9kaxecuw2'", Local "Local file system at /tmp/rclone601626197", Modify Window "1s" sync_test.go:1941: This test only runs on local --- PASS: TestMaxTransfer (0.64s) --- SKIP: TestMaxTransfer/Hard (0.21s) --- SKIP: TestMaxTransfer/Soft (0.21s) --- SKIP: TestMaxTransfer/Cautious (0.22s) FAIL 2021/06/01 05:37:18 DEBUG : webdav root 'rclone-test-hesakas8nayizep9kaxecuw2': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestWebdavOwncloud: -verbose" - Finished OK in 2m58.937061929s (try 1/5)