"./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCopyOverSelf|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncWithTrackRenames)$'" - Starting (try 2/5) 2026/04/08 05:04:57 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-doxalev1xeda" 2026/04/08 05:04:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/08 05:04:57 DEBUG : Creating backend with remote "/tmp/rclone3042541322" === RUN TestCopyOverSelf run.go:185: Remote "files root 'rclone-test-doxalev1xeda'", Local "Local file system at /tmp/rclone3042541322", Modify Window "1s" 2026/04/08 05:04:59 DEBUG : sub dir: Directory modification time the same (differ by -834.229516ms, within tolerance 1s) 2026/04/08 05:04:59 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/04/08 05:05:00 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for checks to finish 2026/04/08 05:05:00 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3042541322) 2026/04/08 05:05:00 DEBUG : sub dir/hello world: size = 11 (files root 'rclone-test-doxalev1xeda') 2026/04/08 05:05:00 DEBUG : sub dir/hello world: Sizes differ 2026/04/08 05:05:00 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for transfers to finish 2026/04/08 05:05:00 DEBUG : sub dir/hello world: size = 17 OK 2026/04/08 05:05:00 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2026/04/08 05:05:00 INFO : sub dir/hello world: Copied (replaced existing) 2026/04/08 05:05:00 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyOverSelf (4.22s) === RUN TestSyncWithTrackRenames run.go:185: Remote "files root 'rclone-test-doxalev1xeda'", Local "Local file system at /tmp/rclone3042541322", Modify Window "1s" sync_test.go:1569: Can track renames: true 2026/04/08 05:05:02 INFO : files root 'rclone-test-doxalev1xeda': Making map for --track-renames 2026/04/08 05:05:02 INFO : files root 'rclone-test-doxalev1xeda': Finished making map for --track-renames 2026/04/08 05:05:02 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for checks to finish 2026/04/08 05:05:02 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/04/08 05:05:02 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/04/08 05:05:02 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for renames to finish 2026/04/08 05:05:02 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for transfers to finish 2026/04/08 05:05:02 DEBUG : potato: size = 14 OK 2026/04/08 05:05:02 DEBUG : potato: Dst hash empty - aborting Src hash check 2026/04/08 05:05:02 INFO : potato: Copied (new) 2026/04/08 05:05:02 DEBUG : yam: size = 11 OK 2026/04/08 05:05:02 DEBUG : yam: Dst hash empty - aborting Src hash check 2026/04/08 05:05:02 INFO : yam: Copied (new) 2026/04/08 05:05:02 DEBUG : Waiting for deletions to finish 2026/04/08 05:05:03 INFO : files root 'rclone-test-doxalev1xeda': Making map for --track-renames 2026/04/08 05:05:03 DEBUG : potato: size = 14 OK 2026/04/08 05:05:03 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/08 05:05:03 INFO : files root 'rclone-test-doxalev1xeda': Finished making map for --track-renames 2026/04/08 05:05:03 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for checks to finish 2026/04/08 05:05:03 DEBUG : potato: Unchanged skipping 2026/04/08 05:05:03 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for renames to finish 2026/04/08 05:05:03 INFO : yam: Moved (server-side) to: yaml 2026/04/08 05:05:03 INFO : yaml: Renamed from "yam" 2026/04/08 05:05:03 DEBUG : files root 'rclone-test-doxalev1xeda': Waiting for transfers to finish 2026/04/08 05:05:03 DEBUG : Waiting for deletions to finish 2026/04/08 05:05:03 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (2.53s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:185: Remote "files root 'rclone-test-doxalev1xeda'", Local "Local file system at /tmp/rclone3042541322", Modify Window "1s" 2026/04/08 05:05:04 DEBUG : empty_dir: Making directory with metadata 2026/04/08 05:05:04 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/04/08 05:05:04 DEBUG : empty_on_remote: Making directory with metadata 2026/04/08 05:05:04 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/04/08 05:05:04 INFO : empty_on_remote: Making directory 2026/04/08 05:05:04 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/08 05:05:07 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/04/08 05:05:07 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/04/08 05:05:07 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/04/08 05:05:07 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/04/08 05:05:07 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (6.75s) PASS 2026/04/08 05:05:11 DEBUG : files root 'rclone-test-doxalev1xeda': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCopyOverSelf|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncWithTrackRenames)$'" - Finished OK in 14.405348566s (try 2/5)