"./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestRunTwice|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix)$'" - Starting (try 2/5) 2026/05/14 03:36:19 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-vapitot8saco" 2026/05/14 03:36:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/14 03:36:20 DEBUG : Creating backend with remote "/tmp/rclone1600510109" === RUN TestSyncSuffix run.go:198: Remote "files root 'rclone-test-vapitot8saco'", Local "Local file system at /tmp/rclone1600510109", Modify Window "1s" 2026/05/14 03:36:23 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-vapitot8saco/dst" 2026/05/14 03:36:24 DEBUG : one: size = 4 (Local file system at /tmp/rclone1600510109) 2026/05/14 03:36:24 DEBUG : one: size = 3 (files root 'rclone-test-vapitot8saco/dst') 2026/05/14 03:36:24 DEBUG : one: Sizes differ 2026/05/14 03:36:25 INFO : one: Moved (server-side) to: one.bak 2026/05/14 03:36:26 DEBUG : one: size = 4 OK 2026/05/14 03:36:26 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/05/14 03:36:26 INFO : one: Copied (new) 2026/05/14 03:36:27 DEBUG : two: size = 3 OK 2026/05/14 03:36:27 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/14 03:36:27 DEBUG : two: Unchanged skipping 2026/05/14 03:36:27 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1600510109) 2026/05/14 03:36:27 DEBUG : three.txt: size = 5 (files root 'rclone-test-vapitot8saco/dst') 2026/05/14 03:36:27 DEBUG : three.txt: Sizes differ 2026/05/14 03:36:28 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/05/14 03:36:28 DEBUG : three.txt: size = 6 OK 2026/05/14 03:36:28 DEBUG : three.txt: Dst hash empty - aborting Src hash check 2026/05/14 03:36:28 INFO : three.txt: Copied (new) 2026/05/14 03:36:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone1600510109) 2026/05/14 03:36:30 DEBUG : one: size = 4 (files root 'rclone-test-vapitot8saco/dst') 2026/05/14 03:36:30 DEBUG : one: Sizes differ 2026/05/14 03:36:30 INFO : one.bak: Deleted 2026/05/14 03:36:30 INFO : one: Moved (server-side) to: one.bak 2026/05/14 03:36:31 DEBUG : one: size = 5 OK 2026/05/14 03:36:31 DEBUG : one: Dst hash empty - aborting Src hash check 2026/05/14 03:36:31 INFO : one: Copied (new) 2026/05/14 03:36:31 DEBUG : two: size = 3 OK 2026/05/14 03:36:31 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/14 03:36:31 DEBUG : two: Unchanged skipping 2026/05/14 03:36:31 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1600510109) 2026/05/14 03:36:31 DEBUG : three.txt: size = 6 (files root 'rclone-test-vapitot8saco/dst') 2026/05/14 03:36:31 DEBUG : three.txt: Sizes differ 2026/05/14 03:36:32 INFO : three.txt.bak: Deleted 2026/05/14 03:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/05/14 03:36:33 DEBUG : three.txt: size = 19 OK 2026/05/14 03:36:33 DEBUG : three.txt: Dst hash empty - aborting Src hash check 2026/05/14 03:36:33 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (16.26s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "files root 'rclone-test-vapitot8saco'", Local "Local file system at /tmp/rclone1600510109", Modify Window "1s" 2026/05/14 03:36:36 DEBUG : empty_dir: Making directory with metadata 2026/05/14 03:36:36 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/05/14 03:36:36 DEBUG : empty_on_remote: Making directory with metadata 2026/05/14 03:36:36 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/05/14 03:36:36 INFO : empty_on_remote: Making directory 2026/05/14 03:36:37 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/14 03:36:39 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:39 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:39 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:39 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:39 INFO : empty_dir: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:42 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-vapitot8saco/test_dir2 not empty`) 2026/05/14 03:36:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/05/14 03:36:42 DEBUG : pacer: Reducing sleep to 15ms 2026/05/14 03:36:43 DEBUG : pacer: Reducing sleep to 11.25ms 2026/05/14 03:36:43 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (6.93s) === RUN TestRunTwice run.go:198: Remote "files root 'rclone-test-vapitot8saco'", Local "Local file system at /tmp/rclone1600510109", Modify Window "1s" 2026/05/14 03:36:43 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:43 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:43 INFO : tictactoe: Making directory 2026/05/14 03:36:43 INFO : tictactoe: Made directory with modification time 2026-05-14 03:36:43.536175057 +0000 UTC 2026/05/14 03:36:43 DEBUG : Added delayed dir = "tictactoe", newDst= 2026/05/14 03:36:43 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:43 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/05/14 03:36:43 INFO : tictactoe/tictactoe: Making directory 2026/05/14 03:36:44 INFO : tictactoe/tictactoe: Made directory with modification time 2026-05-14 03:36:43.536175057 +0000 UTC 2026/05/14 03:36:44 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst= 2026/05/14 03:36:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/05/14 03:36:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/05/14 03:36:44 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/05/14 03:36:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/05/14 03:36:44 DEBUG : files root 'rclone-test-vapitot8saco': Waiting for checks to finish 2026/05/14 03:36:44 DEBUG : files root 'rclone-test-vapitot8saco': Waiting for transfers to finish 2026/05/14 03:36:45 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/05/14 03:36:45 DEBUG : tictactoe/tictactoe/toe.txt: Dst hash empty - aborting Src hash check 2026/05/14 03:36:45 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/05/14 03:36:45 DEBUG : Waiting for deletions to finish 2026/05/14 03:36:45 INFO : tictactoe/tictactoe: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:45 INFO : tictactoe: Set directory modification time (using DirSetModTime) 2026/05/14 03:36:45 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:45 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:45 DEBUG : tictactoe: Directory modification time the same (differ by -536.175057ms, within tolerance 1s) 2026/05/14 03:36:45 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2026/05/14 03:36:45 DEBUG : toe: transformed to: tictactoe 2026/05/14 03:36:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/05/14 03:36:45 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -536.175057ms, within tolerance 1s) 2026/05/14 03:36:45 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2026/05/14 03:36:46 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/05/14 03:36:46 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/14 03:36:46 DEBUG : files root 'rclone-test-vapitot8saco': Waiting for checks to finish 2026/05/14 03:36:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/05/14 03:36:46 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/05/14 03:36:46 DEBUG : files root 'rclone-test-vapitot8saco': Waiting for transfers to finish 2026/05/14 03:36:46 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (3.98s) PASS 2026/05/14 03:36:47 DEBUG : files root 'rclone-test-vapitot8saco': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestRunTwice|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix)$'" - Finished OK in 27.740852232s (try 2/5)