"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestFileTag|TestFixCase|TestManualTransformFile|TestMove|TestNoTag|TestNothingToTransferWithEmptyDirs|TestRunTwice|TestSyncConcurrentDelete|TestSyncNoEmptyDirectories|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 3/5) 2025/10/10 04:59:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nufoyaq2palu" 2025/10/10 04:59:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/10 04:59:28 DEBUG : Starting OpenDrive session with ID: a20e6f51c718e4fc67a48c3551c25a40b63a5383fef422d512a0767f7cdf2917 2025/10/10 04:59:28 DEBUG : Creating backend with remote "/tmp/rclone1601229663" === RUN TestSyncNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 04:59:28 INFO : sub dir2: Making directory 2025/10/10 04:59:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:59:29 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 04:59:29 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 04:59:29 ERROR : sub dir/hello world: Failed to copy: failed to get folder list: Directory does not exist (Error 404) 2025/10/10 04:59:29 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 04:59:29 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_test.go:597: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:597 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestSyncNoEmptyDirectories --- FAIL: TestSyncNoEmptyDirectories (1.06s) === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 04:59:30 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:59:32 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:59:34 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 run.go:285: Failed to put "dst/three.txt" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to get fileinfo: File was not found (Error 404) --- FAIL: TestSyncSuffix (7.12s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 04:59:37 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 run.go:285: Failed to put "dst/one" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to create file: The parent folder "dst" is trashed. Please restore this folder from Trash or use another one. (Error 403) run.go:125: removing dir "dst" failed - try 1/3: Folder is already deleted (Error 403) run.go:125: removing dir "dst" failed - try 2/3: Folder is already deleted (Error 403) run.go:125: removing dir "dst" failed - try 3/3: Folder is already deleted (Error 403) run.go:128: removing dir "dst" failed: Folder is already deleted (Error 403) --- FAIL: TestSyncSuffixKeepExtension (4.96s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 04:59:42 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/10/10 04:59:44 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 run.go:285: Failed to put "SUBDIRA/subdirb/SUBDIRC/HELLO" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to get folder list: Directory does not exist (Error 404) 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:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2678 Error: Not equal: expected: []string{} actual : []string{"SUBDIRA"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=7) "SUBDIRA" } Test: TestFixCase Messages: directories --- FAIL: TestFixCase (13.33s) === RUN TestSyncConcurrentDelete run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 04:59:56 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:59:58 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:59:59 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:01 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:03 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:05 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:07 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:09 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:11 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:13 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:15 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:17 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:19 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:21 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:23 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:24 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:26 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:28 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:30 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:32 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:34 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:36 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:38 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:39 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:41 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:43 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:45 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:47 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:49 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:51 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:52 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:54 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:56 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2025/10/10 05:00:58 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:00 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:01 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:03 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:05 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:07 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:08 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2025/10/10 05:01:10 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both0: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both10: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both14: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both15: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both16: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both17: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both12: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both13: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both11: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both18: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both2: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both4: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both5: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both6: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both7: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both8: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:01:10 DEBUG : both9: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both19: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both1: Unchanged skipping 2025/10/10 05:01:10 DEBUG : both3: Unchanged skipping 2025/10/10 05:01:10 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:01:10 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:01:10 DEBUG : Waiting for deletions to finish 2025/10/10 05:01:11 INFO : only0: Deleted 2025/10/10 05:01:11 INFO : only10: Deleted 2025/10/10 05:01:11 INFO : only13: Deleted 2025/10/10 05:01:11 INFO : only14: Deleted 2025/10/10 05:01:11 INFO : only17: Deleted 2025/10/10 05:01:11 INFO : only19: Deleted 2025/10/10 05:01:11 INFO : only1: Deleted 2025/10/10 05:01:11 INFO : only4: Deleted 2025/10/10 05:01:11 INFO : only2: Deleted 2025/10/10 05:01:11 INFO : only5: Deleted 2025/10/10 05:01:11 INFO : only6: Deleted 2025/10/10 05:01:11 INFO : only8: Deleted 2025/10/10 05:01:11 INFO : only9: Deleted 2025/10/10 05:01:11 INFO : only3: Deleted 2025/10/10 05:01:11 INFO : only16: Deleted 2025/10/10 05:01:12 INFO : only7: Deleted 2025/10/10 05:01:12 INFO : only11: Deleted 2025/10/10 05:01:12 INFO : only12: Deleted 2025/10/10 05:01:12 INFO : only15: Deleted 2025/10/10 05:01:12 INFO : only18: Deleted 2025/10/10 05:01:12 INFO : SUBDIRA: Removing directory 2025/10/10 05:01:12 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': deleted 1 directories 2025/10/10 05:01:12 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (81.52s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:01:16 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:01:16 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 05:01:16 DEBUG : empty_on_remote: Making directory with metadata 2025/10/10 05:01:16 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 05:01:16 INFO : empty_on_remote: Making directory 2025/10/10 05:01:17 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/10 05:01:20 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:20 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:20 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:20 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (7.05s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:01:23 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:01:23 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 05:01:23 DEBUG : empty_on_remote: Making directory with metadata 2025/10/10 05:01:23 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 05:01:23 INFO : empty_on_remote: Making directory 2025/10/10 05:01:24 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/10 05:01:28 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:28 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:28 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:28 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:28 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:125: removing dir "test_dir2/sub_dir" failed - try 1/3: folder not empty run.go:125: removing dir "test_dir2/sub_dir" failed - try 2/3: folder not empty --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (11.17s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:01:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/10 05:01:34 INFO : sub dir: Making directory 2025/10/10 05:01:35 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestNothingToTransferWithEmptyDirs (24.91s) === RUN TestTransform === RUN TestTransform/NFD run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:02:01 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:02 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:05 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:07 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:09 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:11 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:13 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:15 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:17 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:19 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:21 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:02:23 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:02:24 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:02:26 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:02:28 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:02:30 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:02:32 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:02:34 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:02:36 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:38 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:02:39 DEBUG : Waiting for deletions to finish 2025/10/10 05:02:39 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:02:39 DEBUG : apple: Excluded 2025/10/10 05:02:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:02:39 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:02:39 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:02:39 DEBUG : banana: Excluded 2025/10/10 05:02:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:02:39 DEBUG : splitbananasplit: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:02:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:02:40 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:02:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:02:40 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : banana: Unchanged skipping 2025/10/10 05:02:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:02:40 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : apple: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:02:40 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:02:40 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:02:40 DEBUG : Waiting for deletions to finish 2025/10/10 05:02:40 INFO : There was nothing to transfer 2025/10/10 05:02:40 DEBUG : Waiting for deletions to finish 2025/10/10 05:02:41 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : apple: Excluded 2025/10/10 05:02:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:02:41 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : banana: Excluded 2025/10/10 05:02:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : splitbananasplit: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:02:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:02:41 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:02:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:02:42 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : banana: Unchanged skipping 2025/10/10 05:02:42 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:02:42 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : apple: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:02:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:02:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:02:42 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:02:42 DEBUG : Waiting for deletions to finish 2025/10/10 05:02:42 INFO : There was nothing to transfer 2025/10/10 05:02:42 DEBUG : Waiting for deletions to finish 2025/10/10 05:02:42 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : apple: Excluded 2025/10/10 05:02:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:02:42 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : banana: Excluded 2025/10/10 05:02:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : splitbananasplit: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:02:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:02:42 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestTransform/base64 run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:02:57 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:02:58 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:00 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:02 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:04 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:06 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:08 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:10 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:12 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:14 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:16 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:03:18 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:03:20 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:03:22 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:03:24 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:03:26 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:03:28 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:03:30 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:03:32 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:34 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:03:35 DEBUG : Waiting for deletions to finish 2025/10/10 05:03:35 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : apple: Excluded 2025/10/10 05:03:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:03:35 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : banana: Excluded 2025/10/10 05:03:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : splitbananasplit: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:03:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:03:35 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:03:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:36 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:36 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:36 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:36 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:36 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:36 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:36 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:36 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:36 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:36 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/10 05:03:36 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:03:36 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:03:36 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:03:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Uploading chunk 0, size=16, remain=0 2025/10/10 05:03:37 DEBUG : YmFuYW5h: Uploading chunk 0, size=6, remain=0 2025/10/10 05:03:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:38 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/10/10 05:03:38 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:38 DEBUG : YXBwbGU=: Uploading chunk 0, size=5, remain=0 2025/10/10 05:03:38 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/10/10 05:03:38 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:39 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/10/10 05:03:39 INFO : apple: Copied (new) to: YXBwbGU= 2025/10/10 05:03:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:40 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/10/10 05:03:40 INFO : banana: Copied (new) to: YmFuYW5h 2025/10/10 05:03:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:40 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:40 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/10/10 05:03:40 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:40 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/10/10 05:03:40 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:41 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:41 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:41 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/10/10 05:03:41 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:42 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:42 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/10/10 05:03:42 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:42 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/10/10 05:03:43 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:43 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:43 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/10/10 05:03:43 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:43 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:43 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:43 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/10/10 05:03:43 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:43 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:43 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:44 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/10/10 05:03:44 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:44 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Uploading chunk 0, size=20, remain=0 2025/10/10 05:03:44 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:45 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Uploading chunk 0, size=19, remain=0 2025/10/10 05:03:45 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/10/10 05:03:45 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:45 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/10/10 05:03:45 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:46 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/10/10 05:03:46 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:46 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:46 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Uploading chunk 0, size=20, remain=0 2025/10/10 05:03:46 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/10/10 05:03:46 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:46 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:47 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Uploading chunk 0, size=19, remain=0 2025/10/10 05:03:47 DEBUG : dir1/MDAxNS05Oz0udHh0: Uploading chunk 0, size=17, remain=0 2025/10/10 05:03:47 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Uploading chunk 0, size=18, remain=0 2025/10/10 05:03:48 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/10/10 05:03:48 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:48 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/10/10 05:03:48 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:48 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/10/10 05:03:48 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:48 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/10/10 05:03:48 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:48 DEBUG : Waiting for deletions to finish 2025/10/10 05:03:48 INFO : dir1/0008-2345678.txt: Deleted 2025/10/10 05:03:48 INFO : dir1/0010-456789.txt: Deleted 2025/10/10 05:03:48 INFO : apple: Deleted 2025/10/10 05:03:48 INFO : appleappleapplebanana: Deleted 2025/10/10 05:03:48 INFO : dir1/0007-1234567.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0011-56789;.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0014-89;=.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0000-abcdefg.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0009-3456789.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0012-6789;.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0013-789;=.txt: Deleted 2025/10/10 05:03:49 INFO : splitbananasplit: Deleted 2025/10/10 05:03:49 INFO : banana: Deleted 2025/10/10 05:03:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0002-cdefghi.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0015-9;=.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0003-defghij.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0004-efghijk.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0005-fghijkl.txt: Deleted 2025/10/10 05:03:49 INFO : dir1/0006-ghijklm.txt: Deleted 2025/10/10 05:03:49 DEBUG : Waiting for deletions to finish 2025/10/10 05:03:49 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : banana: Excluded 2025/10/10 05:03:49 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/10/10 05:03:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : splitbananasplit: Excluded 2025/10/10 05:03:49 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : YmFuYW5h: Excluded 2025/10/10 05:03:49 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : YXBwbGU=: Excluded 2025/10/10 05:03:49 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/10/10 05:03:49 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/10/10 05:03:49 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:50 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:50 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:50 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:03:50 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : banana: Unchanged skipping 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : apple: Unchanged skipping 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:50 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:50 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:50 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:50 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:50 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:50 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:50 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:50 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:50 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:50 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:50 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:50 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:50 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:50 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:50 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:03:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:03:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:03:50 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:03:50 DEBUG : Waiting for deletions to finish 2025/10/10 05:03:50 DEBUG : Waiting for deletions to finish 2025/10/10 05:03:50 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/10/10 05:03:50 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : YmFuYW5h: Excluded 2025/10/10 05:03:50 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : YXBwbGU=: Excluded 2025/10/10 05:03:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/10/10 05:03:50 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/10/10 05:03:50 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/10/10 05:03:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:51 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:51 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:51 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/10 05:03:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:51 DEBUG : apple: transformed to: YXBwbGU= 2025/10/10 05:03:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/10 05:03:51 DEBUG : banana: transformed to: YmFuYW5h 2025/10/10 05:03:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/10 05:03:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/10 05:03:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/10 05:03:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/10 05:03:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/10 05:03:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:03:56 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:03:58 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:00 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:02 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:04 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 run.go:285: Failed to put "dir1/0004-efghijk.txt" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to get fileinfo: File was not found (Error 404) run.go:125: removing dir "dir1" failed - try 1/3: folder not empty run.go:125: removing dir "dir1" failed - try 2/3: folder not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestTransform/suffix run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:04:18 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:19 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:21 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:23 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:25 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:26 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:28 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:30 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:32 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:33 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:35 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:04:37 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:04:39 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:04:41 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:04:42 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:04:44 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:04:46 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:04:48 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:04:50 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:51 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:04:52 DEBUG : Waiting for deletions to finish 2025/10/10 05:04:53 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : apple: Excluded 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:04:53 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : banana: Excluded 2025/10/10 05:04:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : splitbananasplit: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:04:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:04:53 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/10 05:04:53 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 05:04:53 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/10 05:04:53 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 05:04:53 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 05:04:53 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 05:04:53 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/10 05:04:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:04:54 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:04:54 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:04:54 DEBUG : appleappleapplebananaSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:55 DEBUG : appleSUFFIX: Uploading chunk 0, size=5, remain=0 2025/10/10 05:04:55 DEBUG : splitbananasplitSUFFIX: Uploading chunk 0, size=16, remain=0 2025/10/10 05:04:55 DEBUG : bananaSUFFIX: Uploading chunk 0, size=6, remain=0 2025/10/10 05:04:56 ERROR : appleappleapplebananaSUFFIX: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1601229663) 21 vs dst(OpenDrive root 'rclone-test-nufoyaq2palu') 0 2025/10/10 05:04:56 INFO : appleappleapplebananaSUFFIX: Removing failed copy 2025/10/10 05:04:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/10/10 05:04:56 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/10/10 05:04:56 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/10/10 05:04:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:56 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/10/10 05:04:56 INFO : banana: Copied (new) to: bananaSUFFIX 2025/10/10 05:04:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/10/10 05:04:57 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:57 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:57 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/10/10 05:04:57 INFO : apple: Copied (new) to: appleSUFFIX 2025/10/10 05:04:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/10/10 05:04:57 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:58 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/10/10 05:04:58 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/10/10 05:04:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/10/10 05:04:58 DEBUG : dir1/0003-defghij.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:58 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/10/10 05:04:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/10/10 05:04:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/10/10 05:04:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:59 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:04:59 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/10/10 05:04:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/10 05:04:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:00 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/10/10 05:05:00 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/10/10 05:05:00 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/10/10 05:05:00 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/10/10 05:05:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/10/10 05:05:01 DEBUG : dir1/0007-1234567.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:01 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/10/10 05:05:01 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/10/10 05:05:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/10/10 05:05:01 DEBUG : dir1/0008-2345678.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:01 DEBUG : dir1/0009-3456789.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:02 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/10/10 05:05:02 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/10/10 05:05:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/10/10 05:05:02 DEBUG : dir1/0010-456789.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2025/10/10 05:05:02 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/10/10 05:05:02 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/10/10 05:05:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/10/10 05:05:03 DEBUG : dir1/0011-56789;.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2025/10/10 05:05:03 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/10/10 05:05:03 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/10/10 05:05:03 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/10/10 05:05:03 DEBUG : dir1/0012-6789;.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2025/10/10 05:05:04 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/10/10 05:05:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/10/10 05:05:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/10/10 05:05:04 DEBUG : dir1/0013-789;=.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2025/10/10 05:05:04 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/10/10 05:05:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/10/10 05:05:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/10/10 05:05:05 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/10/10 05:05:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/10/10 05:05:05 DEBUG : dir1/0014-89;=.txtSUFFIX: Uploading chunk 0, size=18, remain=0 2025/10/10 05:05:05 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/10/10 05:05:05 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/10/10 05:05:05 DEBUG : dir1/0015-9;=.txtSUFFIX: Uploading chunk 0, size=17, remain=0 2025/10/10 05:05:06 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/10/10 05:05:06 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/10/10 05:05:07 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/10/10 05:05:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/10/10 05:05:07 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:05:07 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': 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: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1601229663) 21 vs dst(OpenDrive root 'rclone-test-nufoyaq2palu') 0 Test: TestTransform/suffix 2025/10/10 05:05:07 DEBUG : Waiting for deletions to finish 2025/10/10 05:05:07 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : apple: Excluded 2025/10/10 05:05:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:05:07 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : appleSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : banana: Excluded 2025/10/10 05:05:07 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : bananaSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : splitbananasplit: Excluded 2025/10/10 05:05:07 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : splitbananasplitSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:05:07 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 05:05:07 DEBUG : dir1/0015-9;=.txtSUFFIX: 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 : 39 Test: TestTransform/suffix run.go:125: removing dir "dir1" failed - try 1/3: folder not empty === RUN TestTransform/truncate run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:05:18 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:20 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:22 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:24 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:26 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:28 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:30 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:31 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:33 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:35 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:37 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:05:39 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:05:41 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:05:42 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:05:44 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:05:46 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:05:48 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:05:50 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:05:52 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:53 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:05:54 DEBUG : Waiting for deletions to finish 2025/10/10 05:05:55 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : apple: Excluded 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:05:55 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : banana: Excluded 2025/10/10 05:05:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : splitbananasplit: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:05:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:05:55 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/10 05:05:55 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:05:55 DEBUG : banana: Unchanged skipping 2025/10/10 05:05:55 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:05:55 DEBUG : apple: Unchanged skipping 2025/10/10 05:05:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 05:05:55 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:55 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/10 05:05:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:55 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 05:05:56 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 05:05:56 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 05:05:56 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 05:05:56 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 05:05:56 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 05:05:56 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 05:05:56 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 05:05:56 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 05:05:56 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 05:05:56 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 05:05:56 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 05:05:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/10/10 05:05:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/10/10 05:05:56 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 05:05:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 05:05:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 05:05:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/10 05:05:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/10 05:05:56 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:05:56 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:05:56 DEBUG : appleapple: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:57 DEBUG : splitbanan: Uploading chunk 0, size=16, remain=0 2025/10/10 05:05:57 DEBUG : dir1/0000-abcde: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:57 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/10/10 05:05:57 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/10/10 05:05:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/10/10 05:05:58 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/10/10 05:05:58 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/10/10 05:05:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/10/10 05:05:58 ERROR : splitbanan: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1601229663) 16 vs dst(OpenDrive root 'rclone-test-nufoyaq2palu') 0 2025/10/10 05:05:58 INFO : splitbanan: Removing failed copy 2025/10/10 05:05:58 DEBUG : dir1/0002-cdefg: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/10/10 05:05:58 DEBUG : dir1/0001-bcdef: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:59 DEBUG : dir1/0003-defgh: Uploading chunk 0, size=21, remain=0 2025/10/10 05:05:59 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/10/10 05:05:59 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/10/10 05:05:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/10/10 05:05:59 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/10/10 05:05:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/10/10 05:05:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/10/10 05:05:59 DEBUG : dir1/0004-efghi: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:00 DEBUG : dir1/0006-ghijk: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:00 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/10/10 05:06:00 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/10/10 05:06:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/10/10 05:06:00 DEBUG : dir1/0005-fghij: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:00 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/10/10 05:06:00 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/10/10 05:06:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/10/10 05:06:01 DEBUG : dir1/0007-12345: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:01 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/10/10 05:06:01 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/10/10 05:06:01 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/10/10 05:06:01 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/10/10 05:06:01 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/10/10 05:06:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/10/10 05:06:02 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/10/10 05:06:02 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/10/10 05:06:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/10/10 05:06:02 DEBUG : dir1/0009-34567: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:02 DEBUG : dir1/0010-45678: Uploading chunk 0, size=20, remain=0 2025/10/10 05:06:03 DEBUG : dir1/0011-56789: Uploading chunk 0, size=20, remain=0 2025/10/10 05:06:03 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/10/10 05:06:03 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/10/10 05:06:03 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/10/10 05:06:03 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/10/10 05:06:03 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/10/10 05:06:03 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/10/10 05:06:03 DEBUG : dir1/0008-23456: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:04 DEBUG : dir1/0012-6789;: Uploading chunk 0, size=19, remain=0 2025/10/10 05:06:04 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/10/10 05:06:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/10/10 05:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/10/10 05:06:04 DEBUG : dir1/0013-789;=: Uploading chunk 0, size=19, remain=0 2025/10/10 05:06:04 ERROR : dir1/0008-23456: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1601229663) 21 vs dst(OpenDrive root 'rclone-test-nufoyaq2palu') 0 2025/10/10 05:06:04 INFO : dir1/0008-23456: Removing failed copy 2025/10/10 05:06:04 DEBUG : dir1/0014-89;=.: Uploading chunk 0, size=18, remain=0 2025/10/10 05:06:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/10/10 05:06:05 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/10/10 05:06:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/10/10 05:06:05 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/10/10 05:06:05 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/10/10 05:06:05 DEBUG : dir1/0015-9;=.t: Uploading chunk 0, size=17, remain=0 2025/10/10 05:06:06 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/10/10 05:06:06 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/10/10 05:06:07 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/10/10 05:06:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/10/10 05:06:07 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:06:07 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': 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: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1601229663) 21 vs dst(OpenDrive root 'rclone-test-nufoyaq2palu') 0 Test: TestTransform/truncate 2025/10/10 05:06:07 DEBUG : Waiting for deletions to finish 2025/10/10 05:06:07 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : apple: Excluded 2025/10/10 05:06:07 DEBUG : appleapple: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : appleapple: Excluded 2025/10/10 05:06:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:06:07 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : banana: Excluded 2025/10/10 05:06:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : splitbananasplit: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0000-abcde: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0001-bcdef: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0002-cdefg: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0003-defgh: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0004-efghi: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0005-fghij: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0006-ghijk: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0007-12345: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0009-34567: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0010-45678: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0011-56789: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0012-6789;: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0013-789;=: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0014-89;=.: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0015-9;=.t: Excluded 2025/10/10 05:06:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:06:07 DEBUG : dir1/0015-9;=.txt: 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 : 36 Test: TestTransform/truncate === RUN TestTransform/encoder run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:06:17 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:19 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:21 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:23 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:25 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:27 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:29 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:31 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:32 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:34 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:36 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:06:38 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:06:40 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:06:42 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:06:44 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:06:46 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:06:48 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:06:50 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:06:52 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:06:54 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:06:55 DEBUG : Waiting for deletions to finish 2025/10/10 05:06:55 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : apple: Excluded 2025/10/10 05:06:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:06:55 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : banana: Excluded 2025/10/10 05:06:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : splitbananasplit: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:06:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:06:55 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:06:56 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : apple: Unchanged skipping 2025/10/10 05:06:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:06:56 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : banana: Unchanged skipping 2025/10/10 05:06:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:06:56 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:06:56 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:06:56 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:06:56 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': 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/encoder 2025/10/10 05:06:56 DEBUG : Waiting for deletions to finish 2025/10/10 05:06:56 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:06:56 DEBUG : apple: Excluded 2025/10/10 05:06:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:06:56 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:06:56 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:06:56 DEBUG : banana: Excluded 2025/10/10 05:06:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:06:56 DEBUG : splitbananasplit: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:06:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:06:57 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:06:57 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : apple: Unchanged skipping 2025/10/10 05:06:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:06:57 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : banana: Unchanged skipping 2025/10/10 05:06:57 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:06:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:06:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:06:57 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:06:57 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:06:57 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/encoder 2025/10/10 05:06:57 DEBUG : Waiting for deletions to finish 2025/10/10 05:06:58 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : apple: Excluded 2025/10/10 05:06:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:06:58 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : banana: Excluded 2025/10/10 05:06:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : splitbananasplit: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:06:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:06:58 DEBUG : Waiting for deletions to finish 2025/10/10 05:06:58 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : apple: Excluded 2025/10/10 05:06:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:06:58 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : banana: Excluded 2025/10/10 05:06:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:06:58 DEBUG : splitbananasplit: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:06:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:06:59 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ISO-8859-1 run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:07:06 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:07 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:10 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:11 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:14 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:15 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:17 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:19 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:21 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:23 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:25 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:07:27 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:07:29 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:07:31 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:07:33 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:07:35 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:07:37 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:07:39 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:07:41 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:42 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:07:43 DEBUG : Waiting for deletions to finish 2025/10/10 05:07:44 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : apple: Excluded 2025/10/10 05:07:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:07:44 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : banana: Excluded 2025/10/10 05:07:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : splitbananasplit: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:07:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:07:44 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:07:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:07:45 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : banana: Unchanged skipping 2025/10/10 05:07:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:07:45 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : apple: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:07:45 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:07:45 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:07:45 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:07:45 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': 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/ISO-8859-1 2025/10/10 05:07:45 DEBUG : Waiting for deletions to finish 2025/10/10 05:07:45 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : apple: Excluded 2025/10/10 05:07:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:07:45 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : banana: Excluded 2025/10/10 05:07:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : splitbananasplit: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:07:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:07:45 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:07:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:07:46 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : apple: Unchanged skipping 2025/10/10 05:07:46 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : banana: Unchanged skipping 2025/10/10 05:07:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:07:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:07:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:07:46 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:07:46 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:07:46 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ISO-8859-1 2025/10/10 05:07:46 DEBUG : Waiting for deletions to finish 2025/10/10 05:07:46 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : apple: Excluded 2025/10/10 05:07:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:07:46 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : banana: Excluded 2025/10/10 05:07:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : splitbananasplit: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:07:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:07:46 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/charmap run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:07:53 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:55 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:57 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:07:59 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:01 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:03 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:05 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:07 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:09 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:11 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:13 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:08:15 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 run.go:285: Failed to put "dir1/0011-56789;.txt" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to get fileinfo: File was not found (Error 404) === RUN TestTransform/lowercase run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:08:21 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:23 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:26 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:28 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:30 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:32 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:34 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:36 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:38 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:40 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:08:42 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:08:44 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:08:46 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:08:48 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:08:50 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 run.go:285: Failed to put "dir1/0014-89;=.txt" to "OpenDrive root 'rclone-test-nufoyaq2palu'": failed to get fileinfo: File was not found (Error 404) run.go:125: removing dir "dir1" failed - try 1/3: folder not empty === RUN TestTransform/ascii run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:08:58 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:00 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:02 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:04 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:06 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:08 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:10 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:12 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:14 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:16 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:17 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:09:19 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 05:09:21 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:09:23 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 05:09:25 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 05:09:27 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 05:09:29 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 05:09:31 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 05:09:33 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 05:09:34 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 05:09:36 DEBUG : Waiting for deletions to finish 2025/10/10 05:09:36 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : apple: Excluded 2025/10/10 05:09:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:09:36 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : banana: Excluded 2025/10/10 05:09:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : splitbananasplit: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:09:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:09:36 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:09:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:09:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:09:37 DEBUG : banana: Unchanged skipping 2025/10/10 05:09:37 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : apple: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:09:37 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:37 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:37 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': 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/ascii 2025/10/10 05:09:37 DEBUG : Waiting for deletions to finish 2025/10/10 05:09:37 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : apple: Excluded 2025/10/10 05:09:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:09:37 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : banana: Excluded 2025/10/10 05:09:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : splitbananasplit: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:09:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:09:37 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 05:09:38 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : apple: Unchanged skipping 2025/10/10 05:09:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 05:09:38 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : banana: Unchanged skipping 2025/10/10 05:09:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 05:09:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 05:09:38 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:38 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:38 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ascii 2025/10/10 05:09:38 DEBUG : Waiting for deletions to finish 2025/10/10 05:09:38 DEBUG : apple: Excluded (Path Filter) 2025/10/10 05:09:38 DEBUG : apple: Excluded 2025/10/10 05:09:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 05:09:38 DEBUG : appleappleapplebanana: Excluded 2025/10/10 05:09:38 DEBUG : banana: Excluded (Path Filter) 2025/10/10 05:09:38 DEBUG : banana: Excluded 2025/10/10 05:09:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 05:09:38 DEBUG : splitbananasplit: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 05:09:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 05:09:39 DEBUG : dir1/0015-9;=.txt: Excluded --- FAIL: TestTransform (465.15s) --- PASS: TestTransform/NFD (56.01s) --- PASS: TestTransform/base64 (60.03s) --- FAIL: TestTransform/prefix (21.16s) --- FAIL: TestTransform/suffix (60.60s) --- FAIL: TestTransform/truncate (58.76s) --- FAIL: TestTransform/encoder (48.39s) --- FAIL: TestTransform/ISO-8859-1 (47.80s) --- FAIL: TestTransform/charmap (27.32s) --- FAIL: TestTransform/lowercase (37.25s) --- FAIL: TestTransform/ascii (47.82s) === RUN TestTransformCopy run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:09:44 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 05:09:45 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 05:09:45 INFO : sub dir_somesuffix: Making directory 2025/10/10 05:09:45 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 05:09:45 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/10/10 05:09:45 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 05:09:45 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/10/10 05:09:45 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:45 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 05:09:45 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:46 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:09:47 DEBUG : sub dir/hello world.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:09:47 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 05:09:47 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:47 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:239: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:239 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransformCopy --- FAIL: TestTransformCopy (3.33s) === RUN TestDoubleTransform run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:09:48 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:48 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:48 INFO : tictactoe: Making directory 2025/10/10 05:09:48 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:48 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:09:48 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/10/10 05:09:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:09:48 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:48 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:49 DEBUG : tictactoe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 05:09:50 DEBUG : toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:09:50 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/10/10 05:09:50 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:50 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:256: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:256 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDoubleTransform --- FAIL: TestDoubleTransform (3.25s) === RUN TestFileTag run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:09:51 INFO : toe: Making directory 2025/10/10 05:09:52 INFO : toe/toe: Making directory 2025/10/10 05:09:52 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:52 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 05:09:52 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 05:09:52 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 05:09:52 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:52 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:53 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 05:09:54 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:09:54 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/10 05:09:54 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:54 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:273: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:273 Error: Received unexpected error: not deleting files as there were IO errors Test: TestFileTag run.go:125: removing dir "toe/toe" failed - try 1/3: folder not empty --- FAIL: TestFileTag (5.48s) === RUN TestNoTag run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:09:57 INFO : toe: Making directory 2025/10/10 05:09:57 INFO : toe/toe: Making directory 2025/10/10 05:09:57 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:09:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 05:09:57 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 05:09:57 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:09:57 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:09:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 05:09:58 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 05:09:59 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:09:59 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/10 05:09:59 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:09:59 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:290 Error: Received unexpected error: not deleting files as there were IO errors Test: TestNoTag fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- FAIL: TestNoTag (11.71s) === RUN TestDirTag run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:08 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:10:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 05:10:08 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:08 INFO : tictacempty_dir: Making directory 2025/10/10 05:10:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:09 INFO : tictactoe: Making directory 2025/10/10 05:10:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:09 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:09 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:09 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:09 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:09 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:09 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:09 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:09 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:10 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:11 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:11 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:11 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:10:11 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:309: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:309 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDirTag --- FAIL: TestDirTag (5.19s) === RUN TestAllTag run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:13 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:10:13 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 05:10:13 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:14 INFO : tictacempty_dir: Making directory 2025/10/10 05:10:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:14 INFO : tictactoe: Making directory 2025/10/10 05:10:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:14 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:15 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 05:10:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:15 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:15 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:15 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:15 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:16 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:16 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:16 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:10:16 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:328 Error: Received unexpected error: not deleting files as there were IO errors Test: TestAllTag run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: folder not empty --- FAIL: TestAllTag (6.01s) === RUN TestRunTwice run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:19 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:20 INFO : tictactoe: Making directory 2025/10/10 05:10:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:20 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:20 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:20 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:21 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:22 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/10/10 05:10:22 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:10:22 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:347: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Received unexpected error: not deleting files as there were IO errors Test: TestRunTwice --- FAIL: TestRunTwice (4.27s) === RUN TestConflicting run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:24 INFO : toe: Making directory 2025/10/10 05:10:24 INFO : toe/toe: Making directory 2025/10/10 05:10:25 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 05:10:25 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:25 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:25 DEBUG : toe/toe/toe: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:26 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:26 INFO : toe/toe/toe: Copied (new) 2025/10/10 05:10:26 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:10:26 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Received unexpected error: not deleting files as there were IO errors Test: TestConflicting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- FAIL: TestConflicting (11.69s) === RUN TestMove run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:35 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:10:35 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 05:10:35 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:36 INFO : tictacempty_dir: Making directory 2025/10/10 05:10:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:36 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:36 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:36 INFO : tictactoe: Making directory 2025/10/10 05:10:36 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:36 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:36 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:37 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 05:10:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:37 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:37 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:37 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:39 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:39 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:39 INFO : toe/toe/toe.txt: Deleted 2025/10/10 05:10:39 ERROR : Local file system at /tmp/rclone1601229663: not deleting directories as there were IO errors sync_transform_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: folder not empty run.go:125: removing dir "tictactoe/tictactoe" failed - try 2/3: folder not empty --- FAIL: TestMove (7.40s) === RUN TestTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:43 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:10:43 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 05:10:43 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:43 INFO : tictacempty_dir: Making directory 2025/10/10 05:10:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:43 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:43 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:43 INFO : tictactoe: Making directory 2025/10/10 05:10:44 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:44 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:44 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:44 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 05:10:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:44 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:44 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:44 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:46 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:46 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:46 INFO : toe/toe/toe.txt: Deleted 2025/10/10 05:10:46 ERROR : Local file system at /tmp/rclone1601229663: not deleting directories as there were IO errors sync_transform_test.go:427: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: folder not empty --- FAIL: TestTransformFile (6.21s) === RUN TestManualTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:49 DEBUG : Reset feature "Copy" 2025/10/10 05:10:49 DEBUG : Reset feature "Move" 2025/10/10 05:10:49 DEBUG : Reset feature "Copy" 2025/10/10 05:10:49 DEBUG : Reset feature "Move" 2025/10/10 05:10:49 DEBUG : empty_dir: Making directory with metadata 2025/10/10 05:10:49 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 05:10:49 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:49 INFO : tictacempty_dir: Making directory 2025/10/10 05:10:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 05:10:50 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:50 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:50 INFO : tictactoe: Making directory 2025/10/10 05:10:50 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:50 DEBUG : toe: transformed to: tictactoe 2025/10/10 05:10:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:50 INFO : tictactoe/tictactoe: Making directory 2025/10/10 05:10:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 05:10:50 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 05:10:50 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:50 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:50 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:50 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:50 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:50 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 05:10:52 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 05:10:52 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 05:10:52 INFO : toe/toe/toe.txt: Deleted 2025/10/10 05:10:52 ERROR : Local file system at /tmp/rclone1601229663: not deleting directories as there were IO errors sync_transform_test.go:457: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile --- FAIL: TestManualTransformFile (5.04s) === RUN TestBase64 run.go:180: Remote "OpenDrive root 'rclone-test-nufoyaq2palu'", Local "Local file system at /tmp/rclone1601229663", Modify Window "1s" 2025/10/10 05:10:54 DEBUG : toe: transformed to: dG9l 2025/10/10 05:10:54 DEBUG : toe: transformed to: dG9l 2025/10/10 05:10:54 INFO : dG9l: Making directory 2025/10/10 05:10:55 DEBUG : toe: transformed to: dG9l 2025/10/10 05:10:55 DEBUG : toe: transformed to: dG9l 2025/10/10 05:10:55 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/10 05:10:55 INFO : dG9l/dG9l: Making directory 2025/10/10 05:10:55 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/10 05:10:55 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/10/10 05:10:55 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 05:10:55 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 05:10:55 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 05:10:55 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for checks to finish 2025/10/10 05:10:55 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Waiting for transfers to finish 2025/10/10 05:10:55 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Directory does not exist (Error 404) 2025/10/10 05:10:55 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 05:10:55 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting files as there were IO errors 2025/10/10 05:10:55 ERROR : OpenDrive root 'rclone-test-nufoyaq2palu': not deleting directories as there were IO errors sync_transform_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestBase64 --- FAIL: TestBase64 (1.73s) FAIL 2025/10/10 05:10:56 DEBUG : OpenDrive root 'rclone-test-nufoyaq2palu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestFileTag|TestFixCase|TestManualTransformFile|TestMove|TestNoTag|TestNothingToTransferWithEmptyDirs|TestRunTwice|TestSyncConcurrentDelete|TestSyncNoEmptyDirectories|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 11m29.250716092s (try 3/5): exit status 1: Failed [TestSyncNoEmptyDirectories TestSyncSuffix TestSyncSuffixKeepExtension TestFixCase TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestDoubleTransform TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64]