"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestFixCase|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestRunTwice|TestSyncSuffix|TestTransformFile)$'" - Starting (try 2/5) 2026/04/05 03:32:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lebaxuk6wodu" 2026/04/05 03:32:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:32:36 DEBUG : Starting OpenDrive session with ID: 9780fa53f0bae07098885ae6cf73318effce61bc2f2a9aae096db048880e320a 2026/04/05 03:32:37 DEBUG : Creating backend with remote "/tmp/rclone54621063" === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:32:37 ERROR : OpenDrive root 'rclone-test-lebaxuk6wodu': error reading destination root directory: failed to get folder list: Directory doesn't exist (Error 404) 2026/04/05 03:32:37 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:32:37 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:32:37 ERROR : Local file system at /tmp/rclone54621063: not deleting directories as there were IO errors sync_test.go:1819: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1819 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMoveWithDeleteEmptySrcDirs --- FAIL: TestMoveWithDeleteEmptySrcDirs (0.86s) === RUN TestSyncSuffix run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:32:39 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/04/05 03:32:40 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2026/04/05 03:32:42 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2026/04/05 03:32:43 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lebaxuk6wodu/dst" 2026/04/05 03:32:44 DEBUG : Starting OpenDrive session with ID: ab5c6b3c92b58a698ca68d6de9195c0e2db0712b3754590e89e4ead913bfb9f9 2026/04/05 03:32:44 DEBUG : one: size = 4 (Local file system at /tmp/rclone54621063) 2026/04/05 03:32:44 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lebaxuk6wodu/dst') 2026/04/05 03:32:44 DEBUG : one: Sizes differ 2026/04/05 03:32:45 DEBUG : one: same parent dir (ODFfMTExNzA5NzhfOUFOdEY) - using file/rename instead of move_copy for one.bak 2026/04/05 03:32:45 INFO : one: Moved (server-side) to: one.bak 2026/04/05 03:32:46 DEBUG : one: Uploading chunk 0, size=4, remain=0 2026/04/05 03:32:47 DEBUG : one: size = 4 OK 2026/04/05 03:32:47 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/04/05 03:32:47 INFO : one: Copied (new) 2026/04/05 03:32:47 DEBUG : two: size = 3 OK 2026/04/05 03:32:47 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:32:47 DEBUG : two: Unchanged skipping 2026/04/05 03:32:47 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone54621063) 2026/04/05 03:32:47 DEBUG : three.txt: size = 5 (OpenDrive root 'rclone-test-lebaxuk6wodu/dst') 2026/04/05 03:32:47 DEBUG : three.txt: Sizes differ 2026/04/05 03:32:47 DEBUG : three.txt: same parent dir (ODFfMTExNzA5NzhfOUFOdEY) - using file/rename instead of move_copy for three.txt.bak 2026/04/05 03:32:47 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/04/05 03:32:48 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2026/04/05 03:32:49 DEBUG : three.txt: size = 6 OK 2026/04/05 03:32:49 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2026/04/05 03:32:49 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncSuffix 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:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-lebaxuk6wodu'/dst/three.txt.bak: md5 hash incorrect - expecting "35d6d33467aae9a2e3dccb4b6b027878" got "91341eed84691a83caea73aa785736d5" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Not equal: expected: 5 actual : 6 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=5 vs obj=6 fstest.go:203: Not found "dst/three.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2528 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncSuffix 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:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2528 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-lebaxuk6wodu'/dst/three.txt.bak: md5 hash incorrect - expecting "35d6d33467aae9a2e3dccb4b6b027878" got "91341eed84691a83caea73aa785736d5" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2528 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Not equal: expected: 5 actual : 6 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=5 vs obj=6 fstest.go:203: Not found "dst/three.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2528 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found 2026/04/05 03:33:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone54621063) 2026/04/05 03:33:06 DEBUG : one: size = 4 (OpenDrive root 'rclone-test-lebaxuk6wodu/dst') 2026/04/05 03:33:06 DEBUG : one: Sizes differ 2026/04/05 03:33:06 INFO : one.bak: Deleted 2026/04/05 03:33:06 DEBUG : one: same parent dir (ODFfMTExNzA5NzhfOUFOdEY) - using file/rename instead of move_copy for one.bak 2026/04/05 03:33:06 INFO : one: Moved (server-side) to: one.bak 2026/04/05 03:33:07 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/04/05 03:33:08 DEBUG : one: size = 5 OK 2026/04/05 03:33:08 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/04/05 03:33:08 INFO : one: Copied (new) 2026/04/05 03:33:08 DEBUG : two: size = 3 OK 2026/04/05 03:33:08 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:33:08 DEBUG : two: Unchanged skipping 2026/04/05 03:33:08 DEBUG : three.txt: Need to transfer - File not found at Destination 2026/04/05 03:33:09 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2026/04/05 03:33:10 DEBUG : three.txt: size = 19 OK 2026/04/05 03:33:10 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2026/04/05 03:33:10 INFO : three.txt: Copied (new) --- FAIL: TestSyncSuffix (34.84s) === RUN TestFixCase run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:13 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2026/04/05 03:33:15 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 2026/04/05 03:33:18 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: Uploading chunk 0, size=8, remain=0 2026/04/05 03:33:20 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Uploading chunk 0, size=8, remain=0 2026/04/05 03:33:22 DEBUG : EXISTING: size = 6 OK 2026/04/05 03:33:22 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:33:22 DEBUG : existing: Unchanged skipping 2026/04/05 03:33:22 DEBUG : existingbutdifferent: size = 5 (Local file system at /tmp/rclone54621063) 2026/04/05 03:33:22 DEBUG : EXISTINGBUTDIFFERENT: size = 8 (OpenDrive root 'rclone-test-lebaxuk6wodu') 2026/04/05 03:33:22 DEBUG : existingbutdifferent: Sizes differ 2026/04/05 03:33:22 DEBUG : subdira-rclone-move-nikuvuj4: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using folder/rename instead of move_copy 2026/04/05 03:33:22 DEBUG : EXISTING: moving to existing-rclone-move-haqojeb0 2026/04/05 03:33:22 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-xosomej8 2026/04/05 03:33:23 DEBUG : EXISTING: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using file/rename instead of move_copy for existing-rclone-move-haqojeb0 2026/04/05 03:33:23 DEBUG : subdira: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using folder/rename instead of move_copy 2026/04/05 03:33:23 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-haqojeb0 2026/04/05 03:33:23 DEBUG : EXISTING: moving to existing 2026/04/05 03:33:23 INFO : SUBDIRA: Fixed case by renaming to: subdira 2026/04/05 03:33:23 DEBUG : EXISTINGBUTDIFFERENT: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using file/rename instead of move_copy for existingbutdifferent-rclone-move-xosomej8 2026/04/05 03:33:23 DEBUG : existing-rclone-move-haqojeb0: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using file/rename instead of move_copy for existing 2026/04/05 03:33:23 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-xosomej8 2026/04/05 03:33:23 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2026/04/05 03:33:23 INFO : existing-rclone-move-haqojeb0: Moved (server-side) to: existing 2026/04/05 03:33:23 INFO : EXISTING: Moved (server-side) to: existing 2026/04/05 03:33:23 INFO : EXISTING: Fixed case by renaming to: existing 2026/04/05 03:33:23 DEBUG : existingbutdifferent-rclone-move-xosomej8: same parent dir (ODFfMTExNzA5NzRfbHBCeTU) - using file/rename instead of move_copy for existingbutdifferent 2026/04/05 03:33:23 DEBUG : subdira/subdirb-rclone-move-cubinaz4: same parent dir (ODFfMTExNzEwOTVfQnljN3M) - using folder/rename instead of move_copy 2026/04/05 03:33:24 INFO : existingbutdifferent-rclone-move-xosomej8: Moved (server-side) to: existingbutdifferent 2026/04/05 03:33:24 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2026/04/05 03:33:24 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2026/04/05 03:33:24 DEBUG : existingbutdifferent: Uploading chunk 0, size=5, remain=0 2026/04/05 03:33:24 DEBUG : subdira/subdirb: same parent dir (ODFfMTExNzEwOTVfQnljN3M) - using folder/rename instead of move_copy 2026/04/05 03:33:24 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2026/04/05 03:33:25 DEBUG : subdira/subdirb/subdirc-rclone-move-lihones1: same parent dir (ODFfMTExNzEwOTdfRHlDWDk) - using folder/rename instead of move_copy 2026/04/05 03:33:25 DEBUG : existingbutdifferent: size = 5 OK 2026/04/05 03:33:25 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2026/04/05 03:33:25 INFO : existingbutdifferent: Copied (replaced existing) 2026/04/05 03:33:25 DEBUG : subdira/subdirb/subdirc: same parent dir (ODFfMTExNzEwOTdfRHlDWDk) - using folder/rename instead of move_copy 2026/04/05 03:33:25 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2026/04/05 03:33:26 DEBUG : subdira/subdirb/subdirc/hello: size = 5 (Local file system at /tmp/rclone54621063) 2026/04/05 03:33:26 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: size = 8 (OpenDrive root 'rclone-test-lebaxuk6wodu') 2026/04/05 03:33:26 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ 2026/04/05 03:33:26 DEBUG : subdira/subdirb/subdirc/subdird-rclone-move-moxeboc7: same parent dir (ODFfMTExNzEwOThfTE5vaGI) - using folder/rename instead of move_copy 2026/04/05 03:33:26 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-qasotur2 2026/04/05 03:33:27 DEBUG : subdira/subdirb/subdirc/subdird: same parent dir (ODFfMTExNzEwOThfTE5vaGI) - using folder/rename instead of move_copy 2026/04/05 03:33:27 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2026/04/05 03:33:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: same parent dir (ODFfMTExNzEwOThfTE5vaGI) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello-rclone-move-qasotur2 2026/04/05 03:33:27 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: size = 5 (Local file system at /tmp/rclone54621063) 2026/04/05 03:33:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: size = 8 (OpenDrive root 'rclone-test-lebaxuk6wodu') 2026/04/05 03:33:27 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ 2026/04/05 03:33:27 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:27 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-qasotur2 2026/04/05 03:33:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2026/04/05 03:33:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ponefaw0 2026/04/05 03:33:27 DEBUG : subdira/subdirb/subdirc/hello-rclone-move-qasotur2: same parent dir (ODFfMTExNzEwOThfTE5vaGI) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello 2026/04/05 03:33:28 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: same parent dir (ODFfMTExNzExMDVfNG9tdjU) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ponefaw0 2026/04/05 03:33:28 INFO : subdira/subdirb/subdirc/hello-rclone-move-qasotur2: Moved (server-side) to: subdira/subdirb/subdirc/hello 2026/04/05 03:33:28 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2026/04/05 03:33:28 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2026/04/05 03:33:28 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ponefaw0 2026/04/05 03:33:28 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2026/04/05 03:33:28 DEBUG : subdira/subdirb/subdirc/hello: Uploading chunk 0, size=5, remain=0 2026/04/05 03:33:28 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ponefaw0: same parent dir (ODFfMTExNzExMDVfNG9tdjU) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2026/04/05 03:33:28 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-ponefaw0: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2026/04/05 03:33:28 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2026/04/05 03:33:28 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2026/04/05 03:33:28 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:28 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2026/04/05 03:33:29 DEBUG : subdira/subdirb/subdirc/hello: size = 5 OK 2026/04/05 03:33:29 DEBUG : subdira/subdirb/subdirc/hello: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2026/04/05 03:33:29 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2026/04/05 03:33:29 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: size = 5 OK 2026/04/05 03:33:29 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2026/04/05 03:33:29 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2026/04/05 03:33:29 DEBUG : Waiting for deletions to finish --- PASS: TestFixCase (20.68s) === RUN TestAllTag run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:33 DEBUG : empty_dir: Making directory with metadata 2026/04/05 03:33:33 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/05 03:33:33 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:33 INFO : tictacempty_dir: Making directory 2026/04/05 03:33:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:33 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:33 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:33 INFO : tictactoe: Making directory 2026/04/05 03:33:34 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:34 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:34 INFO : tictactoe/tictactoe: Making directory 2026/04/05 03:33:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:34 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/05 03:33:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:34 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:33:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:34 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:34 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:33:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:33:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:36 DEBUG : Waiting for deletions to finish 2026/04/05 03:33:36 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:36 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:36 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:36 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/05 03:33:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:33:37 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/04/05 03:33:37 NOTICE: OpenDrive root 'rclone-test-lebaxuk6wodu': 0 differences found 2026/04/05 03:33:37 NOTICE: OpenDrive root 'rclone-test-lebaxuk6wodu': 1 matching files --- PASS: TestAllTag (5.34s) === RUN TestRunTwice run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:38 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:38 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:38 INFO : tictactoe: Making directory 2026/04/05 03:33:39 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:39 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:39 INFO : tictactoe/tictactoe: Making directory 2026/04/05 03:33:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/05 03:33:39 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:33:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/05 03:33:39 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:39 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:40 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:33:41 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/04/05 03:33:41 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:41 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/04/05 03:33:41 DEBUG : Waiting for deletions to finish 2026/04/05 03:33:41 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:41 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:41 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:42 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:42 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/04/05 03:33:42 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:33:42 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/05 03:33:42 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/04/05 03:33:42 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:42 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (5.29s) === RUN TestConflicting run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:44 INFO : toe: Making directory 2026/04/05 03:33:44 INFO : toe/toe: Making directory 2026/04/05 03:33:44 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/04/05 03:33:44 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:44 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:45 DEBUG : toe/toe/toe: Uploading chunk 0, size=11, remain=0 2026/04/05 03:33:46 DEBUG : toe/toe/toe: size = 11 OK 2026/04/05 03:33:46 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:46 INFO : toe/toe/toe: Copied (new) 2026/04/05 03:33:46 DEBUG : Waiting for deletions to finish run.go:130: removing dir "toe/toe" failed - try 1/3: folder not empty --- PASS: TestConflicting (5.97s) === RUN TestMove run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:50 DEBUG : empty_dir: Making directory with metadata 2026/04/05 03:33:50 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/05 03:33:50 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:50 INFO : tictacempty_dir: Making directory 2026/04/05 03:33:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:50 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:50 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:50 INFO : tictactoe: Making directory 2026/04/05 03:33:50 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:50 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:50 INFO : tictactoe/tictactoe: Making directory 2026/04/05 03:33:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:51 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/05 03:33:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:51 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:33:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:51 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:51 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:33:52 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:33:52 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:52 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:52 INFO : toe/toe/toe.txt: Deleted 2026/04/05 03:33:52 INFO : toe/toe: Removing directory 2026/04/05 03:33:52 INFO : toe: Removing directory 2026/04/05 03:33:52 INFO : empty_dir: Removing directory 2026/04/05 03:33:52 DEBUG : Local file system at /tmp/rclone54621063: deleted 3 directories --- PASS: TestMove (4.85s) === RUN TestTransformFile run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:33:54 DEBUG : empty_dir: Making directory with metadata 2026/04/05 03:33:54 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/05 03:33:54 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:55 INFO : tictacempty_dir: Making directory 2026/04/05 03:33:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:33:55 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:55 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:55 INFO : tictactoe: Making directory 2026/04/05 03:33:55 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:55 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:33:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:55 INFO : tictactoe/tictactoe: Making directory 2026/04/05 03:33:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:33:55 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/05 03:33:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:55 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:33:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:55 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:33:55 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:33:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:33:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:33:57 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:33:57 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:33:57 INFO : toe/toe/toe.txt: Deleted 2026/04/05 03:33:57 INFO : toe/toe: Removing directory 2026/04/05 03:33:57 INFO : toe: Removing directory 2026/04/05 03:33:57 INFO : empty_dir: Removing directory 2026/04/05 03:33:57 DEBUG : Local file system at /tmp/rclone54621063: deleted 3 directories 2026/04/05 03:33:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:33:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1s) 2026/04/05 03:33:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:33:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:33:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:33:59 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (7.56s) === RUN TestManualTransformFile run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:34:02 DEBUG : Reset feature "Copy" 2026/04/05 03:34:02 DEBUG : Reset feature "Move" 2026/04/05 03:34:02 DEBUG : Reset feature "Copy" 2026/04/05 03:34:02 DEBUG : Reset feature "Move" 2026/04/05 03:34:02 DEBUG : empty_dir: Making directory with metadata 2026/04/05 03:34:02 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/05 03:34:02 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:34:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:34:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:34:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:34:02 INFO : tictacempty_dir: Making directory 2026/04/05 03:34:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/05 03:34:02 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:34:02 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:34:02 INFO : tictactoe: Making directory 2026/04/05 03:34:03 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:34:03 DEBUG : toe: transformed to: tictactoe 2026/04/05 03:34:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:34:03 INFO : tictactoe/tictactoe: Making directory 2026/04/05 03:34:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/05 03:34:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/05 03:34:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:34:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:34:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:34:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:34:03 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:34:03 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:34:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:34:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:34:05 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:34:05 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/05 03:34:05 INFO : toe/toe/toe.txt: Deleted 2026/04/05 03:34:05 INFO : toe/toe: Removing directory 2026/04/05 03:34:05 INFO : toe: Removing directory 2026/04/05 03:34:05 INFO : empty_dir: Removing directory 2026/04/05 03:34:05 DEBUG : Local file system at /tmp/rclone54621063: deleted 3 directories 2026/04/05 03:34:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/05 03:34:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1s) 2026/04/05 03:34:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:34:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:34:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/04/05 03:34:07 DEBUG : toe/toe/toe.txt: Uploading chunk 0, size=11, remain=0 2026/04/05 03:34:08 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/04/05 03:34:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Src hash empty - aborting Dst hash check 2026/04/05 03:34:08 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/04/05 03:34:09 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (9.79s) === RUN TestBase64 run.go:185: Remote "OpenDrive root 'rclone-test-lebaxuk6wodu'", Local "Local file system at /tmp/rclone54621063", Modify Window "1s" 2026/04/05 03:34:12 DEBUG : toe: transformed to: dG9l 2026/04/05 03:34:12 DEBUG : toe: transformed to: dG9l 2026/04/05 03:34:12 INFO : dG9l: Making directory 2026/04/05 03:34:12 DEBUG : toe: transformed to: dG9l 2026/04/05 03:34:12 DEBUG : toe: transformed to: dG9l 2026/04/05 03:34:12 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/04/05 03:34:12 INFO : dG9l/dG9l: Making directory 2026/04/05 03:34:13 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/04/05 03:34:13 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/04/05 03:34:13 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/04/05 03:34:13 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/05 03:34:13 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/04/05 03:34:13 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for checks to finish 2026/04/05 03:34:13 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Waiting for transfers to finish 2026/04/05 03:34:13 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Uploading chunk 0, size=11, remain=0 2026/04/05 03:34:14 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/04/05 03:34:14 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/05 03:34:14 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/04/05 03:34:14 DEBUG : Waiting for deletions to finish 2026/04/05 03:34:15 DEBUG : dG9l: transformed to: toe 2026/04/05 03:34:15 DEBUG : dG9l: transformed to: toe 2026/04/05 03:34:15 DEBUG : toe: Directory modification time the same (differ by 197.052904ms, within tolerance 1s) 2026/04/05 03:34:15 DEBUG : Added delayed dir = "toe", newDst=toe 2026/04/05 03:34:15 DEBUG : dG9l: transformed to: toe 2026/04/05 03:34:15 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/04/05 03:34:15 INFO : toe/toe: Set directory modification time (using SetModTime) 2026/04/05 03:34:15 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/04/05 03:34:15 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/04/05 03:34:15 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/04/05 03:34:15 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 499.999999ms, within tolerance 1s) 2026/04/05 03:34:15 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/04/05 03:34:15 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/04/05 03:34:15 DEBUG : Local file system at /tmp/rclone54621063: Waiting for checks to finish 2026/04/05 03:34:15 DEBUG : Local file system at /tmp/rclone54621063: Waiting for transfers to finish 2026/04/05 03:34:15 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (5.71s) FAIL 2026/04/05 03:34:17 DEBUG : OpenDrive root 'rclone-test-lebaxuk6wodu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestFixCase|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestRunTwice|TestSyncSuffix|TestTransformFile)$'" - Finished ERROR in 1m42.252564506s (try 2/5): exit status 1: Failed [TestMoveWithDeleteEmptySrcDirs TestSyncSuffix]