"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCopyWithDryRun|TestFixCase|TestNothingToTransferWithoutEmptyDirs|TestSyncBackupDirWithSuffix)$'" - Starting (try 3/5) 2025/04/20 04:33:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-quwelek0qoxu" 2025/04/20 04:33:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/20 04:33:42 DEBUG : Starting OpenDrive session with ID: 6aac3c29a590f05fb1135f14e25422eef3bf0cd3a8722b742979282ec0f3bb3c 2025/04/20 04:33:43 DEBUG : Creating backend with remote "/tmp/rclone133549078" === RUN TestCopyWithDryRun run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" 2025/04/20 04:33:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/20 04:33:43 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/04/20 04:33:43 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu': Waiting for checks to finish 2025/04/20 04:33:43 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" --- PASS: TestCopyWithDryRun (1.37s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" 2025/04/20 04:33:45 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/04/20 04:33:47 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/04/20 04:33:49 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/04/20 04:33:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-quwelek0qoxu/dst" 2025/04/20 04:33:50 DEBUG : Starting OpenDrive session with ID: e41bafd0d0680907bcede7934fbc34fe4d50a091ae5a2d52ba177341839868f7 2025/04/20 04:33:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-quwelek0qoxu/backup" 2025/04/20 04:33:51 DEBUG : Starting OpenDrive session with ID: 552d190969a148e73a3775ec403e0473a8a603dd4cabea330ae9bc333e404e63 2025/04/20 04:33:52 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu/dst': Waiting for checks to finish 2025/04/20 04:33:52 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/20 04:33:52 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/20 04:33:52 DEBUG : two: Unchanged skipping 2025/04/20 04:33:53 INFO : one: Moved (server-side) to: one.bak 2025/04/20 04:33:53 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu/dst': Waiting for transfers to finish 2025/04/20 04:33:54 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/04/20 04:33:55 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/04/20 04:33:55 INFO : one: Copied (new) 2025/04/20 04:33:55 DEBUG : Waiting for deletions to finish 2025/04/20 04:33:55 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/04/20 04:33:55 INFO : three.txt: Moved into backup dir 2025/04/20 04:33:57 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2025/04/20 04:33:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/20 04:33:58 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/20 04:33:58 DEBUG : two: Unchanged skipping 2025/04/20 04:33:58 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu/dst': Waiting for checks to finish 2025/04/20 04:33:59 INFO : one.bak: Deleted 2025/04/20 04:33:59 INFO : one: Moved (server-side) to: one.bak 2025/04/20 04:33:59 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu/dst': Waiting for transfers to finish 2025/04/20 04:33:59 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/04/20 04:34:00 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/04/20 04:34:00 INFO : one: Copied (new) 2025/04/20 04:34:00 DEBUG : Waiting for deletions to finish 2025/04/20 04:34:01 INFO : three.txt.bak: Deleted 2025/04/20 04:34:01 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/04/20 04:34:01 INFO : three.txt: Moved into backup dir fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /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:2423 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2431 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want backup/one.bak (4), backup/three.txt.bak (6), dst/one (5), dst/two (3) got backup/one.bak (5), backup/three.txt.bak (6), dst/two (3) 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:2423 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2431 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: OpenDrive root 'rclone-test-quwelek0qoxu'/backup/one.bak: md5 hash incorrect - expecting "c7957179c41f69d44f217a108c7915d8" got "0f93e81041f0cab37c37a05ae998b219" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /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:2423 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2431 Error: Not equal: expected: 4 actual : 5 Test: TestSyncBackupDirWithSuffix Messages: backup/one.bak: size incorrect file=4 vs obj=5 fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /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:2423 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2431 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: backup/one.bak: Modification time difference too big |-119h59m59.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2011-12-30 12:59:59 +0000 UTC) (precision 1s) fstest.go:197: Not found "dst/one" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /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:2423 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2431 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBackupDirWithSuffix Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- FAIL: TestSyncBackupDirWithSuffix (34.79s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" 2025/04/20 04:34:20 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/04/20 04:34:21 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 2025/04/20 04:34:25 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: Uploading chunk 0, size=8, remain=0 2025/04/20 04:34:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Uploading chunk 0, size=8, remain=0 2025/04/20 04:34:29 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/20 04:34:29 DEBUG : existing: Unchanged skipping 2025/04/20 04:34:29 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2025/04/20 04:34:29 DEBUG : subdira-rclone-move-hatevow1: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using folder/rename instead of move_copy 2025/04/20 04:34:29 DEBUG : EXISTING: moving to existing-rclone-move-duqisum0 2025/04/20 04:34:29 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-jizajet8 2025/04/20 04:34:29 DEBUG : subdira: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using folder/rename instead of move_copy 2025/04/20 04:34:29 DEBUG : EXISTINGBUTDIFFERENT: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using file/rename instead of move_copy for existingbutdifferent-rclone-move-jizajet8 2025/04/20 04:34:30 INFO : SUBDIRA: Fixed case by renaming to: subdira 2025/04/20 04:34:30 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-jizajet8 2025/04/20 04:34:30 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2025/04/20 04:34:30 DEBUG : EXISTING: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using file/rename instead of move_copy for existing-rclone-move-duqisum0 2025/04/20 04:34:30 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-duqisum0 2025/04/20 04:34:30 DEBUG : EXISTING: moving to existing 2025/04/20 04:34:30 DEBUG : subdira/subdirb-rclone-move-torojif4: same parent dir (ODFfODM0Nzk5M19NRWkycQ) - using folder/rename instead of move_copy 2025/04/20 04:34:30 DEBUG : existingbutdifferent-rclone-move-jizajet8: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using file/rename instead of move_copy for existingbutdifferent 2025/04/20 04:34:30 DEBUG : existing-rclone-move-duqisum0: same parent dir (ODFfODM0Nzk1N19ObHEwSg) - using file/rename instead of move_copy for existing 2025/04/20 04:34:30 INFO : existingbutdifferent-rclone-move-jizajet8: Moved (server-side) to: existingbutdifferent 2025/04/20 04:34:30 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2025/04/20 04:34:30 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2025/04/20 04:34:31 INFO : existing-rclone-move-duqisum0: Moved (server-side) to: existing 2025/04/20 04:34:31 INFO : EXISTING: Moved (server-side) to: existing 2025/04/20 04:34:31 INFO : EXISTING: Fixed case by renaming to: existing 2025/04/20 04:34:31 DEBUG : existingbutdifferent: Uploading chunk 0, size=5, remain=0 2025/04/20 04:34:31 DEBUG : subdira/subdirb: same parent dir (ODFfODM0Nzk5M19NRWkycQ) - using folder/rename instead of move_copy 2025/04/20 04:34:31 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2025/04/20 04:34:31 DEBUG : subdira/subdirb/subdirc/hello: Need to transfer - File not found at Destination 2025/04/20 04:34:31 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Need to transfer - File not found at Destination 2025/04/20 04:34:31 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu': Waiting for checks to finish 2025/04/20 04:34:31 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu': Waiting for transfers to finish 2025/04/20 04:34:31 ERROR : subdira/subdirb/subdirc/hello: Failed to copy: failed to make directory: File or folder with such name already exists (Error 409) 2025/04/20 04:34:32 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/04/20 04:34:32 INFO : existingbutdifferent: Copied (replaced existing) 2025/04/20 04:34:32 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2025/04/20 04:34:33 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/04/20 04:34:33 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (new) 2025/04/20 04:34:33 ERROR : OpenDrive root 'rclone-test-quwelek0qoxu': not deleting files as there were IO errors 2025/04/20 04:34:33 ERROR : OpenDrive root 'rclone-test-quwelek0qoxu': not deleting directories as there were IO errors sync_test.go:2655: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2655 Error: Received unexpected error: failed to make directory: File or folder with such name already exists (Error 409) Test: TestFixCase --- FAIL: TestFixCase (17.27s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" 2025/04/20 04:34:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/20 04:34:36 INFO : sub dir: Making directory 2025/04/20 04:34:36 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-quwelek0qoxu'", Local "Local file system at /tmp/rclone133549078", Modify Window "1s" --- PASS: TestNothingToTransferWithoutEmptyDirs (15.90s) FAIL 2025/04/20 04:34:52 DEBUG : OpenDrive root 'rclone-test-quwelek0qoxu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCopyWithDryRun|TestFixCase|TestNothingToTransferWithoutEmptyDirs|TestSyncBackupDirWithSuffix)$'" - Finished ERROR in 1m10.802242843s (try 3/5): exit status 1: Failed [TestSyncBackupDirWithSuffix TestFixCase]