"./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose -test.run '^(TestSyncConcurrentTruncate|TestSyncWithUpdateOlder)$'" - Starting (try 3/5) 2025/04/06 03:19:50 DEBUG : Creating backend with remote "TestYandex:rclone-test-heweyoz1sefe" 2025/04/06 03:19:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 03:19:50 DEBUG : Creating backend with remote "/tmp/rclone2473358284" === RUN TestSyncWithUpdateOlder run.go:180: Remote "Yandex rclone-test-heweyoz1sefe", Local "Local file system at /tmp/rclone2473358284", Modify Window "1ns" 2025/04/06 03:19:59 DEBUG : five: Need to transfer - File not found at Destination 2025/04/06 03:19:59 DEBUG : one: Destination is newer than source, skipping 2025/04/06 03:19:59 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/04/06 03:19:59 DEBUG : three: Sizes identical 2025/04/06 03:19:59 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for checks to finish 2025/04/06 03:19:59 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone2473358284) 2025/04/06 03:19:59 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Yandex rclone-test-heweyoz1sefe) 2025/04/06 03:19:59 DEBUG : two: md5 differ 2025/04/06 03:19:59 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/04/06 03:19:59 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/04/06 03:19:59 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for transfers to finish 2025/04/06 03:20:01 DEBUG : two: Dst hash empty - aborting Src hash check 2025/04/06 03:20:01 INFO : two: Copied (replaced existing) 2025/04/06 03:20:01 DEBUG : four: Dst hash empty - aborting Src hash check 2025/04/06 03:20:01 INFO : four: Copied (replaced existing) 2025/04/06 03:20:01 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/06 03:20:01 INFO : five: Copied (new) 2025/04/06 03:20:01 DEBUG : Waiting for deletions to finish fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /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: Yandex rclone-test-heweyoz1sefe/two: md5 hash incorrect - expecting "b8a9f715dbb64fd5c56e7783c6820a61" got "0f82d86afa0f5dc965c5c15aca58dcfb" 2025/04/06 03:20:02 DEBUG : one: Destination is newer than source, skipping 2025/04/06 03:20:02 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for checks to finish 2025/04/06 03:20:02 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone2473358284) 2025/04/06 03:20:02 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Yandex rclone-test-heweyoz1sefe) 2025/04/06 03:20:02 DEBUG : three: md5 differ 2025/04/06 03:20:02 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone2473358284) 2025/04/06 03:20:02 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Yandex rclone-test-heweyoz1sefe) 2025/04/06 03:20:02 DEBUG : two: md5 differ 2025/04/06 03:20:02 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/04/06 03:20:02 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/06 03:20:02 DEBUG : two: Destination mod time is within 1s of source but files differ, transferring 2025/04/06 03:20:02 DEBUG : five: Size and md5 of src and dst objects identical 2025/04/06 03:20:02 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/04/06 03:20:02 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/04/06 03:20:02 DEBUG : four: Size and md5 of src and dst objects identical 2025/04/06 03:20:02 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/04/06 03:20:02 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for transfers to finish 2025/04/06 03:20:04 DEBUG : two: Dst hash empty - aborting Src hash check 2025/04/06 03:20:04 INFO : two: Copied (replaced existing) 2025/04/06 03:20:04 DEBUG : three: Dst hash empty - aborting Src hash check 2025/04/06 03:20:04 INFO : three: Copied (replaced existing) 2025/04/06 03:20:04 DEBUG : Waiting for deletions to finish --- FAIL: TestSyncWithUpdateOlder (34.06s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Yandex rclone-test-heweyoz1sefe", Local "Local file system at /tmp/rclone2473358284", Modify Window "1ns" 2025/04/06 03:21:56 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both0: Unchanged skipping 2025/04/06 03:21:56 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for checks to finish 2025/04/06 03:21:56 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both11: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both13: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both1: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both15: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both10: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both17: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both18: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both19: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both12: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both2: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both4: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both3: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both14: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both16: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both5: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 03:21:56 DEBUG : both9: Unchanged skipping 2025/04/06 03:21:56 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : both6: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both8: Unchanged skipping 2025/04/06 03:21:56 DEBUG : both7: Unchanged skipping 2025/04/06 03:21:56 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/04/06 03:21:56 DEBUG : Yandex rclone-test-heweyoz1sefe: Waiting for transfers to finish 2025/04/06 03:21:58 DEBUG : only0: Dst hash empty - aborting Src hash check 2025/04/06 03:21:58 INFO : only0: Copied (replaced existing) 2025/04/06 03:21:58 DEBUG : only10: Dst hash empty - aborting Src hash check 2025/04/06 03:21:58 INFO : only10: Copied (replaced existing) 2025/04/06 03:21:59 DEBUG : only11: Dst hash empty - aborting Src hash check 2025/04/06 03:21:59 INFO : only11: Copied (replaced existing) 2025/04/06 03:22:00 DEBUG : only1: Dst hash empty - aborting Src hash check 2025/04/06 03:22:00 INFO : only1: Copied (replaced existing) 2025/04/06 03:22:01 DEBUG : only13: Dst hash empty - aborting Src hash check 2025/04/06 03:22:01 INFO : only13: Copied (replaced existing) 2025/04/06 03:22:01 DEBUG : only12: Dst hash empty - aborting Src hash check 2025/04/06 03:22:01 INFO : only12: Copied (replaced existing) 2025/04/06 03:22:01 DEBUG : only16: Dst hash empty - aborting Src hash check 2025/04/06 03:22:01 INFO : only16: Copied (replaced existing) 2025/04/06 03:22:02 DEBUG : only18: Dst hash empty - aborting Src hash check 2025/04/06 03:22:02 INFO : only18: Copied (replaced existing) 2025/04/06 03:22:03 DEBUG : only14: Dst hash empty - aborting Src hash check 2025/04/06 03:22:03 INFO : only14: Copied (replaced existing) 2025/04/06 03:22:03 DEBUG : only2: Dst hash empty - aborting Src hash check 2025/04/06 03:22:03 INFO : only2: Copied (replaced existing) 2025/04/06 03:22:04 DEBUG : only15: Dst hash empty - aborting Src hash check 2025/04/06 03:22:04 INFO : only15: Copied (replaced existing) 2025/04/06 03:22:04 DEBUG : only17: Dst hash empty - aborting Src hash check 2025/04/06 03:22:04 INFO : only17: Copied (replaced existing) 2025/04/06 03:22:06 DEBUG : only5: Dst hash empty - aborting Src hash check 2025/04/06 03:22:06 INFO : only5: Copied (replaced existing) 2025/04/06 03:22:06 DEBUG : only6: Dst hash empty - aborting Src hash check 2025/04/06 03:22:06 INFO : only6: Copied (replaced existing) 2025/04/06 03:22:06 DEBUG : only4: Dst hash empty - aborting Src hash check 2025/04/06 03:22:06 INFO : only4: Copied (replaced existing) 2025/04/06 03:22:07 DEBUG : only8: Dst hash empty - aborting Src hash check 2025/04/06 03:22:07 INFO : only8: Copied (replaced existing) 2025/04/06 03:22:07 DEBUG : only9: Dst hash empty - aborting Src hash check 2025/04/06 03:22:07 INFO : only9: Copied (replaced existing) 2025/04/06 03:22:08 DEBUG : only3: Dst hash empty - aborting Src hash check 2025/04/06 03:22:08 INFO : only3: Copied (replaced existing) 2025/04/06 03:22:08 DEBUG : only19: Dst hash empty - aborting Src hash check 2025/04/06 03:22:08 INFO : only19: Copied (replaced existing) 2025/04/06 03:22:09 DEBUG : only7: Dst hash empty - aborting Src hash check 2025/04/06 03:22:09 INFO : only7: Copied (replaced existing) 2025/04/06 03:22:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "Yandex rclone-test-heweyoz1sefe", Local "Local file system at /tmp/rclone2473358284", Modify Window "1ns" --- PASS: TestSyncConcurrentTruncate (257.31s) FAIL 2025/04/06 03:24:42 DEBUG : Yandex rclone-test-heweyoz1sefe: Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose -test.run '^(TestSyncConcurrentTruncate|TestSyncWithUpdateOlder)$'" - Finished ERROR in 4m55.61934864s (try 3/5): exit status 1: Failed [TestSyncWithUpdateOlder]