"./sync.test -test.v -test.timeout 1h0m0s -remote TestWebdavRclone: -verbose -test.run '^(TestCopyOverSelf|TestMoveOverSelf|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingModtimeOnly|TestSyncCompareDest|TestSyncCopyDest|TestSyncDoesntUpdateModtime|TestSyncUTFNorm|TestSyncWithUpdateOlder)$'" - Starting (try 2/5)
2025/04/12 02:26:15 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca"
2025/04/12 02:26:15 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/12 02:26:15 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:15 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:15 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:15 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:15 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:15 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:15 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:15 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:15 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:15 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:15 DEBUG : found headers: 
2025/04/12 02:26:15 DEBUG : Creating backend with remote "/tmp/rclone867257445"
=== RUN   TestCopyOverSelf
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/04/12 02:26:15 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:15 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:15 INFO  : sub dir/hello world: Copied (replaced existing)
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:613
        	Error:      	Should be true
        	Test:       	TestCopyOverSelf
        	Messages:   	sub dir/hello world: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
--- FAIL: TestCopyOverSelf (0.22s)
=== RUN   TestMoveOverSelf
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/04/12 02:26:15 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:15 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:15 DEBUG : sub dir/hello world: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:15 INFO  : sub dir/hello world: Copied (replaced existing)
2025/04/12 02:26:15 INFO  : sub dir/hello world: Deleted
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:658
        	Error:      	Should be true
        	Test:       	TestMoveOverSelf
        	Messages:   	sub dir/hello world: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
--- FAIL: TestMoveOverSelf (0.21s)
=== RUN   TestSyncAfterChangingModtimeOnly
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 DEBUG : empty space: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:16 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
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:16 NOTICE: empty space: Skipped copy as --dry-run is set (size 1)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 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
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : empty space: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 INFO  : empty space: Copied (replaced existing)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1007
        	Error:      	Should be true
        	Test:       	TestSyncAfterChangingModtimeOnly
        	Messages:   	empty space: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
--- FAIL: TestSyncAfterChangingModtimeOnly (0.19s)
=== RUN   TestSyncDoesntUpdateModtime
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 DEBUG : foo: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 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
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : foo: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 INFO  : foo: Copied (replaced existing)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1058
        	Error:      	Should be true
        	Test:       	TestSyncDoesntUpdateModtime
        	Messages:   	foo: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
--- FAIL: TestSyncDoesntUpdateModtime (0.15s)
=== RUN   TestSyncAfterChangingContentsOnly
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 DEBUG : potato: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 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
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : potato: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 INFO  : potato: Copied (replaced existing)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1121
        	Error:      	Should be true
        	Test:       	TestSyncAfterChangingContentsOnly
        	Messages:   	potato: Modification time difference too big |-119h59m59.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2011-12-30 12:59:59 +0000 GMT) (precision 1s)
--- FAIL: TestSyncAfterChangingContentsOnly (0.15s)
=== RUN   TestSyncWithUpdateOlder
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 DEBUG : one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : two: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : three: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : four: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : five: Need to transfer - File not found at Destination
2025/04/12 02:26:16 DEBUG : one: Destination is newer than source, skipping
2025/04/12 02:26:16 DEBUG : four: Sizes differ (src 4 vs dst 8)
2025/04/12 02:26:16 DEBUG : three: Sizes identical
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring
2025/04/12 02:26:16 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : five: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : four: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 DEBUG : two: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 INFO  : five: Copied (new)
2025/04/12 02:26:16 INFO  : four: Copied (replaced existing)
2025/04/12 02:26:16 INFO  : two: Copied (replaced existing)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1445
        	Error:      	Should be true
        	Test:       	TestSyncWithUpdateOlder
        	Messages:   	two: Modification time difference too big |120h0m0s| > 1s (want 2011-12-30 12:59:59 +0000 UTC vs got 2011-12-25 12:59:59 +0000 GMT) (precision 1s)
    sync_test.go:1449: Skip test with --checksum as no hashes supported
--- FAIL: TestSyncWithUpdateOlder (0.34s)
=== RUN   TestSyncCompareDest
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:16 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca/dst"
2025/04/12 02:26:16 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:16 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:16 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:16 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:16 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:16 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:16 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:16 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:16 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:16 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:16 DEBUG : found headers: 
2025/04/12 02:26:16 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:16 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:16 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:16 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:16 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:16 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:16 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:16 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:16 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:16 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:16 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:16 DEBUG : found headers: 
2025/04/12 02:26:16 DEBUG : fs cache: renaming cache item "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" to be canonical "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:16 DEBUG : one: Need to transfer - File not found at Destination
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:16 INFO  : one: Copied (new)
2025/04/12 02:26:16 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:16 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:16 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:16 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:16 DEBUG : one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 INFO  : one: Copied (replaced existing)
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2106
        	Error:      	Should be true
        	Test:       	TestSyncCompareDest
        	Messages:   	dst/one: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
2025/04/12 02:26:17 DEBUG : dst/one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : CompareDest/one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 INFO  : There was nothing to transfer
2025/04/12 02:26:17 DEBUG : CompareDest/two: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : two: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 INFO  : There was nothing to transfer
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : two: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 INFO  : There was nothing to transfer
    sync_test.go:2175: No hash on uploaded file so skipping compare timestamp test
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CompareDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CompareDest"
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : two: Need to transfer - File not found at Destination
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : two: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Destination found in --compare-dest, skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 INFO  : two: Copied (new)
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
--- FAIL: TestSyncCompareDest (0.63s)
=== RUN   TestSyncCopyDest
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:17 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca/dst"
2025/04/12 02:26:17 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : found headers: 
2025/04/12 02:26:17 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : found headers: 
2025/04/12 02:26:17 DEBUG : fs cache: renaming cache item "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" to be canonical "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : one: Need to transfer - File not found at Destination
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 INFO  : one: Copied (new)
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 INFO  : one: Copied (replaced existing)
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2272
        	Error:      	Should be true
        	Test:       	TestSyncCopyDest
        	Messages:   	dst/one: Modification time difference too big |95456h54m53.123456789s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s)
2025/04/12 02:26:17 DEBUG : dst/one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : CopyDest/one: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : Creating backend with remote "TestWebdavRclone:rclone-test-yeweyob9toca/BackupDir"
2025/04/12 02:26:17 DEBUG : Setting type="webdav" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_TYPE
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : TestWebdavRclone: detected overridden config - adding "{hKMjL}" suffix to name
2025/04/12 02:26:17 DEBUG : Setting url="http://127.0.0.1:28620/" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_URL
2025/04/12 02:26:17 DEBUG : Setting vendor="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_VENDOR
2025/04/12 02:26:17 DEBUG : Setting user="rclone" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_USER
2025/04/12 02:26:17 DEBUG : Setting pass="oArRzOl624poh10nGWS8DiN86uEImXuGjp-btmbLKonr" for "TestWebdavRclone" from environment variable RCLONE_CONFIG_TESTWEBDAVRCLONE_PASS
2025/04/12 02:26:17 DEBUG : found headers: 
2025/04/12 02:26:17 DEBUG : fs cache: renaming cache item "TestWebdavRclone:rclone-test-yeweyob9toca/BackupDir" to be canonical "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/BackupDir"
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/12 02:26:17 INFO  : one: Moved (server-side)
2025/04/12 02:26:17 INFO  : one: Copied (server-side copy)
2025/04/12 02:26:17 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 DEBUG : CopyDest/two: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Unchanged skipping
2025/04/12 02:26:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 INFO  : two: Copied (server-side copy)
2025/04/12 02:26:17 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : one: Unchanged skipping
2025/04/12 02:26:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:17 DEBUG : two: Unchanged skipping
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:17 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:17 DEBUG : Waiting for deletions to finish
2025/04/12 02:26:17 INFO  : There was nothing to transfer
2025/04/12 02:26:18 DEBUG : CopyDest/three: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:18 DEBUG : fs cache: switching user supplied name "TestWebdavRclone:rclone-test-yeweyob9toca/CopyDest" for canonical name "TestWebdavRclone{hKMjL}:rclone-test-yeweyob9toca/CopyDest"
2025/04/12 02:26:18 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:18 DEBUG : one: Unchanged skipping
2025/04/12 02:26:18 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/04/12 02:26:18 DEBUG : three: Destination not found in --copy-dest
2025/04/12 02:26:18 DEBUG : three: Need to transfer - File not found at Destination
2025/04/12 02:26:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/04/12 02:26:18 DEBUG : two: Unchanged skipping
2025/04/12 02:26:18 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for checks to finish
2025/04/12 02:26:18 DEBUG : webdav root 'rclone-test-yeweyob9toca/dst': Waiting for transfers to finish
2025/04/12 02:26:18 DEBUG : three: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:18 INFO  : three: Copied (new)
2025/04/12 02:26:18 DEBUG : Waiting for deletions to finish
--- FAIL: TestSyncCopyDest (0.85s)
=== RUN   TestSyncUTFNorm
    run.go:180: Remote "webdav root 'rclone-test-yeweyob9toca'", Local "Local file system at /tmp/rclone867257445", Modify Window "1s"
2025/04/12 02:26:18 DEBUG : Testêé: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:18 DEBUG : Testêé: Sizes differ (src 14 vs dst 18)
2025/04/12 02:26:18 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for checks to finish
2025/04/12 02:26:18 DEBUG : webdav root 'rclone-test-yeweyob9toca': Waiting for transfers to finish
2025/04/12 02:26:18 DEBUG : Testêé: Update will use the normal upload strategy (no chunks)
2025/04/12 02:26:18 INFO  : Testêé: Copied (replaced existing) to: Testêé
2025/04/12 02:26:18 DEBUG : Waiting for deletions to finish
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2558
        	Error:      	Should be true
        	Test:       	TestSyncUTFNorm
        	Messages:   	Testêé: Modification time difference too big |-95456h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-25 12:59:59 +0000 GMT) (precision 1s)
--- FAIL: TestSyncUTFNorm (0.13s)
FAIL
2025/04/12 02:26:18 DEBUG : webdav root 'rclone-test-yeweyob9toca': Purge remote
"./sync.test -test.v -test.timeout 1h0m0s -remote TestWebdavRclone: -verbose -test.run '^(TestCopyOverSelf|TestMoveOverSelf|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingModtimeOnly|TestSyncCompareDest|TestSyncCopyDest|TestSyncDoesntUpdateModtime|TestSyncUTFNorm|TestSyncWithUpdateOlder)$'" - Finished ERROR in 2.938464099s (try 2/5): exit status 1: Failed [TestCopyOverSelf TestMoveOverSelf TestSyncAfterChangingModtimeOnly TestSyncDoesntUpdateModtime TestSyncAfterChangingContentsOnly TestSyncWithUpdateOlder TestSyncCompareDest TestSyncCopyDest TestSyncUTFNorm]