"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncBackupDirWithSuffixKeepExtension)$'" - Starting (try 3/5) 2025/04/18 01:20:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fuwexip7tuqe" 2025/04/18 01:20:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 01:20:25 DEBUG : Starting OpenDrive session with ID: 27126b53ec39341a3a9396774571b81e9b990dab8a30268667cb385424c3b57e 2025/04/18 01:20:26 DEBUG : Creating backend with remote "/tmp/rclone3902517243" === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-fuwexip7tuqe'", Local "Local file system at /tmp/rclone3902517243", Modify Window "1s" 2025/04/18 01:20:27 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/04/18 01:20:29 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/04/18 01:20:31 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/04/18 01:20:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fuwexip7tuqe/dst" 2025/04/18 01:20:33 DEBUG : Starting OpenDrive session with ID: 5a94e2147eea828743b3105eda97043d97a2fba35e1b99acc123c699729e9f29 2025/04/18 01:20:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fuwexip7tuqe/backup" 2025/04/18 01:20:33 DEBUG : Starting OpenDrive session with ID: 749e6b9d5dab963343c810bebaeb518df686558c2db0668ac356080d4d46bfcf 2025/04/18 01:20:34 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/18 01:20:34 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/18 01:20:34 DEBUG : two: Unchanged skipping 2025/04/18 01:20:34 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe/dst': Waiting for checks to finish 2025/04/18 01:20:35 INFO : one: Moved (server-side) to: one-2019-01-01 2025/04/18 01:20:35 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe/dst': Waiting for transfers to finish 2025/04/18 01:20:36 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/04/18 01:20:37 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/04/18 01:20:37 INFO : one: Copied (new) 2025/04/18 01:20:37 DEBUG : Waiting for deletions to finish 2025/04/18 01:20:38 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/04/18 01:20:38 INFO : three.txt: Moved into backup dir 2025/04/18 01:20:39 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2025/04/18 01:20:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/18 01:20:40 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/18 01:20:40 DEBUG : two: Unchanged skipping 2025/04/18 01:20:40 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe/dst': Waiting for checks to finish 2025/04/18 01:20:41 INFO : one-2019-01-01: Deleted 2025/04/18 01:20:41 INFO : one: Moved (server-side) to: one-2019-01-01 2025/04/18 01:20:41 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe/dst': Waiting for transfers to finish 2025/04/18 01:20:42 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/04/18 01:20:43 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/04/18 01:20:43 INFO : one: Copied (new) 2025/04/18 01:20:43 DEBUG : Waiting for deletions to finish 2025/04/18 01:20:43 INFO : three-2019-01-01.txt: Deleted 2025/04/18 01:20:44 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/04/18 01:20:44 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:2435 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want backup/one-2019-01-01 (4), backup/three-2019-01-01.txt (6), dst/one (5), dst/two (3) got backup/one-2019-01-01 (5), backup/three-2019-01-01.txt (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:2435 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: OpenDrive root 'rclone-test-fuwexip7tuqe'/backup/one-2019-01-01: 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:2435 Error: Not equal: expected: 4 actual : 5 Test: TestSyncBackupDirWithSuffixKeepExtension Messages: backup/one-2019-01-01: 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:2435 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: backup/one-2019-01-01: 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:2435 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBackupDirWithSuffixKeepExtension Messages: 1 objects not found --- FAIL: TestSyncBackupDirWithSuffixKeepExtension (28.32s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-fuwexip7tuqe'", Local "Local file system at /tmp/rclone3902517243", Modify Window "1s" 2025/04/18 01:20:55 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/04/18 01:20:57 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 2025/04/18 01:20:59 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: Uploading chunk 0, size=8, remain=0 2025/04/18 01:21:02 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Uploading chunk 0, size=8, remain=0 2025/04/18 01:21:04 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/04/18 01:21:04 DEBUG : existing: Unchanged skipping 2025/04/18 01:21:04 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2025/04/18 01:21:04 DEBUG : subdira-rclone-move-vevikok8: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using folder/rename instead of move_copy 2025/04/18 01:21:04 DEBUG : EXISTING: moving to existing-rclone-move-gecubar0 2025/04/18 01:21:05 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-qutohed9 2025/04/18 01:21:05 DEBUG : subdira: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using folder/rename instead of move_copy 2025/04/18 01:21:05 DEBUG : EXISTING: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using file/rename instead of move_copy for existing-rclone-move-gecubar0 2025/04/18 01:21:05 DEBUG : EXISTINGBUTDIFFERENT: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using file/rename instead of move_copy for existingbutdifferent-rclone-move-qutohed9 2025/04/18 01:21:05 INFO : SUBDIRA: Fixed case by renaming to: subdira 2025/04/18 01:21:05 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-gecubar0 2025/04/18 01:21:05 DEBUG : EXISTING: moving to existing 2025/04/18 01:21:05 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-qutohed9 2025/04/18 01:21:05 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2025/04/18 01:21:05 DEBUG : existing-rclone-move-gecubar0: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using file/rename instead of move_copy for existing 2025/04/18 01:21:06 INFO : existing-rclone-move-gecubar0: Moved (server-side) to: existing 2025/04/18 01:21:06 INFO : EXISTING: Moved (server-side) to: existing 2025/04/18 01:21:06 INFO : EXISTING: Fixed case by renaming to: existing 2025/04/18 01:21:06 DEBUG : existingbutdifferent-rclone-move-qutohed9: same parent dir (ODFfODI0OTQxN19NUHN1NA) - using file/rename instead of move_copy for existingbutdifferent 2025/04/18 01:21:06 DEBUG : subdira/subdirb-rclone-move-dihahay3: same parent dir (ODFfODI0OTQzMF9aeFlISQ) - using folder/rename instead of move_copy 2025/04/18 01:21:06 INFO : existingbutdifferent-rclone-move-qutohed9: Moved (server-side) to: existingbutdifferent 2025/04/18 01:21:06 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2025/04/18 01:21:06 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2025/04/18 01:21:06 DEBUG : existingbutdifferent: Uploading chunk 0, size=5, remain=0 2025/04/18 01:21:07 DEBUG : subdira/subdirb: same parent dir (ODFfODI0OTQzMF9aeFlISQ) - using folder/rename instead of move_copy 2025/04/18 01:21:07 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2025/04/18 01:21:07 DEBUG : subdira/subdirb/subdirc-rclone-move-henobid2: same parent dir (ODFfODI0OTQzMl9SM3Z2Yg) - using folder/rename instead of move_copy 2025/04/18 01:21:08 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/04/18 01:21:08 INFO : existingbutdifferent: Copied (replaced existing) 2025/04/18 01:21:08 DEBUG : subdira/subdirb/subdirc: same parent dir (ODFfODI0OTQzMl9SM3Z2Yg) - using folder/rename instead of move_copy 2025/04/18 01:21:08 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2025/04/18 01:21:08 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8) 2025/04/18 01:21:09 DEBUG : subdira/subdirb/subdirc/subdird-rclone-move-nesefab2: same parent dir (ODFfODI0OTQzM19wWE16Ug) - using folder/rename instead of move_copy 2025/04/18 01:21:09 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-ciyutac9 2025/04/18 01:21:09 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: same parent dir (ODFfODI0OTQzM19wWE16Ug) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello-rclone-move-ciyutac9 2025/04/18 01:21:09 DEBUG : subdira/subdirb/subdirc/subdird: same parent dir (ODFfODI0OTQzM19wWE16Ug) - using folder/rename instead of move_copy 2025/04/18 01:21:10 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-ciyutac9 2025/04/18 01:21:10 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2025/04/18 01:21:10 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2025/04/18 01:21:10 DEBUG : subdira/subdirb/subdirc/hello-rclone-move-ciyutac9: same parent dir (ODFfODI0OTQzM19wWE16Ug) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello 2025/04/18 01:21:10 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8) 2025/04/18 01:21:10 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe': Waiting for checks to finish 2025/04/18 01:21:10 INFO : subdira/subdirb/subdirc/hello-rclone-move-ciyutac9: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/04/18 01:21:10 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/04/18 01:21:10 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2025/04/18 01:21:10 DEBUG : subdira/subdirb/subdirc/hello: Uploading chunk 0, size=5, remain=0 2025/04/18 01:21:10 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ziqusab6 2025/04/18 01:21:10 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: same parent dir (ODFfODI0OTQzNF9BdVJKZA) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ziqusab6 2025/04/18 01:21:11 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ziqusab6 2025/04/18 01:21:11 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/04/18 01:21:11 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ziqusab6: same parent dir (ODFfODI0OTQzNF9BdVJKZA) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/04/18 01:21:11 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ziqusab6: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/04/18 01:21:11 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/04/18 01:21:11 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/04/18 01:21:11 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe': Waiting for transfers to finish 2025/04/18 01:21:11 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2025/04/18 01:21:12 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/04/18 01:21:12 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2025/04/18 01:21:12 DEBUG : subdira/subdirb/subdirc/hello: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/04/18 01:21:12 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2025/04/18 01:21:12 DEBUG : Waiting for deletions to finish 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 --- PASS: TestFixCase (30.29s) FAIL 2025/04/18 01:21:24 DEBUG : OpenDrive root 'rclone-test-fuwexip7tuqe': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncBackupDirWithSuffixKeepExtension)$'" - Finished ERROR in 59.858566205s (try 3/5): exit status 1: Failed [TestSyncBackupDirWithSuffixKeepExtension]