"./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose -test.run '^(TestServerSideMoveOverSelf|TestSyncBackupDirWithSuffix|TestSyncConcurrentTruncate)$'" - Starting (try 2/5) 2024/11/15 01:52:19 DEBUG : Creating backend with remote "TestYandex:rclone-test-xevebaz5deyi" 2024/11/15 01:52:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/15 01:52:19 DEBUG : Creating backend with remote "/tmp/rclone1041382765" === RUN TestServerSideMoveOverSelf run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" 2024/11/15 01:52:22 DEBUG : Creating backend with remote "TestYandex:rclone-test-layafah6woya" sync_test.go:671: Server side copy (if possible) Yandex rclone-test-xevebaz5deyi -> Yandex rclone-test-layafah6woya 2024/11/15 01:52:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/15 01:52:23 DEBUG : Yandex rclone-test-layafah6woya: Waiting for checks to finish 2024/11/15 01:52:23 DEBUG : Yandex rclone-test-layafah6woya: Waiting for transfers to finish 2024/11/15 01:52:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/15 01:52:25 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" 2024/11/15 01:52:29 DEBUG : Yandex rclone-test-layafah6woya: Using server-side directory move 2024/11/15 01:52:30 INFO : Yandex rclone-test-layafah6woya: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/15 01:52:31 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/15 01:52:31 DEBUG : Yandex rclone-test-layafah6woya: Waiting for checks to finish 2024/11/15 01:52:31 DEBUG : Yandex rclone-test-layafah6woya: Waiting for transfers to finish 2024/11/15 01:52:33 INFO : sub dir/hello world: Deleted 2024/11/15 01:52:34 INFO : sub dir/hello world: Moved (server-side) 2024/11/15 01:52:38 DEBUG : testing file moves 2024/11/15 01:52:39 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/15 01:52:39 DEBUG : Yandex rclone-test-layafah6woya: Waiting for checks to finish 2024/11/15 01:52:39 DEBUG : Yandex rclone-test-layafah6woya: Waiting for transfers to finish 2024/11/15 01:52:40 INFO : sub dir/hello world: Deleted 2024/11/15 01:52:42 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" 2024/11/15 01:52:43 DEBUG : Yandex rclone-test-layafah6woya: Purge remote --- PASS: TestServerSideMoveOverSelf (30.89s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" 2024/11/15 01:52:56 DEBUG : Creating backend with remote "TestYandex:rclone-test-xevebaz5deyi/dst" 2024/11/15 01:52:57 DEBUG : Creating backend with remote "TestYandex:rclone-test-xevebaz5deyi/backup" 2024/11/15 01:52:57 DEBUG : Yandex rclone-test-xevebaz5deyi/dst: Waiting for checks to finish 2024/11/15 01:52:57 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/15 01:52:57 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:52:57 DEBUG : two: Unchanged skipping 2024/11/15 01:53:03 INFO : one: Moved (server-side) to: one.bak 2024/11/15 01:53:03 DEBUG : Yandex rclone-test-xevebaz5deyi/dst: Waiting for transfers to finish 2024/11/15 01:53:05 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/15 01:53:05 INFO : one: Copied (new) 2024/11/15 01:53:05 DEBUG : Waiting for deletions to finish 2024/11/15 01:53:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/15 01:53:06 INFO : three.txt: Moved into backup dir 2024/11/15 01:53:10 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/15 01:53:10 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:53:10 DEBUG : two: Unchanged skipping 2024/11/15 01:53:10 DEBUG : Yandex rclone-test-xevebaz5deyi/dst: Waiting for checks to finish 2024/11/15 01:53:12 INFO : one.bak: Deleted 2024/11/15 01:53:14 INFO : one: Moved (server-side) to: one.bak 2024/11/15 01:53:14 DEBUG : Yandex rclone-test-xevebaz5deyi/dst: Waiting for transfers to finish 2024/11/15 01:53:16 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/15 01:53:16 INFO : one: Copied (new) 2024/11/15 01:53:16 DEBUG : Waiting for deletions to finish 2024/11/15 01:53:18 INFO : three.txt.bak: Deleted 2024/11/15 01:53:20 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/15 01:53:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (41.40s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" 2024/11/15 01:54:57 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : Yandex rclone-test-xevebaz5deyi: Waiting for checks to finish 2024/11/15 01:54:57 DEBUG : both0: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both12: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both13: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both14: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both15: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both16: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both1: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both11: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both17: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both10: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both18: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both4: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both19: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both6: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both7: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both8: Unchanged skipping 2024/11/15 01:54:57 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/11/15 01:54:57 DEBUG : both2: Unchanged skipping 2024/11/15 01:54:57 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : both3: Unchanged skipping 2024/11/15 01:54:57 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : both5: Unchanged skipping 2024/11/15 01:54:57 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : both9: Unchanged skipping 2024/11/15 01:54:57 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/15 01:54:57 DEBUG : Yandex rclone-test-xevebaz5deyi: Waiting for transfers to finish 2024/11/15 01:54:59 DEBUG : only11: Dst hash empty - aborting Src hash check 2024/11/15 01:54:59 INFO : only11: Copied (replaced existing) 2024/11/15 01:54:59 DEBUG : only0: Dst hash empty - aborting Src hash check 2024/11/15 01:54:59 INFO : only0: Copied (replaced existing) 2024/11/15 01:54:59 DEBUG : only1: Dst hash empty - aborting Src hash check 2024/11/15 01:54:59 INFO : only1: Copied (replaced existing) 2024/11/15 01:54:59 DEBUG : only14: Dst hash empty - aborting Src hash check 2024/11/15 01:54:59 INFO : only14: Copied (replaced existing) 2024/11/15 01:55:00 DEBUG : only15: Dst hash empty - aborting Src hash check 2024/11/15 01:55:00 INFO : only15: Copied (replaced existing) 2024/11/15 01:55:01 DEBUG : only16: Dst hash empty - aborting Src hash check 2024/11/15 01:55:01 INFO : only16: Copied (replaced existing) 2024/11/15 01:55:01 DEBUG : only17: Dst hash empty - aborting Src hash check 2024/11/15 01:55:01 INFO : only17: Copied (replaced existing) 2024/11/15 01:55:01 DEBUG : only18: Dst hash empty - aborting Src hash check 2024/11/15 01:55:01 INFO : only18: Copied (replaced existing) 2024/11/15 01:55:03 DEBUG : only19: Dst hash empty - aborting Src hash check 2024/11/15 01:55:03 INFO : only19: Copied (replaced existing) 2024/11/15 01:55:03 DEBUG : only2: Dst hash empty - aborting Src hash check 2024/11/15 01:55:03 INFO : only2: Copied (replaced existing) 2024/11/15 01:55:04 DEBUG : only4: Dst hash empty - aborting Src hash check 2024/11/15 01:55:04 INFO : only4: Copied (replaced existing) 2024/11/15 01:55:04 DEBUG : only3: Dst hash empty - aborting Src hash check 2024/11/15 01:55:04 INFO : only3: Copied (replaced existing) 2024/11/15 01:55:05 DEBUG : only5: Dst hash empty - aborting Src hash check 2024/11/15 01:55:05 INFO : only5: Copied (replaced existing) 2024/11/15 01:55:05 DEBUG : only6: Dst hash empty - aborting Src hash check 2024/11/15 01:55:05 INFO : only6: Copied (replaced existing) 2024/11/15 01:55:05 DEBUG : only7: Dst hash empty - aborting Src hash check 2024/11/15 01:55:05 INFO : only7: Copied (replaced existing) 2024/11/15 01:55:06 DEBUG : only8: Dst hash empty - aborting Src hash check 2024/11/15 01:55:06 INFO : only8: Copied (replaced existing) 2024/11/15 01:55:07 DEBUG : only9: Dst hash empty - aborting Src hash check 2024/11/15 01:55:07 INFO : only9: Copied (replaced existing) 2024/11/15 01:55:08 DEBUG : only10: Dst hash empty - aborting Src hash check 2024/11/15 01:55:08 INFO : only10: Copied (replaced existing) 2024/11/15 01:55:08 DEBUG : only12: Dst hash empty - aborting Src hash check 2024/11/15 01:55:08 INFO : only12: Copied (replaced existing) 2024/11/15 01:55:08 DEBUG : only13: Dst hash empty - aborting Src hash check 2024/11/15 01:55:08 INFO : only13: Copied (replaced existing) 2024/11/15 01:55:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Yandex rclone-test-xevebaz5deyi", Local "Local file system at /tmp/rclone1041382765", Modify Window "1ns" --- PASS: TestSyncConcurrentTruncate (157.01s) PASS 2024/11/15 01:56:09 DEBUG : Yandex rclone-test-xevebaz5deyi: Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose -test.run '^(TestServerSideMoveOverSelf|TestSyncBackupDirWithSuffix|TestSyncConcurrentTruncate)$'" - Finished OK in 3m51.227023526s (try 2/5)