"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestFileTag|TestManualTransformFile|TestMove|TestNoTag|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopyOverSelf|TestSyncBackupDirWithSuffix|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 3/5) 2026/04/24 04:36:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-suranug4koyo" 2026/04/24 04:36:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/24 04:36:30 DEBUG : Starting OpenDrive session with ID: d3d9bd70e7c6e51f7ee2541037ba093351deb9aecc1d11962cc940d34bf7b516 2026/04/24 04:36:31 DEBUG : Creating backend with remote "/tmp/rclone1967238622" === RUN TestServerSideCopyOverSelf run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" run.go:290: Failed to put "sub dir/hello world" to "OpenDrive root 'rclone-test-suranug4koyo'": failed to get folder list: Directory doesn't exist (Error 404) --- FAIL: TestServerSideCopyOverSelf (0.78s) === RUN TestSyncBackupDirWithSuffix run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:36:32 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/04/24 04:36:34 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2026/04/24 04:36:36 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2026/04/24 04:36:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-suranug4koyo/dst" 2026/04/24 04:36:37 DEBUG : Starting OpenDrive session with ID: 5f06c80fa4beaf2ed69ecf04b46dd7b7d43b64ac6bcfe28399272678173af2c6 2026/04/24 04:36:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-suranug4koyo/backup" 2026/04/24 04:36:38 DEBUG : Starting OpenDrive session with ID: 8d7983fa0e9942fe6f242b8063bc4f160b6d5222501b7961db892b5a6d53e361 2026/04/24 04:36:39 DEBUG : two: size = 3 OK 2026/04/24 04:36:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:36:39 DEBUG : two: Unchanged skipping 2026/04/24 04:36:39 DEBUG : OpenDrive root 'rclone-test-suranug4koyo/dst': Waiting for checks to finish 2026/04/24 04:36:39 DEBUG : one: size = 4 (Local file system at /tmp/rclone1967238622) 2026/04/24 04:36:39 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-suranug4koyo/dst') 2026/04/24 04:36:39 DEBUG : one: Sizes differ 2026/04/24 04:36:40 INFO : one: Moved (server-side) to: one.bak 2026/04/24 04:36:40 DEBUG : OpenDrive root 'rclone-test-suranug4koyo/dst': Waiting for transfers to finish 2026/04/24 04:36:41 DEBUG : one: Uploading chunk 0, size=4, remain=0 2026/04/24 04:36:42 DEBUG : one: size = 4 OK 2026/04/24 04:36:42 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/04/24 04:36:42 INFO : one: Copied (new) 2026/04/24 04:36:42 DEBUG : Waiting for deletions to finish 2026/04/24 04:36:42 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/04/24 04:36:42 INFO : three.txt: Moved into backup dir 2026/04/24 04:36:44 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2026/04/24 04:36:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone1967238622) 2026/04/24 04:36:45 DEBUG : one: size = 4 (OpenDrive root 'rclone-test-suranug4koyo/dst') 2026/04/24 04:36:45 DEBUG : one: Sizes differ 2026/04/24 04:36:45 DEBUG : OpenDrive root 'rclone-test-suranug4koyo/dst': Waiting for checks to finish 2026/04/24 04:36:45 DEBUG : two: size = 3 OK 2026/04/24 04:36:45 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:36:45 DEBUG : two: Unchanged skipping 2026/04/24 04:36:45 INFO : one.bak: Deleted 2026/04/24 04:36:46 INFO : one: Moved (server-side) to: one.bak 2026/04/24 04:36:46 DEBUG : OpenDrive root 'rclone-test-suranug4koyo/dst': Waiting for transfers to finish 2026/04/24 04:36:46 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/04/24 04:36:48 DEBUG : one: size = 5 OK 2026/04/24 04:36:48 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/04/24 04:36:48 INFO : one: Copied (new) 2026/04/24 04:36:48 DEBUG : Waiting for deletions to finish 2026/04/24 04:36:48 INFO : three.txt.bak: Deleted 2026/04/24 04:36:48 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/04/24 04:36:48 INFO : three.txt: Moved into backup dir 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: TestSyncBackupDirWithSuffix (26.25s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:36:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/04/24 04:36:58 INFO : sub dir: Making directory 2026/04/24 04:36:58 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (14.64s) === RUN TestTransform === RUN TestTransform/NFC run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:37:13 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:15 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:17 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:18 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:20 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:21 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:23 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:25 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:26 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:28 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:29 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:37:31 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:37:33 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:37:35 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:37:36 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:37:38 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:37:39 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:37:41 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:37:42 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:44 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:37:45 DEBUG : Waiting for deletions to finish 2026/04/24 04:37:45 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : apple: Excluded 2026/04/24 04:37:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:37:45 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : banana: Excluded 2026/04/24 04:37:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : splitbananasplit: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:37:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:37:45 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:37:46 DEBUG : apple: size = 5 OK 2026/04/24 04:37:46 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : apple: Unchanged skipping 2026/04/24 04:37:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:37:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:37:46 DEBUG : banana: size = 6 OK 2026/04/24 04:37:46 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : banana: Unchanged skipping 2026/04/24 04:37:46 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:37:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:37:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:37:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:37:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:37:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:37:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:37:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:37:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:37:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:37:46 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:37:46 DEBUG : Waiting for deletions to finish 2026/04/24 04:37:46 INFO : There was nothing to transfer 2026/04/24 04:37:46 DEBUG : Waiting for deletions to finish 2026/04/24 04:37:46 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : apple: Excluded 2026/04/24 04:37:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:37:46 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : banana: Excluded 2026/04/24 04:37:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : splitbananasplit: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:37:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:37:46 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:37:47 DEBUG : apple: size = 5 OK 2026/04/24 04:37:47 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : apple: Unchanged skipping 2026/04/24 04:37:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:37:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:37:47 DEBUG : banana: size = 6 OK 2026/04/24 04:37:47 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : banana: Unchanged skipping 2026/04/24 04:37:47 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:37:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:37:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:37:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:37:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:37:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:37:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:37:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:37:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:37:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:37:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:37:47 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:37:47 DEBUG : Waiting for deletions to finish 2026/04/24 04:37:47 INFO : There was nothing to transfer 2026/04/24 04:37:47 DEBUG : Waiting for deletions to finish 2026/04/24 04:37:47 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : apple: Excluded 2026/04/24 04:37:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:37:47 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : banana: Excluded 2026/04/24 04:37:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : splitbananasplit: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:37:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:37:47 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:37:53 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:54 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:56 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:58 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:37:59 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:01 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:02 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:04 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:05 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:07 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:08 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:38:10 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:38:12 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:38:13 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:38:15 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:38:17 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:38:18 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:38:20 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:38:21 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:23 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:38:24 DEBUG : Waiting for deletions to finish 2026/04/24 04:38:24 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : apple: Excluded 2026/04/24 04:38:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:38:24 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : banana: Excluded 2026/04/24 04:38:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : splitbananasplit: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:38:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:38:24 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:38:25 DEBUG : apple: size = 5 OK 2026/04/24 04:38:25 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:38:25 DEBUG : banana: size = 6 OK 2026/04/24 04:38:25 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : banana: Unchanged skipping 2026/04/24 04:38:25 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:38:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:38:25 DEBUG : apple: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:38:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:38:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:38:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:38:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:38:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:38:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:38:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:38:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:38:25 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:38:25 DEBUG : Waiting for deletions to finish 2026/04/24 04:38:25 INFO : There was nothing to transfer 2026/04/24 04:38:25 DEBUG : Waiting for deletions to finish 2026/04/24 04:38:25 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : apple: Excluded 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:38:25 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : banana: Excluded 2026/04/24 04:38:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : splitbananasplit: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:38:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:38:25 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:38:25 DEBUG : apple: size = 5 OK 2026/04/24 04:38:25 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : apple: Unchanged skipping 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:38:25 DEBUG : banana: size = 6 OK 2026/04/24 04:38:25 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : banana: Unchanged skipping 2026/04/24 04:38:25 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:38:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:25 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:38:26 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:38:26 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:38:26 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:38:26 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:38:26 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:38:26 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:38:26 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:38:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:38:26 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:38:26 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:38:26 DEBUG : Waiting for deletions to finish 2026/04/24 04:38:26 INFO : There was nothing to transfer 2026/04/24 04:38:26 DEBUG : Waiting for deletions to finish 2026/04/24 04:38:26 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : apple: Excluded 2026/04/24 04:38:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:38:26 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : banana: Excluded 2026/04/24 04:38:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : splitbananasplit: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:38:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:38:26 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/base64 run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:38:32 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:33 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:35 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:36 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:38 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:39 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:41 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:42 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:44 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:45 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:38:47 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:38:48 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:38:50 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:38:51 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:38:53 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:38:54 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:38:56 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:38:57 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:38:59 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:01 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:39:01 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:02 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : apple: Excluded 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:39:02 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : banana: Excluded 2026/04/24 04:39:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : splitbananasplit: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:39:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:39:02 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:39:02 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:02 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:02 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:02 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:02 DEBUG : banana: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : apple: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:02 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:02 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:02 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:02 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:02 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:02 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:02 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:02 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/04/24 04:39:02 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:39:02 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:39:02 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:39:03 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Uploading chunk 0, size=16, remain=0 2026/04/24 04:39:04 DEBUG : YXBwbGU=: Uploading chunk 0, size=5, remain=0 2026/04/24 04:39:04 DEBUG : YmFuYW5h: Uploading chunk 0, size=6, remain=0 2026/04/24 04:39:04 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:04 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/04/24 04:39:04 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:39:04 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:04 DEBUG : YXBwbGU=: size = 5 OK 2026/04/24 04:39:04 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/04/24 04:39:04 INFO : apple: Copied (new) to: YXBwbGU= 2026/04/24 04:39:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:04 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/04/24 04:39:04 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:39:04 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:05 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:05 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:05 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:06 DEBUG : YmFuYW5h: size = 6 OK 2026/04/24 04:39:06 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/04/24 04:39:06 INFO : banana: Copied (new) to: YmFuYW5h 2026/04/24 04:39:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/04/24 04:39:06 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:39:06 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/04/24 04:39:06 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:39:06 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:06 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/04/24 04:39:06 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:39:06 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:07 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:07 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:07 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:07 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/04/24 04:39:07 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:39:07 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/04/24 04:39:08 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:39:08 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:08 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/04/24 04:39:08 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:39:08 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/04/24 04:39:08 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:39:08 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:09 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:09 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/04/24 04:39:09 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:39:09 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:09 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Uploading chunk 0, size=20, remain=0 2026/04/24 04:39:09 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:10 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/04/24 04:39:10 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:39:10 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:10 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Uploading chunk 0, size=19, remain=0 2026/04/24 04:39:10 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Uploading chunk 0, size=20, remain=0 2026/04/24 04:39:11 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/04/24 04:39:11 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:39:11 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:11 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:11 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/04/24 04:39:11 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:39:11 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:11 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:11 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/04/24 04:39:11 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:39:11 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:11 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:12 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/04/24 04:39:12 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:39:12 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:12 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Uploading chunk 0, size=18, remain=0 2026/04/24 04:39:13 DEBUG : dir1/MDAxNS05Oz0udHh0: Uploading chunk 0, size=17, remain=0 2026/04/24 04:39:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Uploading chunk 0, size=19, remain=0 2026/04/24 04:39:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/04/24 04:39:13 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:39:13 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:14 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/04/24 04:39:14 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:39:14 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:14 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/04/24 04:39:14 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:39:14 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:14 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:14 INFO : dir1/0005-fghijkl.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0010-456789.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0012-6789;.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0014-89;=.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0002-cdefghi.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0006-ghijklm.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0009-3456789.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0015-9;=.txt: Deleted 2026/04/24 04:39:14 INFO : apple: Deleted 2026/04/24 04:39:14 INFO : banana: Deleted 2026/04/24 04:39:14 INFO : dir1/0003-defghij.txt: Deleted 2026/04/24 04:39:14 INFO : splitbananasplit: Deleted 2026/04/24 04:39:14 INFO : dir1/0007-1234567.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0004-efghijk.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0013-789;=.txt: Deleted 2026/04/24 04:39:14 INFO : appleappleapplebanana: Deleted 2026/04/24 04:39:14 INFO : dir1/0000-abcdefg.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0008-2345678.txt: Deleted 2026/04/24 04:39:14 INFO : dir1/0011-56789;.txt: Deleted 2026/04/24 04:39:14 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/04/24 04:39:15 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : YmFuYW5h: Excluded 2026/04/24 04:39:15 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : YXBwbGU=: Excluded 2026/04/24 04:39:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/04/24 04:39:15 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/04/24 04:39:15 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:15 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:15 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/04/24 04:39:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:39:15 DEBUG : YXBwbGU=: size = 5 OK 2026/04/24 04:39:15 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : YmFuYW5h: size = 6 OK 2026/04/24 04:39:15 DEBUG : apple: Unchanged skipping 2026/04/24 04:39:15 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/04/24 04:39:15 DEBUG : banana: Unchanged skipping 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/04/24 04:39:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:39:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:39:15 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:39:15 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:39:15 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:15 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/04/24 04:39:16 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : YmFuYW5h: Excluded 2026/04/24 04:39:16 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : YXBwbGU=: Excluded 2026/04/24 04:39:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/04/24 04:39:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/04/24 04:39:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/04/24 04:39:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:16 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:16 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:16 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/04/24 04:39:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:16 DEBUG : apple: transformed to: YXBwbGU= 2026/04/24 04:39:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/04/24 04:39:16 DEBUG : banana: transformed to: YmFuYW5h 2026/04/24 04:39:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/04/24 04:39:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/04/24 04:39:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/04/24 04:39:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/04/24 04:39:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/04/24 04:39:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:39:22 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:24 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:26 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:28 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:30 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:32 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:33 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:35 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:37 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:39 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:41 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:39:43 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:39:44 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:39:46 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:39:48 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:39:50 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:39:52 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:39:54 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:39:55 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:39:57 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:39:59 DEBUG : Waiting for deletions to finish 2026/04/24 04:39:59 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : apple: Excluded 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:39:59 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : banana: Excluded 2026/04/24 04:39:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : splitbananasplit: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:39:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:39:59 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : apple: Need to transfer - File not found at Destination 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : banana: Need to transfer - File not found at Destination 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:39:59 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:39:59 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:39:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:39:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:39:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:39:59 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/04/24 04:39:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:39:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/04/24 04:40:00 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/04/24 04:40:00 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/04/24 04:40:00 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/04/24 04:40:00 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/04/24 04:40:00 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/04/24 04:40:00 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/04/24 04:40:00 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/04/24 04:40:00 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/04/24 04:40:00 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/04/24 04:40:00 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/04/24 04:40:00 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/04/24 04:40:00 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/04/24 04:40:00 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/04/24 04:40:00 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/04/24 04:40:00 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/04/24 04:40:00 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:00 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:40:00 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:40:00 DEBUG : PREFIXappleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:00 DEBUG : PREFIXapple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:40:01 DEBUG : PREFIXbanana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:40:01 DEBUG : PREFIXsplitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:40:01 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/04/24 04:40:01 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:40:01 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/04/24 04:40:01 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:01 DEBUG : PREFIXapple: size = 5 OK 2026/04/24 04:40:01 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/04/24 04:40:01 INFO : apple: Copied (new) to: PREFIXapple 2026/04/24 04:40:01 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:01 DEBUG : PREFIXbanana: size = 6 OK 2026/04/24 04:40:01 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/04/24 04:40:01 INFO : banana: Copied (new) to: PREFIXbanana 2026/04/24 04:40:01 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:02 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/04/24 04:40:02 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:40:02 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/04/24 04:40:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:03 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/04/24 04:40:03 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:40:03 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:03 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:03 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:40:03 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:40:03 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:03 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:03 DEBUG : dir1/PREFIX0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:03 DEBUG : dir1/PREFIX0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:04 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/04/24 04:40:04 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:40:04 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:04 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/04/24 04:40:04 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:40:04 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:04 DEBUG : dir1/PREFIX0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:04 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/04/24 04:40:04 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:40:04 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:05 DEBUG : dir1/PREFIX0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:05 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/04/24 04:40:05 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:40:05 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:06 DEBUG : dir1/PREFIX0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:06 DEBUG : dir1/PREFIX0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:06 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/04/24 04:40:06 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:40:06 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:06 DEBUG : dir1/PREFIX0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:07 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/04/24 04:40:07 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:40:07 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:07 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/04/24 04:40:07 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:40:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:07 DEBUG : dir1/PREFIX0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:07 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/04/24 04:40:07 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:40:07 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:08 DEBUG : dir1/PREFIX0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:08 DEBUG : dir1/PREFIX0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:08 DEBUG : dir1/PREFIX0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:08 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/04/24 04:40:08 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:40:08 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:09 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/04/24 04:40:09 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:40:09 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:09 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/04/24 04:40:09 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:40:09 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:09 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/04/24 04:40:09 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:40:09 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:09 DEBUG : dir1/PREFIX0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:40:10 DEBUG : dir1/PREFIX0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:40:10 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/04/24 04:40:10 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:40:10 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:11 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/04/24 04:40:11 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:40:11 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:11 DEBUG : Waiting for deletions to finish 2026/04/24 04:40:11 INFO : dir1/0003-defghij.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0015-9;=.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0009-3456789.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0004-efghijk.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0002-cdefghi.txt: Deleted 2026/04/24 04:40:11 INFO : appleappleapplebanana: Deleted 2026/04/24 04:40:11 INFO : dir1/0006-ghijklm.txt: Deleted 2026/04/24 04:40:11 INFO : splitbananasplit: Deleted 2026/04/24 04:40:11 INFO : dir1/0012-6789;.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0005-fghijkl.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0013-789;=.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0014-89;=.txt: Deleted 2026/04/24 04:40:11 INFO : apple: Deleted 2026/04/24 04:40:11 INFO : banana: Deleted 2026/04/24 04:40:11 INFO : dir1/0008-2345678.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0007-1234567.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0011-56789;.txt: Deleted 2026/04/24 04:40:11 INFO : dir1/0010-456789.txt: Deleted 2026/04/24 04:40:12 INFO : dir1/0000-abcdefg.txt: Deleted 2026/04/24 04:40:12 DEBUG : Waiting for deletions to finish 2026/04/24 04:40:12 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : PREFIXapple: Excluded 2026/04/24 04:40:12 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : PREFIXappleappleapplebanana: Excluded 2026/04/24 04:40:12 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : PREFIXbanana: Excluded 2026/04/24 04:40:12 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : PREFIXsplitbananasplit: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:40:12 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : apple: transformed to: PREFIXapple 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/04/24 04:40:13 DEBUG : banana: transformed to: PREFIXbanana 2026/04/24 04:40:13 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/04/24 04:40:13 DEBUG : apple: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : banana: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:40:13 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:40:13 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:40:13 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:40:14 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:14 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:40:14 DEBUG : apple: size = 5 OK 2026/04/24 04:40:14 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/04/24 04:40:14 INFO : apple: Copied (new) 2026/04/24 04:40:15 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:40:15 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:40:15 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:40:15 INFO : appleappleapplebanana: Copied (new) 2026/04/24 04:40:15 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:40:15 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:40:15 INFO : splitbananasplit: Copied (new) 2026/04/24 04:40:15 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:15 DEBUG : banana: size = 6 OK 2026/04/24 04:40:15 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/04/24 04:40:15 INFO : banana: Copied (new) 2026/04/24 04:40:16 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:16 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:40:16 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:40:16 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/04/24 04:40:17 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:40:17 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:40:17 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/04/24 04:40:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:40:17 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:40:17 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/04/24 04:40:17 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:40:17 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:40:17 INFO : dir1/0003-defghij.txt: Copied (new) 2026/04/24 04:40:18 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:18 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:40:18 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:40:18 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/04/24 04:40:19 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:40:19 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:40:19 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/04/24 04:40:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:40:19 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:40:19 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/04/24 04:40:19 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:20 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:40:20 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:40:20 INFO : dir1/0007-1234567.txt: Copied (new) 2026/04/24 04:40:20 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:40:20 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:40:20 INFO : dir1/0008-2345678.txt: Copied (new) 2026/04/24 04:40:20 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:20 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:40:20 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:40:20 INFO : dir1/0009-3456789.txt: Copied (new) 2026/04/24 04:40:21 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:21 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:40:21 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:40:21 INFO : dir1/0010-456789.txt: Copied (new) 2026/04/24 04:40:21 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:40:22 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:40:22 INFO : dir1/0012-6789;.txt: Copied (new) 2026/04/24 04:40:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:40:22 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:40:22 INFO : dir1/0011-56789;.txt: Copied (new) 2026/04/24 04:40:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:40:22 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:40:22 INFO : dir1/0013-789;=.txt: Copied (new) 2026/04/24 04:40:22 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:40:23 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:40:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:40:23 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:40:23 INFO : dir1/0014-89;=.txt: Copied (new) 2026/04/24 04:40:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:40:24 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:40:24 INFO : dir1/0015-9;=.txt: Copied (new) 2026/04/24 04:40:24 DEBUG : Waiting for deletions to finish 2026/04/24 04:40:24 INFO : PREFIXsplitbananasplit: Deleted 2026/04/24 04:40:24 INFO : PREFIXapple: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/04/24 04:40:24 INFO : PREFIXbanana: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/04/24 04:40:24 INFO : PREFIXappleappleapplebanana: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/04/24 04:40:24 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/04/24 04:40:25 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/04/24 04:40:25 DEBUG : Waiting for deletions to finish 2026/04/24 04:40:26 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : apple: Excluded 2026/04/24 04:40:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:40:26 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : banana: Excluded 2026/04/24 04:40:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : splitbananasplit: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:40:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:40:26 DEBUG : Waiting for deletions to finish 2026/04/24 04:40:26 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : apple: Excluded 2026/04/24 04:40:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:40:26 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : banana: Excluded 2026/04/24 04:40:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:40:26 DEBUG : splitbananasplit: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:40:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:40:27 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/suffix run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:40:33 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:35 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:36 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:38 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:40 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:42 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:43 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:45 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:47 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:49 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:40:50 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:52 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:40:54 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:55 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:40:57 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:40:59 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:41:01 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:41:03 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:41:05 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:06 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:41:07 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:07 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:41:07 DEBUG : apple: Excluded 2026/04/24 04:41:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:41:07 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:41:07 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:41:07 DEBUG : banana: Excluded 2026/04/24 04:41:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:41:07 DEBUG : splitbananasplit: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:41:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:41:08 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:41:08 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:08 DEBUG : apple: Need to transfer - File not found at Destination 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : banana: Need to transfer - File not found at Destination 2026/04/24 04:41:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:08 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:41:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:08 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/04/24 04:41:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:09 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:41:09 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:41:09 DEBUG : appleappleapplebananaSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:09 DEBUG : appleSUFFIX: Uploading chunk 0, size=5, remain=0 2026/04/24 04:41:10 DEBUG : bananaSUFFIX: Uploading chunk 0, size=6, remain=0 2026/04/24 04:41:10 DEBUG : splitbananasplitSUFFIX: Uploading chunk 0, size=16, remain=0 2026/04/24 04:41:10 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/04/24 04:41:10 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:41:10 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/04/24 04:41:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:11 DEBUG : appleSUFFIX: size = 5 OK 2026/04/24 04:41:11 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/04/24 04:41:11 INFO : apple: Copied (new) to: appleSUFFIX 2026/04/24 04:41:11 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:11 DEBUG : bananaSUFFIX: size = 6 OK 2026/04/24 04:41:11 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/04/24 04:41:11 INFO : banana: Copied (new) to: bananaSUFFIX 2026/04/24 04:41:11 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:11 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:11 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:11 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/04/24 04:41:11 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:41:11 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/04/24 04:41:11 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:12 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/04/24 04:41:12 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:41:12 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0003-defghij.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:12 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/04/24 04:41:12 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:41:12 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/04/24 04:41:12 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:41:12 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:13 DEBUG : dir1/0004-efghijk.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:13 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:13 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:14 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/04/24 04:41:14 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:41:14 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/04/24 04:41:14 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:41:14 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/04/24 04:41:14 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:41:14 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/04/24 04:41:14 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:41:14 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:15 DEBUG : dir1/0007-1234567.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:15 DEBUG : dir1/0009-3456789.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:15 DEBUG : dir1/0010-456789.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2026/04/24 04:41:16 DEBUG : dir1/0008-2345678.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:16 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/04/24 04:41:16 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:41:16 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:16 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/04/24 04:41:16 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:41:16 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:16 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/04/24 04:41:16 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:41:16 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:17 DEBUG : dir1/0011-56789;.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2026/04/24 04:41:17 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/04/24 04:41:17 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:41:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:18 DEBUG : dir1/0012-6789;.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2026/04/24 04:41:18 DEBUG : dir1/0014-89;=.txtSUFFIX: Uploading chunk 0, size=18, remain=0 2026/04/24 04:41:18 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/04/24 04:41:18 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:41:18 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:18 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/04/24 04:41:18 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:41:18 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:19 DEBUG : dir1/0013-789;=.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2026/04/24 04:41:19 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/04/24 04:41:19 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:41:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:19 DEBUG : dir1/0015-9;=.txtSUFFIX: Uploading chunk 0, size=17, remain=0 2026/04/24 04:41:20 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/04/24 04:41:20 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:41:20 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:20 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/04/24 04:41:20 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:41:20 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:20 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:20 INFO : dir1/0007-1234567.txt: Deleted 2026/04/24 04:41:20 INFO : appleappleapplebanana: Deleted 2026/04/24 04:41:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0004-efghijk.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0010-456789.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0006-ghijklm.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0000-abcdefg.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0005-fghijkl.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0008-2345678.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0011-56789;.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0014-89;=.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0012-6789;.txt: Deleted 2026/04/24 04:41:20 INFO : apple: Deleted 2026/04/24 04:41:20 INFO : dir1/0015-9;=.txt: Deleted 2026/04/24 04:41:20 INFO : dir1/0003-defghij.txt: Deleted 2026/04/24 04:41:20 INFO : banana: Deleted 2026/04/24 04:41:21 INFO : dir1/0009-3456789.txt: Deleted 2026/04/24 04:41:21 INFO : splitbananasplit: Deleted 2026/04/24 04:41:21 INFO : dir1/0013-789;=.txt: Deleted 2026/04/24 04:41:21 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:21 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : appleappleapplebananaSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : appleSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : bananaSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : splitbananasplitSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : apple: transformed to: appleSUFFIX 2026/04/24 04:41:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/04/24 04:41:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/04/24 04:41:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/04/24 04:41:22 DEBUG : apple: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : banana: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:41:22 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:41:22 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:41:22 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:41:23 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:23 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:41:23 DEBUG : apple: size = 5 OK 2026/04/24 04:41:23 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/04/24 04:41:23 INFO : apple: Copied (new) 2026/04/24 04:41:24 DEBUG : banana: size = 6 OK 2026/04/24 04:41:24 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/04/24 04:41:24 INFO : banana: Copied (new) 2026/04/24 04:41:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:41:24 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:41:24 INFO : appleappleapplebanana: Copied (new) 2026/04/24 04:41:24 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:41:24 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:25 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:25 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:41:25 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:41:25 INFO : splitbananasplit: Copied (new) 2026/04/24 04:41:25 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:25 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:41:25 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:41:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/04/24 04:41:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:41:25 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:41:25 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/04/24 04:41:26 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:41:26 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:41:26 INFO : dir1/0003-defghij.txt: Copied (new) 2026/04/24 04:41:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:41:26 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:41:26 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/04/24 04:41:27 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:41:27 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:41:27 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/04/24 04:41:27 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:27 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:41:27 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:41:27 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/04/24 04:41:28 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:41:28 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:41:28 INFO : dir1/0007-1234567.txt: Copied (new) 2026/04/24 04:41:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:41:28 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:41:28 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/04/24 04:41:29 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:41:29 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:41:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:41:29 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:41:29 INFO : dir1/0009-3456789.txt: Copied (new) 2026/04/24 04:41:30 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:41:30 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:41:30 INFO : dir1/0011-56789;.txt: Copied (new) 2026/04/24 04:41:30 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:41:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:41:30 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:41:30 INFO : dir1/0010-456789.txt: Copied (new) 2026/04/24 04:41:30 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:41:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:41:31 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:41:31 INFO : dir1/0008-2345678.txt: Copied (new) 2026/04/24 04:41:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:41:31 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:41:31 INFO : dir1/0012-6789;.txt: Copied (new) 2026/04/24 04:41:31 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:41:32 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:41:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:41:32 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:41:32 INFO : dir1/0014-89;=.txt: Copied (new) 2026/04/24 04:41:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:41:32 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:41:32 INFO : dir1/0013-789;=.txt: Copied (new) 2026/04/24 04:41:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:41:33 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:41:33 INFO : dir1/0015-9;=.txt: Copied (new) 2026/04/24 04:41:33 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:33 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : appleSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : splitbananasplitSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : appleappleapplebananaSUFFIX: Deleted 2026/04/24 04:41:33 INFO : bananaSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/04/24 04:41:33 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/04/24 04:41:33 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:34 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : apple: Excluded 2026/04/24 04:41:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:41:34 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : banana: Excluded 2026/04/24 04:41:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : splitbananasplit: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:41:34 DEBUG : Waiting for deletions to finish 2026/04/24 04:41:34 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : apple: Excluded 2026/04/24 04:41:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:41:34 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : banana: Excluded 2026/04/24 04:41:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : splitbananasplit: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:41:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:41:34 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/truncate run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:41:41 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:43 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:45 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:46 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:48 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:50 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:52 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:54 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:55 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:57 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:41:59 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:01 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:03 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:42:05 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:42:07 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:42:08 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:42:10 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:42:12 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:42:14 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:16 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:42:17 DEBUG : Waiting for deletions to finish 2026/04/24 04:42:17 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : apple: Excluded 2026/04/24 04:42:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:42:17 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : banana: Excluded 2026/04/24 04:42:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : splitbananasplit: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:42:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:42:17 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : apple: size = 5 OK 2026/04/24 04:42:18 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:18 DEBUG : apple: Unchanged skipping 2026/04/24 04:42:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:18 DEBUG : banana: size = 6 OK 2026/04/24 04:42:18 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:18 DEBUG : banana: Unchanged skipping 2026/04/24 04:42:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/04/24 04:42:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/04/24 04:42:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:18 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:42:18 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:42:19 DEBUG : appleapple: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:19 DEBUG : dir1/0000-abcde: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:19 DEBUG : dir1/0001-bcdef: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:20 DEBUG : appleapple: size = 21 OK 2026/04/24 04:42:20 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/04/24 04:42:20 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/04/24 04:42:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:20 DEBUG : splitbanan: Uploading chunk 0, size=16, remain=0 2026/04/24 04:42:20 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/04/24 04:42:20 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/04/24 04:42:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/04/24 04:42:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:20 DEBUG : dir1/0000-abcde: size = 21 OK 2026/04/24 04:42:20 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/04/24 04:42:20 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/04/24 04:42:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:20 DEBUG : dir1/0002-cdefg: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:21 DEBUG : splitbanan: size = 16 OK 2026/04/24 04:42:21 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/04/24 04:42:21 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/04/24 04:42:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:21 DEBUG : dir1/0003-defgh: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:21 DEBUG : dir1/0004-efghi: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:22 DEBUG : dir1/0005-fghij: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:22 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/04/24 04:42:22 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/04/24 04:42:22 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/04/24 04:42:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:22 DEBUG : dir1/0004-efghi: size = 21 OK 2026/04/24 04:42:22 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/04/24 04:42:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/04/24 04:42:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:22 DEBUG : dir1/0003-defgh: size = 21 OK 2026/04/24 04:42:22 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/04/24 04:42:22 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/04/24 04:42:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:23 DEBUG : dir1/0005-fghij: size = 21 OK 2026/04/24 04:42:23 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/04/24 04:42:23 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/04/24 04:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:23 DEBUG : dir1/0006-ghijk: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:23 DEBUG : dir1/0008-23456: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:23 DEBUG : dir1/0007-12345: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:24 DEBUG : dir1/0009-34567: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:24 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/04/24 04:42:24 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/04/24 04:42:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/04/24 04:42:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:24 DEBUG : dir1/0008-23456: size = 21 OK 2026/04/24 04:42:24 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/04/24 04:42:24 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/04/24 04:42:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:24 DEBUG : dir1/0007-12345: size = 21 OK 2026/04/24 04:42:24 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/04/24 04:42:24 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/04/24 04:42:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:25 DEBUG : dir1/0009-34567: size = 21 OK 2026/04/24 04:42:25 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/04/24 04:42:25 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/04/24 04:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:25 DEBUG : dir1/0010-45678: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:25 DEBUG : dir1/0011-56789: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:25 DEBUG : dir1/0013-789;=: Uploading chunk 0, size=19, remain=0 2026/04/24 04:42:25 DEBUG : dir1/0012-6789;: Uploading chunk 0, size=19, remain=0 2026/04/24 04:42:26 DEBUG : dir1/0010-45678: size = 20 OK 2026/04/24 04:42:26 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/04/24 04:42:26 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/04/24 04:42:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:26 DEBUG : dir1/0011-56789: size = 20 OK 2026/04/24 04:42:26 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/04/24 04:42:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/04/24 04:42:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:26 DEBUG : dir1/0013-789;=: size = 19 OK 2026/04/24 04:42:26 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/04/24 04:42:26 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/04/24 04:42:26 DEBUG : dir1/0012-6789;: size = 19 OK 2026/04/24 04:42:26 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/04/24 04:42:26 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/04/24 04:42:26 DEBUG : dir1/0014-89;=.: Uploading chunk 0, size=18, remain=0 2026/04/24 04:42:27 DEBUG : dir1/0015-9;=.t: Uploading chunk 0, size=17, remain=0 2026/04/24 04:42:27 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/04/24 04:42:27 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/04/24 04:42:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/04/24 04:42:28 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/04/24 04:42:28 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/04/24 04:42:28 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/04/24 04:42:28 DEBUG : Waiting for deletions to finish 2026/04/24 04:42:28 INFO : dir1/0002-cdefghi.txt: Deleted 2026/04/24 04:42:28 INFO : splitbananasplit: Deleted 2026/04/24 04:42:28 INFO : dir1/0005-fghijkl.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0009-3456789.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0008-2345678.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0014-89;=.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0015-9;=.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0007-1234567.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0012-6789;.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0000-abcdefg.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0003-defghij.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0011-56789;.txt: Deleted 2026/04/24 04:42:28 INFO : appleappleapplebanana: Deleted 2026/04/24 04:42:28 INFO : dir1/0013-789;=.txt: Deleted 2026/04/24 04:42:28 INFO : dir1/0010-456789.txt: Deleted 2026/04/24 04:42:28 DEBUG : Waiting for deletions to finish 2026/04/24 04:42:29 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : apple: Excluded 2026/04/24 04:42:29 DEBUG : appleapple: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : appleapple: Excluded 2026/04/24 04:42:29 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : banana: Excluded 2026/04/24 04:42:29 DEBUG : splitbanan: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : splitbanan: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0000-abcde: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdef: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefg: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0003-defgh: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0004-efghi: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0005-fghij: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijk: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0007-12345: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0008-23456: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0009-34567: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0010-45678: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0011-56789: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.t: Excluded 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:29 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:29 DEBUG : apple: size = 5 OK 2026/04/24 04:42:29 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : apple: Unchanged skipping 2026/04/24 04:42:29 DEBUG : appleapple: size = 21 OK 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:42:29 DEBUG : banana: size = 6 OK 2026/04/24 04:42:29 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : banana: Unchanged skipping 2026/04/24 04:42:29 DEBUG : splitbanan: size = 16 OK 2026/04/24 04:42:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/04/24 04:42:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/04/24 04:42:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/04/24 04:42:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/04/24 04:42:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/04/24 04:42:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/04/24 04:42:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/04/24 04:42:29 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/04/24 04:42:29 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/04/24 04:42:29 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/04/24 04:42:29 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/04/24 04:42:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/04/24 04:42:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/04/24 04:42:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/04/24 04:42:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/04/24 04:42:29 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/04/24 04:42:29 DEBUG : dir1/0000-abcde: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0004-efghi: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0005-fghij: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0003-defgh: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0007-12345: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0008-23456: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:42:29 DEBUG : dir1/0009-34567: size = 21 OK 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0010-45678: size = 20 OK 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0011-56789: size = 20 OK 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;: size = 19 OK 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=: size = 19 OK 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:42:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:42:29 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:42:29 DEBUG : Waiting for deletions to finish 2026/04/24 04:42:29 DEBUG : Waiting for deletions to finish 2026/04/24 04:42:30 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : apple: Excluded 2026/04/24 04:42:30 DEBUG : appleapple: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : appleapple: Excluded 2026/04/24 04:42:30 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : banana: Excluded 2026/04/24 04:42:30 DEBUG : splitbanan: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : splitbanan: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0000-abcde: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0001-bcdef: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0002-cdefg: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0003-defgh: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0004-efghi: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0005-fghij: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0006-ghijk: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0007-12345: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0008-23456: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0009-34567: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0010-45678: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0011-56789: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0012-6789;: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0013-789;=: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0014-89;=.: Excluded 2026/04/24 04:42:30 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/04/24 04:42:30 DEBUG : dir1/0015-9;=.t: Excluded 2026/04/24 04:42:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/04/24 04:42:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/04/24 04:42:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/04/24 04:42:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/04/24 04:42:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/04/24 04:42:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/04/24 04:42:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/04/24 04:42:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/04/24 04:42:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/04/24 04:42:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/04/24 04:42:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/04/24 04:42:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/04/24 04:42:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/04/24 04:42:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/04/24 04:42:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/04/24 04:42:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/04/24 04:42:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/04/24 04:42:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/04/24 04:42:30 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:42:36 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:38 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:40 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:41 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:43 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:45 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:47 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:48 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:50 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:52 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:42:54 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:55 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:42:57 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:42:59 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:43:00 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:43:02 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:43:04 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:43:06 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:43:07 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:09 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:43:10 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:10 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : apple: Excluded 2026/04/24 04:43:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:10 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : banana: Excluded 2026/04/24 04:43:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:10 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:43:11 DEBUG : apple: size = 5 OK 2026/04/24 04:43:11 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : apple: Unchanged skipping 2026/04/24 04:43:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:43:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:43:11 DEBUG : banana: size = 6 OK 2026/04/24 04:43:11 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : banana: Unchanged skipping 2026/04/24 04:43:11 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:43:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:43:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:43:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:43:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:43:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:43:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:43:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:43:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:43:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:43:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:43:11 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:11 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:11 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : apple: Excluded 2026/04/24 04:43:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:11 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : banana: Excluded 2026/04/24 04:43:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:11 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:43:12 DEBUG : apple: size = 5 OK 2026/04/24 04:43:12 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : apple: Unchanged skipping 2026/04/24 04:43:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:43:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:43:12 DEBUG : banana: size = 6 OK 2026/04/24 04:43:12 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : banana: Unchanged skipping 2026/04/24 04:43:12 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:43:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:43:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:43:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:43:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:43:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:43:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:43:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:43:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:43:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:43:12 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:43:12 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:12 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:12 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:12 DEBUG : apple: Excluded 2026/04/24 04:43:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:12 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:12 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:12 DEBUG : banana: Excluded 2026/04/24 04:43:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:12 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:43:13 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:13 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : apple: Excluded 2026/04/24 04:43:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:13 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : banana: Excluded 2026/04/24 04:43:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:13 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ISO-8859-1 run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:43:19 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:21 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:23 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:25 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:26 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:28 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:30 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:31 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:33 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:35 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:37 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:43:38 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:43:40 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:43:42 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:43:44 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:43:46 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:43:47 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:43:49 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:43:51 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:43:53 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:43:54 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:54 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : apple: Excluded 2026/04/24 04:43:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:54 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : banana: Excluded 2026/04/24 04:43:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:54 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:43:55 DEBUG : apple: size = 5 OK 2026/04/24 04:43:55 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : apple: Unchanged skipping 2026/04/24 04:43:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:43:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:43:55 DEBUG : banana: size = 6 OK 2026/04/24 04:43:55 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : banana: Unchanged skipping 2026/04/24 04:43:55 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:43:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:43:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:43:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:43:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:43:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:43:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:43:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:43:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:43:55 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:43:55 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:43:55 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:55 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:55 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : apple: Excluded 2026/04/24 04:43:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:55 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : banana: Excluded 2026/04/24 04:43:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:55 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:43:56 DEBUG : apple: size = 5 OK 2026/04/24 04:43:56 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : apple: Unchanged skipping 2026/04/24 04:43:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:43:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:43:56 DEBUG : banana: size = 6 OK 2026/04/24 04:43:56 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : banana: Unchanged skipping 2026/04/24 04:43:56 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:43:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:43:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:43:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:43:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:43:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:43:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:43:56 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:43:56 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:43:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:43:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:43:56 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:43:56 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:56 DEBUG : Waiting for deletions to finish 2026/04/24 04:43:56 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : apple: Excluded 2026/04/24 04:43:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:43:56 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : banana: Excluded 2026/04/24 04:43:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : splitbananasplit: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:43:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:43:56 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/charmap run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:44:03 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:04 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:06 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:08 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:10 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:12 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:13 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:15 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:17 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:18 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:20 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:44:22 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:44:24 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:44:26 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:44:27 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:44:29 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:44:31 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:44:33 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:44:34 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:36 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:44:37 DEBUG : Waiting for deletions to finish 2026/04/24 04:44:37 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : apple: Excluded 2026/04/24 04:44:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:44:37 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : banana: Excluded 2026/04/24 04:44:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : splitbananasplit: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:44:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:44:37 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:44:38 DEBUG : apple: size = 5 OK 2026/04/24 04:44:38 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : apple: Unchanged skipping 2026/04/24 04:44:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:44:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:44:38 DEBUG : banana: size = 6 OK 2026/04/24 04:44:38 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : banana: Unchanged skipping 2026/04/24 04:44:38 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:44:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:44:38 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:44:38 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:44:38 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:44:38 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:44:38 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:44:38 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:44:38 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:44:38 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:44:38 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:44:38 DEBUG : Waiting for deletions to finish 2026/04/24 04:44:38 DEBUG : Waiting for deletions to finish 2026/04/24 04:44:38 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : apple: Excluded 2026/04/24 04:44:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:44:38 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : banana: Excluded 2026/04/24 04:44:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : splitbananasplit: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:44:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:44:38 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:44:39 DEBUG : apple: size = 5 OK 2026/04/24 04:44:39 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : apple: Unchanged skipping 2026/04/24 04:44:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:44:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:44:39 DEBUG : banana: size = 6 OK 2026/04/24 04:44:39 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : banana: Unchanged skipping 2026/04/24 04:44:39 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:44:39 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:44:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:44:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:44:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:44:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:44:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:44:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:44:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:44:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:44:39 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:44:39 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:44:39 DEBUG : Waiting for deletions to finish 2026/04/24 04:44:39 DEBUG : Waiting for deletions to finish 2026/04/24 04:44:39 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : apple: Excluded 2026/04/24 04:44:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:44:39 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : banana: Excluded 2026/04/24 04:44:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : splitbananasplit: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:44:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:44:39 DEBUG : dir1/0015-9;=.txt: Excluded run.go:130: removing dir "dir1" failed - try 1/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/lowercase run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:44:54 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:56 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:44:58 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:00 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:02 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:04 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:05 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:07 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:09 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:10 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:12 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:45:14 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:45:15 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:45:17 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:45:19 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:45:21 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:45:23 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:45:24 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:45:26 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:28 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:45:29 DEBUG : Waiting for deletions to finish 2026/04/24 04:45:29 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : apple: Excluded 2026/04/24 04:45:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:45:29 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : banana: Excluded 2026/04/24 04:45:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : splitbananasplit: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:45:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:45:29 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:45:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:45:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:45:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:45:30 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:45:30 DEBUG : apple: size = 5 OK 2026/04/24 04:45:30 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : apple: Unchanged skipping 2026/04/24 04:45:30 DEBUG : banana: size = 6 OK 2026/04/24 04:45:30 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : banana: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:45:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:45:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:45:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:45:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:45:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:45:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:45:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:45:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:45:30 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:45:30 DEBUG : Waiting for deletions to finish 2026/04/24 04:45:30 DEBUG : Waiting for deletions to finish 2026/04/24 04:45:30 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : apple: Excluded 2026/04/24 04:45:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:45:30 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : banana: Excluded 2026/04/24 04:45:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : splitbananasplit: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:45:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:45:30 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:45:31 DEBUG : apple: size = 5 OK 2026/04/24 04:45:31 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : apple: Unchanged skipping 2026/04/24 04:45:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:45:31 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:45:31 DEBUG : banana: size = 6 OK 2026/04/24 04:45:31 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : banana: Unchanged skipping 2026/04/24 04:45:31 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:45:31 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:45:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:45:31 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:45:31 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:45:31 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:45:31 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:45:31 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:45:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:45:31 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:45:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:45:31 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:45:31 DEBUG : Waiting for deletions to finish 2026/04/24 04:45:31 DEBUG : Waiting for deletions to finish 2026/04/24 04:45:31 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : apple: Excluded 2026/04/24 04:45:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:45:31 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : banana: Excluded 2026/04/24 04:45:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : splitbananasplit: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:45:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:45:31 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ascii run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:45:38 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:40 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:41 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:43 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:45 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:47 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:48 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:50 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:52 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:53 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2026/04/24 04:45:55 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:45:57 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2026/04/24 04:45:58 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:46:00 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2026/04/24 04:46:02 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2026/04/24 04:46:03 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2026/04/24 04:46:05 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2026/04/24 04:46:06 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2026/04/24 04:46:08 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2026/04/24 04:46:10 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2026/04/24 04:46:10 DEBUG : Waiting for deletions to finish 2026/04/24 04:46:11 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : apple: Excluded 2026/04/24 04:46:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:46:11 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : banana: Excluded 2026/04/24 04:46:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : splitbananasplit: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:46:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:46:11 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:46:11 DEBUG : apple: size = 5 OK 2026/04/24 04:46:11 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:46:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : banana: size = 6 OK 2026/04/24 04:46:11 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : banana: Unchanged skipping 2026/04/24 04:46:11 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : apple: Unchanged skipping 2026/04/24 04:46:11 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:46:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:46:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:46:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:46:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:46:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:46:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:46:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:46:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:46:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:46:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:11 DEBUG : Waiting for deletions to finish 2026/04/24 04:46:11 DEBUG : Waiting for deletions to finish 2026/04/24 04:46:12 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : apple: Excluded 2026/04/24 04:46:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:46:12 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : banana: Excluded 2026/04/24 04:46:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : splitbananasplit: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:46:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:46:12 DEBUG : dir1/0015-9;=.txt: Excluded 2026/04/24 04:46:12 DEBUG : apple: size = 5 OK 2026/04/24 04:46:12 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : apple: Unchanged skipping 2026/04/24 04:46:12 DEBUG : banana: size = 6 OK 2026/04/24 04:46:12 DEBUG : splitbananasplit: size = 16 OK 2026/04/24 04:46:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : splitbananasplit: Unchanged skipping 2026/04/24 04:46:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/04/24 04:46:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/04/24 04:46:12 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : banana: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/04/24 04:46:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/04/24 04:46:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/04/24 04:46:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/04/24 04:46:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/04/24 04:46:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/04/24 04:46:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/04/24 04:46:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/24 04:46:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/04/24 04:46:12 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:12 DEBUG : Waiting for deletions to finish 2026/04/24 04:46:12 DEBUG : Waiting for deletions to finish 2026/04/24 04:46:13 DEBUG : apple: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : apple: Excluded 2026/04/24 04:46:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : appleappleapplebanana: Excluded 2026/04/24 04:46:13 DEBUG : banana: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : banana: Excluded 2026/04/24 04:46:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : splitbananasplit: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0003-defghij.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0007-1234567.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0008-2345678.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0009-3456789.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0010-456789.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0011-56789;.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0012-6789;.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0013-789;=.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0014-89;=.txt: Excluded 2026/04/24 04:46:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/04/24 04:46:13 DEBUG : dir1/0015-9;=.txt: Excluded run.go:130: removing dir "dir1" failed - try 1/3: folder not empty --- PASS: TestTransform (545.94s) --- PASS: TestTransform/NFC (39.22s) --- PASS: TestTransform/NFD (38.93s) --- PASS: TestTransform/base64 (50.68s) --- PASS: TestTransform/prefix (70.31s) --- PASS: TestTransform/suffix (68.25s) --- PASS: TestTransform/truncate (55.13s) --- PASS: TestTransform/encoder (43.35s) --- PASS: TestTransform/ISO-8859-1 (43.21s) --- PASS: TestTransform/charmap (51.76s) --- PASS: TestTransform/lowercase (43.33s) --- PASS: TestTransform/ascii (41.77s) === RUN TestTransformCopy run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:18 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/04/24 04:46:18 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/04/24 04:46:18 INFO : sub dir_somesuffix: Making directory 2026/04/24 04:46:19 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/04/24 04:46:19 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/04/24 04:46:19 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/04/24 04:46:19 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/04/24 04:46:19 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:19 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/04/24 04:46:19 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:19 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:20 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/04/24 04:46:20 DEBUG : sub dir/hello world.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:20 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/04/24 04:46:20 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (3.37s) === RUN TestDoubleTransform run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:22 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:22 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:22 INFO : tictactoe: Making directory 2026/04/24 04:46:22 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:22 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:22 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/04/24 04:46:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:22 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:22 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:23 DEBUG : tictactoe/tictactoe: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:24 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/04/24 04:46:24 DEBUG : toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:24 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/04/24 04:46:24 DEBUG : Waiting for deletions to finish run.go:130: removing dir "tictactoe" failed - try 1/3: folder not empty --- PASS: TestDoubleTransform (4.53s) === RUN TestFileTag run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:26 INFO : toe: Making directory 2026/04/24 04:46:27 INFO : toe/toe: Making directory 2026/04/24 04:46:27 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:27 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/04/24 04:46:27 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/04/24 04:46:27 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:27 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/04/24 04:46:27 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:27 ERROR : toe/toe/toe: Failed to copy: failed to get folder list: Directory doesn't exist (Error 404) 2026/04/24 04:46:27 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/04/24 04:46:27 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:27 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:274: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:274 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestFileTag 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:274 Error: Not equal: expected: []string{} actual : []string{"toe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "toe" } Test: TestFileTag Messages: directories --- FAIL: TestFileTag (9.24s) === RUN TestNoTag run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:36 INFO : toe/toe: Making directory 2026/04/24 04:46:36 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/04/24 04:46:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/04/24 04:46:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/04/24 04:46:36 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:36 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:37 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:38 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/04/24 04:46:38 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:38 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/04/24 04:46:38 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:38 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:291: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:291 Error: Received unexpected error: not deleting files as there were IO errors Test: TestNoTag --- FAIL: TestNoTag (4.03s) === RUN TestDirTag run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:39 DEBUG : empty_dir: Making directory with metadata 2026/04/24 04:46:39 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/24 04:46:39 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:40 INFO : tictacempty_dir: Making directory 2026/04/24 04:46:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:40 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:40 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:40 INFO : tictactoe: Making directory 2026/04/24 04:46:40 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:40 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:40 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:46:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:46:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:41 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:41 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:41 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:42 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/04/24 04:46:42 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:42 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:42 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:42 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:310: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:310 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDirTag --- FAIL: TestDirTag (4.64s) === RUN TestAllTag run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:44 DEBUG : empty_dir: Making directory with metadata 2026/04/24 04:46:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/24 04:46:44 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:44 INFO : tictacempty_dir: Making directory 2026/04/24 04:46:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:45 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:45 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:45 INFO : tictactoe: Making directory 2026/04/24 04:46:45 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:45 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:45 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:46:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:45 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/24 04:46:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:45 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:46:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:45 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:45 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:47 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/24 04:46:47 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:47 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:47 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:47 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:329: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:329 Error: Received unexpected error: not deleting files as there were IO errors Test: TestAllTag run.go:130: removing dir "tictactoe/tictactoe" failed - try 1/3: folder not empty --- FAIL: TestAllTag (5.69s) === RUN TestRunTwice run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:50 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:50 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:50 INFO : tictactoe: Making directory 2026/04/24 04:46:50 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:50 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:50 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:46:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:51 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:46:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:51 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:51 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:51 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:52 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/04/24 04:46:52 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:52 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/04/24 04:46:52 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:52 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:348: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:348 Error: Received unexpected error: not deleting files as there were IO errors Test: TestRunTwice --- FAIL: TestRunTwice (3.87s) === RUN TestConflicting run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:54 INFO : toe: Making directory 2026/04/24 04:46:54 INFO : toe/toe: Making directory 2026/04/24 04:46:54 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/04/24 04:46:54 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:54 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:55 DEBUG : toe/toe/toe: Uploading chunk 0, size=11, remain=0 2026/04/24 04:46:56 DEBUG : toe/toe/toe: size = 11 OK 2026/04/24 04:46:56 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:46:56 INFO : toe/toe/toe: Copied (new) 2026/04/24 04:46:56 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:46:56 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:389: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:389 Error: Received unexpected error: not deleting files as there were IO errors Test: TestConflicting --- FAIL: TestConflicting (3.80s) === RUN TestMove run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:46:57 DEBUG : empty_dir: Making directory with metadata 2026/04/24 04:46:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/24 04:46:57 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:58 INFO : tictacempty_dir: Making directory 2026/04/24 04:46:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:46:58 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:58 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:58 INFO : tictactoe: Making directory 2026/04/24 04:46:58 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:58 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:46:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:58 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:46:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:46:59 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/24 04:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:59 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:46:59 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:46:59 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/24 04:47:00 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:47:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:00 INFO : toe/toe/toe.txt: Deleted 2026/04/24 04:47:00 ERROR : Local file system at /tmp/rclone1967238622: not deleting directories as there were IO errors sync_transform_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:409 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove --- FAIL: TestMove (4.45s) === RUN TestTransformFile run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:47:02 DEBUG : empty_dir: Making directory with metadata 2026/04/24 04:47:02 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/24 04:47:02 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:02 INFO : tictacempty_dir: Making directory 2026/04/24 04:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:02 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:02 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:02 INFO : tictactoe: Making directory 2026/04/24 04:47:03 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:03 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:47:03 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:47:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:47:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/24 04:47:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:47:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:03 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:47:03 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:47:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:47:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/24 04:47:05 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:47:05 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:05 INFO : toe/toe/toe.txt: Deleted 2026/04/24 04:47:05 ERROR : Local file system at /tmp/rclone1967238622: not deleting directories as there were IO errors sync_transform_test.go:428: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:428 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile --- FAIL: TestTransformFile (4.35s) === RUN TestManualTransformFile run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:47:06 DEBUG : Reset feature "Copy" 2026/04/24 04:47:06 DEBUG : Reset feature "Move" 2026/04/24 04:47:06 DEBUG : Reset feature "Copy" 2026/04/24 04:47:06 DEBUG : Reset feature "Move" 2026/04/24 04:47:06 DEBUG : empty_dir: Making directory with metadata 2026/04/24 04:47:06 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/24 04:47:06 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:06 INFO : tictacempty_dir: Making directory 2026/04/24 04:47:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/04/24 04:47:07 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:07 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:07 INFO : tictactoe: Making directory 2026/04/24 04:47:07 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:07 DEBUG : toe: transformed to: tictactoe 2026/04/24 04:47:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:47:07 INFO : tictactoe/tictactoe: Making directory 2026/04/24 04:47:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/04/24 04:47:07 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/04/24 04:47:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:07 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:47:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:07 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:47:07 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:47:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2026/04/24 04:47:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/04/24 04:47:09 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:47:09 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/04/24 04:47:09 INFO : toe/toe/toe.txt: Deleted 2026/04/24 04:47:09 ERROR : Local file system at /tmp/rclone1967238622: not deleting directories as there were IO errors sync_transform_test.go:458: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:458 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile --- FAIL: TestManualTransformFile (4.32s) === RUN TestBase64 run.go:185: Remote "OpenDrive root 'rclone-test-suranug4koyo'", Local "Local file system at /tmp/rclone1967238622", Modify Window "1s" 2026/04/24 04:47:11 DEBUG : toe: transformed to: dG9l 2026/04/24 04:47:11 DEBUG : toe: transformed to: dG9l 2026/04/24 04:47:11 INFO : dG9l: Making directory 2026/04/24 04:47:11 DEBUG : toe: transformed to: dG9l 2026/04/24 04:47:11 DEBUG : toe: transformed to: dG9l 2026/04/24 04:47:11 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/04/24 04:47:11 INFO : dG9l/dG9l: Making directory 2026/04/24 04:47:11 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/04/24 04:47:11 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/04/24 04:47:11 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/04/24 04:47:11 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/04/24 04:47:11 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/04/24 04:47:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for checks to finish 2026/04/24 04:47:11 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Waiting for transfers to finish 2026/04/24 04:47:12 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Uploading chunk 0, size=11, remain=0 2026/04/24 04:47:13 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/04/24 04:47:13 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 04:47:13 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/04/24 04:47:13 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting files as there were IO errors 2026/04/24 04:47:13 ERROR : OpenDrive root 'rclone-test-suranug4koyo': not deleting directories as there were IO errors sync_transform_test.go:482: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:482 Error: Received unexpected error: not deleting files as there were IO errors Test: TestBase64 --- FAIL: TestBase64 (3.93s) FAIL 2026/04/24 04:47:15 DEBUG : OpenDrive root 'rclone-test-suranug4koyo': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestFileTag|TestManualTransformFile|TestMove|TestNoTag|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopyOverSelf|TestSyncBackupDirWithSuffix|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 10m45.092385097s (try 3/5): exit status 1: Failed [TestServerSideCopyOverSelf TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64]