"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncBackupDirSuffixOnly|TestSyncOverlapWithFilter|TestSyncWithExcludeAndDeleteExcluded)$'" - Starting (try 2/5) 2025/08/17 01:57:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lobejix5kona" 2025/08/17 01:57:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/17 01:57:14 DEBUG : Starting OpenDrive session with ID: 6d67c6a434387e036e4ac0fc331a353f9f3bdd7882e048a3542f8d4106ba5686 2025/08/17 01:57:15 DEBUG : Creating backend with remote "/tmp/rclone4173040721" === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "OpenDrive root 'rclone-test-lobejix5kona'", Local "Local file system at /tmp/rclone4173040721", Modify Window "1s" 2025/08/17 01:57:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2025/08/17 01:57:19 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2025/08/17 01:57:20 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2025/08/17 01:57:22 DEBUG : enormous: Excluded (Size Filter) 2025/08/17 01:57:22 DEBUG : enormous: Excluded 2025/08/17 01:57:22 DEBUG : potato2: Excluded (Size Filter) 2025/08/17 01:57:22 DEBUG : potato2: Excluded 2025/08/17 01:57:22 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/08/17 01:57:22 DEBUG : OpenDrive root 'rclone-test-lobejix5kona': Waiting for checks to finish 2025/08/17 01:57:22 DEBUG : empty space: Unchanged skipping 2025/08/17 01:57:22 DEBUG : OpenDrive root 'rclone-test-lobejix5kona': Waiting for transfers to finish 2025/08/17 01:57:22 DEBUG : Waiting for deletions to finish 2025/08/17 01:57:22 INFO : enormous: Deleted 2025/08/17 01:57:23 INFO : potato2: Deleted 2025/08/17 01:57:23 INFO : There was nothing to transfer 2025/08/17 01:57:23 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/08/17 01:57:23 DEBUG : empty space: Unchanged skipping 2025/08/17 01:57:23 DEBUG : Local file system at /tmp/rclone4173040721: Waiting for checks to finish 2025/08/17 01:57:23 DEBUG : Local file system at /tmp/rclone4173040721: Waiting for transfers to finish 2025/08/17 01:57:23 DEBUG : Waiting for deletions to finish 2025/08/17 01:57:23 INFO : enormous: Deleted 2025/08/17 01:57:23 INFO : potato2: Deleted 2025/08/17 01:57:23 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (9.03s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-lobejix5kona'", Local "Local file system at /tmp/rclone4173040721", Modify Window "1s" 2025/08/17 01:57:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lobejix5kona/rclone-sync-test" 2025/08/17 01:57:24 DEBUG : Starting OpenDrive session with ID: 39df6ee9864b329e1cd468ba031f54aad82d46be41b517294fee27792e4f9e73 2025/08/17 01:57:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lobejix5kona/rclone-sync-test-include/layer2" 2025/08/17 01:57:26 DEBUG : Starting OpenDrive session with ID: 8ef29aab2575f1fc82bfa7cbda2e96ab829567fb492fb2d75c7a5aea57a54dd9 2025/08/17 01:57:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lobejix5kona/rclone-sync-test-ignore-file" 2025/08/17 01:57:28 DEBUG : Starting OpenDrive session with ID: 0c10955511d4d11b2aa81c6140e80aedc0e8893d43595e4ed8ae10c76886b43f run.go:285: Failed to put "rclone-sync-test-ignore-file/.ignore" to "OpenDrive root 'rclone-test-lobejix5kona'": failed to make directory: File or folder with such name already exists (Error 409) fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:324: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:324 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2023 Error: Not equal: expected: []string{} actual : []string{"rclone-sync-test-ignore-file"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=28) "rclone-sync-test-ignore-file" } Test: TestSyncOverlapWithFilter Messages: directories --- FAIL: TestSyncOverlapWithFilter (16.06s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "OpenDrive root 'rclone-test-lobejix5kona'", Local "Local file system at /tmp/rclone4173040721", Modify Window "1s" 2025/08/17 01:57:41 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/08/17 01:57:44 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/08/17 01:57:46 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/08/17 01:57:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lobejix5kona/dst" 2025/08/17 01:57:48 DEBUG : Starting OpenDrive session with ID: 63ade24e9f5d32aecb78059beb6288eb58e34e9040c23d635c9454f04bb9dcd6 2025/08/17 01:57:49 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/08/17 01:57:49 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/08/17 01:57:49 DEBUG : two: Unchanged skipping 2025/08/17 01:57:49 DEBUG : OpenDrive root 'rclone-test-lobejix5kona/dst': Waiting for checks to finish 2025/08/17 01:57:49 DEBUG : one: same parent dir (ODFfOTM4NjAwOF9vODI4eA) - using file/rename instead of move_copy for one.bak 2025/08/17 01:57:49 INFO : one: Moved (server-side) to: one.bak 2025/08/17 01:57:49 DEBUG : OpenDrive root 'rclone-test-lobejix5kona/dst': Waiting for transfers to finish 2025/08/17 01:57:50 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/08/17 01:57:51 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/08/17 01:57:51 INFO : one: Copied (new) 2025/08/17 01:57:51 DEBUG : Waiting for deletions to finish 2025/08/17 01:57:51 DEBUG : three.txt: same parent dir (ODFfOTM4NjAwOF9vODI4eA) - using file/rename instead of move_copy for three.txt.bak 2025/08/17 01:57:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/08/17 01:57:52 INFO : three.txt: Moved into backup dir 2025/08/17 01:57:53 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /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:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got dst/one (4), dst/one.bak (3), dst/three.txt.bak (6), dst/two (3) fstest.go:140: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:140 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /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:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: OpenDrive root 'rclone-test-lobejix5kona'/dst/three.txt.bak: md5 hash incorrect - expecting "35d6d33467aae9a2e3dccb4b6b027878" got "91341eed84691a83caea73aa785736d5" fstest.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:147 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /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:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Not equal: expected: 5 actual : 6 Test: TestSyncBackupDirSuffixOnly Messages: dst/three.txt.bak: size incorrect file=5 vs obj=6 fstest.go:124: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:124 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:129 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:148 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /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:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: dst/three.txt.bak: Modification time difference too big |-95456h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-25 12:59:59 +0000 UTC) (precision 1s) fstest.go:200: Not found "dst/three.txt" fstest.go:203: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:203 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:307 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /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:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBackupDirSuffixOnly Messages: 1 objects not found 2025/08/17 01:58:03 DEBUG : one.bak: Excluded (Path Filter) 2025/08/17 01:58:03 DEBUG : one.bak: Excluded 2025/08/17 01:58:03 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/08/17 01:58:03 DEBUG : three.txt.bak: Excluded 2025/08/17 01:58:03 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/08/17 01:58:03 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/08/17 01:58:03 DEBUG : two: Unchanged skipping 2025/08/17 01:58:03 DEBUG : OpenDrive root 'rclone-test-lobejix5kona/dst': Waiting for checks to finish 2025/08/17 01:58:04 INFO : one.bak: Deleted 2025/08/17 01:58:04 DEBUG : one: same parent dir (ODFfOTM4NjAwOF9vODI4eA) - using file/rename instead of move_copy for one.bak 2025/08/17 01:58:04 INFO : one: Moved (server-side) to: one.bak 2025/08/17 01:58:04 DEBUG : OpenDrive root 'rclone-test-lobejix5kona/dst': Waiting for transfers to finish 2025/08/17 01:58:05 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/08/17 01:58:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/08/17 01:58:06 INFO : one: Copied (new) 2025/08/17 01:58:06 DEBUG : Waiting for deletions to finish --- FAIL: TestSyncBackupDirSuffixOnly (28.54s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-lobejix5kona'", Local "Local file system at /tmp/rclone4173040721", Modify Window "1s" 2025/08/17 01:58:09 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/08/17 01:58:11 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 2025/08/17 01:58:14 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: Uploading chunk 0, size=8, remain=0 2025/08/17 01:58:16 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Uploading chunk 0, size=8, remain=0 2025/08/17 01:58:18 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/08/17 01:58:18 DEBUG : existing: Unchanged skipping 2025/08/17 01:58:18 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2025/08/17 01:58:18 DEBUG : subdira-rclone-move-leyowuq9: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using folder/rename instead of move_copy 2025/08/17 01:58:19 DEBUG : EXISTING: moving to existing-rclone-move-nenuxer2 2025/08/17 01:58:19 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-qavofit1 2025/08/17 01:58:19 DEBUG : subdira: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using folder/rename instead of move_copy 2025/08/17 01:58:19 DEBUG : EXISTINGBUTDIFFERENT: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using file/rename instead of move_copy for existingbutdifferent-rclone-move-qavofit1 2025/08/17 01:58:19 INFO : SUBDIRA: Fixed case by renaming to: subdira 2025/08/17 01:58:19 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-qavofit1 2025/08/17 01:58:19 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2025/08/17 01:58:19 DEBUG : EXISTING: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using file/rename instead of move_copy for existing-rclone-move-nenuxer2 2025/08/17 01:58:20 DEBUG : existingbutdifferent-rclone-move-qavofit1: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using file/rename instead of move_copy for existingbutdifferent 2025/08/17 01:58:20 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-nenuxer2 2025/08/17 01:58:20 DEBUG : EXISTING: moving to existing 2025/08/17 01:58:20 INFO : existingbutdifferent-rclone-move-qavofit1: Moved (server-side) to: existingbutdifferent 2025/08/17 01:58:20 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2025/08/17 01:58:20 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2025/08/17 01:58:20 DEBUG : existingbutdifferent: Uploading chunk 0, size=5, remain=0 2025/08/17 01:58:20 DEBUG : subdira/subdirb-rclone-move-lofenuh1: same parent dir (ODFfOTM4NjAwOV9nTXk3bw) - using folder/rename instead of move_copy 2025/08/17 01:58:20 DEBUG : existing-rclone-move-nenuxer2: same parent dir (ODFfOTM4NjAwM19TWXU2aQ) - using file/rename instead of move_copy for existing 2025/08/17 01:58:20 INFO : existing-rclone-move-nenuxer2: Moved (server-side) to: existing 2025/08/17 01:58:20 INFO : EXISTING: Moved (server-side) to: existing 2025/08/17 01:58:20 INFO : EXISTING: Fixed case by renaming to: existing 2025/08/17 01:58:21 DEBUG : subdira/subdirb: same parent dir (ODFfOTM4NjAwOV9nTXk3bw) - using folder/rename instead of move_copy 2025/08/17 01:58:21 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2025/08/17 01:58:21 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/08/17 01:58:21 INFO : existingbutdifferent: Copied (replaced existing) 2025/08/17 01:58:22 DEBUG : subdira/subdirb/subdirc-rclone-move-zohozik0: same parent dir (ODFfOTM4NjAxMF9nbXVmSg) - using folder/rename instead of move_copy 2025/08/17 01:58:22 DEBUG : subdira/subdirb/subdirc: same parent dir (ODFfOTM4NjAxMF9nbXVmSg) - using folder/rename instead of move_copy 2025/08/17 01:58:22 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2025/08/17 01:58:23 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8) 2025/08/17 01:58:23 DEBUG : subdira/subdirb/subdirc/subdird-rclone-move-socehas6: same parent dir (ODFfOTM4NjAxMV9FNnNpWA) - using folder/rename instead of move_copy 2025/08/17 01:58:23 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-qiciher8 2025/08/17 01:58:24 DEBUG : subdira/subdirb/subdirc/subdird: same parent dir (ODFfOTM4NjAxMV9FNnNpWA) - using folder/rename instead of move_copy 2025/08/17 01:58:24 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: same parent dir (ODFfOTM4NjAxMV9FNnNpWA) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello-rclone-move-qiciher8 2025/08/17 01:58:24 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2025/08/17 01:58:24 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-qiciher8 2025/08/17 01:58:24 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2025/08/17 01:58:24 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8) 2025/08/17 01:58:24 DEBUG : OpenDrive root 'rclone-test-lobejix5kona': Waiting for checks to finish 2025/08/17 01:58:24 DEBUG : subdira/subdirb/subdirc/hello-rclone-move-qiciher8: same parent dir (ODFfOTM4NjAxMV9FNnNpWA) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello 2025/08/17 01:58:24 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-wadoxig4 2025/08/17 01:58:25 INFO : subdira/subdirb/subdirc/hello-rclone-move-qiciher8: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/08/17 01:58:25 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/08/17 01:58:25 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2025/08/17 01:58:25 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: same parent dir (ODFfOTM4NjAxMl91ZXdrcw) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-wadoxig4 2025/08/17 01:58:25 DEBUG : subdira/subdirb/subdirc/hello: Uploading chunk 0, size=5, remain=0 2025/08/17 01:58:25 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-wadoxig4 2025/08/17 01:58:25 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/08/17 01:58:25 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-wadoxig4: same parent dir (ODFfOTM4NjAxMl91ZXdrcw) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/08/17 01:58:25 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-wadoxig4: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/08/17 01:58:25 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/08/17 01:58:25 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/08/17 01:58:25 DEBUG : OpenDrive root 'rclone-test-lobejix5kona': Waiting for transfers to finish 2025/08/17 01:58:25 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2025/08/17 01:58:26 DEBUG : subdira/subdirb/subdirc/hello: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/08/17 01:58:26 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2025/08/17 01:58:27 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/08/17 01:58:27 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2025/08/17 01:58:27 DEBUG : Waiting for deletions to finish --- PASS: TestFixCase (22.12s) FAIL 2025/08/17 01:58:31 DEBUG : OpenDrive root 'rclone-test-lobejix5kona': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncBackupDirSuffixOnly|TestSyncOverlapWithFilter|TestSyncWithExcludeAndDeleteExcluded)$'" - Finished ERROR in 1m17.16464767s (try 2/5): exit status 1: Failed [TestSyncOverlapWithFilter TestSyncBackupDirSuffixOnly]