"./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -test.run '^(TestNothingToTransferWithEmptyDirs|TestSyncBackupDir)$'" - Starting (try 2/5) 2025/04/11 04:49:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-namakoy6yeja" 2025/04/11 04:49:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/11 04:49:31 DEBUG : Creating backend with remote "/tmp/rclone1676411036" === RUN TestSyncBackupDir run.go:180: Remote "gofile root 'rclone-test-namakoy6yeja'", Local "Local file system at /tmp/rclone1676411036", Modify Window "1s" 2025/04/11 04:49:32 DEBUG : Upload server store-eu-par-1 (eu) responded in 126.650942ms 2025/04/11 04:49:32 DEBUG : Upload server store5 (eu) responded in 128.329524ms 2025/04/11 04:49:32 DEBUG : dst/one: Using upload server store5 (eu) 2025/04/11 04:49:32 DEBUG : dst/two: Using upload server store5 (eu) 2025/04/11 04:49:33 DEBUG : dst/three.txt: Using upload server store5 (eu) 2025/04/11 04:49:33 DEBUG : Creating backend with remote "TestGoFile:rclone-test-namakoy6yeja/dst" 2025/04/11 04:49:34 DEBUG : Creating backend with remote "TestGoFile:rclone-test-namakoy6yeja/backup" 2025/04/11 04:49:34 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/11 04:49:34 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/11 04:49:34 DEBUG : two: Unchanged skipping 2025/04/11 04:49:34 DEBUG : gofile root 'rclone-test-namakoy6yeja/dst': Waiting for checks to finish 2025/04/11 04:49:35 INFO : one: Moved (server-side) 2025/04/11 04:49:35 DEBUG : gofile root 'rclone-test-namakoy6yeja/dst': Waiting for transfers to finish 2025/04/11 04:49:36 DEBUG : Upload server store5 (eu) responded in 125.713533ms 2025/04/11 04:49:36 DEBUG : Upload server store4 (eu) responded in 127.034754ms 2025/04/11 04:49:36 DEBUG : one: Using upload server store5 (eu) 2025/04/11 04:49:36 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/04/11 04:49:36 INFO : one: Copied (new) 2025/04/11 04:49:36 DEBUG : Waiting for deletions to finish 2025/04/11 04:49:37 INFO : three.txt: Moved (server-side) 2025/04/11 04:49:37 INFO : three.txt: Moved into backup dir 2025/04/11 04:49:37 DEBUG : dst/three.txt: Using upload server store5 (eu) 2025/04/11 04:49:37 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/11 04:49:37 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/11 04:49:37 DEBUG : two: Unchanged skipping 2025/04/11 04:49:37 DEBUG : gofile root 'rclone-test-namakoy6yeja/dst': Waiting for checks to finish 2025/04/11 04:49:38 INFO : one: Deleted 2025/04/11 04:49:38 INFO : one: Moved (server-side) 2025/04/11 04:49:38 DEBUG : gofile root 'rclone-test-namakoy6yeja/dst': Waiting for transfers to finish 2025/04/11 04:49:38 DEBUG : one: Using upload server store4 (eu) 2025/04/11 04:49:39 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/04/11 04:49:39 INFO : one: Copied (new) 2025/04/11 04:49:39 DEBUG : Waiting for deletions to finish 2025/04/11 04:49:39 INFO : three.txt: Deleted 2025/04/11 04:49:39 DEBUG : Rate limited, sleep for 5s 2025/04/11 04:49:44 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2025/04/11 04:49:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/11 04:49:44 DEBUG : Rate limited, sleep for 5s 2025/04/11 04:49:49 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2025/04/11 04:49:49 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/04/11 04:49:50 DEBUG : pacer: Reducing sleep to 20ms 2025/04/11 04:49:50 INFO : three.txt: Moved (server-side) 2025/04/11 04:49:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (20.87s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "gofile root 'rclone-test-namakoy6yeja'", Local "Local file system at /tmp/rclone1676411036", Modify Window "1s" 2025/04/11 04:49:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/11 04:49:52 INFO : sub dir: Making directory 2025/04/11 04:49:53 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "gofile root 'rclone-test-namakoy6yeja'", Local "Local file system at /tmp/rclone1676411036", Modify Window "1s" run.go:180: Remote "gofile root 'rclone-test-namakoy6yeja'", Local "Local file system at /tmp/rclone1676411036", Modify Window "1s" 2025/04/11 04:50:06 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/04/11 04:50:06 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/04/11 04:50:06 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/11 04:50:06 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "gofile root 'rclone-test-namakoy6yeja'", Local "Local file system at /tmp/rclone1676411036", Modify Window "1s" --- PASS: TestNothingToTransferWithEmptyDirs (26.91s) PASS 2025/04/11 04:50:19 DEBUG : gofile root 'rclone-test-namakoy6yeja': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -test.run '^(TestNothingToTransferWithEmptyDirs|TestSyncBackupDir)$'" - Finished OK in 48.382808011s (try 2/5)