"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncSuffix)$|^TestTransform$/^prefix$'" - Starting (try 3/5) 2025/07/12 02:18:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-pujuwob2hane" 2025/07/12 02:18:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/12 02:18:15 DEBUG : Starting OpenDrive session with ID: 5829d6541ef6ad185e9f65815942d694d5f241d89194dfa2c8eac7912cb748fd 2025/07/12 02:18:15 DEBUG : Creating backend with remote "/tmp/rclone3427652044" === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-pujuwob2hane'", Local "Local file system at /tmp/rclone3427652044", Modify Window "1s" 2025/07/12 02:18:17 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/07/12 02:18:18 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/07/12 02:18:21 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/07/12 02:18:22 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-pujuwob2hane/dst" 2025/07/12 02:18:22 DEBUG : Starting OpenDrive session with ID: 5986562dcc718a3d43a3a53520c247b79f636194ee43ff718399f5fc75d74b55 2025/07/12 02:18:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/12 02:18:23 DEBUG : one: same parent dir (ODFfOTE2ODI0NV9OazMxQQ) - using file/rename instead of move_copy for one.bak 2025/07/12 02:18:24 INFO : one: Moved (server-side) to: one.bak 2025/07/12 02:18:24 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/07/12 02:18:25 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/12 02:18:25 INFO : one: Copied (new) 2025/07/12 02:18:25 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/07/12 02:18:25 DEBUG : two: Unchanged skipping 2025/07/12 02:18:26 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/07/12 02:18:26 DEBUG : three.txt: same parent dir (ODFfOTE2ODI0NV9OazMxQQ) - using file/rename instead of move_copy for three.txt.bak 2025/07/12 02:18:26 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/12 02:18:27 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2025/07/12 02:18:28 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/07/12 02:18:28 INFO : three.txt: Copied (new) 2025/07/12 02:18:29 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/12 02:18:29 INFO : one.bak: Deleted 2025/07/12 02:18:29 DEBUG : one: same parent dir (ODFfOTE2ODI0NV9OazMxQQ) - using file/rename instead of move_copy for one.bak 2025/07/12 02:18:29 INFO : one: Moved (server-side) to: one.bak 2025/07/12 02:18:30 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/07/12 02:18:31 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/12 02:18:31 INFO : one: Copied (new) 2025/07/12 02:18:31 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/07/12 02:18:31 DEBUG : two: Unchanged skipping 2025/07/12 02:18:31 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/07/12 02:18:32 INFO : three.txt.bak: Deleted 2025/07/12 02:18:32 DEBUG : three.txt: same parent dir (ODFfOTE2ODI0NV9OazMxQQ) - using file/rename instead of move_copy for three.txt.bak 2025/07/12 02:18:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/12 02:18:32 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2025/07/12 02:18:33 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/07/12 02:18:33 INFO : three.txt: Copied (new) 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:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) got dst/one (5), dst/one.bak (4), dst/three.txt.bak (19), 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:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-pujuwob2hane'/dst/three.txt.bak: md5 hash incorrect - expecting "91341eed84691a83caea73aa785736d5" got "423e01c5e84a30d129b97aedb6e219a9" 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:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 6 actual : 19 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=6 vs obj=19 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:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: dst/three.txt.bak: Modification time difference too big |-95576h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-30 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:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found --- FAIL: TestSyncSuffix (28.19s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-pujuwob2hane'", Local "Local file system at /tmp/rclone3427652044", Modify Window "1s" 2025/07/12 02:18:44 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/07/12 02:18:46 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 run.go:285: Failed to put "SUBDIRA/subdirb/SUBDIRC/HELLO" to "OpenDrive root 'rclone-test-pujuwob2hane'": failed to make directory: Directory doesn't exist (Error 404) 2025/07/12 02:18:49 ERROR : SUBDIRA: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /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:2678 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestFixCase --- FAIL: TestFixCase (5.16s) === RUN TestTransform === RUN TestTransform/prefix run.go:180: Remote "OpenDrive root 'rclone-test-pujuwob2hane'", Local "Local file system at /tmp/rclone3427652044", Modify Window "1s" 2025/07/12 02:18:50 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:18:52 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:18:53 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:18:55 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:18:57 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:18:58 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:00 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:02 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:03 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:05 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:07 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/07/12 02:19:08 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/07/12 02:19:10 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/07/12 02:19:12 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/07/12 02:19:13 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/07/12 02:19:15 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/07/12 02:19:17 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/07/12 02:19:19 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/07/12 02:19:20 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:22 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/07/12 02:19:23 DEBUG : Waiting for deletions to finish 2025/07/12 02:19:23 DEBUG : apple: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : apple: Excluded 2025/07/12 02:19:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : appleappleapplebanana: Excluded 2025/07/12 02:19:23 DEBUG : banana: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : banana: Excluded 2025/07/12 02:19:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : splitbananasplit: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/12 02:19:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/12 02:19:23 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 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/run.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), existing (6), existingbutdifferent (5), splitbananasplit (16), subdira/subdirb/subdirc/hello (5), subdira/subdirb/subdirc/subdird/filewithoutcasedifferences (5) fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /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/run.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "existing" fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /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/run.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "existingbutdifferent" fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /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/run.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "subdira/subdirb/subdirc/hello" fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /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/run.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "subdira/subdirb/subdirc/subdird/filewithoutcasedifferences" 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:31 DEBUG : existingbutdifferent: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:31 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/12 02:19:31 DEBUG : apple: transformed to: PREFIXapple 2025/07/12 02:19:31 DEBUG : banana: transformed to: PREFIXbanana 2025/07/12 02:19:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/12 02:19:31 DEBUG : existing: transformed to: PREFIXexisting 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:31 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/12 02:19:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/12 02:19:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/12 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/12 02:19:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/12 02:19:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/12 02:19:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/12 02:19:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/12 02:19:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/12 02:19:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/12 02:19:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/12 02:19:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/12 02:19:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/12 02:19:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/12 02:19:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/12 02:19:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/12 02:19:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/12 02:19:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/12 02:19:32 INFO : subdira/subdirb/subdirc: Making directory 2025/07/12 02:19:32 DEBUG : PREFIXapple: Uploading chunk 0, size=5, remain=0 2025/07/12 02:19:33 DEBUG : hello: transformed to: PREFIXhello 2025/07/12 02:19:33 DEBUG : hello: transformed to: PREFIXhello 2025/07/12 02:19:33 DEBUG : subdira/subdirb/subdirc/hello: Need to transfer - File not found at Destination 2025/07/12 02:19:33 INFO : subdira/subdirb/subdirc/subdird: Making directory 2025/07/12 02:19:33 DEBUG : PREFIXbanana: Uploading chunk 0, size=6, remain=0 2025/07/12 02:19:33 DEBUG : PREFIXexisting: Uploading chunk 0, size=6, remain=0 2025/07/12 02:19:33 DEBUG : filewithoutcasedifferences: transformed to: PREFIXfilewithoutcasedifferences 2025/07/12 02:19:33 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Need to transfer - File not found at Destination 2025/07/12 02:19:33 DEBUG : OpenDrive root 'rclone-test-pujuwob2hane': Waiting for checks to finish 2025/07/12 02:19:33 DEBUG : OpenDrive root 'rclone-test-pujuwob2hane': Waiting for transfers to finish 2025/07/12 02:19:34 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/07/12 02:19:34 INFO : existing: Copied (new) to: PREFIXexisting 2025/07/12 02:19:34 DEBUG : existingbutdifferent: transformed to: PREFIXexistingbutdifferent 2025/07/12 02:19:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/12 02:19:34 INFO : banana: Copied (new) to: PREFIXbanana 2025/07/12 02:19:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/12 02:19:34 DEBUG : PREFIXappleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/12 02:19:34 INFO : apple: Copied (new) to: PREFIXapple 2025/07/12 02:19:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/12 02:19:34 DEBUG : PREFIXexistingbutdifferent: Uploading chunk 0, size=5, remain=0 2025/07/12 02:19:35 DEBUG : PREFIXsplitbananasplit: Uploading chunk 0, size=16, remain=0 2025/07/12 02:19:35 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/12 02:19:35 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/07/12 02:19:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/12 02:19:35 DEBUG : dir1/PREFIX0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:35 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/07/12 02:19:35 INFO : existingbutdifferent: Copied (new) to: PREFIXexistingbutdifferent 2025/07/12 02:19:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/12 02:19:36 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/12 02:19:36 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/07/12 02:19:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/12 02:19:36 DEBUG : dir1/PREFIX0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:36 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:36 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/12 02:19:36 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/07/12 02:19:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/12 02:19:37 DEBUG : dir1/PREFIX0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:37 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/12 02:19:37 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/07/12 02:19:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/12 02:19:37 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/12 02:19:37 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/07/12 02:19:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/12 02:19:37 DEBUG : dir1/PREFIX0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:38 DEBUG : dir1/PREFIX0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:38 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/12 02:19:38 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/07/12 02:19:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/12 02:19:38 DEBUG : dir1/PREFIX0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:38 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/12 02:19:38 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/07/12 02:19:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/12 02:19:39 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/12 02:19:39 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/07/12 02:19:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/12 02:19:39 DEBUG : dir1/PREFIX0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:39 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/12 02:19:39 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/07/12 02:19:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/12 02:19:39 DEBUG : dir1/PREFIX0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:40 DEBUG : dir1/PREFIX0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/07/12 02:19:40 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/12 02:19:40 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/07/12 02:19:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/12 02:19:40 DEBUG : dir1/PREFIX0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/07/12 02:19:40 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/12 02:19:40 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/07/12 02:19:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/12 02:19:41 DEBUG : dir1/PREFIX0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/07/12 02:19:41 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/12 02:19:41 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/07/12 02:19:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/12 02:19:41 DEBUG : dir1/PREFIX0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/07/12 02:19:42 DEBUG : dir1/PREFIX0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/07/12 02:19:42 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/12 02:19:42 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/07/12 02:19:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/12 02:19:43 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/12 02:19:43 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/07/12 02:19:43 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/12 02:19:43 DEBUG : dir1/PREFIX0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/07/12 02:19:43 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/12 02:19:43 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/07/12 02:19:43 DEBUG : subdira/subdirb/subdirc/hello: transformed to: subdira/subdirb/subdirc/PREFIXhello 2025/07/12 02:19:43 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/12 02:19:43 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/07/12 02:19:43 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: transformed to: subdira/subdirb/subdirc/subdird/PREFIXfilewithoutcasedifferences 2025/07/12 02:19:44 DEBUG : dir1/PREFIX0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/07/12 02:19:44 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/12 02:19:44 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/07/12 02:19:44 DEBUG : subdira/subdirb/subdirc/PREFIXhello: Uploading chunk 0, size=5, remain=0 2025/07/12 02:19:44 DEBUG : subdira/subdirb/subdirc/subdird/PREFIXfilewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2025/07/12 02:19:45 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/12 02:19:45 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/07/12 02:19:45 DEBUG : subdira/subdirb/subdirc/hello: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/07/12 02:19:45 INFO : subdira/subdirb/subdirc/hello: Copied (new) to: subdira/subdirb/subdirc/PREFIXhello 2025/07/12 02:19:45 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2025/07/12 02:19:45 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (new) to: subdira/subdirb/subdirc/subdird/PREFIXfilewithoutcasedifferences 2025/07/12 02:19:45 ERROR : OpenDrive root 'rclone-test-pujuwob2hane': not deleting files as there were IO errors 2025/07/12 02:19:45 ERROR : OpenDrive root 'rclone-test-pujuwob2hane': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/prefix 2025/07/12 02:19:45 DEBUG : Waiting for deletions to finish 2025/07/12 02:19:45 DEBUG : apple: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : apple: Excluded 2025/07/12 02:19:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : appleappleapplebanana: Excluded 2025/07/12 02:19:45 DEBUG : banana: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : banana: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXapple: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXapple: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXappleappleapplebanana: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXbanana: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXbanana: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXexisting: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXexisting: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXexistingbutdifferent: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXexistingbutdifferent: Excluded 2025/07/12 02:19:45 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : PREFIXsplitbananasplit: Excluded 2025/07/12 02:19:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/12 02:19:45 DEBUG : splitbananasplit: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded 2025/07/12 02:19:46 DEBUG : SUBDIRA/subdirb/subdirc/PREFIXhello: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : SUBDIRA/subdirb/subdirc/PREFIXhello: Excluded 2025/07/12 02:19:46 DEBUG : SUBDIRA/subdirb/subdirc/subdird/PREFIXfilewithoutcasedifferences: Excluded (Path Filter) 2025/07/12 02:19:46 DEBUG : SUBDIRA/subdirb/subdirc/subdird/PREFIXfilewithoutcasedifferences: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 44 Test: TestTransform/prefix run.go:125: removing dir "SUBDIRA/subdirb/subdirc/subdird" failed - try 1/3: folder not empty --- FAIL: TestTransform (69.68s) --- FAIL: TestTransform/prefix (69.68s) FAIL 2025/07/12 02:19:58 DEBUG : OpenDrive root 'rclone-test-pujuwob2hane': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestFixCase|TestSyncSuffix)$|^TestTransform$/^prefix$'" - Finished ERROR in 1m44.328241697s (try 3/5): exit status 1: Failed [TestSyncSuffix TestFixCase TestTransform/prefix]