"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestCopyWithDryRun|TestDirTag|TestDoubleTransform|TestFileTag|TestFixCase|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveOverSelf|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncCompareDest|TestSyncConcurrentDelete|TestSyncConcurrentTruncate|TestSyncNoEmptyDirectories|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 2/5) 2025/10/10 04:43:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele" 2025/10/10 04:43:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/10 04:43:40 DEBUG : Starting OpenDrive session with ID: 96a02de8d00ee783a096a6ecb1928fca4a53c8dcc1d7e3abbd22c020833b8bbe 2025/10/10 04:43:40 DEBUG : Creating backend with remote "/tmp/rclone2153747140" === RUN TestCopyWithDryRun run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:43:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:43:41 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/10/10 04:43:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:43:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.05s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:43:41 INFO : sub dir2: Making directory 2025/10/10 04:43:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:43:42 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:43:42 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:43:43 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2025/10/10 04:43:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:43:44 INFO : sub dir/hello world: Copied (new) 2025/10/10 04:43:44 DEBUG : Waiting for deletions to finish fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:599 Error: Should be true Test: TestSyncNoEmptyDirectories Messages: sub dir/hello world: Modification time difference too big |-216360h38m36.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-10-10 04:43:43 +0000 UTC) (precision 1s) run.go:125: removing dir "sub dir" failed - try 1/3: folder not empty --- FAIL: TestSyncNoEmptyDirectories (4.77s) === RUN TestServerSideCopy run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:43:47 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2025/10/10 04:43:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-meloruf3raza" 2025/10/10 04:43:49 DEBUG : Starting OpenDrive session with ID: f3bf89647f098b02d623a7123c0e577e13570d0d818224d2faa096525487d0a7 sync_test.go:620: Server side copy (if possible) OpenDrive root 'rclone-test-hevucaz1qele' -> OpenDrive root 'rclone-test-meloruf3raza' 2025/10/10 04:43:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:43:50 DEBUG : OpenDrive root 'rclone-test-meloruf3raza': Waiting for checks to finish 2025/10/10 04:43:50 DEBUG : OpenDrive root 'rclone-test-meloruf3raza': Waiting for transfers to finish 2025/10/10 04:43:51 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2025/10/10 04:43:51 INFO : sub dir/hello world: Copied (server-side copy) 2025/10/10 04:43:52 DEBUG : OpenDrive root 'rclone-test-meloruf3raza': Purge remote --- PASS: TestServerSideCopy (6.78s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:43:54 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2025/10/10 04:43:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bicopig5wiro" 2025/10/10 04:43:56 DEBUG : Starting OpenDrive session with ID: 1de6302211c48c2822c936b2fd9a49daf0a8c1c6e46b04a45f1b137d3e625eb5 sync_test.go:656: Server side copy (if possible) OpenDrive root 'rclone-test-hevucaz1qele' -> OpenDrive root 'rclone-test-bicopig5wiro' 2025/10/10 04:43:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:43:57 DEBUG : OpenDrive root 'rclone-test-bicopig5wiro': Waiting for checks to finish 2025/10/10 04:43:57 DEBUG : OpenDrive root 'rclone-test-bicopig5wiro': Waiting for transfers to finish 2025/10/10 04:43:58 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2025/10/10 04:43:58 INFO : sub dir/hello world: Copied (server-side copy) 2025/10/10 04:43:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2025/10/10 04:44:01 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/10/10 04:44:01 DEBUG : OpenDrive root 'rclone-test-bicopig5wiro': Waiting for checks to finish 2025/10/10 04:44:01 DEBUG : OpenDrive root 'rclone-test-bicopig5wiro': Waiting for transfers to finish 2025/10/10 04:44:01 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2025/10/10 04:44:01 INFO : sub dir/hello world: Copied (server-side copy) 2025/10/10 04:44:02 DEBUG : OpenDrive root 'rclone-test-bicopig5wiro': Purge remote --- PASS: TestServerSideCopyOverSelf (10.28s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:44:04 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2025/10/10 04:44:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-diyutuq6soci" 2025/10/10 04:44:06 DEBUG : Starting OpenDrive session with ID: 079803c74d974d9ad6916737b279df494f5b4f55aec0f3af29ff2ea400f1ea6e sync_test.go:701: Server side copy (if possible) OpenDrive root 'rclone-test-hevucaz1qele' -> OpenDrive root 'rclone-test-diyutuq6soci' 2025/10/10 04:44:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:44:07 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for checks to finish 2025/10/10 04:44:07 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for transfers to finish 2025/10/10 04:44:08 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2025/10/10 04:44:08 INFO : sub dir/hello world: Copied (server-side copy) 2025/10/10 04:44:09 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2025/10/10 04:44:10 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Using server-side directory move 2025/10/10 04:44:10 INFO : OpenDrive root 'rclone-test-diyutuq6soci': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/10/10 04:44:11 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/10/10 04:44:11 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for checks to finish 2025/10/10 04:44:11 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for transfers to finish 2025/10/10 04:44:11 INFO : sub dir/hello world: Deleted 2025/10/10 04:44:11 INFO : sub dir/hello world: Moved (server-side) 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 2025/10/10 04:44:20 DEBUG : sub dir/hello world: Uploading chunk 0, size=24, remain=0 2025/10/10 04:44:22 DEBUG : testing file moves 2025/10/10 04:44:22 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for checks to finish 2025/10/10 04:44:22 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/10/10 04:44:22 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Waiting for transfers to finish 2025/10/10 04:44:23 INFO : sub dir/hello world: Deleted 2025/10/10 04:44:23 INFO : sub dir/hello world: Moved (server-side) 2025/10/10 04:44:24 DEBUG : OpenDrive root 'rclone-test-diyutuq6soci': Purge remote --- PASS: TestServerSideMoveOverSelf (21.94s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:44:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2025/10/10 04:44:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2025/10/10 04:44:30 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2025/10/10 04:44:31 DEBUG : enormous: Excluded (Size Filter) 2025/10/10 04:44:31 DEBUG : enormous: Excluded 2025/10/10 04:44:31 DEBUG : potato2: Excluded (Size Filter) 2025/10/10 04:44:31 DEBUG : potato2: Excluded 2025/10/10 04:44:31 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:44:31 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:31 DEBUG : empty space: Unchanged skipping 2025/10/10 04:44:31 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:31 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:31 INFO : enormous: Deleted 2025/10/10 04:44:31 INFO : potato2: Deleted 2025/10/10 04:44:31 INFO : There was nothing to transfer 2025/10/10 04:44:32 DEBUG : potato2: Excluded (Size Filter) 2025/10/10 04:44:32 DEBUG : potato2: Excluded 2025/10/10 04:44:32 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/10/10 04:44:32 DEBUG : empty space: Unchanged skipping 2025/10/10 04:44:32 DEBUG : Local file system at /tmp/rclone2153747140: Waiting for checks to finish 2025/10/10 04:44:32 DEBUG : Local file system at /tmp/rclone2153747140: Waiting for transfers to finish 2025/10/10 04:44:32 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:32 INFO : potato2: Deleted 2025/10/10 04:44:32 INFO : enormous: Deleted 2025/10/10 04:44:32 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.97s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" sync_test.go:1640: Can track renames: true 2025/10/10 04:44:32 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Making map for --track-renames 2025/10/10 04:44:32 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Finished making map for --track-renames 2025/10/10 04:44:32 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:32 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for renames to finish 2025/10/10 04:44:32 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/10 04:44:32 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/10/10 04:44:32 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:33 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2025/10/10 04:44:34 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2025/10/10 04:44:35 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/10/10 04:44:35 INFO : yam: Copied (new) 2025/10/10 04:44:35 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/10/10 04:44:35 INFO : potato: Copied (new) 2025/10/10 04:44:35 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:36 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:44:36 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Making map for --track-renames 2025/10/10 04:44:36 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Finished making map for --track-renames 2025/10/10 04:44:36 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:36 DEBUG : potato: Unchanged skipping 2025/10/10 04:44:36 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for renames to finish 2025/10/10 04:44:36 DEBUG : yam: same parent dir (ODFfOTQ3MzU2Ml9Kc3k4Uw) - using file/rename instead of move_copy for yaml 2025/10/10 04:44:36 INFO : yam: Moved (server-side) to: yaml 2025/10/10 04:44:36 INFO : yaml: Renamed from "yam" 2025/10/10 04:44:36 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:36 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:36 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.97s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" sync_test.go:1679: Can track renames: true 2025/10/10 04:44:37 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Making map for --track-renames 2025/10/10 04:44:37 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Finished making map for --track-renames 2025/10/10 04:44:37 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:37 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/10 04:44:37 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/10/10 04:44:37 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for renames to finish 2025/10/10 04:44:37 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:38 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2025/10/10 04:44:39 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2025/10/10 04:44:39 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/10/10 04:44:39 INFO : potato: Copied (new) 2025/10/10 04:44:40 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/10/10 04:44:40 INFO : sub/yam: Copied (new) 2025/10/10 04:44:40 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:40 INFO : yaml: Deleted 2025/10/10 04:44:41 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:44:41 DEBUG : potato: Unchanged skipping 2025/10/10 04:44:41 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Making map for --track-renames 2025/10/10 04:44:41 INFO : OpenDrive root 'rclone-test-hevucaz1qele': Finished making map for --track-renames 2025/10/10 04:44:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for renames to finish 2025/10/10 04:44:41 INFO : sub/yam: Moved (server-side) to: yam 2025/10/10 04:44:41 INFO : yam: Renamed from "sub/yam" 2025/10/10 04:44:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:41 DEBUG : Waiting for deletions to finish 2025/10/10 04:44:41 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (5.87s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:44:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/10 04:44:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/10/10 04:44:43 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:44:43 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:44:45 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2025/10/10 04:44:45 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2025/10/10 04:44:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:44:46 INFO : sub dir/hello world: Copied (new) 2025/10/10 04:44:46 INFO : sub dir/hello world: Deleted 2025/10/10 04:44:46 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/10/10 04:44:46 INFO : nested/sub dir/file: Copied (new) 2025/10/10 04:44:46 INFO : nested/sub dir/file: Deleted 2025/10/10 04:44:46 INFO : sub dir: Removing directory 2025/10/10 04:44:46 INFO : nested/sub dir: Removing directory 2025/10/10 04:44:46 INFO : nested: Removing directory 2025/10/10 04:44:46 DEBUG : Local file system at /tmp/rclone2153747140: deleted 3 directories 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: TestMoveWithDeleteEmptySrcDirs (13.72s) === RUN TestServerSideMove run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:44:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-jupudub2kuhu" 2025/10/10 04:44:57 DEBUG : Starting OpenDrive session with ID: a39ae8c862bddc70f50e65753a092440c3d57bae26249f3fec40f392acde6c79 2025/10/10 04:44:59 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2025/10/10 04:45:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2025/10/10 04:45:02 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1735: Server side move (if possible) OpenDrive root 'rclone-test-hevucaz1qele' -> OpenDrive root 'rclone-test-jupudub2kuhu' 2025/10/10 04:45:05 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2025/10/10 04:45:07 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2025/10/10 04:45:08 DEBUG : OpenDrive root 'rclone-test-jupudub2kuhu': Using server-side directory move 2025/10/10 04:45:08 INFO : OpenDrive root 'rclone-test-jupudub2kuhu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/10/10 04:45:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/10 04:45:08 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/10/10 04:45:08 DEBUG : empty space: Unchanged skipping 2025/10/10 04:45:08 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/10/10 04:45:08 DEBUG : OpenDrive root 'rclone-test-jupudub2kuhu': Waiting for checks to finish 2025/10/10 04:45:08 INFO : empty space: Deleted 2025/10/10 04:45:08 DEBUG : OpenDrive root 'rclone-test-jupudub2kuhu': Waiting for transfers to finish 2025/10/10 04:45:08 INFO : potato3: Deleted 2025/10/10 04:45:09 INFO : potato2: Moved (server-side) 2025/10/10 04:45:09 INFO : potato3: Moved (server-side) 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 2025/10/10 04:45:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sasuwar8cuhe" 2025/10/10 04:45:17 DEBUG : Config file has changed externally - reloading 2025/10/10 04:45:17 DEBUG : Starting OpenDrive session with ID: bce0c1a6b517302bdf802ae9ce565f5d2946ca1692fa34aed0088f6018bdde7b 2025/10/10 04:45:18 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:45:18 DEBUG : pacer: low level retry 2/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:18 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/10/10 04:45:18 DEBUG : pacer: low level retry 3/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:18 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/10/10 04:45:18 DEBUG : pacer: low level retry 4/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:18 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/10/10 04:45:18 DEBUG : pacer: low level retry 5/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:18 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/10/10 04:45:19 DEBUG : pacer: Reducing sleep to 160ms 2025/10/10 04:45:19 DEBUG : pacer: Reducing sleep to 80ms 2025/10/10 04:45:19 DEBUG : OpenDrive root 'rclone-test-sasuwar8cuhe': Using server-side directory move 2025/10/10 04:45:19 DEBUG : pacer: Reducing sleep to 40ms 2025/10/10 04:45:19 DEBUG : same parent dir (0) - using folder/rename instead of move_copy 2025/10/10 04:45:19 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:19 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/10/10 04:45:19 DEBUG : pacer: low level retry 2/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:19 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/10/10 04:45:20 DEBUG : pacer: Reducing sleep to 80ms 2025/10/10 04:45:20 INFO : OpenDrive root 'rclone-test-sasuwar8cuhe': Server side directory move succeeded 2025/10/10 04:45:20 DEBUG : pacer: Reducing sleep to 40ms 2025/10/10 04:45:20 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:20 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/10/10 04:45:20 DEBUG : pacer: Reducing sleep to 40ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2025/10/10 04:45:22 ERROR : error listing: directory not found fstest.go:292: Sleeping for 6s just to make sure 2025/10/10 04:45:28 DEBUG : OpenDrive root 'rclone-test-sasuwar8cuhe': Purge remote 2025/10/10 04:45:28 DEBUG : pacer: Reducing sleep to 20ms 2025/10/10 04:45:28 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:45:28 DEBUG : OpenDrive root 'rclone-test-jupudub2kuhu': Purge remote 2025/10/10 04:45:28 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (31.89s) === RUN TestSyncCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:45:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/dst" 2025/10/10 04:45:29 DEBUG : Starting OpenDrive session with ID: 1437c64208ed3898ad4114e9d6be18fa3a0d606c261bff9f2384fe8ab6bb7362 2025/10/10 04:45:29 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:45:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:45:30 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:45:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/CompareDest" 2025/10/10 04:45:31 DEBUG : Starting OpenDrive session with ID: d88130048e410b9b8d19c6873b969ceae1801ff11468d6b1b3bab973ff430436 2025/10/10 04:45:32 DEBUG : one: Need to transfer - File not found at Destination 2025/10/10 04:45:32 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:32 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:33 DEBUG : one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:45:34 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/10/10 04:45:34 INFO : one: Copied (new) 2025/10/10 04:45:34 DEBUG : Waiting for deletions to finish 2025/10/10 04:45:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:35 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:35 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:35 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/10/10 04:45:36 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/10/10 04:45:36 INFO : one: Copied (replaced existing) 2025/10/10 04:45:36 DEBUG : Waiting for deletions to finish 2025/10/10 04:45:37 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:45:39 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 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 2025/10/10 04:45:48 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:49 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/10 04:45:49 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:49 DEBUG : Waiting for deletions to finish 2025/10/10 04:45:49 INFO : There was nothing to transfer 2025/10/10 04:45:50 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:45:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/10 04:45:52 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:52 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/10 04:45:52 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:52 DEBUG : Waiting for deletions to finish 2025/10/10 04:45:52 INFO : There was nothing to transfer 2025/10/10 04:45:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:53 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/10 04:45:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/10 04:45:53 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:53 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:53 DEBUG : Waiting for deletions to finish 2025/10/10 04:45:53 INFO : There was nothing to transfer sync_test.go:2205: No hash on uploaded file so skipping compare timestamp test 2025/10/10 04:45:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/10 04:45:54 DEBUG : two: Need to transfer - File not found at Destination 2025/10/10 04:45:54 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:45:54 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/10/10 04:45:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/10 04:45:54 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:45:55 DEBUG : two: Uploading chunk 0, size=5, remain=0 2025/10/10 04:45:56 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/10/10 04:45:56 INFO : two: Copied (new) 2025/10/10 04:45:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (29.65s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:45:59 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:01 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:03 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 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 2025/10/10 04:46:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/dst" 2025/10/10 04:46:12 DEBUG : Starting OpenDrive session with ID: af44779287710c706471c940b3dc458f54add7c94ed0f87970febb253a80aadf 2025/10/10 04:46:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/backup" 2025/10/10 04:46:13 DEBUG : Starting OpenDrive session with ID: 48e84a1bb99d74f2eb4e5aa332129d72c032b9e18ae28d31f81a8233ceab1fbc 2025/10/10 04:46:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/10 04:46:14 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:46:14 DEBUG : two: Unchanged skipping 2025/10/10 04:46:14 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:46:15 INFO : one: Moved (server-side) to: one.bak 2025/10/10 04:46:15 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:46:16 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/10/10 04:46:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/10/10 04:46:17 INFO : one: Copied (new) 2025/10/10 04:46:17 DEBUG : Waiting for deletions to finish 2025/10/10 04:46:17 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:46:17 INFO : three.txt: Moved into backup dir 2025/10/10 04:46:19 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2025/10/10 04:46:20 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/10 04:46:20 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:46:20 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:46:20 DEBUG : two: Unchanged skipping 2025/10/10 04:46:21 INFO : one.bak: Deleted 2025/10/10 04:46:21 INFO : one: Moved (server-side) to: one.bak 2025/10/10 04:46:21 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:46:22 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/10/10 04:46:23 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/10/10 04:46:23 INFO : one: Copied (new) 2025/10/10 04:46:23 DEBUG : Waiting for deletions to finish 2025/10/10 04:46:23 INFO : three.txt.bak: Deleted 2025/10/10 04:46:24 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:46:24 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 (35.29s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:46:35 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:37 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:38 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/10/10 04:46:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/dst" 2025/10/10 04:46:40 DEBUG : Starting OpenDrive session with ID: 6923e1d965683d9b50097a517a54e8740fd7a5c0dded176588370529e96506ec 2025/10/10 04:46:41 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:46:41 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:46:41 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/10 04:46:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:46:41 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:46:41 DEBUG : two: Unchanged skipping 2025/10/10 04:46:41 DEBUG : one: same parent dir (ODFfOTQ3MzU4Ml85ZGNEUA) - using file/rename instead of move_copy for one.bak 2025/10/10 04:46:41 INFO : one: Moved (server-side) to: one.bak 2025/10/10 04:46:41 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:46:42 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/10/10 04:46:43 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/10/10 04:46:43 INFO : one: Copied (new) 2025/10/10 04:46:43 DEBUG : Waiting for deletions to finish 2025/10/10 04:46:44 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4Ml85ZGNEUA) - using file/rename instead of move_copy for three.txt.bak 2025/10/10 04:46:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:46:44 INFO : three.txt: Moved into backup dir 2025/10/10 04:46:45 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2025/10/10 04:46:46 DEBUG : one.bak: Excluded (Path Filter) 2025/10/10 04:46:46 DEBUG : one.bak: Excluded 2025/10/10 04:46:46 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/10/10 04:46:46 DEBUG : three.txt.bak: Excluded 2025/10/10 04:46:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/10 04:46:46 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:46:46 DEBUG : two: Unchanged skipping 2025/10/10 04:46:46 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for checks to finish 2025/10/10 04:46:47 INFO : one.bak: Deleted 2025/10/10 04:46:47 DEBUG : one: same parent dir (ODFfOTQ3MzU4Ml85ZGNEUA) - using file/rename instead of move_copy for one.bak 2025/10/10 04:46:47 INFO : one: Moved (server-side) to: one.bak 2025/10/10 04:46:47 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele/dst': Waiting for transfers to finish 2025/10/10 04:46:48 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/10/10 04:46:49 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/10/10 04:46:49 INFO : one: Copied (new) 2025/10/10 04:46:49 DEBUG : Waiting for deletions to finish 2025/10/10 04:46:49 INFO : three.txt.bak: Deleted 2025/10/10 04:46:50 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4Ml85ZGNEUA) - using file/rename instead of move_copy for three.txt.bak 2025/10/10 04:46:50 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:46:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (17.99s) === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:46:53 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:54 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:46:56 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/10/10 04:46:58 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/dst" 2025/10/10 04:46:58 DEBUG : Starting OpenDrive session with ID: f6509e235f1882ad8290c7a2bb7a31720654ce1580624a4bffdf4a2ae7a0f629 2025/10/10 04:46:58 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:46:59 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:46:59 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:46:59 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:46:59 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/10 04:46:59 DEBUG : pacer: low level retry 1/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/10/10 04:46:59 DEBUG : pacer: low level retry 2/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:59 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/10/10 04:46:59 DEBUG : pacer: low level retry 3/10 (error Session does not exist, please re-login. (Error 401)) 2025/10/10 04:46:59 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/10/10 04:47:00 DEBUG : pacer: Reducing sleep to 40ms 2025/10/10 04:47:00 DEBUG : pacer: Reducing sleep to 20ms 2025/10/10 04:47:00 DEBUG : one: same parent dir (ODFfOTQ3MzU4M19wYjh0Mg) - using file/rename instead of move_copy for one.bak 2025/10/10 04:47:00 DEBUG : pacer: Reducing sleep to 10ms 2025/10/10 04:47:00 INFO : one: Moved (server-side) to: one.bak 2025/10/10 04:47:00 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/10/10 04:47:01 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/10/10 04:47:01 INFO : one: Copied (new) 2025/10/10 04:47:02 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:47:02 DEBUG : two: Unchanged skipping 2025/10/10 04:47:02 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/10/10 04:47:02 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4M19wYjh0Mg) - using file/rename instead of move_copy for three.txt.bak 2025/10/10 04:47:02 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:47:03 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2025/10/10 04:47:04 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/10/10 04:47:04 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got dst/one.bak (4), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-hevucaz1qele'/dst/one.bak: md5 hash incorrect - expecting "f97c5d29941bfb1b2fdab0874906ab82" got "c7957179c41f69d44f217a108c7915d8" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 3 actual : 4 Test: TestSyncSuffix Messages: dst/one.bak: size incorrect file=3 vs obj=4 fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: dst/one.bak: Modification time difference too big |-95456h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-25 12:59:59 +0000 UTC) (precision 1s) fstest.go:203: Not found "dst/one" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got dst/one.bak (4), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-hevucaz1qele'/dst/one.bak: md5 hash incorrect - expecting "f97c5d29941bfb1b2fdab0874906ab82" got "c7957179c41f69d44f217a108c7915d8" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 3 actual : 4 Test: TestSyncSuffix Messages: dst/one.bak: size incorrect file=3 vs obj=4 fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: dst/one.bak: Modification time difference too big |-95456h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-25 12:59:59 +0000 UTC) (precision 1s) fstest.go:203: Not found "dst/one" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found 2025/10/10 04:47:21 DEBUG : one: Need to transfer - File not found at Destination 2025/10/10 04:47:22 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/10/10 04:47:23 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/10/10 04:47:23 INFO : one: Copied (new) 2025/10/10 04:47:23 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:47:23 DEBUG : two: Unchanged skipping 2025/10/10 04:47:24 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/10/10 04:47:24 INFO : three.txt.bak: Deleted 2025/10/10 04:47:24 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4M19wYjh0Mg) - using file/rename instead of move_copy for three.txt.bak 2025/10/10 04:47:24 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/10 04:47:25 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:47:26 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/10/10 04:47:26 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- FAIL: TestSyncSuffix (44.20s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:47:37 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/10/10 04:47:39 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/10/10 04:47:41 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/10/10 04:47:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hevucaz1qele/dst" 2025/10/10 04:47:42 DEBUG : Starting OpenDrive session with ID: 8e7f373b505e2f2da61437ec8d2f41205a649810c8edb47021af5e33495aebc7 2025/10/10 04:47:43 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/10 04:47:43 DEBUG : one: same parent dir (ODFfOTQ3MzU4NF9QWUh2TQ) - using file/rename instead of move_copy for one-2019-01-01 2025/10/10 04:47:44 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/10 04:47:44 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/10/10 04:47:45 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/10/10 04:47:45 INFO : one: Copied (new) 2025/10/10 04:47:46 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:47:46 DEBUG : two: Unchanged skipping 2025/10/10 04:47:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/10/10 04:47:46 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4NF9QWUh2TQ) - using file/rename instead of move_copy for three-2019-01-01.txt 2025/10/10 04:47:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/10 04:47:47 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2025/10/10 04:47:48 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/10/10 04:47:48 INFO : three.txt: Copied (new) 2025/10/10 04:47:50 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/10 04:47:51 INFO : one-2019-01-01: Deleted 2025/10/10 04:47:51 DEBUG : one: same parent dir (ODFfOTQ3MzU4NF9QWUh2TQ) - using file/rename instead of move_copy for one-2019-01-01 2025/10/10 04:47:51 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/10 04:47:52 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/10/10 04:47:53 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/10/10 04:47:53 INFO : one: Copied (new) 2025/10/10 04:47:53 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:47:53 DEBUG : two: Unchanged skipping 2025/10/10 04:47:53 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/10/10 04:47:54 INFO : three-2019-01-01.txt: Deleted 2025/10/10 04:47:54 DEBUG : three.txt: same parent dir (ODFfOTQ3MzU4NF9QWUh2TQ) - using file/rename instead of move_copy for three-2019-01-01.txt 2025/10/10 04:47:54 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/10 04:47:55 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:47:56 ERROR : three.txt: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2153747140) 19 vs dst(OpenDrive root 'rclone-test-hevucaz1qele/dst') 0 2025/10/10 04:47:56 INFO : three.txt: Removing failed copy sync_test.go:2537: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2537 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Received unexpected error: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2153747140) 19 vs dst(OpenDrive root 'rclone-test-hevucaz1qele/dst') 0 Test: TestSyncSuffixKeepExtension fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- FAIL: TestSyncSuffixKeepExtension (29.71s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:48:06 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:08 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 run.go:285: Failed to put "SUBDIRA/subdirb/SUBDIRC/HELLO" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get folder list: Directory does not exist (Error 404) --- FAIL: TestFixCase (6.27s) === RUN TestSyncConcurrentDelete run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:48:13 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:14 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:16 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:18 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:20 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:21 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:23 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:25 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:26 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:28 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:30 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:32 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:34 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:36 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:37 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:39 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:41 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:42 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:44 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:46 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:48 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:49 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:51 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:53 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:55 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:56 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2025/10/10 04:48:58 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:00 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:02 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:03 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:05 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:07 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:09 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:10 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:12 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:14 DEBUG : only17: Uploading chunk 0, size=6, remain=0 run.go:285: Failed to put "only17" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2762 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2788 Error: Should be true Test: TestSyncConcurrentDelete Messages: listing wrong, want got both17 (6), only17 (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2762 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2788 Error: Should be true Test: TestSyncConcurrentDelete Messages: Unexpected file "both17" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2762 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2788 Error: Should be true Test: TestSyncConcurrentDelete Messages: Unexpected file "only17" --- FAIL: TestSyncConcurrentDelete (77.09s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:49:30 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:32 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:33 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:35 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:37 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:39 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:40 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:42 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:44 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:46 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:48 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:49 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:51 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:53 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:55 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:56 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2025/10/10 04:49:58 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:00 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:02 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:03 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:05 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:07 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:09 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:10 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:12 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:14 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:16 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:17 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:19 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:21 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:23 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:25 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:27 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:29 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:30 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:31 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:33 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:35 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:37 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:38 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2025/10/10 04:50:40 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both0: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both10: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both11: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:50:40 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both13: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both16: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both17: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both18: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both14: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both1: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both2: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both3: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both12: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both15: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both19: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both4: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both5: Unchanged skipping 2025/10/10 04:50:40 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:50:40 DEBUG : both9: Unchanged skipping 2025/10/10 04:50:40 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : both6: Unchanged skipping 2025/10/10 04:50:40 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : both7: Unchanged skipping 2025/10/10 04:50:40 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : both8: Unchanged skipping 2025/10/10 04:50:40 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/10/10 04:50:40 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:50:41 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:41 INFO : only10: Copied (replaced existing) 2025/10/10 04:50:42 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:42 INFO : only13: Copied (replaced existing) 2025/10/10 04:50:42 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:42 INFO : only14: Copied (replaced existing) 2025/10/10 04:50:42 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:42 INFO : only0: Copied (replaced existing) 2025/10/10 04:50:42 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:42 INFO : only15: Copied (replaced existing) 2025/10/10 04:50:43 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:43 INFO : only11: Copied (replaced existing) 2025/10/10 04:50:43 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:43 INFO : only16: Copied (replaced existing) 2025/10/10 04:50:44 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:44 INFO : only18: Copied (replaced existing) 2025/10/10 04:50:44 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:44 INFO : only12: Copied (replaced existing) 2025/10/10 04:50:44 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:44 INFO : only19: Copied (replaced existing) 2025/10/10 04:50:45 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:45 INFO : only17: Copied (replaced existing) 2025/10/10 04:50:45 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:45 INFO : only1: Copied (replaced existing) 2025/10/10 04:50:45 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:45 INFO : only4: Copied (replaced existing) 2025/10/10 04:50:45 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:45 INFO : only2: Copied (replaced existing) 2025/10/10 04:50:46 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:46 INFO : only5: Copied (replaced existing) 2025/10/10 04:50:46 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:46 INFO : only3: Copied (replaced existing) 2025/10/10 04:50:46 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:46 INFO : only9: Copied (replaced existing) 2025/10/10 04:50:47 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:47 INFO : only6: Copied (replaced existing) 2025/10/10 04:50:47 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:47 INFO : only7: Copied (replaced existing) 2025/10/10 04:50:47 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/10/10 04:50:47 INFO : only8: Copied (replaced existing) 2025/10/10 04:50:47 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (85.96s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:50:55 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:50:55 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 04:50:55 DEBUG : empty_on_remote: Making directory with metadata 2025/10/10 04:50:55 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 04:50:55 INFO : empty_on_remote: Making directory 2025/10/10 04:50:55 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC sync_test.go:2827: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2827 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2825 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2863 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestSyncReplaceDirModTime --- FAIL: TestSyncReplaceDirModTime (5.45s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:51:00 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:51:00 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 04:51:00 DEBUG : empty_on_remote: Making directory with metadata 2025/10/10 04:51:00 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/10 04:51:00 INFO : empty_on_remote: Making directory 2025/10/10 04:51:01 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC sync_test.go:2827: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2827 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2825 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2867 Error: Received unexpected error: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2153747140) 5 vs dst(OpenDrive root 'rclone-test-hevucaz1qele') 0 Test: TestSyncReplaceDirModTimeWithEmptyDirs --- FAIL: TestSyncReplaceDirModTimeWithEmptyDirs (6.98s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:51:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/10 04:51:07 INFO : sub dir: Making directory 2025/10/10 04:51:08 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC sync_test.go:2898: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2898 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2896 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 Error: Received unexpected error: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2153747140) 11 vs dst(OpenDrive root 'rclone-test-hevucaz1qele') 0 Test: TestNothingToTransferWithEmptyDirs --- FAIL: TestNothingToTransferWithEmptyDirs (10.49s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:51:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/10 04:51:18 INFO : sub dir: Making directory 2025/10/10 04:51:18 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (15.36s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:51:34 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:36 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:38 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:40 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:42 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:43 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:45 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:47 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:49 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:51 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:51:53 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:51:55 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:51:56 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:51:58 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:52:00 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:52:01 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:52:03 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:52:05 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:52:07 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:08 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:52:09 DEBUG : Waiting for deletions to finish 2025/10/10 04:52:10 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : apple: Excluded 2025/10/10 04:52:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:52:10 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : banana: Excluded 2025/10/10 04:52:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : splitbananasplit: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:52:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:52:10 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:52:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:10 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:52:10 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:10 DEBUG : apple: Unchanged skipping 2025/10/10 04:52:10 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:10 DEBUG : banana: Unchanged skipping 2025/10/10 04:52:10 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:52:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:52:11 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:52:11 DEBUG : Waiting for deletions to finish 2025/10/10 04:52:11 INFO : There was nothing to transfer 2025/10/10 04:52:11 DEBUG : Waiting for deletions to finish 2025/10/10 04:52:11 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : apple: Excluded 2025/10/10 04:52:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:52:11 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : banana: Excluded 2025/10/10 04:52:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : splitbananasplit: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:52:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:52:11 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:52:11 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : apple: Unchanged skipping 2025/10/10 04:52:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : banana: Unchanged skipping 2025/10/10 04:52:11 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:52:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:11 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:52:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:52:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:52:12 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:52:12 DEBUG : Waiting for deletions to finish 2025/10/10 04:52:12 INFO : There was nothing to transfer 2025/10/10 04:52:12 DEBUG : Waiting for deletions to finish 2025/10/10 04:52:12 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : apple: Excluded 2025/10/10 04:52:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:52:12 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : banana: Excluded 2025/10/10 04:52:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : splitbananasplit: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:52:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:52:12 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:52:18 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:20 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:22 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:23 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:25 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:27 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:29 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:30 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:32 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:34 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:35 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:52:37 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:52:39 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:52:41 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:52:43 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:52:44 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:52:46 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:52:48 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:52:50 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:52:51 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 run.go:285: Failed to put "splitbananasplit" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) run.go:125: 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:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:161 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFD Messages: listing wrong, want got appleappleapplebanana (21), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:161 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "appleappleapplebanana" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:161 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "splitbananasplit" === RUN TestTransform/base64 run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:53:07 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:10 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:11 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 run.go:285: Failed to put "dir1/0002-cdefghi.txt" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) run.go:125: removing dir "dir1" failed - try 1/3: folder not empty run.go:125: removing dir "dir1" failed - try 2/3: folder not empty run.go:125: removing dir "dir1" failed - try 3/3: folder not empty run.go:128: removing dir "dir1" failed: folder not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/base64 Messages: listing wrong, want got dir1/0002-cdefghi.txt (21) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0002-cdefghi.txt" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Not equal: expected: []string{} actual : []string{"dir1"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=4) "dir1" } Test: TestTransform/base64 Messages: directories run.go:125: 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/prefix run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:53:36 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:38 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:40 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:41 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:43 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:45 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:47 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:48 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:50 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:52 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:53:54 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:53:56 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:53:57 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:53:59 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:54:01 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:54:02 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:54:04 DEBUG : apple: Uploading chunk 0, size=5, remain=0 run.go:285: Failed to put "apple" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) run.go:125: 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:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:161 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want got apple (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:161 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "apple" === RUN TestTransform/suffix run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:54:20 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:21 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:23 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:25 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:27 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:29 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:30 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:32 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:34 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:36 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:38 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:54:40 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:54:41 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:54:43 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:54:45 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:54:47 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:54:48 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:54:50 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:54:52 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:54 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:54:55 DEBUG : Waiting for deletions to finish 2025/10/10 04:54:55 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : apple: Excluded 2025/10/10 04:54:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:54:55 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : banana: Excluded 2025/10/10 04:54:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : splitbananasplit: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:54:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:54:55 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 04:54:56 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/10 04:54:56 DEBUG : apple: transformed to: appleSUFFIX 2025/10/10 04:54:56 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/10 04:54:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/10 04:54:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:54:56 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:54:56 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:54:57 DEBUG : appleappleapplebananaSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:57 DEBUG : appleSUFFIX: Uploading chunk 0, size=5, remain=0 2025/10/10 04:54:57 DEBUG : bananaSUFFIX: Uploading chunk 0, size=6, remain=0 2025/10/10 04:54:58 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/10/10 04:54:58 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/10/10 04:54:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/10/10 04:54:58 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/10/10 04:54:58 INFO : banana: Copied (new) to: bananaSUFFIX 2025/10/10 04:54:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/10 04:54:58 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/10/10 04:54:58 INFO : apple: Copied (new) to: appleSUFFIX 2025/10/10 04:54:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/10/10 04:54:58 DEBUG : splitbananasplitSUFFIX: Uploading chunk 0, size=16, remain=0 2025/10/10 04:54:59 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:59 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:59 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:54:59 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/10/10 04:54:59 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/10/10 04:54:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/10/10 04:55:00 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/10/10 04:55:00 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/10/10 04:55:00 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/10/10 04:55:00 DEBUG : dir1/0004-efghijk.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:00 DEBUG : dir1/0003-defghij.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:01 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:01 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:02 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/10/10 04:55:02 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/10/10 04:55:02 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/10/10 04:55:02 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/10/10 04:55:02 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/10/10 04:55:02 DEBUG : dir1/0007-1234567.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:03 DEBUG : dir1/0008-2345678.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:03 DEBUG : dir1/0009-3456789.txtSUFFIX: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:03 DEBUG : dir1/0010-456789.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2025/10/10 04:55:03 ERROR : dir1/0007-1234567.txt: Failed to copy: failed to get fileinfo: File was not found (Error 404) 2025/10/10 04:55:03 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/10/10 04:55:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0011-56789;.txtSUFFIX: Uploading chunk 0, size=20, remain=0 2025/10/10 04:55:04 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/10/10 04:55:04 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/10/10 04:55:04 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/10/10 04:55:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/10/10 04:55:05 DEBUG : dir1/0012-6789;.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2025/10/10 04:55:05 DEBUG : dir1/0013-789;=.txtSUFFIX: Uploading chunk 0, size=19, remain=0 2025/10/10 04:55:05 ERROR : dir1/0011-56789;.txt: Failed to copy: failed to get fileinfo: File was not found (Error 404) 2025/10/10 04:55:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/10/10 04:55:05 DEBUG : dir1/0014-89;=.txtSUFFIX: Uploading chunk 0, size=18, remain=0 2025/10/10 04:55:06 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/10/10 04:55:06 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/10/10 04:55:06 DEBUG : dir1/0015-9;=.txtSUFFIX: Uploading chunk 0, size=17, remain=0 2025/10/10 04:55:06 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/10/10 04:55:06 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/10/10 04:55:06 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/10/10 04:55:06 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/10/10 04:55:07 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/10/10 04:55:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/10/10 04:55:07 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:55:07 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: failed to get fileinfo: File was not found (Error 404) Test: TestTransform/suffix 2025/10/10 04:55:07 DEBUG : Waiting for deletions to finish 2025/10/10 04:55:07 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : apple: Excluded 2025/10/10 04:55:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:55:07 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : appleappleapplebananaSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : appleSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : banana: Excluded 2025/10/10 04:55:07 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : bananaSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : splitbananasplit: Excluded 2025/10/10 04:55:07 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : splitbananasplitSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:55:07 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/10/10 04:55:07 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 40 Test: TestTransform/suffix === RUN TestTransform/truncate run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:55:17 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:19 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:21 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:23 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:24 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:26 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:28 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:30 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:31 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:33 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:35 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:55:37 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:55:39 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:55:41 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:55:42 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:55:44 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:55:46 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:55:48 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:55:49 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:51 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:55:52 DEBUG : Waiting for deletions to finish 2025/10/10 04:55:52 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : apple: Excluded 2025/10/10 04:55:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:55:52 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : banana: Excluded 2025/10/10 04:55:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : splitbananasplit: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:55:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:55:52 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/10 04:55:53 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:55:53 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:55:53 DEBUG : banana: Unchanged skipping 2025/10/10 04:55:53 DEBUG : apple: Unchanged skipping 2025/10/10 04:55:53 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/10 04:55:53 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/10 04:55:53 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/10 04:55:53 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/10 04:55:53 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/10 04:55:53 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/10 04:55:53 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/10 04:55:53 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/10 04:55:53 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/10/10 04:55:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/10/10 04:55:53 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/10 04:55:53 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/10 04:55:53 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/10 04:55:53 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/10 04:55:53 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/10 04:55:53 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/10 04:55:53 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/10 04:55:53 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/10 04:55:53 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/10 04:55:53 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:55:53 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:55:54 DEBUG : appleapple: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:54 DEBUG : splitbanan: Uploading chunk 0, size=16, remain=0 2025/10/10 04:55:54 DEBUG : dir1/0000-abcde: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:54 DEBUG : dir1/0001-bcdef: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:55 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/10/10 04:55:55 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/10/10 04:55:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/10/10 04:55:55 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/10/10 04:55:55 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/10/10 04:55:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/10/10 04:55:55 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/10/10 04:55:55 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/10/10 04:55:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/10/10 04:55:55 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/10/10 04:55:55 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/10/10 04:55:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/10/10 04:55:56 DEBUG : dir1/0002-cdefg: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:56 DEBUG : dir1/0003-defgh: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:56 DEBUG : dir1/0004-efghi: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:56 DEBUG : dir1/0005-fghij: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:57 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/10/10 04:55:57 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/10/10 04:55:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/10/10 04:55:57 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/10/10 04:55:57 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/10/10 04:55:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/10/10 04:55:57 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/10/10 04:55:57 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/10/10 04:55:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/10/10 04:55:58 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/10/10 04:55:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/10/10 04:55:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/10/10 04:55:58 DEBUG : dir1/0006-ghijk: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:58 DEBUG : dir1/0007-12345: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:59 DEBUG : dir1/0008-23456: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:59 DEBUG : dir1/0009-34567: Uploading chunk 0, size=21, remain=0 2025/10/10 04:55:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/10/10 04:55:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/10/10 04:55:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/10/10 04:56:00 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/10/10 04:56:00 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/10/10 04:56:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/10/10 04:56:00 DEBUG : dir1/0010-45678: Uploading chunk 0, size=20, remain=0 2025/10/10 04:56:00 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/10/10 04:56:00 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/10/10 04:56:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/10/10 04:56:00 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/10/10 04:56:00 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/10/10 04:56:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/10/10 04:56:00 DEBUG : dir1/0012-6789;: Uploading chunk 0, size=19, remain=0 2025/10/10 04:56:01 DEBUG : dir1/0011-56789: Uploading chunk 0, size=20, remain=0 2025/10/10 04:56:01 DEBUG : dir1/0013-789;=: Uploading chunk 0, size=19, remain=0 2025/10/10 04:56:01 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/10/10 04:56:01 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/10/10 04:56:01 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/10/10 04:56:02 DEBUG : dir1/0014-89;=.: Uploading chunk 0, size=18, remain=0 2025/10/10 04:56:02 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/10/10 04:56:02 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/10/10 04:56:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/10/10 04:56:02 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/10/10 04:56:02 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/10/10 04:56:02 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/10/10 04:56:02 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/10/10 04:56:03 DEBUG : dir1/0015-9;=.t: Uploading chunk 0, size=17, remain=0 2025/10/10 04:56:03 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/10/10 04:56:03 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/10/10 04:56:04 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/10/10 04:56:04 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/10/10 04:56:04 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:56:04 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/truncate 2025/10/10 04:56:04 DEBUG : Waiting for deletions to finish 2025/10/10 04:56:04 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : apple: Excluded 2025/10/10 04:56:04 DEBUG : appleapple: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : appleapple: Excluded 2025/10/10 04:56:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:56:04 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : banana: Excluded 2025/10/10 04:56:04 DEBUG : splitbanan: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : splitbanan: Excluded 2025/10/10 04:56:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : splitbananasplit: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0000-abcde: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0001-bcdef: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0002-cdefg: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0003-defgh: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0004-efghi: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0005-fghij: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0006-ghijk: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0007-12345: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0008-23456: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0009-34567: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0010-45678: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0011-56789: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0012-6789;: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0013-789;=: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0014-89;=.: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0015-9;=.t: Excluded 2025/10/10 04:56:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:56:04 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 38 Test: TestTransform/truncate === RUN TestTransform/encoder run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:56:14 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:15 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:17 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:19 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:21 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:22 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:24 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:26 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:28 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:29 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:31 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:56:33 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:56:34 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:56:36 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:56:38 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:56:39 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:56:41 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:56:43 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:56:45 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:46 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:56:47 DEBUG : Waiting for deletions to finish 2025/10/10 04:56:47 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:56:47 DEBUG : apple: Excluded 2025/10/10 04:56:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:56:47 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:56:47 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:56:47 DEBUG : banana: Excluded 2025/10/10 04:56:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:56:47 DEBUG : splitbananasplit: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:56:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:56:48 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:56:48 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:48 DEBUG : apple: Unchanged skipping 2025/10/10 04:56:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:48 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:56:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:48 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:56:48 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:48 DEBUG : banana: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:56:49 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:56:49 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:56:49 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:56:49 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/encoder 2025/10/10 04:56:49 DEBUG : Waiting for deletions to finish 2025/10/10 04:56:49 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : apple: Excluded 2025/10/10 04:56:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:56:49 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : banana: Excluded 2025/10/10 04:56:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : splitbananasplit: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:56:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:56:49 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:56:49 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : apple: Unchanged skipping 2025/10/10 04:56:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:56:49 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : banana: Unchanged skipping 2025/10/10 04:56:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:49 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:56:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:56:50 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:56:50 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:56:50 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:56:50 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/encoder 2025/10/10 04:56:50 DEBUG : Waiting for deletions to finish 2025/10/10 04:56:50 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : apple: Excluded 2025/10/10 04:56:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:56:50 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : banana: Excluded 2025/10/10 04:56:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : splitbananasplit: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:56:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:56:50 DEBUG : Waiting for deletions to finish 2025/10/10 04:56:50 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : apple: Excluded 2025/10/10 04:56:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:56:50 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : banana: Excluded 2025/10/10 04:56:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:56:50 DEBUG : splitbananasplit: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:56:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:56:51 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ISO-8859-1 run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:56:57 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:00 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:02 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 run.go:285: Failed to put "dir1/0003-defghij.txt" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) run.go:125: removing dir "dir1" failed - try 1/3: folder not empty run.go:125: removing dir "dir1" failed - try 2/3: folder not empty === RUN TestTransform/charmap run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:57:08 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:10 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:11 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:13 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:15 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 run.go:285: Failed to put "dir1/0004-efghijk.txt" to "OpenDrive root 'rclone-test-hevucaz1qele'": failed to get fileinfo: File was not found (Error 404) run.go:125: removing dir "dir1" failed - try 1/3: folder not empty run.go:125: removing dir "dir1" failed - try 2/3: folder not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestTransform/lowercase run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:57:29 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:31 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:33 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:35 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:36 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:38 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:40 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:42 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:43 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:45 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:57:47 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:57:49 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:57:50 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:57:52 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:57:54 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:57:55 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:57:57 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:57:59 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:58:00 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:02 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:58:03 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:03 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : apple: Excluded 2025/10/10 04:58:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:03 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : banana: Excluded 2025/10/10 04:58:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:03 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:58:04 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : apple: Unchanged skipping 2025/10/10 04:58:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:58:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:58:04 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : banana: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:58:04 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:04 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:04 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/lowercase 2025/10/10 04:58:04 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:04 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:04 DEBUG : apple: Excluded 2025/10/10 04:58:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:04 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:04 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:04 DEBUG : banana: Excluded 2025/10/10 04:58:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:04 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:05 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:58:05 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : apple: Unchanged skipping 2025/10/10 04:58:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:58:05 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : banana: Unchanged skipping 2025/10/10 04:58:05 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:58:05 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:05 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:05 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/lowercase 2025/10/10 04:58:05 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:06 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : apple: Excluded 2025/10/10 04:58:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:06 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : banana: Excluded 2025/10/10 04:58:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:06 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ascii run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:58:12 DEBUG : dir1/0000-abcdefg.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:14 DEBUG : dir1/0001-bcdefgh.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:15 DEBUG : dir1/0002-cdefghi.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:17 DEBUG : dir1/0003-defghij.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:19 DEBUG : dir1/0004-efghijk.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:21 DEBUG : dir1/0005-fghijkl.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:22 DEBUG : dir1/0006-ghijklm.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:24 DEBUG : dir1/0007-1234567.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:26 DEBUG : dir1/0008-2345678.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:28 DEBUG : dir1/0009-3456789.txt: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:29 DEBUG : dir1/0010-456789.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:58:31 DEBUG : dir1/0011-56789;.txt: Uploading chunk 0, size=20, remain=0 2025/10/10 04:58:33 DEBUG : dir1/0012-6789;.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:58:35 DEBUG : dir1/0013-789;=.txt: Uploading chunk 0, size=19, remain=0 2025/10/10 04:58:36 DEBUG : dir1/0014-89;=.txt: Uploading chunk 0, size=18, remain=0 2025/10/10 04:58:38 DEBUG : dir1/0015-9;=.txt: Uploading chunk 0, size=17, remain=0 2025/10/10 04:58:40 DEBUG : apple: Uploading chunk 0, size=5, remain=0 2025/10/10 04:58:41 DEBUG : banana: Uploading chunk 0, size=6, remain=0 2025/10/10 04:58:43 DEBUG : appleappleapplebanana: Uploading chunk 0, size=21, remain=0 2025/10/10 04:58:45 DEBUG : splitbananasplit: Uploading chunk 0, size=16, remain=0 2025/10/10 04:58:46 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:46 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : apple: Excluded 2025/10/10 04:58:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:46 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : banana: Excluded 2025/10/10 04:58:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:46 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:58:47 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : apple: Unchanged skipping 2025/10/10 04:58:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:58:47 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : banana: Unchanged skipping 2025/10/10 04:58:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:58:47 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:47 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:47 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ascii 2025/10/10 04:58:47 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:47 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:47 DEBUG : apple: Excluded 2025/10/10 04:58:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:47 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:47 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:47 DEBUG : banana: Excluded 2025/10/10 04:58:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:47 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:48 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/10 04:58:48 DEBUG : apple: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : apple: Unchanged skipping 2025/10/10 04:58:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/10 04:58:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : splitbananasplit: Unchanged skipping 2025/10/10 04:58:48 DEBUG : banana: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : banana: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/10/10 04:58:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/10 04:58:48 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:48 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:48 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:48 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:117: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:117 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ascii 2025/10/10 04:58:48 DEBUG : Waiting for deletions to finish 2025/10/10 04:58:49 DEBUG : apple: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : apple: Excluded 2025/10/10 04:58:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : appleappleapplebanana: Excluded 2025/10/10 04:58:49 DEBUG : banana: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : banana: Excluded 2025/10/10 04:58:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : splitbananasplit: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/10 04:58:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/10 04:58:49 DEBUG : dir1/0015-9;=.txt: Excluded --- FAIL: TestTransform (440.59s) --- PASS: TestTransform/NFC (43.93s) --- FAIL: TestTransform/NFD (49.07s) --- FAIL: TestTransform/base64 (28.84s) --- FAIL: TestTransform/prefix (43.59s) --- FAIL: TestTransform/suffix (57.71s) --- FAIL: TestTransform/truncate (56.14s) --- FAIL: TestTransform/encoder (43.19s) --- FAIL: TestTransform/ISO-8859-1 (11.25s) --- FAIL: TestTransform/charmap (21.03s) --- FAIL: TestTransform/lowercase (42.81s) --- FAIL: TestTransform/ascii (43.03s) === RUN TestTransformCopy run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:58:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 04:58:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 04:58:54 INFO : sub dir_somesuffix: Making directory 2025/10/10 04:58:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/10 04:58:54 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/10/10 04:58:54 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 04:58:54 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/10/10 04:58:54 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 04:58:54 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:54 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:55 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 04:58:56 DEBUG : sub dir/hello world.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:58:56 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/10 04:58:56 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:56 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:239: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:239 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransformCopy --- FAIL: TestTransformCopy (3.23s) === RUN TestDoubleTransform run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:58:57 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:58:57 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:58:57 INFO : tictactoe: Making directory 2025/10/10 04:58:57 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:58:57 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:58:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:58:57 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/10/10 04:58:57 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:58:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:58:57 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:58:58 DEBUG : tictactoe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 04:58:59 DEBUG : toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:58:59 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/10/10 04:58:59 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:58:59 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:256: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:256 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDoubleTransform --- FAIL: TestDoubleTransform (3.24s) === RUN TestFileTag run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:00 INFO : toe: Making directory 2025/10/10 04:59:01 INFO : toe/toe: Making directory 2025/10/10 04:59:01 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:01 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 04:59:01 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 04:59:01 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 04:59:01 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:01 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:02 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 04:59:03 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:59:03 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/10 04:59:03 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:03 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:273: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:273 Error: Received unexpected error: not deleting files as there were IO errors Test: TestFileTag --- FAIL: TestFileTag (4.11s) === RUN TestNoTag run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:04 INFO : toe: Making directory 2025/10/10 04:59:05 INFO : toe/toe: Making directory 2025/10/10 04:59:05 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:05 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 04:59:05 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 04:59:05 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/10 04:59:05 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:05 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:06 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/10/10 04:59:07 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:59:07 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/10 04:59:07 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:07 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:290 Error: Received unexpected error: not deleting files as there were IO errors Test: TestNoTag --- FAIL: TestNoTag (4.10s) === RUN TestDirTag run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:08 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:59:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 04:59:08 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:09 INFO : tictacempty_dir: Making directory 2025/10/10 04:59:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:09 INFO : tictactoe: Making directory 2025/10/10 04:59:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:09 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:09 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:09 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:10 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:10 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:10 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/10/10 04:59:11 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:59:11 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:11 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:11 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:309: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:309 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDirTag --- FAIL: TestDirTag (4.95s) === RUN TestAllTag run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:13 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:59:13 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 04:59:13 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:14 INFO : tictacempty_dir: Making directory 2025/10/10 04:59:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:14 INFO : tictactoe: Making directory 2025/10/10 04:59:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:14 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:14 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:14 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 04:59:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:14 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:14 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:14 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:14 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:14 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:328 Error: Received unexpected error: failed to get folder list: Folder is already deleted (Error 403) Test: TestAllTag --- FAIL: TestAllTag (1.20s) === RUN TestRunTwice run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:15 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:15 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:15 INFO : tictactoe: Making directory 2025/10/10 04:59:15 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:15 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:15 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:15 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:15 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:15 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:15 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/10 04:59:15 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:15 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:347: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Received unexpected error: failed to get folder list: Folder is already deleted (Error 403) Test: TestRunTwice --- FAIL: TestRunTwice (0.85s) === RUN TestConflicting run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:16 INFO : toe: Making directory 2025/10/10 04:59:16 INFO : toe/toe: Making directory 2025/10/10 04:59:16 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/10 04:59:16 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:16 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:17 DEBUG : toe/toe/toe: Uploading chunk 0, size=11, remain=0 2025/10/10 04:59:18 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:59:18 INFO : toe/toe/toe: Copied (new) 2025/10/10 04:59:18 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:18 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Received unexpected error: not deleting files as there were IO errors Test: TestConflicting --- FAIL: TestConflicting (4.08s) === RUN TestMove run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:20 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:59:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:20 INFO : tictacempty_dir: Making directory 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 INFO : tictactoe: Making directory 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:20 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:20 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 04:59:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:20 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:20 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:20 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:20 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:20 ERROR : Local file system at /tmp/rclone2153747140: not deleting directories as there were IO errors sync_transform_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove --- FAIL: TestMove (0.85s) === RUN TestTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:20 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:59:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 04:59:20 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 INFO : tictacempty_dir: Making directory 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 INFO : tictactoe: Making directory 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:21 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:21 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 04:59:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:21 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:21 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:21 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:21 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:21 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:21 ERROR : Local file system at /tmp/rclone2153747140: not deleting directories as there were IO errors sync_transform_test.go:427: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile --- FAIL: TestTransformFile (0.84s) === RUN TestManualTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:21 DEBUG : Reset feature "Copy" 2025/10/10 04:59:21 DEBUG : Reset feature "Move" 2025/10/10 04:59:21 DEBUG : Reset feature "Copy" 2025/10/10 04:59:21 DEBUG : Reset feature "Move" 2025/10/10 04:59:21 DEBUG : empty_dir: Making directory with metadata 2025/10/10 04:59:21 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 INFO : tictacempty_dir: Making directory 2025/10/10 04:59:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 INFO : tictactoe: Making directory 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe: transformed to: tictactoe 2025/10/10 04:59:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:21 INFO : tictactoe/tictactoe: Making directory 2025/10/10 04:59:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/10 04:59:22 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/10 04:59:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:22 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:22 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:22 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:22 ERROR : toe/toe/toe.txt: Failed to copy: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:22 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: failed to get folder list: Folder is already deleted (Error 403) 2025/10/10 04:59:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/10 04:59:22 ERROR : Local file system at /tmp/rclone2153747140: not deleting directories as there were IO errors sync_transform_test.go:457: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile --- FAIL: TestManualTransformFile (0.87s) === RUN TestBase64 run.go:180: Remote "OpenDrive root 'rclone-test-hevucaz1qele'", Local "Local file system at /tmp/rclone2153747140", Modify Window "1s" 2025/10/10 04:59:22 DEBUG : toe: transformed to: dG9l 2025/10/10 04:59:22 DEBUG : toe: transformed to: dG9l 2025/10/10 04:59:22 INFO : dG9l: Making directory 2025/10/10 04:59:23 DEBUG : toe: transformed to: dG9l 2025/10/10 04:59:23 DEBUG : toe: transformed to: dG9l 2025/10/10 04:59:23 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/10 04:59:23 INFO : dG9l/dG9l: Making directory 2025/10/10 04:59:23 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/10 04:59:23 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/10/10 04:59:23 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 04:59:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/10 04:59:23 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 04:59:23 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for checks to finish 2025/10/10 04:59:23 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Waiting for transfers to finish 2025/10/10 04:59:24 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Uploading chunk 0, size=11, remain=0 2025/10/10 04:59:25 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/10/10 04:59:25 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/10/10 04:59:25 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting files as there were IO errors 2025/10/10 04:59:25 ERROR : OpenDrive root 'rclone-test-hevucaz1qele': not deleting directories as there were IO errors sync_transform_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestBase64 --- FAIL: TestBase64 (4.39s) FAIL 2025/10/10 04:59:26 DEBUG : OpenDrive root 'rclone-test-hevucaz1qele': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestCopyWithDryRun|TestDirTag|TestDoubleTransform|TestFileTag|TestFixCase|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveOverSelf|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncCompareDest|TestSyncConcurrentDelete|TestSyncConcurrentTruncate|TestSyncNoEmptyDirectories|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 15m47.731034945s (try 2/5): exit status 1: Failed [TestSyncNoEmptyDirectories TestSyncSuffix TestSyncSuffixKeepExtension TestFixCase TestSyncConcurrentDelete TestSyncReplaceDirModTime TestSyncReplaceDirModTimeWithEmptyDirs TestNothingToTransferWithEmptyDirs TestTransform/NFD TestTransform/base64 TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestDoubleTransform TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64]