"./sync.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^(TestBase64|TestCopy|TestCopyAfterDelete|TestCopyCheckFirst|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyNoTraverse|TestCopyOverSelf|TestCopyRedownload|TestCopyWithDepth|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithoutDeleteEmptySrcDirs|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveOverSelf|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingModtimeOnly|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBasedOnCheckSum|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncEmptyDirectories|TestSyncIgnoreErrors|TestSyncNoEmptyDirectories|TestSyncNoTraverse|TestSyncOverlapWithFilter|TestSyncUTFNorm|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestTransformCopy)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 3/5) 2026/02/02 03:45:44 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jevumax9reqe" 2026/02/02 03:45:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/02 03:45:44 DEBUG : Creating backend with remote "/tmp/rclone772783721" === RUN TestCopy run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:45:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 03:45:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe" with ID 2578419 2026/02/02 03:45:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:45:45 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:45:45 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:45:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578420 2026/02/02 03:45:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:45:47 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:45:47 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:83 Error: Should be true Test: TestCopy Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:83 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopy Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:83 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopy Messages: 1 objects not found 2026/02/02 03:45:55 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 03:45:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:45:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopy (13.43s) === RUN TestCopyNoTraverse run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:45:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:45:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:45:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:45:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578421 2026/02/02 03:45:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:45:59 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:45:59 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:216 Error: Should be true Test: TestCopyNoTraverse Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:216 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyNoTraverse Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:216 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyNoTraverse Messages: 1 objects not found 2026/02/02 03:46:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:46:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyNoTraverse (30.81s) === RUN TestCopyCheckFirst run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:46:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Running all checks before starting transfers 2026/02/02 03:46:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:46:28 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:46:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Checks finished, now starting transfers 2026/02/02 03:46:28 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:46:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578422 2026/02/02 03:46:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:46:30 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:46:30 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:264 Error: Should be true Test: TestCopyCheckFirst Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:264 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyCheckFirst Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:264 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyCheckFirst Messages: 1 objects not found 2026/02/02 03:46:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:46:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyCheckFirst (12.55s) === RUN TestSyncNoTraverse run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:46:41 ERROR : Ignoring --no-traverse with sync 2026/02/02 03:46:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:46:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:46:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:46:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578423 2026/02/02 03:46:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:46:43 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:46:43 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:46:43 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:284 Error: Should be true Test: TestSyncNoTraverse Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:284 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncNoTraverse Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:284 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncNoTraverse Messages: 1 objects not found 2026/02/02 03:46:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:46:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestSyncNoTraverse (12.80s) === RUN TestCopyWithDepth run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:46:54 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/02/02 03:46:54 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:46:54 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:46:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "hello world2" 2026/02/02 03:46:55 DEBUG : hello world2: size = 12 OK 2026/02/02 03:46:55 INFO : hello world2: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:304 Error: Should be true Test: TestCopyWithDepth Messages: listing wrong, want hello world2 (12) got hello_world2 (12) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:304 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyWithDepth Messages: Unexpected file "hello_world2" fstest.go:203: Not found "hello world2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:304 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyWithDepth Messages: 1 objects not found 2026/02/02 03:47:11 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/hello_world2 --- FAIL: TestCopyWithDepth (25.13s) === RUN TestCopyEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:47:19 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 03:47:19 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 03:47:19 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/02/02 03:47:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 03:47:20 INFO : sub dir2: Making directory 2026/02/02 03:47:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir2" with ID 2578424 2026/02/02 03:47:21 INFO : sub dir: Making directory 2026/02/02 03:47:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578425 2026/02/02 03:47:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:47:21 INFO : sub dir2/sub sub dir2: Making directory 2026/02/02 03:47:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir2/sub sub dir2" with ID 2578426 2026/02/02 03:47:21 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:47:21 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:47:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:47:28 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:47:28 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:358 Error: Should be true Test: TestCopyEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:358 Error: Should be true Test: TestCopyEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:358 Error: Not equal: expected: 0 actual : 1 Test: TestCopyEmptyDirectories Messages: 1 objects not found 2026/02/02 03:47:37 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 03:47:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:47:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/sub sub dir2" 2026/02/02 03:47:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2" 2026/02/02 03:47:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyEmptyDirectories (22.02s) === RUN TestCopyNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:47:41 INFO : sub dir2: Making directory 2026/02/02 03:47:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 03:47:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 03:47:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:47:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:47:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:47:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578427 2026/02/02 03:47:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:47:43 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:47:43 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:388 Error: Should be true Test: TestCopyNoEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:388 Error: Should be true Test: TestCopyNoEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:388 Error: Not equal: expected: 0 actual : 1 Test: TestCopyNoEmptyDirectories Messages: 1 objects not found 2026/02/02 03:47:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:47:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyNoEmptyDirectories (12.61s) === RUN TestMoveEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:47:53 DEBUG : sub dir2: Making directory with metadata 2026/02/02 03:47:53 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 03:47:53 INFO : sub dir2: Making directory 2026/02/02 03:47:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir2" with ID 2578428 2026/02/02 03:47:54 INFO : sub dir: Making directory 2026/02/02 03:47:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578429 2026/02/02 03:47:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:47:54 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:47:54 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:47:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:47:56 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:47:56 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:47:56 INFO : sub dir/hello world: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:415 Error: Should be true Test: TestMoveEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:415 Error: Should be true Test: TestMoveEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:415 Error: Not equal: expected: 0 actual : 1 Test: TestMoveEmptyDirectories Messages: 1 objects not found 2026/02/02 03:48:04 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 03:48:05 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 03:48:19 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:48:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2" 2026/02/02 03:48:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestMoveEmptyDirectories (28.80s) === RUN TestMoveNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:48:22 INFO : sub dir2: Making directory 2026/02/02 03:48:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:48:22 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:48:22 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:48:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578430 2026/02/02 03:48:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:48:24 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:48:24 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:48:24 INFO : sub dir/hello world: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:485 Error: Should be true Test: TestMoveNoEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:485 Error: Should be true Test: TestMoveNoEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:485 Error: Not equal: expected: 0 actual : 1 Test: TestMoveNoEmptyDirectories Messages: 1 objects not found 2026/02/02 03:48:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:48:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestMoveNoEmptyDirectories (12.74s) === RUN TestSyncEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:48:35 DEBUG : sub dir2: Making directory with metadata 2026/02/02 03:48:35 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 03:48:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 03:48:35 INFO : sub dir2: Making directory 2026/02/02 03:48:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir2" with ID 2578431 2026/02/02 03:48:35 INFO : sub dir: Making directory 2026/02/02 03:48:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578432 2026/02/02 03:48:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:48:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:48:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:48:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:48:37 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:48:37 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:48:37 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:516 Error: Should be true Test: TestSyncEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:516 Error: Should be true Test: TestSyncEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:516 Error: Not equal: expected: 0 actual : 1 Test: TestSyncEmptyDirectories Messages: 1 objects not found 2026/02/02 03:48:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 03:48:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:48:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2" 2026/02/02 03:48:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestSyncEmptyDirectories (13.82s) === RUN TestSyncNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:48:49 INFO : sub dir2: Making directory 2026/02/02 03:48:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:48:49 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:48:49 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:48:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578433 2026/02/02 03:48:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:48:54 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 03:48:54 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:48:54 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:599 Error: Should be true Test: TestSyncNoEmptyDirectories Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:599 Error: Should be true Test: TestSyncNoEmptyDirectories Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:599 Error: Not equal: expected: 0 actual : 1 Test: TestSyncNoEmptyDirectories Messages: 1 objects not found 2026/02/02 03:49:16 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:49:19 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestSyncNoEmptyDirectories (32.11s) === RUN TestServerSideCopy run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:49:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578434 2026/02/02 03:49:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:615 Error: Should be true Test: TestServerSideCopy Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:615 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideCopy Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:615 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopy Messages: 1 objects not found 2026/02/02 03:49:31 DEBUG : Creating backend with remote "TestFileLu:rclone-test-yaxidan0halo" sync_test.go:620: Server side copy (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-yaxidan0halo' 2026/02/02 03:49:32 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 03:49:32 DEBUG : FileLu root 'rclone-test-yaxidan0halo': Waiting for checks to finish 2026/02/02 03:49:32 DEBUG : FileLu root 'rclone-test-yaxidan0halo': Waiting for transfers to finish 2026/02/02 03:49:34 INFO : FileLu root 'rclone-test-yaxidan0halo': Successfully created folder "rclone-test-yaxidan0halo/sub dir" with ID 2578436 2026/02/02 03:49:35 INFO : FileLu root 'rclone-test-yaxidan0halo': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 03:49:35 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 03:49:35 INFO : sub dir/hello_world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:627 Error: Should be true Test: TestServerSideCopy Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:627 Error: Should be true Test: TestServerSideCopy Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:627 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopy Messages: 1 objects not found 2026/02/02 03:49:44 DEBUG : FileLu root 'rclone-test-yaxidan0halo': Purge remote 2026/02/02 03:49:44 INFO : FileLu root 'rclone-test-yaxidan0halo': Rmdir: successfully deleted "/rclone-test-yaxidan0halo" 2026/02/02 03:49:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:49:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestServerSideCopy (26.68s) === RUN TestCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:49:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578437 2026/02/02 03:49:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:635 Error: Should be true Test: TestCopyOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:635 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:635 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyOverSelf Messages: 1 objects not found 2026/02/02 03:49:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:49:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:49:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:50:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:50:01 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 03:50:01 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:643 Error: Should be true Test: TestCopyOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:643 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:643 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyOverSelf Messages: 1 objects not found 2026/02/02 03:50:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:50:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyOverSelf (37.70s) === RUN TestServerSideCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:50:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578438 2026/02/02 03:50:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:651 Error: Should be true Test: TestServerSideCopyOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:651 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:651 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopyOverSelf Messages: 1 objects not found 2026/02/02 03:50:36 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cukehan0repo" 2026/02/02 03:50:36 DEBUG : Config file has changed externally - reloading sync_test.go:656: Server side copy (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-cukehan0repo' 2026/02/02 03:50:36 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 03:50:36 DEBUG : FileLu root 'rclone-test-cukehan0repo': Waiting for checks to finish 2026/02/02 03:50:36 DEBUG : FileLu root 'rclone-test-cukehan0repo': Waiting for transfers to finish 2026/02/02 03:50:38 INFO : FileLu root 'rclone-test-cukehan0repo': Successfully created folder "rclone-test-cukehan0repo/sub dir" with ID 2578440 2026/02/02 03:50:40 INFO : FileLu root 'rclone-test-cukehan0repo': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 03:50:40 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 03:50:40 INFO : sub dir/hello_world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:662 Error: Should be true Test: TestServerSideCopyOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:662 Error: Should be true Test: TestServerSideCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:662 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopyOverSelf Messages: 1 objects not found 2026/02/02 03:50:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:665 Error: Should be true Test: TestServerSideCopyOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:665 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:665 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopyOverSelf Messages: 1 objects not found 2026/02/02 03:51:12 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 03:51:12 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-cukehan0repo') 2026/02/02 03:51:12 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 03:51:12 DEBUG : FileLu root 'rclone-test-cukehan0repo': Waiting for checks to finish 2026/02/02 03:51:12 DEBUG : FileLu root 'rclone-test-cukehan0repo': Waiting for transfers to finish 2026/02/02 03:51:24 DEBUG : sub dir/hello_world: size = 17 OK 2026/02/02 03:51:24 INFO : sub dir/hello_world: Copied (replaced existing) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:671 Error: Should be true Test: TestServerSideCopyOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:671 Error: Should be true Test: TestServerSideCopyOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:671 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideCopyOverSelf Messages: 1 objects not found 2026/02/02 03:51:33 DEBUG : FileLu root 'rclone-test-cukehan0repo': Purge remote 2026/02/02 03:51:33 INFO : FileLu root 'rclone-test-cukehan0repo': Rmdir: successfully deleted "/rclone-test-cukehan0repo" 2026/02/02 03:51:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:51:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestServerSideCopyOverSelf (69.94s) === RUN TestMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:51:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578441 2026/02/02 03:51:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:679 Error: Should be true Test: TestMoveOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:679 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:679 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestMoveOverSelf Messages: 1 objects not found 2026/02/02 03:51:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 03:51:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:51:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:51:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:51:48 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 03:51:48 INFO : sub dir/hello world: Copied (new) 2026/02/02 03:51:48 INFO : sub dir/hello world: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:688 Error: Should be true Test: TestMoveOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:688 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:688 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestMoveOverSelf Messages: 1 objects not found 2026/02/02 03:51:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:51:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestMoveOverSelf (23.96s) === RUN TestServerSideMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:51:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578442 2026/02/02 03:52:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:696 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:696 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:696 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:52:18 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xadukub6kafu" sync_test.go:701: Server side copy (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-xadukub6kafu' 2026/02/02 03:52:22 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 03:52:22 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for checks to finish 2026/02/02 03:52:22 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for transfers to finish 2026/02/02 03:52:25 INFO : FileLu root 'rclone-test-xadukub6kafu': Successfully created folder "rclone-test-xadukub6kafu/sub dir" with ID 2578444 2026/02/02 03:52:27 INFO : FileLu root 'rclone-test-xadukub6kafu': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 03:52:27 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 03:52:27 INFO : sub dir/hello_world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:707 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:707 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:707 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:52:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:710 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:710 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:710 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:52:47 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 03:52:47 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-xadukub6kafu') 2026/02/02 03:52:47 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 03:52:47 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for checks to finish 2026/02/02 03:52:47 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for transfers to finish 2026/02/02 03:52:47 INFO : FileLu root 'rclone-test-xadukub6kafu': Successfully deleted file: /rclone-test-xadukub6kafu/sub dir/hello_world 2026/02/02 03:52:47 INFO : sub dir/hello_world: Deleted 2026/02/02 03:52:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:52:50 INFO : sub dir/hello_world: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:717 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello_world (17) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:717 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:717 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:53:05 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:721 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (24) got sub dir/hello_world (24) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:721 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:721 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:53:31 DEBUG : testing file moves 2026/02/02 03:53:32 DEBUG : sub dir/hello_world: size = 24 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 03:53:32 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-xadukub6kafu') 2026/02/02 03:53:32 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 03:53:32 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for checks to finish 2026/02/02 03:53:32 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Waiting for transfers to finish 2026/02/02 03:53:33 INFO : FileLu root 'rclone-test-xadukub6kafu': Successfully deleted file: /rclone-test-xadukub6kafu/sub dir/hello_world 2026/02/02 03:53:33 INFO : sub dir/hello_world: Deleted 2026/02/02 03:53:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:53:35 INFO : sub dir/hello_world: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:729 Error: Should be true Test: TestServerSideMoveOverSelf Messages: listing wrong, want sub dir/hello world (24) got sub dir/hello_world (24) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:729 Error: Should be true Test: TestServerSideMoveOverSelf Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:729 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveOverSelf Messages: 1 objects not found 2026/02/02 03:53:45 DEBUG : FileLu root 'rclone-test-xadukub6kafu': Purge remote 2026/02/02 03:53:45 INFO : FileLu root 'rclone-test-xadukub6kafu': Rmdir: successfully deleted "/rclone-test-xadukub6kafu" 2026/02/02 03:53:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestServerSideMoveOverSelf (108.07s) === RUN TestCopyAfterDelete run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:53:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578445 2026/02/02 03:53:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 03:53:49 ERROR : error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:739 Error: Should be true Test: TestCopyAfterDelete Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:739 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyAfterDelete Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:739 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyAfterDelete Messages: 1 objects not found 2026/02/02 03:53:57 INFO : Local file system at /tmp/rclone772783721: Making directory 2026/02/02 03:53:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:53:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:750 Error: Should be true Test: TestCopyAfterDelete Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:750 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyAfterDelete Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:750 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyAfterDelete Messages: 1 objects not found 2026/02/02 03:54:12 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:54:17 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyAfterDelete (33.27s) === RUN TestCopyRedownload run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:54:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578446 2026/02/02 03:54:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:758 Error: Should be true Test: TestCopyRedownload Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:758 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyRedownload Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:758 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestCopyRedownload Messages: 1 objects not found 2026/02/02 03:54:38 DEBUG : Added delayed dir = "sub dir", newDst= 2026/02/02 03:54:38 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 03:54:38 DEBUG : Local file system at /tmp/rclone772783721: Waiting for checks to finish 2026/02/02 03:54:38 DEBUG : Local file system at /tmp/rclone772783721: Waiting for transfers to finish 2026/02/02 03:54:39 DEBUG : sub dir/hello_world.e5065783.partial: size = 11 OK 2026/02/02 03:54:39 DEBUG : sub dir/hello_world.e5065783.partial: renamed to: sub dir/hello_world 2026/02/02 03:54:39 INFO : sub dir/hello_world: Copied (new) 2026/02/02 03:54:39 INFO : sub dir: Set directory modification time (using DirSetModTime) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:355 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:766 Error: Should be true Test: TestCopyRedownload Messages: listing wrong, want sub dir/hello world (11) got sub dir/hello_world (11) 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:355 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:766 Error: Should be true Test: TestCopyRedownload Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" 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/run.go:355 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:766 Error: Not equal: expected: 0 actual : 1 Test: TestCopyRedownload Messages: 1 objects not found 2026/02/02 03:54:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 03:54:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestCopyRedownload (27.98s) === RUN TestSyncBasedOnCheckSum run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:54:49 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 03:54:49 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:54:49 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:54:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "check sum" 2026/02/02 03:54:50 DEBUG : check sum: size = 1 OK 2026/02/02 03:54:50 INFO : check sum: Copied (new) 2026/02/02 03:54:50 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:789 Error: Should be true Test: TestSyncBasedOnCheckSum Messages: listing wrong, want check sum (1) got check_sum (1) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:789 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBasedOnCheckSum Messages: Unexpected file "check_sum" fstest.go:203: Not found "check sum" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:789 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBasedOnCheckSum Messages: 1 objects not found 2026/02/02 03:54:58 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 03:54:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:54:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:55:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "check sum" 2026/02/02 03:55:00 DEBUG : check sum: size = 1 OK 2026/02/02 03:55:00 INFO : check sum: Copied (new) 2026/02/02 03:55:00 DEBUG : Waiting for deletions to finish 2026/02/02 03:55:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/check_sum 2026/02/02 03:55:01 INFO : check_sum: Deleted sync_test.go:802: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:802 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBasedOnCheckSum fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:804 Error: Should be true Test: TestSyncBasedOnCheckSum Messages: listing wrong, want check sum (1) got fstest.go:203: Not found "check sum" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:804 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncBasedOnCheckSum Messages: 1 objects not found --- FAIL: TestSyncBasedOnCheckSum (31.75s) === RUN TestSyncIgnoreErrors run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:55:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/b" with ID 2578447 2026/02/02 03:55:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "b/potato" 2026/02/02 03:55:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/c" with ID 2578448 2026/02/02 03:55:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:55:31 INFO : d: Making directory 2026/02/02 03:55:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/d" with ID 2578449 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:964 Error: Should be true Test: TestSyncIgnoreErrors Messages: listing wrong, want b/potato (21), c/non empty space (5) got b/potato (21), c/non_empty_space (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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:964 Error: Should be true Test: TestSyncIgnoreErrors Messages: Unexpected file "c/non_empty_space" fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:964 Error: Not equal: expected: 0 actual : 1 Test: TestSyncIgnoreErrors Messages: 1 objects not found 2026/02/02 03:55:40 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 03:55:41 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 03:55:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:55:41 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:55:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/a" with ID 2578450 2026/02/02 03:55:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "a/potato2" 2026/02/02 03:55:43 DEBUG : a/potato2: size = 60 OK 2026/02/02 03:55:43 INFO : a/potato2: Copied (new) 2026/02/02 03:55:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:55:43 DEBUG : c/non empty space: size = 5 OK 2026/02/02 03:55:43 INFO : c/non empty space: Copied (new) 2026/02/02 03:55:43 DEBUG : Waiting for deletions to finish 2026/02/02 03:55:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/b/potato 2026/02/02 03:55:43 INFO : b/potato: Deleted 2026/02/02 03:55:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/c/non_empty_space 2026/02/02 03:55:43 INFO : c/non_empty_space: Deleted 2026/02/02 03:55:43 INFO : d: Removing directory 2026/02/02 03:55:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/d" 2026/02/02 03:55:44 INFO : b: Removing directory 2026/02/02 03:55:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/b" 2026/02/02 03:55:44 DEBUG : FileLu root 'rclone-test-jevumax9reqe': deleted 2 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:994 Error: Should be true Test: TestSyncIgnoreErrors Messages: listing wrong, want a/potato2 (60), c/non empty space (5) got a/potato2 (60) fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:994 Error: Not equal: expected: 0 actual : 1 Test: TestSyncIgnoreErrors Messages: 1 objects not found 2026/02/02 03:55:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/a/potato2 2026/02/02 03:55:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/c" 2026/02/02 03:55:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/a" --- FAIL: TestSyncIgnoreErrors (35.59s) === RUN TestSyncAfterChangingModtimeOnly run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:55:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1015 Error: Should be true Test: TestSyncAfterChangingModtimeOnly Messages: listing wrong, want empty space (1) got empty_space (1) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1015 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterChangingModtimeOnly Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1015 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterChangingModtimeOnly Messages: 1 objects not found 2026/02/02 03:56:09 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:56:09 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:56:09 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 03:56:09 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:56:09 DEBUG : Waiting for deletions to finish 2026/02/02 03:56:09 NOTICE: empty_space: Skipped delete as --dry-run is set (size 1) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1026 Error: Should be true Test: TestSyncAfterChangingModtimeOnly Messages: listing wrong, want empty space (1) got empty_space (1) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1026 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterChangingModtimeOnly Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1026 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterChangingModtimeOnly Messages: 1 objects not found 2026/02/02 03:56:29 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:56:29 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:56:29 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:56:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 03:56:31 DEBUG : empty space: size = 1 OK 2026/02/02 03:56:31 INFO : empty space: Copied (new) 2026/02/02 03:56:31 DEBUG : Waiting for deletions to finish 2026/02/02 03:56:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 03:56:32 INFO : empty_space: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1037 Error: Should be true Test: TestSyncAfterChangingModtimeOnly Messages: listing wrong, want empty space (1) got fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1037 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterChangingModtimeOnly Messages: 1 objects not found --- FAIL: TestSyncAfterChangingModtimeOnly (44.40s) === RUN TestSyncAfterAddingAFile run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:56:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1101 Error: Should be true Test: TestSyncAfterAddingAFile Messages: listing wrong, want empty space (1) got empty_space (1) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1101 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterAddingAFile Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1101 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterAddingAFile Messages: 1 objects not found 2026/02/02 03:56:50 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:56:50 DEBUG : potato: Need to transfer - File not found at Destination 2026/02/02 03:56:50 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:56:50 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:56:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato" 2026/02/02 03:56:52 DEBUG : potato: size = 60 OK 2026/02/02 03:56:52 INFO : potato: Copied (new) 2026/02/02 03:56:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 03:56:52 DEBUG : empty space: size = 1 OK 2026/02/02 03:56:52 INFO : empty space: Copied (new) 2026/02/02 03:56:52 DEBUG : Waiting for deletions to finish 2026/02/02 03:56:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 03:56:52 INFO : empty_space: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1109 Error: Should be true Test: TestSyncAfterAddingAFile Messages: listing wrong, want empty space (1), potato (60) got potato (60) fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1109 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterAddingAFile Messages: 1 objects not found 2026/02/02 03:57:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato --- FAIL: TestSyncAfterAddingAFile (21.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:57:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato" 2026/02/02 03:57:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 03:57:28 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:57:28 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 03:57:28 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 03:57:28 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/02/02 03:57:28 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:57:28 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:57:28 DEBUG : Waiting for deletions to finish 2026/02/02 03:57:28 NOTICE: empty_space: Skipped delete as --dry-run is set (size 1) 2026/02/02 03:57:28 NOTICE: potato: Skipped delete as --dry-run is set (size 21) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1172 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileDryRun Messages: listing wrong, want empty space (1), potato (21) got empty_space (1), potato (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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1172 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileDryRun Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1172 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFileDryRun Messages: 1 objects not found 2026/02/02 03:57:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 03:57:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileDryRun (36.09s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:57:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato" 2026/02/02 03:57:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1194 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFile Messages: listing wrong, want empty space (1), potato (21) got empty_space (1), potato (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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1194 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFile Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1194 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFile Messages: 1 objects not found 2026/02/02 03:57:48 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:57:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 03:57:48 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:57:48 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:57:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 03:57:50 DEBUG : potato2: size = 60 OK 2026/02/02 03:57:50 INFO : potato2: Copied (new) 2026/02/02 03:57:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 03:57:51 DEBUG : empty space: size = 1 OK 2026/02/02 03:57:51 INFO : empty space: Copied (new) 2026/02/02 03:57:51 DEBUG : Waiting for deletions to finish 2026/02/02 03:57:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 03:57:51 INFO : empty_space: Deleted 2026/02/02 03:57:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato 2026/02/02 03:57:51 INFO : potato: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1194 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFile Messages: listing wrong, want empty space (1), potato2 (60) got potato2 (60) fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1194 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFile Messages: 1 objects not found 2026/02/02 03:57:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 --- FAIL: TestSyncAfterRemovingAFileAndAddingAFile (22.64s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:58:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/b" with ID 2578451 2026/02/02 03:58:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "b/potato" 2026/02/02 03:58:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/c" with ID 2578452 2026/02/02 03:58:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:58:28 INFO : d: Making directory 2026/02/02 03:58:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/d" with ID 2578453 2026/02/02 03:58:28 INFO : d/e: Making directory 2026/02/02 03:58:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/d/e" with ID 2578454 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1217 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1262 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDir Messages: listing wrong, want b/potato (21), c/non empty space (5) got b/potato (21), c/non_empty_space (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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1217 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1262 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDir Messages: Unexpected file "c/non_empty_space" fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1217 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1262 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFileSubDir Messages: 1 objects not found 2026/02/02 03:58:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 03:58:39 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 03:58:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:58:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:58:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/a" with ID 2578455 2026/02/02 03:58:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "a/potato2" 2026/02/02 03:58:40 DEBUG : a/potato2: size = 60 OK 2026/02/02 03:58:40 INFO : a/potato2: Copied (new) 2026/02/02 03:58:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:58:41 DEBUG : c/non empty space: size = 5 OK 2026/02/02 03:58:41 INFO : c/non empty space: Copied (new) 2026/02/02 03:58:41 DEBUG : Waiting for deletions to finish 2026/02/02 03:58:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/c/non_empty_space 2026/02/02 03:58:41 INFO : c/non_empty_space: Deleted 2026/02/02 03:58:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/b/potato 2026/02/02 03:58:41 INFO : b/potato: Deleted 2026/02/02 03:58:41 INFO : d/e: Removing directory 2026/02/02 03:58:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/d/e" 2026/02/02 03:58:42 INFO : d: Removing directory 2026/02/02 03:58:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/d" 2026/02/02 03:58:42 INFO : b: Removing directory 2026/02/02 03:58:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/b" 2026/02/02 03:58:43 DEBUG : FileLu root 'rclone-test-jevumax9reqe': deleted 3 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1248 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1262 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDir Messages: listing wrong, want a/potato2 (60), c/non empty space (5) got a/potato2 (60) fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1248 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1262 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFileSubDir Messages: 1 objects not found 2026/02/02 03:58:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/a/potato2 2026/02/02 03:58:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/c" 2026/02/02 03:58:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDir (54.24s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:58:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/b" with ID 2578456 2026/02/02 03:58:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "b/potato" 2026/02/02 03:58:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/c" with ID 2578457 2026/02/02 03:58:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:58:58 INFO : d: Making directory 2026/02/02 03:58:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/d" with ID 2578458 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1285 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: listing wrong, want b/potato (21), c/non empty space (5) got b/potato (21), c/non_empty_space (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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1285 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: Unexpected file "c/non_empty_space" fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1285 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: 1 objects not found 2026/02/02 03:59:15 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 03:59:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/a" with ID 2578459 2026/02/02 03:59:17 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 03:59:17 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:59:17 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:59:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "a/potato2" 2026/02/02 03:59:24 DEBUG : a/potato2: size = 60 OK 2026/02/02 03:59:24 INFO : a/potato2: Copied (new) 2026/02/02 03:59:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 03:59:27 DEBUG : c/non empty space: size = 5 OK 2026/02/02 03:59:27 INFO : c/non empty space: Copied (new) 2026/02/02 03:59:27 ERROR : FileLu root 'rclone-test-jevumax9reqe': not deleting files as there were IO errors 2026/02/02 03:59:27 ERROR : FileLu root 'rclone-test-jevumax9reqe': not deleting directories as there were IO errors fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1317 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: listing wrong, want a/potato2 (60), b/potato (21), c/non empty space (5) got a/potato2 (60), b/potato (21), c/non_empty_space (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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1317 Error: Should be true Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: Unexpected file "c/non_empty_space" fstest.go:203: Not found "c/non empty space" 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/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1317 Error: Not equal: expected: 0 actual : 1 Test: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors Messages: 1 objects not found 2026/02/02 03:59:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/c/non_empty_space 2026/02/02 03:59:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/b/potato 2026/02/02 03:59:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/a/potato2 2026/02/02 03:59:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/d" 2026/02/02 03:59:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/c" 2026/02/02 03:59:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/b" 2026/02/02 03:59:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (45.49s) === RUN TestSyncDeleteDuring run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 03:59:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato" 2026/02/02 03:59:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncDeleteDuring Messages: listing wrong, want empty space (1), potato (21) got empty_space (1), potato (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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 Error: Should be true Test: TestSyncDeleteDuring Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 Error: Not equal: expected: 0 actual : 1 Test: TestSyncDeleteDuring Messages: 1 objects not found 2026/02/02 03:59:50 DEBUG : Waiting for deletions to finish 2026/02/02 03:59:51 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 03:59:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 03:59:51 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 03:59:51 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 03:59:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 03:59:51 INFO : empty_space: Deleted 2026/02/02 03:59:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato 2026/02/02 03:59:51 INFO : potato: Deleted 2026/02/02 03:59:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 03:59:52 DEBUG : empty space: size = 1 OK 2026/02/02 03:59:52 INFO : empty space: Copied (new) 2026/02/02 03:59:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 03:59:52 DEBUG : potato2: size = 60 OK 2026/02/02 03:59:52 INFO : potato2: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncDeleteDuring Messages: listing wrong, want empty space (1), potato2 (60) got empty_space (1), potato2 (60) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 Error: Should be true Test: TestSyncDeleteDuring Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1348 Error: Not equal: expected: 0 actual : 1 Test: TestSyncDeleteDuring Messages: 1 objects not found 2026/02/02 04:00:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:00:05 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 --- FAIL: TestSyncDeleteDuring (28.92s) === RUN TestSyncDeleteBefore run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:00:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato" 2026/02/02 04:00:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncDeleteBefore Messages: listing wrong, want empty space (1), potato (21) got empty_space (1), potato (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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 Error: Should be true Test: TestSyncDeleteBefore Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1181 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 Error: Not equal: expected: 0 actual : 1 Test: TestSyncDeleteBefore Messages: 1 objects not found 2026/02/02 04:00:36 DEBUG : Waiting for deletions to finish 2026/02/02 04:00:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:00:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:00:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:00:36 INFO : empty_space: Deleted 2026/02/02 04:00:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato 2026/02/02 04:00:36 INFO : potato: Deleted 2026/02/02 04:00:37 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:00:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:00:37 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:00:37 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:00:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:00:38 DEBUG : empty space: size = 1 OK 2026/02/02 04:00:38 INFO : empty space: Copied (new) 2026/02/02 04:00:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:00:38 DEBUG : potato2: size = 60 OK 2026/02/02 04:00:38 INFO : potato2: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncDeleteBefore Messages: listing wrong, want empty space (1), potato2 (60) got empty_space (1), potato2 (60) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 Error: Should be true Test: TestSyncDeleteBefore Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1190 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1357 Error: Not equal: expected: 0 actual : 1 Test: TestSyncDeleteBefore Messages: 1 objects not found 2026/02/02 04:00:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:00:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 --- FAIL: TestSyncDeleteBefore (38.99s) === RUN TestSyncWithExclude run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:00:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:00:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1390 Error: Should be true Test: TestSyncWithExclude Messages: listing wrong, want empty space (1), potato2 (60) got empty_space (1), potato2 (60) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1390 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncWithExclude Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1390 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExclude Messages: 1 objects not found 2026/02/02 04:00:58 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:00:58 DEBUG : enormous: Excluded 2026/02/02 04:00:58 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:00:58 DEBUG : potato2: Excluded 2026/02/02 04:00:59 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:00:59 DEBUG : potato2: Excluded 2026/02/02 04:00:59 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:00:59 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:00:59 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:01:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:01:01 DEBUG : empty space: size = 1 OK 2026/02/02 04:01:01 INFO : empty space: Copied (new) 2026/02/02 04:01:01 DEBUG : Waiting for deletions to finish 2026/02/02 04:01:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:01:01 INFO : empty_space: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1403 Error: Should be true Test: TestSyncWithExclude Messages: listing wrong, want empty space (1), potato2 (60) got potato2 (60) fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1403 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExclude Messages: 1 objects not found 2026/02/02 04:01:17 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:01:17 DEBUG : enormous: Excluded 2026/02/02 04:01:17 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:01:17 DEBUG : potato2: Excluded 2026/02/02 04:01:19 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:01:19 DEBUG : potato2: Excluded 2026/02/02 04:01:19 DEBUG : Local file system at /tmp/rclone772783721: Waiting for checks to finish 2026/02/02 04:01:19 DEBUG : Local file system at /tmp/rclone772783721: Waiting for transfers to finish 2026/02/02 04:01:19 DEBUG : Waiting for deletions to finish 2026/02/02 04:01:19 INFO : empty space: Deleted 2026/02/02 04:01:19 INFO : There was nothing to transfer fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:339 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1412 Error: Should be true Test: TestSyncWithExclude Messages: listing wrong, want empty space (1), enormous (100), potato2 (60) got enormous (100), potato2 (60) fstest.go:203: Not found "empty space" 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:339 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1412 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExclude Messages: 1 objects not found 2026/02/02 04:01:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 --- FAIL: TestSyncWithExclude (39.25s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:01:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:01:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:01:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "enormous" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1422 Error: Should be true Test: TestSyncWithExcludeAndDeleteExcluded Messages: listing wrong, want empty space (1), enormous (100), potato2 (60) got empty_space (1), enormous (100), potato2 (60) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1422 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncWithExcludeAndDeleteExcluded Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1422 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExcludeAndDeleteExcluded Messages: 1 objects not found 2026/02/02 04:01:39 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:01:39 DEBUG : enormous: Excluded 2026/02/02 04:01:39 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:01:39 DEBUG : potato2: Excluded 2026/02/02 04:01:39 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:01:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:01:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:01:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:01:42 DEBUG : empty space: size = 1 OK 2026/02/02 04:01:42 INFO : empty space: Copied (new) 2026/02/02 04:01:42 DEBUG : Waiting for deletions to finish 2026/02/02 04:01:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 2026/02/02 04:01:42 INFO : potato2: Deleted 2026/02/02 04:01:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:01:42 INFO : empty_space: Deleted 2026/02/02 04:01:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/enormous 2026/02/02 04:01:42 INFO : enormous: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1436 Error: Should be true Test: TestSyncWithExcludeAndDeleteExcluded Messages: listing wrong, want empty space (1) got fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1436 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExcludeAndDeleteExcluded Messages: 1 objects not found 2026/02/02 04:01:50 DEBUG : Local file system at /tmp/rclone772783721: Waiting for checks to finish 2026/02/02 04:01:50 DEBUG : Local file system at /tmp/rclone772783721: Waiting for transfers to finish 2026/02/02 04:01:50 DEBUG : Waiting for deletions to finish 2026/02/02 04:01:50 INFO : empty space: Deleted 2026/02/02 04:01:50 INFO : enormous: Deleted 2026/02/02 04:01:50 INFO : potato2: Deleted 2026/02/02 04:01:50 INFO : There was nothing to transfer fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:339 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1445 Error: Should be true Test: TestSyncWithExcludeAndDeleteExcluded Messages: listing wrong, want empty space (1) got fstest.go:203: Not found "empty space" 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:339 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1445 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncWithExcludeAndDeleteExcluded Messages: 1 objects not found --- FAIL: TestSyncWithExcludeAndDeleteExcluded (31.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:01:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:01:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 04:01:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:01:58 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:01:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578460 2026/02/02 04:01:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/nested/sub dir" with ID 2578462 2026/02/02 04:02:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:02:00 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:02:00 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:02:00 INFO : sub dir/hello world: Deleted 2026/02/02 04:02:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 04:02:00 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 04:02:00 INFO : nested/sub dir/file: Copied (new) 2026/02/02 04:02:00 INFO : nested/sub dir/file: Deleted 2026/02/02 04:02:00 INFO : sub dir: Removing directory 2026/02/02 04:02:00 INFO : nested/sub dir: Removing directory 2026/02/02 04:02:00 INFO : nested: Removing directory 2026/02/02 04:02:00 DEBUG : Local file system at /tmp/rclone772783721: deleted 3 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1827 Error: Should be true Test: TestMoveWithDeleteEmptySrcDirs Messages: listing wrong, want nested/sub dir/file (6), sub dir/hello world (11) got nested/sub dir/file (6), sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1827 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestMoveWithDeleteEmptySrcDirs Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1827 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestMoveWithDeleteEmptySrcDirs Messages: 1 objects not found 2026/02/02 04:02:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 04:02:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/nested/sub dir/file 2026/02/02 04:02:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" 2026/02/02 04:02:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/nested/sub dir" 2026/02/02 04:02:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/nested" --- FAIL: TestMoveWithDeleteEmptySrcDirs (33.58s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:02:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:02:32 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 04:02:32 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:02:32 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:02:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578463 2026/02/02 04:02:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/nested/sub dir" with ID 2578465 2026/02/02 04:02:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:02:34 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:02:34 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:02:34 INFO : sub dir/hello world: Deleted 2026/02/02 04:02:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 04:02:34 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 04:02:34 INFO : nested/sub dir/file: Copied (new) 2026/02/02 04:02:34 INFO : nested/sub dir/file: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1851 Error: Should be true Test: TestMoveWithoutDeleteEmptySrcDirs Messages: listing wrong, want nested/sub dir/file (6), sub dir/hello world (11) got nested/sub dir/file (6), sub dir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1851 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestMoveWithoutDeleteEmptySrcDirs Messages: Unexpected file "sub dir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1851 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestMoveWithoutDeleteEmptySrcDirs Messages: 1 objects not found 2026/02/02 04:02:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 04:02:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/nested/sub dir/file 2026/02/02 04:02:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" 2026/02/02 04:02:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/nested/sub dir" 2026/02/02 04:02:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/nested" --- FAIL: TestMoveWithoutDeleteEmptySrcDirs (15.48s) === RUN TestServerSideMove run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:02:47 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tosumew4rura" 2026/02/02 04:02:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:02:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:02:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato3" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMove Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Should be true Test: TestServerSideMove Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMove Messages: 1 objects not found sync_test.go:1736: Server side move (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-tosumew4rura' 2026/02/02 04:03:00 INFO : FileLu root 'rclone-test-tosumew4rura': Successfully created folder "rclone-test-tosumew4rura" with ID 2578466 2026/02/02 04:03:14 INFO : FileLu root 'rclone-test-tosumew4rura': Put: Successfully uploaded new file "empty space" 2026/02/02 04:03:28 INFO : FileLu root 'rclone-test-tosumew4rura': Put: Successfully uploaded new file "potato3" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Should be true Test: TestServerSideMove Messages: listing wrong, want empty space (1), potato3 (60) got empty_space (1), potato3 (60) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMove Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMove Messages: 1 objects not found 2026/02/02 04:03:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:03:37 DEBUG : empty_space: size = 1 OK 2026/02/02 04:03:37 DEBUG : empty_space: Sizes identical 2026/02/02 04:03:37 DEBUG : empty_space: Unchanged skipping 2026/02/02 04:03:37 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 04:03:37 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-tosumew4rura') 2026/02/02 04:03:37 DEBUG : potato3: Sizes differ 2026/02/02 04:03:37 DEBUG : FileLu root 'rclone-test-tosumew4rura': Waiting for checks to finish 2026/02/02 04:03:37 INFO : FileLu root 'rclone-test-tosumew4rura': Successfully deleted file: /rclone-test-tosumew4rura/potato3 2026/02/02 04:03:37 INFO : potato3: Deleted 2026/02/02 04:03:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:03:37 INFO : empty_space: Deleted 2026/02/02 04:03:37 DEBUG : FileLu root 'rclone-test-tosumew4rura': Waiting for transfers to finish 2026/02/02 04:03:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 2026/02/02 04:03:40 INFO : potato2: Moved (server-side) 2026/02/02 04:03:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato3 2026/02/02 04:03:40 INFO : potato3: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Should be true Test: TestServerSideMove Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMove Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMove Messages: 1 objects not found 2026/02/02 04:03:48 DEBUG : Creating backend with remote "TestFileLu:rclone-test-mamaxor0coxo" 2026/02/02 04:03:49 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 04:03:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:03:49 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:03:49 DEBUG : FileLu root 'rclone-test-mamaxor0coxo': Waiting for checks to finish 2026/02/02 04:03:49 DEBUG : FileLu root 'rclone-test-mamaxor0coxo': Waiting for transfers to finish 2026/02/02 04:03:50 INFO : FileLu root 'rclone-test-mamaxor0coxo': Successfully created folder "rclone-test-mamaxor0coxo" with ID 2578467 2026/02/02 04:03:50 INFO : FileLu root 'rclone-test-mamaxor0coxo': Successfully created folder "rclone-test-mamaxor0coxo" with ID 2.578467e+06 2026/02/02 04:03:52 INFO : FileLu root 'rclone-test-tosumew4rura': Successfully deleted file: /rclone-test-tosumew4rura/empty_space 2026/02/02 04:03:52 INFO : empty_space: Moved (server-side) 2026/02/02 04:03:52 INFO : FileLu root 'rclone-test-tosumew4rura': Successfully deleted file: /rclone-test-tosumew4rura/potato2 2026/02/02 04:03:52 INFO : potato2: Moved (server-side) 2026/02/02 04:03:52 INFO : FileLu root 'rclone-test-tosumew4rura': Successfully deleted file: /rclone-test-tosumew4rura/potato3 2026/02/02 04:03:52 INFO : potato3: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Should be true Test: TestServerSideMove Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMove Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMove Messages: 1 objects not found 2026/02/02 04:04:00 DEBUG : FileLu root 'rclone-test-mamaxor0coxo': Purge remote 2026/02/02 04:04:01 INFO : FileLu root 'rclone-test-mamaxor0coxo': Rmdir: successfully deleted "/rclone-test-mamaxor0coxo" 2026/02/02 04:04:01 DEBUG : FileLu root 'rclone-test-tosumew4rura': Purge remote 2026/02/02 04:04:01 INFO : FileLu root 'rclone-test-tosumew4rura': Rmdir: successfully deleted "/rclone-test-tosumew4rura" --- FAIL: TestServerSideMove (77.76s) === RUN TestServerSideMoveWithFilter run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:04:05 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xadaviy4huwa" 2026/02/02 04:04:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:04:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:04:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato3" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveWithFilter Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Should be true Test: TestServerSideMoveWithFilter Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveWithFilter Messages: 1 objects not found sync_test.go:1736: Server side move (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-xadaviy4huwa' 2026/02/02 04:04:38 INFO : FileLu root 'rclone-test-xadaviy4huwa': Successfully created folder "rclone-test-xadaviy4huwa" with ID 2578468 2026/02/02 04:04:40 INFO : FileLu root 'rclone-test-xadaviy4huwa': Put: Successfully uploaded new file "empty space" 2026/02/02 04:04:41 INFO : FileLu root 'rclone-test-xadaviy4huwa': Put: Successfully uploaded new file "potato3" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Should be true Test: TestServerSideMoveWithFilter Messages: listing wrong, want empty space (1), potato3 (60) got empty_space (1), potato3 (60) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveWithFilter Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveWithFilter Messages: 1 objects not found 2026/02/02 04:04:49 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:04:49 DEBUG : empty_space: Excluded 2026/02/02 04:04:50 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:04:50 DEBUG : empty_space: Excluded 2026/02/02 04:04:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:04:50 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 04:04:50 DEBUG : FileLu root 'rclone-test-xadaviy4huwa': Waiting for checks to finish 2026/02/02 04:04:50 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-xadaviy4huwa') 2026/02/02 04:04:50 DEBUG : potato3: Sizes differ 2026/02/02 04:04:50 DEBUG : FileLu root 'rclone-test-xadaviy4huwa': Waiting for transfers to finish 2026/02/02 04:04:50 INFO : FileLu root 'rclone-test-xadaviy4huwa': Successfully deleted file: /rclone-test-xadaviy4huwa/potato3 2026/02/02 04:04:50 INFO : potato3: Deleted 2026/02/02 04:04:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 2026/02/02 04:04:52 INFO : potato2: Moved (server-side) 2026/02/02 04:04:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato3 2026/02/02 04:04:53 INFO : potato3: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1751 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveWithFilter Messages: listing wrong, want empty space (1) got empty_space (1) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1751 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Should be true Test: TestServerSideMoveWithFilter Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1751 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveWithFilter Messages: 1 objects not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Should be true Test: TestServerSideMoveWithFilter Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveWithFilter Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveWithFilter Messages: 1 objects not found 2026/02/02 04:05:12 DEBUG : Creating backend with remote "TestFileLu:rclone-test-hibobeb3xisi" 2026/02/02 04:05:12 DEBUG : Config file has changed externally - reloading 2026/02/02 04:05:19 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:05:19 DEBUG : empty_space: Excluded 2026/02/02 04:05:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:05:19 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:05:19 DEBUG : FileLu root 'rclone-test-hibobeb3xisi': Waiting for checks to finish 2026/02/02 04:05:19 DEBUG : FileLu root 'rclone-test-hibobeb3xisi': Waiting for transfers to finish 2026/02/02 04:05:25 INFO : FileLu root 'rclone-test-hibobeb3xisi': Successfully created folder "rclone-test-hibobeb3xisi" with ID 2578469 2026/02/02 04:05:27 INFO : FileLu root 'rclone-test-xadaviy4huwa': Successfully deleted file: /rclone-test-xadaviy4huwa/potato2 2026/02/02 04:05:27 INFO : potato2: Moved (server-side) 2026/02/02 04:05:28 INFO : FileLu root 'rclone-test-xadaviy4huwa': Successfully deleted file: /rclone-test-xadaviy4huwa/potato3 2026/02/02 04:05:28 INFO : potato3: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1781 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Should be true Test: TestServerSideMoveWithFilter Messages: listing wrong, want empty space (1) got empty_space (1) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1781 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveWithFilter Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1781 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveWithFilter Messages: 1 objects not found 2026/02/02 04:05:36 DEBUG : FileLu root 'rclone-test-hibobeb3xisi': Purge remote 2026/02/02 04:05:36 INFO : FileLu root 'rclone-test-hibobeb3xisi': Rmdir: successfully deleted "/rclone-test-hibobeb3xisi" 2026/02/02 04:05:36 DEBUG : FileLu root 'rclone-test-xadaviy4huwa': Purge remote 2026/02/02 04:05:37 INFO : FileLu root 'rclone-test-xadaviy4huwa': Rmdir: successfully deleted "/rclone-test-xadaviy4huwa" 2026/02/02 04:05:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space --- FAIL: TestServerSideMoveWithFilter (93.08s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:05:38 DEBUG : Creating backend with remote "TestFileLu:rclone-test-daxubah6gami" 2026/02/02 04:05:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato2" 2026/02/02 04:05:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "empty space" 2026/02/02 04:05:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "potato3" 2026/02/02 04:05:43 INFO : tomatoDir: Making directory 2026/02/02 04:05:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/tomatoDir" with ID 2578470 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1734 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveDeleteEmptySourceDirs Messages: 1 objects not found sync_test.go:1736: Server side move (if possible) FileLu root 'rclone-test-jevumax9reqe' -> FileLu root 'rclone-test-daxubah6gami' 2026/02/02 04:05:52 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully created folder "rclone-test-daxubah6gami" with ID 2578471 2026/02/02 04:05:53 INFO : FileLu root 'rclone-test-daxubah6gami': Put: Successfully uploaded new file "empty space" 2026/02/02 04:05:55 INFO : FileLu root 'rclone-test-daxubah6gami': Put: Successfully uploaded new file "potato3" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: listing wrong, want empty space (1), potato3 (60) got empty_space (1), potato3 (60) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1741 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveDeleteEmptySourceDirs Messages: 1 objects not found 2026/02/02 04:06:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:06:06 DEBUG : empty_space: size = 1 OK 2026/02/02 04:06:06 DEBUG : empty_space: Sizes identical 2026/02/02 04:06:06 DEBUG : empty_space: Unchanged skipping 2026/02/02 04:06:06 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-jevumax9reqe') 2026/02/02 04:06:06 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-daxubah6gami') 2026/02/02 04:06:06 DEBUG : potato3: Sizes differ 2026/02/02 04:06:09 DEBUG : FileLu root 'rclone-test-daxubah6gami': Waiting for checks to finish 2026/02/02 04:06:10 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully deleted file: /rclone-test-daxubah6gami/potato3 2026/02/02 04:06:10 INFO : potato3: Deleted 2026/02/02 04:06:10 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/empty_space 2026/02/02 04:06:10 INFO : empty_space: Deleted 2026/02/02 04:06:10 DEBUG : FileLu root 'rclone-test-daxubah6gami': Waiting for transfers to finish 2026/02/02 04:06:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato2 2026/02/02 04:06:27 INFO : potato2: Moved (server-side) 2026/02/02 04:06:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/potato3 2026/02/02 04:06:27 INFO : potato3: Moved (server-side) 2026/02/02 04:06:27 INFO : tomatoDir: Removing directory 2026/02/02 04:06:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/tomatoDir" 2026/02/02 04:06:27 DEBUG : FileLu root 'rclone-test-jevumax9reqe': deleted 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveDeleteEmptySourceDirs Messages: 1 objects not found 2026/02/02 04:06:36 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xipagut3yiti" 2026/02/02 04:06:36 DEBUG : Config file has changed externally - reloading 2026/02/02 04:06:36 INFO : tomatoDir: Making directory 2026/02/02 04:06:36 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully created folder "rclone-test-daxubah6gami/tomatoDir" with ID 2578472 2026/02/02 04:06:36 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 04:06:36 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:06:36 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:06:37 DEBUG : FileLu root 'rclone-test-xipagut3yiti': Waiting for checks to finish 2026/02/02 04:06:37 DEBUG : FileLu root 'rclone-test-xipagut3yiti': Waiting for transfers to finish 2026/02/02 04:06:38 INFO : FileLu root 'rclone-test-xipagut3yiti': Successfully created folder "rclone-test-xipagut3yiti" with ID 2578473 2026/02/02 04:06:38 INFO : FileLu root 'rclone-test-xipagut3yiti': Successfully created folder "rclone-test-xipagut3yiti" with ID 2.578473e+06 2026/02/02 04:06:38 INFO : FileLu root 'rclone-test-xipagut3yiti': Successfully created folder "rclone-test-xipagut3yiti" with ID 2.578473e+06 2026/02/02 04:06:40 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully deleted file: /rclone-test-daxubah6gami/empty_space 2026/02/02 04:06:40 INFO : empty_space: Moved (server-side) 2026/02/02 04:06:40 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully deleted file: /rclone-test-daxubah6gami/potato2 2026/02/02 04:06:40 INFO : potato2: Moved (server-side) 2026/02/02 04:06:40 INFO : FileLu root 'rclone-test-daxubah6gami': Successfully deleted file: /rclone-test-daxubah6gami/potato3 2026/02/02 04:06:40 INFO : potato3: Moved (server-side) 2026/02/02 04:06:40 INFO : tomatoDir: Removing directory 2026/02/02 04:06:41 INFO : FileLu root 'rclone-test-daxubah6gami': Rmdir: successfully deleted "/rclone-test-daxubah6gami/tomatoDir" 2026/02/02 04:06:41 DEBUG : FileLu root 'rclone-test-daxubah6gami': deleted 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) 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/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMoveDeleteEmptySourceDirs Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" 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:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1783 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1932 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMoveDeleteEmptySourceDirs Messages: 1 objects not found 2026/02/02 04:06:49 DEBUG : FileLu root 'rclone-test-xipagut3yiti': Purge remote 2026/02/02 04:06:49 INFO : FileLu root 'rclone-test-xipagut3yiti': Rmdir: successfully deleted "/rclone-test-xipagut3yiti" 2026/02/02 04:06:49 DEBUG : FileLu root 'rclone-test-daxubah6gami': Purge remote 2026/02/02 04:06:50 INFO : FileLu root 'rclone-test-daxubah6gami': Rmdir: successfully deleted "/rclone-test-daxubah6gami" --- FAIL: TestServerSideMoveDeleteEmptySourceDirs (72.26s) === RUN TestSyncOverlapWithFilter run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:06:50 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jevumax9reqe/rclone-sync-test" 2026/02/02 04:06:51 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test': Successfully created folder "rclone-test-jevumax9reqe/rclone-sync-test" with ID 2578474 2026/02/02 04:06:51 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jevumax9reqe/rclone-sync-test-include/layer2" 2026/02/02 04:06:52 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-jevumax9reqe/rclone-sync-test-include/layer2" with ID 2578476 2026/02/02 04:06:52 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jevumax9reqe/rclone-sync-test-ignore-file" 2026/02/02 04:06:52 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-ignore-file': Successfully created folder "rclone-test-jevumax9reqe/rclone-sync-test-ignore-file" with ID 2578477 2026/02/02 04:06:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/.ignore" 2026/02/02 04:06:55 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:06:56 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 04:06:56 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:06:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test': Waiting for checks to finish 2026/02/02 04:06:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test': Waiting for transfers to finish 2026/02/02 04:06:57 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test': Successfully created folder "rclone-test-jevumax9reqe/rclone-sync-test/rclone-sync-test-ignore-file" with ID 2578478 2026/02/02 04:06:58 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 04:06:58 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:06:58 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 04:06:58 DEBUG : Waiting for deletions to finish 2026/02/02 04:06:59 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:07:01 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:07:01 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 04:07:01 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 04:07:01 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:07:01 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:07:01 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:07:01 DEBUG : Waiting for deletions to finish 2026/02/02 04:07:01 INFO : rclone-sync-test-include: Removing directory 2026/02/02 04:07:05 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-jevumax9reqe/rclone-sync-test-include" is not empty 2026/02/02 04:07:05 DEBUG : FileLu root 'rclone-test-jevumax9reqe': failed to delete 1 directories 2026/02/02 04:07:05 INFO : There was nothing to transfer 2026/02/02 04:07:16 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:07:24 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 04:07:25 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:07:25 DEBUG : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/02/02 04:07:25 DEBUG : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/02/02 04:07:28 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-jevumax9reqe/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" with ID 2578479 2026/02/02 04:07:29 INFO : FileLu root 'rclone-test-jevumax9reqe/rclone-sync-test-include/layer2': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 04:07:29 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:07:29 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 04:07:29 DEBUG : Waiting for deletions to finish 2026/02/02 04:07:30 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:07:31 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:07:31 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 04:07:31 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 04:07:31 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:07:31 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:07:31 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:07:31 DEBUG : Waiting for deletions to finish 2026/02/02 04:07:31 INFO : rclone-sync-test-include: Removing directory 2026/02/02 04:07:31 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-jevumax9reqe/rclone-sync-test-include" is not empty 2026/02/02 04:07:31 DEBUG : FileLu root 'rclone-test-jevumax9reqe': failed to delete 1 directories 2026/02/02 04:07:31 INFO : There was nothing to transfer sync_test.go:2034: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2034 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2079 Error: Received unexpected error: can't sync or move files on overlapping remotes (try excluding the destination with a filter rule) Test: TestSyncOverlapWithFilter 2026/02/02 04:07:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/rclone-sync-test-ignore-file/ignore 2026/02/02 04:07:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/rclone-sync-test/rclone-sync-test-ignore-file/ignore 2026/02/02 04:07:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file/ignore 2026/02/02 04:07:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test/rclone-sync-test-ignore-file" 2026/02/02 04:07:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" 2026/02/02 04:07:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test-include/layer2" 2026/02/02 04:07:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test-include" 2026/02/02 04:07:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test-ignore-file" 2026/02/02 04:07:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/rclone-sync-test" --- FAIL: TestSyncOverlapWithFilter (47.46s) === RUN TestSyncUTFNorm run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:07:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "Testêé" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2576 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (18) got Testee (18) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2576 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "Testee" fstest.go:203: Not found "Testêé" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2576 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncUTFNorm Messages: 1 objects not found 2026/02/02 04:07:47 DEBUG : Testêé: Need to transfer - File not found at Destination 2026/02/02 04:07:47 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:07:47 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:07:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "Testêé" 2026/02/02 04:07:49 DEBUG : Testêé: size = 14 OK 2026/02/02 04:07:49 INFO : Testêé: Copied (new) 2026/02/02 04:07:49 DEBUG : Waiting for deletions to finish 2026/02/02 04:07:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/Testee 2026/02/02 04:07:50 INFO : Testee: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2589 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (14) got fstest.go:203: Not found "Testêé" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestSyncUTFNorm Messages: 1 objects not found --- FAIL: TestSyncUTFNorm (20.56s) === RUN TestNothingToTransferWithEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:07:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:07:58 INFO : sub dir: Making directory 2026/02/02 04:07:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578480 2026/02/02 04:07:58 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got sub dir/hello_world (11), sub dir2/very/very/very/very/very/nested/subdir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "sub dir/hello_world" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "sub dir2/very/very/very/very/very/nested/subdir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:203: Not found "sub dir2/very/very/very/very/very/nested/subdir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithEmptyDirs Messages: 2 objects not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got sub dir/hello_world (11), sub dir2/very/very/very/very/very/nested/subdir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "sub dir/hello_world" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "sub dir2/very/very/very/very/very/nested/subdir/hello_world" fstest.go:203: Not found "sub dir2/very/very/very/very/very/nested/subdir/hello world" fstest.go:203: Not found "sub dir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithEmptyDirs Messages: 2 objects not found sync_test.go:2931: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2931 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be false Test: TestNothingToTransferWithEmptyDirs Messages: expected to find no "Copied" logs, but found one: 2026/02/02 04:08:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:08:45 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:08:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:08:48 INFO : sub dir2/very/very/very/very/very/nested/subdir/hello world: Copied (new) sync_test.go:2937: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2937 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: expected to find a "There was nothing to transfer" log: 2026/02/02 04:08:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:08:45 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:08:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:08:48 INFO : sub dir2/very/very/very/very/very/nested/subdir/hello world: Copied (new) sync_test.go:2938: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2938 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2977 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithEmptyDirs 2026/02/02 04:09:08 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 04:09:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 04:09:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 04:09:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested" 2026/02/02 04:09:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very" 2026/02/02 04:09:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very" 2026/02/02 04:09:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very" 2026/02/02 04:09:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very" 2026/02/02 04:09:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very" 2026/02/02 04:09:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2" 2026/02/02 04:09:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestNothingToTransferWithEmptyDirs (96.97s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:09:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:09:35 INFO : sub dir: Making directory 2026/02/02 04:09:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir" with ID 2578489 2026/02/02 04:09:35 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got sub dir/hello_world (11), sub dir2/very/very/very/very/very/nested/subdir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "sub dir/hello_world" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "sub dir2/very/very/very/very/very/nested/subdir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:203: Not found "sub dir2/very/very/very/very/very/nested/subdir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2904 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithoutEmptyDirs Messages: 2 objects not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got sub dir/hello_world (11), sub dir2/very/very/very/very/very/nested/subdir/hello_world (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "sub dir/hello_world" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "sub dir2/very/very/very/very/very/nested/subdir/hello_world" fstest.go:203: Not found "sub dir/hello world" fstest.go:203: Not found "sub dir2/very/very/very/very/very/nested/subdir/hello world" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2926 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithoutEmptyDirs Messages: 2 objects not found sync_test.go:2931: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2931 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be false Test: TestNothingToTransferWithoutEmptyDirs Messages: expected to find no "Copied" logs, but found one: 2026/02/02 04:09:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:09:56 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:09:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:09:58 INFO : sub dir2/very/very/very/very/very/nested/subdir/hello world: Copied (new) sync_test.go:2937: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2937 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: expected to find a "There was nothing to transfer" log: 2026/02/02 04:09:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:09:56 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:09:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:09:58 INFO : sub dir2/very/very/very/very/very/nested/subdir/hello world: Copied (new) sync_test.go:2938: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2938 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Not equal: expected: 0 actual : 2 Test: TestNothingToTransferWithoutEmptyDirs 2026/02/02 04:10:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir/hello_world 2026/02/02 04:10:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 04:10:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 04:10:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very/nested" 2026/02/02 04:10:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very/very" 2026/02/02 04:10:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very/very" 2026/02/02 04:10:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very/very" 2026/02/02 04:10:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very/very" 2026/02/02 04:10:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2/very" 2026/02/02 04:10:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir2" 2026/02/02 04:10:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir" --- FAIL: TestNothingToTransferWithoutEmptyDirs (71.96s) === RUN TestTransform === RUN TestTransform/NFC run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:10:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578499 2026/02/02 04:10:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:10:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:10:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:10:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:10:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:10:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:10:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:11:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:11:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:11:09 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:11:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:11:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:11:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:11:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:11:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:11:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:11:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:11:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:11:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:11:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:11:35 DEBUG : Waiting for deletions to finish 2026/02/02 04:11:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:11:35 DEBUG : splitbananasplit: Excluded 2026/02/02 04:11:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:11:35 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:11:35 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:11:35 DEBUG : banana: Excluded 2026/02/02 04:11:35 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:11:35 DEBUG : apple: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:11:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:11:36 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/NFC Messages: 5 objects not found 2026/02/02 04:11:45 DEBUG : apple: size = 5 OK 2026/02/02 04:11:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:11:45 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:11:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:11:45 DEBUG : banana: size = 6 OK 2026/02/02 04:11:45 DEBUG : apple: Sizes identical 2026/02/02 04:11:45 DEBUG : banana: Sizes identical 2026/02/02 04:11:45 DEBUG : apple: Unchanged skipping 2026/02/02 04:11:45 DEBUG : banana: Unchanged skipping 2026/02/02 04:11:45 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:11:45 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:11:45 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:11:45 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:11:45 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:11:45 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:11:45 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:11:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:11:45 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:11:45 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:11:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:11:45 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:11:45 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:11:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:11:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:11:47 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:11:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:11:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:11:48 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:11:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:11:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:11:48 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:11:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:11:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:11:48 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:11:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:11:50 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:11:50 DEBUG : Waiting for deletions to finish 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:11:50 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:11:50 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:11:50 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:11:50 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:11:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:11:50 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:11:50 DEBUG : Waiting for deletions to finish 2026/02/02 04:11:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:11:50 DEBUG : splitbananasplit: Excluded 2026/02/02 04:11:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:11:50 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:11:50 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:11:50 DEBUG : banana: Excluded 2026/02/02 04:11:50 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:11:50 DEBUG : apple: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:11:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:11:51 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/NFC 2026/02/02 04:11:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:11:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:11:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:11:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:11:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:11:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:11:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:11:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:11:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:11:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:11:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:11:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:11:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:11:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:11:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:11:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/NFD run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:11:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578500 2026/02/02 04:11:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:12:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:12:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:12:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:12:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:12:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:12:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:12:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:12:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:12:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:12:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:12:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:12:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:12:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:12:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:12:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:12:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:12:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:12:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:12:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:12:46 DEBUG : Waiting for deletions to finish 2026/02/02 04:12:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : splitbananasplit: Excluded 2026/02/02 04:12:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:12:47 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : banana: Excluded 2026/02/02 04:12:47 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : apple: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:12:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:12:47 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/NFD Messages: 5 objects not found 2026/02/02 04:12:56 DEBUG : apple: size = 5 OK 2026/02/02 04:12:56 DEBUG : apple: Sizes identical 2026/02/02 04:12:56 DEBUG : apple: Unchanged skipping 2026/02/02 04:12:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:12:56 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:12:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:12:56 DEBUG : banana: size = 6 OK 2026/02/02 04:12:56 DEBUG : banana: Sizes identical 2026/02/02 04:12:56 DEBUG : banana: Unchanged skipping 2026/02/02 04:12:56 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:12:56 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:12:56 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:12:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:12:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:12:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:12:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:12:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:12:56 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:12:56 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:12:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:12:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:12:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:12:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:12:59 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:12:59 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:12:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:12:59 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:12:59 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:12:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:12:59 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:12:59 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:12:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:12:59 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:12:59 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:13:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:13:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:13:01 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:13:01 DEBUG : Waiting for deletions to finish 2026/02/02 04:13:04 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:13:04 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:13:04 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:13:04 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:13:04 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:13:04 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:13:04 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:13:04 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:13:04 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:13:04 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:13:04 DEBUG : Waiting for deletions to finish 2026/02/02 04:13:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:13:05 DEBUG : splitbananasplit: Excluded 2026/02/02 04:13:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:13:05 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:13:05 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:13:05 DEBUG : banana: Excluded 2026/02/02 04:13:05 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:13:05 DEBUG : apple: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:13:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:13:09 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/NFD 2026/02/02 04:13:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:13:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:13:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:13:21 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:13:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:13:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:13:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:13:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:13:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:13:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:13:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:13:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:13:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:13:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:13:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:13:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/base64 run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:13:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578501 2026/02/02 04:13:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:13:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:13:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:13:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:13:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:13:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:13:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:13:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:13:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:13:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:13:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:13:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:13:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:13:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:13:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:13:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:13:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:13:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:13:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:13:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:13:58 DEBUG : Waiting for deletions to finish 2026/02/02 04:13:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:13:58 DEBUG : splitbananasplit: Excluded 2026/02/02 04:13:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:13:58 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:13:58 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:13:58 DEBUG : banana: Excluded 2026/02/02 04:13:58 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:13:58 DEBUG : apple: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:13:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:13:59 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/base64 Messages: 5 objects not found 2026/02/02 04:14:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:16 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:16 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:16 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:16 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:16 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:16 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:16 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:20 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:20 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:20 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:20 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:20 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:20 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:20 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:20 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:14:20 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:20 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:14:20 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:14:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 04:14:23 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 04:14:23 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 04:14:23 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 04:14:23 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 04:14:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "YmFuYW5h" 2026/02/02 04:14:23 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 04:14:23 INFO : banana: Copied (new) to: YmFuYW5h 2026/02/02 04:14:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "YXBwbGVhcHBsZWFwcGxlYmFuYW5h" 2026/02/02 04:14:23 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 04:14:23 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 04:14:24 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 04:14:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 04:14:24 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 04:14:24 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 04:14:24 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 04:14:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 04:14:24 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 04:14:24 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 04:14:26 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 04:14:26 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 04:14:26 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 04:14:26 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 04:14:26 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 04:14:26 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 04:14:26 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 04:14:26 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 04:14:28 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 04:14:28 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 04:14:28 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 04:14:28 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMC00NTY3ODkudHh0" 2026/02/02 04:14:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 04:14:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMS01Njc4OTsudHh0" 2026/02/02 04:14:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 04:14:28 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 04:14:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 04:14:29 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 04:14:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 04:14:29 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxNS05Oz0udHh0" 2026/02/02 04:14:29 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 04:14:29 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 04:14:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 04:14:29 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:29 DEBUG : Waiting for deletions to finish 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:14:29 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:14:29 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:14:29 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:14:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:14:29 INFO : apple: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:14:30 INFO : appleappleapplebanana: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:14:30 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:14:30 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:14:30 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:14:30 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:14:30 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:14:30 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:14:30 INFO : splitbananasplit: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:14:30 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:14:30 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:14:30 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:14:30 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:14:30 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:14:30 INFO : banana: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:14:30 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:14:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:14:30 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:14:30 DEBUG : Waiting for deletions to finish 2026/02/02 04:14:30 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 04:14:30 DEBUG : YmFuYW5h: Excluded 2026/02/02 04:14:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded (Path Filter) 2026/02/02 04:14:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded 2026/02/02 04:14:30 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 04:14:30 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 04:14:30 DEBUG : YXBwbGU: Excluded (Path Filter) 2026/02/02 04:14:30 DEBUG : YXBwbGU: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded (Path Filter) 2026/02/02 04:14:31 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "YXBwbGU=" actual : "YXBwbGU" Diff: --- Expected +++ Actual @@ -1 +1 @@ -YXBwbGU= +YXBwbGU Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "c3BsaXRiYW5hbmFzcGxpdA==" actual : "c3BsaXRiYW5hbmFzcGxpdA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -c3BsaXRiYW5hbmFzcGxpdA== +c3BsaXRiYW5hbmFzcGxpdA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMC1hYmNkZWZnLnR4dA==" actual : "dir1/MDAwMC1hYmNkZWZnLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMC1hYmNkZWZnLnR4dA== +dir1/MDAwMC1hYmNkZWZnLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMS1iY2RlZmdoLnR4dA==" actual : "dir1/MDAwMS1iY2RlZmdoLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMS1iY2RlZmdoLnR4dA== +dir1/MDAwMS1iY2RlZmdoLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" actual : "dir1/MDAwMi1jZGVmZ2hpLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMi1jZGVmZ2hpLnR4dA== +dir1/MDAwMi1jZGVmZ2hpLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMy1kZWZnaGlqLnR4dA==" actual : "dir1/MDAwMy1kZWZnaGlqLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMy1kZWZnaGlqLnR4dA== +dir1/MDAwMy1kZWZnaGlqLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNC1lZmdoaWprLnR4dA==" actual : "dir1/MDAwNC1lZmdoaWprLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNC1lZmdoaWprLnR4dA== +dir1/MDAwNC1lZmdoaWprLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNS1mZ2hpamtsLnR4dA==" actual : "dir1/MDAwNS1mZ2hpamtsLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNS1mZ2hpamtsLnR4dA== +dir1/MDAwNS1mZ2hpamtsLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNi1naGlqa2xtLnR4dA==" actual : "dir1/MDAwNi1naGlqa2xtLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNi1naGlqa2xtLnR4dA== +dir1/MDAwNi1naGlqa2xtLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNy0xMjM0NTY3LnR4dA==" actual : "dir1/MDAwNy0xMjM0NTY3LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNy0xMjM0NTY3LnR4dA== +dir1/MDAwNy0xMjM0NTY3LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" actual : "dir1/MDAwOC0yMzQ1Njc4LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwOC0yMzQ1Njc4LnR4dA== +dir1/MDAwOC0yMzQ1Njc4LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" actual : "dir1/MDAwOS0zNDU2Nzg5LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwOS0zNDU2Nzg5LnR4dA== +dir1/MDAwOS0zNDU2Nzg5LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxMi02Nzg5Oy50eHQ=" actual : "dir1/MDAxMi02Nzg5Oy50eHQ" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxMi02Nzg5Oy50eHQ= +dir1/MDAxMi02Nzg5Oy50eHQ Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxMy03ODk7PS50eHQ=" actual : "dir1/MDAxMy03ODk7PS50eHQ" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxMy03ODk7PS50eHQ= +dir1/MDAxMy03ODk7PS50eHQ Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxNC04OTs9LnR4dA==" actual : "dir1/MDAxNC04OTs9LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxNC04OTs9LnR4dA== +dir1/MDAxNC04OTs9LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 04:14:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:32 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:14:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:14:32 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 04:14:32 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:14:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:14:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:32 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 04:14:32 DEBUG : banana: Sizes identical 2026/02/02 04:14:32 DEBUG : banana: Unchanged skipping 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:14:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:14:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:32 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 04:14:32 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:14:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:14:32 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 04:14:32 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 04:14:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 04:14:32 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 04:14:32 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/02/02 04:14:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/02/02 04:14:32 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:14:32 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:14:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 04:14:34 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 04:14:34 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 04:14:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 04:14:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 04:14:34 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:14:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 04:14:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 04:14:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:14:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 04:14:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 04:14:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:14:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 04:14:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 04:14:36 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:14:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 04:14:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 04:14:36 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:14:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 04:14:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 04:14:36 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:14:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 04:14:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 04:14:36 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:14:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 04:14:38 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 04:14:38 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:14:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 04:14:38 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 04:14:38 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:14:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 04:14:38 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 04:14:38 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:14:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 04:14:38 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 04:14:38 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:14:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 04:14:40 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 04:14:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:14:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 04:14:40 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 04:14:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 04:14:41 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 04:14:41 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:14:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/YXBwbGU 2026/02/02 04:14:41 INFO : YXBwbGU: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwMi1jZGVmZ2hpLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwMy1kZWZnaGlqLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwMy1kZWZnaGlqLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwNC1lZmdoaWprLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwNC1lZmdoaWprLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwNy0xMjM0NTY3LnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwNy0xMjM0NTY3LnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwMC1hYmNkZWZnLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwMC1hYmNkZWZnLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwMS1iY2RlZmdoLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwMS1iY2RlZmdoLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxMi02Nzg5Oy50eHQ 2026/02/02 04:14:41 INFO : dir1/MDAxMi02Nzg5Oy50eHQ: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxNC04OTs9LnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAxNC04OTs9LnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwOS0zNDU2Nzg5LnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxMy03ODk7PS50eHQ 2026/02/02 04:14:41 INFO : dir1/MDAxMy03ODk7PS50eHQ: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/c3BsaXRiYW5hbmFzcGxpdA 2026/02/02 04:14:41 INFO : c3BsaXRiYW5hbmFzcGxpdA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwNS1mZ2hpamtsLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwNS1mZ2hpamtsLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwNi1naGlqa2xtLnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwNi1naGlqa2xtLnR4dA: Deleted 2026/02/02 04:14:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAwOC0yMzQ1Njc4LnR4dA 2026/02/02 04:14:41 INFO : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Deleted 2026/02/02 04:14:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:14:42 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 04:14:42 DEBUG : YmFuYW5h: Excluded 2026/02/02 04:14:42 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 04:14:42 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 04:14:42 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 04:14:42 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 04:14:42 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 04:14:42 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/02/02 04:14:42 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 04:14:42 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: 20 actual : 5 Test: TestTransform/base64 2026/02/02 04:14:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:14:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/YmFuYW5h 2026/02/02 04:14:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:14:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:14:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/MDAxNS05Oz0udHh0 2026/02/02 04:14:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/prefix run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:14:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578502 2026/02/02 04:14:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:14:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:14:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:14:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:14:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:14:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:14:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:14:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:15:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:15:16 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:15:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:15:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:15:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:15:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:15:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:15:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:15:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:15:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:15:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:15:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:15:36 DEBUG : Waiting for deletions to finish 2026/02/02 04:15:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:15:36 DEBUG : splitbananasplit: Excluded 2026/02/02 04:15:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:15:36 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:15:36 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:15:36 DEBUG : banana: Excluded 2026/02/02 04:15:36 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:15:36 DEBUG : apple: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:15:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:15:37 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/prefix Messages: 5 objects not found 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:46 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:46 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:46 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:46 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:46 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:46 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:15:46 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:15:46 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:15:46 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:15:46 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:15:46 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:15:46 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:15:46 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:15:46 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:15:46 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:15:46 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:15:46 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:15:46 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:15:46 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:15:46 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:15:46 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 04:15:46 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:15:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:15:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "PREFIXbanana" 2026/02/02 04:15:48 DEBUG : PREFIXbanana: size = 6 OK 2026/02/02 04:15:48 INFO : banana: Copied (new) to: PREFIXbanana 2026/02/02 04:15:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "PREFIXappleappleapplebanana" 2026/02/02 04:15:48 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/02/02 04:15:48 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/02/02 04:15:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "PREFIXsplitbananasplit" 2026/02/02 04:15:48 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/02/02 04:15:48 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/02/02 04:15:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "PREFIXapple" 2026/02/02 04:15:48 DEBUG : PREFIXapple: size = 5 OK 2026/02/02 04:15:48 INFO : apple: Copied (new) to: PREFIXapple 2026/02/02 04:15:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0000-abcdefg.txt" 2026/02/02 04:15:49 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/02/02 04:15:49 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0001-bcdefgh.txt" 2026/02/02 04:15:49 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:15:49 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0003-defghij.txt" 2026/02/02 04:15:49 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/02/02 04:15:49 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0002-cdefghi.txt" 2026/02/02 04:15:49 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/02/02 04:15:49 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0004-efghijk.txt" 2026/02/02 04:15:51 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/02/02 04:15:51 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0005-fghijkl.txt" 2026/02/02 04:15:51 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/02/02 04:15:51 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0006-ghijklm.txt" 2026/02/02 04:15:51 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/02/02 04:15:51 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0007-1234567.txt" 2026/02/02 04:15:51 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/02/02 04:15:51 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0008-2345678.txt" 2026/02/02 04:15:52 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/02/02 04:15:52 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0009-3456789.txt" 2026/02/02 04:15:52 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/02/02 04:15:52 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0010-456789.txt" 2026/02/02 04:15:52 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/02/02 04:15:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0011-56789;.txt" 2026/02/02 04:15:52 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/02/02 04:15:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0012-6789;.txt" 2026/02/02 04:15:54 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/02/02 04:15:54 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0013-789;=.txt" 2026/02/02 04:15:54 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/02/02 04:15:54 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0014-89;=.txt" 2026/02/02 04:15:54 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/02/02 04:15:54 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/PREFIX0015-9;=.txt" 2026/02/02 04:15:54 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/02/02 04:15:54 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:54 DEBUG : Waiting for deletions to finish 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:15:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:15:54 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:15:54 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:15:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:15:54 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:15:55 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:15:55 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:15:55 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:15:55 INFO : splitbananasplit: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:15:55 INFO : apple: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:15:55 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:15:55 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:15:55 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:15:55 INFO : banana: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:15:55 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:15:55 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:15:55 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:15:55 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:15:55 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:15:55 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:15:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:15:55 INFO : appleappleapplebanana: Deleted 2026/02/02 04:15:55 DEBUG : Waiting for deletions to finish 2026/02/02 04:15:55 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : PREFIXbanana: Excluded 2026/02/02 04:15:55 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : PREFIXapple: Excluded 2026/02/02 04:15:55 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : PREFIXsplitbananasplit: Excluded 2026/02/02 04:15:55 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : PREFIXappleappleapplebanana: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0015-9_.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0013-789_.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0014-89_.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:15:55 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:15:56 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:15:56 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:15:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:15:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:15:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:15:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:15:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:15:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:15:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:15:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:15:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:15:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:15:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/PREFIX0011-56789;.txt" actual : "dir1/PREFIX0011-56789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/PREFIX0011-56789;.txt +dir1/PREFIX0011-56789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:15:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/PREFIX0012-6789;.txt" actual : "dir1/PREFIX0012-6789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/PREFIX0012-6789;.txt +dir1/PREFIX0012-6789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:15:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/PREFIX0013-789;=.txt" actual : "dir1/PREFIX0013-789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/PREFIX0013-789;=.txt +dir1/PREFIX0013-789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/PREFIX0014-89;=.txt" actual : "dir1/PREFIX0014-89_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/PREFIX0014-89;=.txt +dir1/PREFIX0014-89_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/PREFIX0015-9;=.txt" actual : "dir1/PREFIX0015-9_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/PREFIX0015-9;=.txt +dir1/PREFIX0015-9_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:15:56 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:15:56 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:15:56 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:15:56 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:15:57 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:15:57 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:15:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:15:58 DEBUG : banana: size = 6 OK 2026/02/02 04:15:58 INFO : banana: Copied (new) 2026/02/02 04:15:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:15:58 DEBUG : apple: size = 5 OK 2026/02/02 04:15:58 INFO : apple: Copied (new) 2026/02/02 04:15:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:15:58 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:15:58 INFO : splitbananasplit: Copied (new) 2026/02/02 04:15:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:15:58 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:15:58 INFO : appleappleapplebanana: Copied (new) 2026/02/02 04:15:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:15:59 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:15:59 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 04:15:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:15:59 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:15:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 04:15:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:15:59 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:15:59 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 04:16:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:16:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:16:00 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 04:16:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:16:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:16:01 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 04:16:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:16:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:16:01 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 04:16:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:16:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:16:01 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 04:16:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:16:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:16:01 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 04:16:18 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:16:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:16:18 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 04:16:18 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:16:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:16:18 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 04:16:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:16:20 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:16:20 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:16:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:16:20 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:16:20 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 04:16:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:16:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:16:24 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:16:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:16:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:16:26 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:16:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:16:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:16:26 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:16:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:16:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:16:26 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:16:26 DEBUG : Waiting for deletions to finish 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0007-1234567.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0012-6789_.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0012-6789_.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0014-89_.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0014-89_.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/PREFIXsplitbananasplit 2026/02/02 04:16:27 INFO : PREFIXsplitbananasplit: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0003-defghij.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/PREFIXapple 2026/02/02 04:16:27 INFO : PREFIXapple: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0013-789_.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0013-789_.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/PREFIXappleappleapplebanana 2026/02/02 04:16:27 INFO : PREFIXappleappleapplebanana: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0004-efghijk.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/02/02 04:16:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0010-456789.txt 2026/02/02 04:16:27 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0015-9_.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0015-9_.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0009-3456789.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0008-2345678.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/PREFIXbanana 2026/02/02 04:16:28 INFO : PREFIXbanana: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/02/02 04:16:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/PREFIX0011-56789_.txt 2026/02/02 04:16:28 INFO : dir1/PREFIX0011-56789_.txt: Deleted 2026/02/02 04:16:28 DEBUG : Waiting for deletions to finish 2026/02/02 04:16:28 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : apple: Excluded 2026/02/02 04:16:28 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : banana: Excluded 2026/02/02 04:16:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : splitbananasplit: Excluded 2026/02/02 04:16:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:16:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:16:28 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0011-56789;.txt" actual : "dir1/0011-56789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0011-56789;.txt +dir1/0011-56789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0012-6789;.txt" actual : "dir1/0012-6789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0012-6789;.txt +dir1/0012-6789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0013-789;=.txt" actual : "dir1/0013-789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0013-789;=.txt +dir1/0013-789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0014-89;=.txt" actual : "dir1/0014-89_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0014-89;=.txt +dir1/0014-89_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0015-9;=.txt" actual : "dir1/0015-9_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0015-9;=.txt +dir1/0015-9_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 04:16:29 DEBUG : Waiting for deletions to finish 2026/02/02 04:16:29 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:16:29 DEBUG : apple: Excluded 2026/02/02 04:16:29 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:16:29 DEBUG : banana: Excluded 2026/02/02 04:16:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:16:29 DEBUG : splitbananasplit: Excluded 2026/02/02 04:16:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:16:29 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:16:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:16:30 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0011-56789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0012-6789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0013-789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0014-89_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/prefix Messages: 5 objects not found 2026/02/02 04:16:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:16:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:16:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:16:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:16:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:16:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:16:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:16:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:16:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:16:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:16:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:16:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:16:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:16:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:16:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:16:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:16:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:16:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:16:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:16:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:16:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/suffix run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:16:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578503 2026/02/02 04:16:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:16:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:16:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:16:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:16:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:16:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:16:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:16:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:17:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:17:10 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:17:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:17:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:17:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:17:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:17:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:17:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:17:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:17:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:17:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:17:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:17:36 DEBUG : Waiting for deletions to finish 2026/02/02 04:17:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : splitbananasplit: Excluded 2026/02/02 04:17:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:17:36 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : banana: Excluded 2026/02/02 04:17:36 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : apple: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:17:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:17:36 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/suffix Messages: 5 objects not found 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:45 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:45 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:17:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:45 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 04:17:46 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:17:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:17:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleSUFFIX" 2026/02/02 04:17:47 DEBUG : appleSUFFIX: size = 5 OK 2026/02/02 04:17:47 INFO : apple: Copied (new) to: appleSUFFIX 2026/02/02 04:17:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebananaSUFFIX" 2026/02/02 04:17:47 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/02/02 04:17:47 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/02/02 04:17:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "bananaSUFFIX" 2026/02/02 04:17:47 DEBUG : bananaSUFFIX: size = 6 OK 2026/02/02 04:17:47 INFO : banana: Copied (new) to: bananaSUFFIX 2026/02/02 04:17:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplitSUFFIX" 2026/02/02 04:17:47 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/02/02 04:17:47 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/02/02 04:17:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txtSUFFIX" 2026/02/02 04:17:49 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/02/02 04:17:49 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txtSUFFIX" 2026/02/02 04:17:49 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/02/02 04:17:49 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txtSUFFIX" 2026/02/02 04:17:49 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/02/02 04:17:49 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txtSUFFIX" 2026/02/02 04:17:49 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/02/02 04:17:49 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txtSUFFIX" 2026/02/02 04:17:50 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/02/02 04:17:50 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txtSUFFIX" 2026/02/02 04:17:50 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/02/02 04:17:50 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txtSUFFIX" 2026/02/02 04:17:50 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/02/02 04:17:50 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txtSUFFIX" 2026/02/02 04:17:50 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/02/02 04:17:50 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txtSUFFIX" 2026/02/02 04:17:52 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/02/02 04:17:52 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txtSUFFIX" 2026/02/02 04:17:52 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/02/02 04:17:52 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txtSUFFIX" 2026/02/02 04:17:52 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/02/02 04:17:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txtSUFFIX" 2026/02/02 04:17:52 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/02/02 04:17:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txtSUFFIX" 2026/02/02 04:17:53 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/02/02 04:17:53 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txtSUFFIX" 2026/02/02 04:17:53 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/02/02 04:17:53 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txtSUFFIX" 2026/02/02 04:17:53 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/02/02 04:17:53 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txtSUFFIX" 2026/02/02 04:17:53 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/02/02 04:17:53 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:53 DEBUG : Waiting for deletions to finish 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:17:54 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:17:54 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:17:54 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:17:54 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:17:54 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:17:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:17:54 INFO : apple: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:17:54 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:17:54 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:17:54 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:17:54 INFO : appleappleapplebanana: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:17:54 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:17:54 INFO : splitbananasplit: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:17:54 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:17:54 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:17:54 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:17:54 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:17:54 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:17:54 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:17:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:17:54 INFO : banana: Deleted 2026/02/02 04:17:54 DEBUG : Waiting for deletions to finish 2026/02/02 04:17:55 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : appleappleapplebananaSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : appleSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : bananaSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : splitbananasplitSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2026/02/02 04:17:55 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/02/02 04:17:55 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 04:17:56 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 04:17:56 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0011-56789;.txtSUFFIX" actual : "dir1/0011-56789_.txtSUFFIX" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0011-56789;.txtSUFFIX +dir1/0011-56789_.txtSUFFIX Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0012-6789;.txtSUFFIX" actual : "dir1/0012-6789_.txtSUFFIX" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0012-6789;.txtSUFFIX +dir1/0012-6789_.txtSUFFIX Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0013-789;=.txtSUFFIX" actual : "dir1/0013-789_.txtSUFFIX" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0013-789;=.txtSUFFIX +dir1/0013-789_.txtSUFFIX Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0014-89;=.txtSUFFIX" actual : "dir1/0014-89_.txtSUFFIX" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0014-89;=.txtSUFFIX +dir1/0014-89_.txtSUFFIX Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0015-9;=.txtSUFFIX" actual : "dir1/0015-9_.txtSUFFIX" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0015-9;=.txtSUFFIX +dir1/0015-9_.txtSUFFIX Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:17:56 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 04:17:56 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:17:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:17:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:17:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:17:57 DEBUG : apple: size = 5 OK 2026/02/02 04:17:57 INFO : apple: Copied (new) 2026/02/02 04:17:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:17:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:17:57 INFO : appleappleapplebanana: Copied (new) 2026/02/02 04:17:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:17:57 DEBUG : banana: size = 6 OK 2026/02/02 04:17:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:17:57 INFO : banana: Copied (new) 2026/02/02 04:17:57 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:17:57 INFO : splitbananasplit: Copied (new) 2026/02/02 04:17:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:17:59 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:17:59 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 04:17:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:17:59 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:17:59 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 04:17:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:17:59 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:17:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 04:17:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:17:59 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:17:59 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 04:18:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:18:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:18:00 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 04:18:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:18:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:18:00 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 04:18:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:18:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:18:01 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 04:18:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:18:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:18:01 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 04:18:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:18:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:18:15 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:18:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:18:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:18:15 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 04:18:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:18:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:18:15 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 04:18:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:18:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:18:15 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 04:18:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:18:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:18:22 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:18:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:18:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:18:22 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:18:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:18:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:18:22 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:18:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:18:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:18:22 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:18:22 DEBUG : Waiting for deletions to finish 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebananaSUFFIX 2026/02/02 04:18:24 INFO : appleappleapplebananaSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/bananaSUFFIX 2026/02/02 04:18:24 INFO : bananaSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleSUFFIX 2026/02/02 04:18:24 INFO : appleSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0011-56789_.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0013-789_.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0015-9_.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/02/02 04:18:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txtSUFFIX 2026/02/02 04:18:24 INFO : dir1/0012-6789_.txtSUFFIX: Deleted 2026/02/02 04:18:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplitSUFFIX 2026/02/02 04:18:25 INFO : splitbananasplitSUFFIX: Deleted 2026/02/02 04:18:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 04:18:25 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/02/02 04:18:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txtSUFFIX 2026/02/02 04:18:25 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/02/02 04:18:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txtSUFFIX 2026/02/02 04:18:25 INFO : dir1/0014-89_.txtSUFFIX: Deleted 2026/02/02 04:18:25 DEBUG : Waiting for deletions to finish 2026/02/02 04:18:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : splitbananasplit: Excluded 2026/02/02 04:18:25 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : apple: Excluded 2026/02/02 04:18:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:18:25 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : banana: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:18:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:18:25 DEBUG : dir1/0003-defghij.txt: Excluded sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0011-56789;.txt" actual : "dir1/0011-56789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0011-56789;.txt +dir1/0011-56789_.txt Test: TestTransform/suffix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0012-6789;.txt" actual : "dir1/0012-6789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0012-6789;.txt +dir1/0012-6789_.txt Test: TestTransform/suffix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0013-789;=.txt" actual : "dir1/0013-789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0013-789;=.txt +dir1/0013-789_.txt Test: TestTransform/suffix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0014-89;=.txt" actual : "dir1/0014-89_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0014-89;=.txt +dir1/0014-89_.txt Test: TestTransform/suffix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0015-9;=.txt" actual : "dir1/0015-9_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0015-9;=.txt +dir1/0015-9_.txt Test: TestTransform/suffix Messages: expected BOTH, got BOTH 2026/02/02 04:18:26 DEBUG : Waiting for deletions to finish 2026/02/02 04:18:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : splitbananasplit: Excluded 2026/02/02 04:18:26 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : apple: Excluded 2026/02/02 04:18:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:18:26 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : banana: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:18:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:18:26 DEBUG : dir1/0003-defghij.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 Error: Should be true Test: TestTransform/suffix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0011-56789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0012-6789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0013-789_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0014-89_.txt" 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/suffix Messages: 5 objects not found 2026/02/02 04:18:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:18:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:18:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:18:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:18:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:18:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:18:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:18:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:18:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:18:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:18:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:18:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:18:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:18:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:18:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:18:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:18:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:18:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:18:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:18:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:18:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/truncate run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:18:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578504 2026/02/02 04:18:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:18:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:18:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:18:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:18:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:18:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:18:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:18:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:18:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:18:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:19:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:19:17 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:19:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:19:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:19:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:19:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:19:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:19:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:19:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:19:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:19:36 DEBUG : Waiting for deletions to finish 2026/02/02 04:19:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : splitbananasplit: Excluded 2026/02/02 04:19:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:19:36 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : banana: Excluded 2026/02/02 04:19:36 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : apple: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:19:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:19:36 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/truncate Messages: 5 objects not found 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:19:45 DEBUG : apple: size = 5 OK 2026/02/02 04:19:45 DEBUG : apple: Sizes identical 2026/02/02 04:19:45 DEBUG : apple: Unchanged skipping 2026/02/02 04:19:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:45 DEBUG : banana: size = 6 OK 2026/02/02 04:19:45 DEBUG : banana: Sizes identical 2026/02/02 04:19:45 DEBUG : banana: Unchanged skipping 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:45 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 04:19:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:46 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:46 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:46 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:46 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:46 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:46 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:46 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:46 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:46 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:46 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:46 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:46 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:46 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:46 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:46 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 04:19:46 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:46 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:46 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:19:46 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:19:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleapple" 2026/02/02 04:19:47 DEBUG : appleapple: size = 21 OK 2026/02/02 04:19:47 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/02/02 04:19:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcde" 2026/02/02 04:19:47 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 04:19:47 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/02/02 04:19:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbanan" 2026/02/02 04:19:47 DEBUG : splitbanan: size = 16 OK 2026/02/02 04:19:47 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/02/02 04:19:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdef" 2026/02/02 04:19:47 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 04:19:47 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/02/02 04:19:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefg" 2026/02/02 04:19:49 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 04:19:49 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/02/02 04:19:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defgh" 2026/02/02 04:19:49 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 04:19:49 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/02/02 04:19:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghij" 2026/02/02 04:19:49 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 04:19:49 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/02/02 04:19:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghi" 2026/02/02 04:19:49 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 04:19:49 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/02/02 04:19:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijk" 2026/02/02 04:19:50 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 04:19:50 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/02/02 04:19:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-12345" 2026/02/02 04:19:50 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 04:19:50 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/02/02 04:19:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-23456" 2026/02/02 04:19:50 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 04:19:50 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/02/02 04:19:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-34567" 2026/02/02 04:19:50 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 04:19:50 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/02/02 04:19:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-45678" 2026/02/02 04:19:52 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 04:19:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/02/02 04:19:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789" 2026/02/02 04:19:52 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 04:19:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/02/02 04:19:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 04:19:52 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 04:19:52 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 04:19:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 04:19:52 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 04:19:52 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 04:19:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 04:19:53 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 04:19:53 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 04:19:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 04:19:53 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 04:19:53 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 04:19:53 DEBUG : Waiting for deletions to finish 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:19:54 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:19:54 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:19:54 INFO : appleappleapplebanana: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:19:54 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:19:54 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:19:54 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:19:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:19:54 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:19:54 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:19:54 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:19:54 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:19:54 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:19:54 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:19:54 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:19:54 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:19:54 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:19:54 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:19:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:19:54 INFO : splitbananasplit: Deleted 2026/02/02 04:19:54 DEBUG : Waiting for deletions to finish 2026/02/02 04:19:54 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 04:19:54 DEBUG : splitbanan: Excluded 2026/02/02 04:19:54 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 04:19:54 DEBUG : appleapple: Excluded 2026/02/02 04:19:54 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:19:54 DEBUG : banana: Excluded 2026/02/02 04:19:54 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:19:54 DEBUG : apple: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0015-9_.t: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0015-9_.t: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0014-89: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0014-89: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0010-45678: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0013-789: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0013-789: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0011-56789: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0012-6789: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0012-6789: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0008-23456: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0007-12345: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0009-34567: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 04:19:55 DEBUG : dir1/0000-abcde: Excluded 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0012-6789;" actual : "dir1/0012-6789" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0012-6789; +dir1/0012-6789 Test: TestTransform/truncate Messages: expected BOTH, got BOTH 2026/02/02 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0013-789;=" actual : "dir1/0013-789" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0013-789;= +dir1/0013-789 Test: TestTransform/truncate Messages: expected BOTH, got BOTH 2026/02/02 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0014-89;=." actual : "dir1/0014-89" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0014-89;=. +dir1/0014-89 Test: TestTransform/truncate Messages: expected BOTH, got BOTH 2026/02/02 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/0015-9;=.t" actual : "dir1/0015-9_.t" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0015-9;=.t +dir1/0015-9_.t Test: TestTransform/truncate Messages: expected BOTH, got BOTH 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:55 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:56 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 04:19:56 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 04:19:56 DEBUG : apple: size = 5 OK 2026/02/02 04:19:56 DEBUG : apple: Sizes identical 2026/02/02 04:19:56 DEBUG : apple: Unchanged skipping 2026/02/02 04:19:56 DEBUG : appleapple: size = 21 OK 2026/02/02 04:19:56 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:19:56 DEBUG : banana: size = 6 OK 2026/02/02 04:19:56 DEBUG : banana: Sizes identical 2026/02/02 04:19:56 DEBUG : splitbanan: size = 16 OK 2026/02/02 04:19:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:19:56 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:19:56 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:19:56 DEBUG : banana: Unchanged skipping 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 04:19:56 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 04:19:56 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 04:19:56 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 04:19:56 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 04:19:56 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 04:19:56 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 04:19:56 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 04:19:56 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 04:19:56 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 04:19:56 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 04:19:56 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 04:19:56 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 04:19:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:56 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 04:19:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:56 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 04:19:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:56 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 04:19:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:19:56 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 04:19:56 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 04:19:56 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 04:19:56 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 04:19:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 04:19:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 04:19:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 04:19:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 04:19:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 04:19:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:19:56 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 04:19:58 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 04:19:58 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 04:19:58 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 04:19:58 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 04:19:58 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 04:19:58 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 04:19:58 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 04:19:58 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 04:19:58 DEBUG : Waiting for deletions to finish 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.t 2026/02/02 04:19:58 INFO : dir1/0015-9_.t: Deleted 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789 2026/02/02 04:19:58 INFO : dir1/0012-6789: Deleted 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789 2026/02/02 04:19:58 INFO : dir1/0013-789: Deleted 2026/02/02 04:19:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89 2026/02/02 04:19:58 INFO : dir1/0014-89: Deleted 2026/02/02 04:19:58 DEBUG : Waiting for deletions to finish 2026/02/02 04:19:59 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : splitbanan: Excluded 2026/02/02 04:19:59 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : appleapple: Excluded 2026/02/02 04:19:59 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : banana: Excluded 2026/02/02 04:19:59 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : apple: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0010-45678: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0011-56789: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0008-23456: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0007-12345: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0009-34567: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 04:19:59 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 04:19:59 DEBUG : dir1/0000-abcde: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: 20 actual : 16 Test: TestTransform/truncate 2026/02/02 04:20:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:20:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleapple 2026/02/02 04:20:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:20:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbanan 2026/02/02 04:20:02 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcde 2026/02/02 04:20:09 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdef 2026/02/02 04:20:15 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefg 2026/02/02 04:20:19 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defgh 2026/02/02 04:20:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghi 2026/02/02 04:20:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghij 2026/02/02 04:20:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijk 2026/02/02 04:20:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-12345 2026/02/02 04:20:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-23456 2026/02/02 04:20:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-34567 2026/02/02 04:20:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-45678 2026/02/02 04:20:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789 2026/02/02 04:20:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/encoder run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:20:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578512 2026/02/02 04:20:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:20:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:20:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:20:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:20:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:20:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:20:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:20:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:20:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:20:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:20:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:20:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:20:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:20:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:20:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:20:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:20:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:20:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:20:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:20:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:20:57 DEBUG : Waiting for deletions to finish 2026/02/02 04:20:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : splitbananasplit: Excluded 2026/02/02 04:20:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:20:57 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : banana: Excluded 2026/02/02 04:20:57 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : apple: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:20:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:20:57 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/encoder Messages: 5 objects not found 2026/02/02 04:21:09 DEBUG : apple: size = 5 OK 2026/02/02 04:21:09 DEBUG : apple: Sizes identical 2026/02/02 04:21:09 DEBUG : apple: Unchanged skipping 2026/02/02 04:21:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:21:09 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:21:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:21:09 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:21:09 DEBUG : banana: size = 6 OK 2026/02/02 04:21:09 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:21:09 DEBUG : banana: Sizes identical 2026/02/02 04:21:09 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:21:09 DEBUG : banana: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:21:16 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:21:16 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:21:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:21:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:21:16 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:21:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:21:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:21:16 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:21:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:21:16 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:21:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:21:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:21:22 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:21:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:21:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:21:22 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:21:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:21:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:21:22 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:21:22 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:21:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:21:22 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:21:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:21:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:21:24 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:21:24 DEBUG : Waiting for deletions to finish 2026/02/02 04:21:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:21:25 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:21:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:21:25 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:21:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:21:25 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:21:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:21:25 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:21:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:21:25 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:21:25 DEBUG : Waiting for deletions to finish 2026/02/02 04:21:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : splitbananasplit: Excluded 2026/02/02 04:21:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:21:25 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : banana: Excluded 2026/02/02 04:21:25 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : apple: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:21:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:21:25 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/encoder 2026/02/02 04:21:26 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:21:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:21:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:21:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:21:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:21:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:21:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:21:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:21:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:21:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:21:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:21:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:21:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:21:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:21:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:21:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/ISO-8859-1 run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:21:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578513 2026/02/02 04:21:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:21:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:21:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:21:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:21:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:21:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:21:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:21:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:21:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:21:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:21:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:21:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:21:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:21:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:21:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:21:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:21:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:22:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:22:12 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:22:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:22:23 DEBUG : Waiting for deletions to finish 2026/02/02 04:22:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : splitbananasplit: Excluded 2026/02/02 04:22:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:22:23 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : banana: Excluded 2026/02/02 04:22:23 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : apple: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:22:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:22:23 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/ISO-8859-1 Messages: 5 objects not found 2026/02/02 04:22:36 DEBUG : apple: size = 5 OK 2026/02/02 04:22:36 DEBUG : apple: Sizes identical 2026/02/02 04:22:36 DEBUG : apple: Unchanged skipping 2026/02/02 04:22:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:22:36 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:22:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:22:36 DEBUG : banana: size = 6 OK 2026/02/02 04:22:36 DEBUG : banana: Sizes identical 2026/02/02 04:22:36 DEBUG : banana: Unchanged skipping 2026/02/02 04:22:36 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:22:36 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:22:36 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:22:37 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:22:37 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:22:37 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:22:37 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:22:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:22:37 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:22:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:22:37 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:22:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:22:37 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:22:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:22:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:22:39 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:22:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:22:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:22:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:22:39 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:22:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:22:39 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:22:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:22:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:22:39 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:22:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:22:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:22:41 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:22:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:22:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:22:42 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:22:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:22:42 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:22:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:22:42 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:22:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:22:42 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:22:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:22:42 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:22:42 DEBUG : Waiting for deletions to finish 2026/02/02 04:22:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : splitbananasplit: Excluded 2026/02/02 04:22:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:22:42 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : banana: Excluded 2026/02/02 04:22:42 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : apple: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:22:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:22:42 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/ISO-8859-1 2026/02/02 04:22:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:22:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:22:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:22:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:22:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:22:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:22:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:22:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:22:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:22:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:22:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:22:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:22:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:22:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:22:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:22:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/charmap run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:22:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578527 2026/02/02 04:22:51 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:22:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:22:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:22:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:22:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:22:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:23:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:23:18 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:23:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:23:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:23:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:23:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:23:34 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:23:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:23:37 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:23:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:23:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:23:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:23:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:23:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:23:45 DEBUG : Waiting for deletions to finish 2026/02/02 04:23:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:23:45 DEBUG : splitbananasplit: Excluded 2026/02/02 04:23:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:23:45 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:23:45 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:23:45 DEBUG : banana: Excluded 2026/02/02 04:23:45 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:23:45 DEBUG : apple: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:23:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:23:46 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/charmap Messages: 5 objects not found 2026/02/02 04:23:55 DEBUG : apple: size = 5 OK 2026/02/02 04:23:55 DEBUG : apple: Sizes identical 2026/02/02 04:23:55 DEBUG : apple: Unchanged skipping 2026/02/02 04:23:55 DEBUG : banana: size = 6 OK 2026/02/02 04:23:55 DEBUG : banana: Sizes identical 2026/02/02 04:23:55 DEBUG : banana: Unchanged skipping 2026/02/02 04:23:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:23:55 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:23:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:23:55 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:23:55 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:23:55 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:23:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:23:55 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:23:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:23:55 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:23:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:23:55 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:23:55 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:23:55 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:23:55 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:23:55 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:23:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:23:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:23:57 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:23:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:23:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:23:57 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:23:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:23:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:23:57 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:23:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:23:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:23:57 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:23:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:23:59 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:23:59 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:23:59 DEBUG : Waiting for deletions to finish 2026/02/02 04:24:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:24:00 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:24:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:24:00 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:24:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:24:00 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:24:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:24:00 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:24:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:24:00 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:24:00 DEBUG : Waiting for deletions to finish 2026/02/02 04:24:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:24:00 DEBUG : splitbananasplit: Excluded 2026/02/02 04:24:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:24:00 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:24:00 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:24:00 DEBUG : banana: Excluded 2026/02/02 04:24:00 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:24:00 DEBUG : apple: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:24:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:24:01 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/charmap 2026/02/02 04:24:12 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:24:17 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:24:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:24:24 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:24:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:24:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:24:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:24:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:24:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:24:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:24:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:24:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:24:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:24:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:24:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:24:31 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/lowercase run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:24:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578530 2026/02/02 04:24:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:24:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:24:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:24:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:24:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:24:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:24:42 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:24:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:24:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:24:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:24:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:24:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:24:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:24:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:24:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:24:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:24:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:24:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:25:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:25:20 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:25:20 DEBUG : Waiting for deletions to finish 2026/02/02 04:25:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:25:20 DEBUG : splitbananasplit: Excluded 2026/02/02 04:25:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:25:20 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:25:20 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:25:20 DEBUG : banana: Excluded 2026/02/02 04:25:20 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:25:20 DEBUG : apple: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:25:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:25:21 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/lowercase Messages: 5 objects not found 2026/02/02 04:25:35 DEBUG : apple: size = 5 OK 2026/02/02 04:25:35 DEBUG : apple: Sizes identical 2026/02/02 04:25:35 DEBUG : apple: Unchanged skipping 2026/02/02 04:25:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:25:35 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:25:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:25:35 DEBUG : banana: size = 6 OK 2026/02/02 04:25:35 DEBUG : banana: Sizes identical 2026/02/02 04:25:35 DEBUG : banana: Unchanged skipping 2026/02/02 04:25:35 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:25:35 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:25:35 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:25:36 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:25:36 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:25:36 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:25:36 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:25:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:25:36 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:25:36 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:25:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:25:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:25:36 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:25:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:25:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:25:38 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:25:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:25:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:25:38 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:25:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:25:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:25:38 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:25:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:25:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:25:38 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:25:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:25:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:25:40 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:25:40 DEBUG : Waiting for deletions to finish 2026/02/02 04:25:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:25:40 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:25:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:25:40 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:25:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:25:40 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:25:40 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:25:40 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:25:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:25:41 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:25:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:25:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : splitbananasplit: Excluded 2026/02/02 04:25:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:25:41 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : banana: Excluded 2026/02/02 04:25:41 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : apple: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:25:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:25:41 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/lowercase 2026/02/02 04:25:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:25:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:25:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:25:43 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:25:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:25:44 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:25:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:25:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:25:45 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:25:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:25:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:25:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:25:46 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:25:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:25:47 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:25:48 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" === RUN TestTransform/ascii run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:25:49 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dir1" with ID 2578532 2026/02/02 04:25:50 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:25:52 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:25:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:25:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:25:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:25:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:26:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:26:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:26:17 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:26:25 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:26:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:26:29 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:26:30 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:26:32 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:26:33 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:26:35 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:26:36 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "apple" 2026/02/02 04:26:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "banana" 2026/02/02 04:26:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:26:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:26:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:26:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : splitbananasplit: Excluded 2026/02/02 04:26:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:26:41 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : banana: Excluded 2026/02/02 04:26:41 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : apple: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:26:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:26:41 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "dir1/0011-56789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "dir1/0012-6789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "dir1/0013-789_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "dir1/0014-89_.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/ascii Messages: 5 objects not found 2026/02/02 04:26:50 DEBUG : apple: size = 5 OK 2026/02/02 04:26:50 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:26:50 DEBUG : apple: Sizes identical 2026/02/02 04:26:50 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:26:50 DEBUG : apple: Unchanged skipping 2026/02/02 04:26:50 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:26:50 DEBUG : banana: size = 6 OK 2026/02/02 04:26:50 DEBUG : banana: Sizes identical 2026/02/02 04:26:50 DEBUG : banana: Unchanged skipping 2026/02/02 04:26:50 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:26:50 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:26:50 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:26:51 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:26:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:26:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:26:51 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:26:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:26:51 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:26:51 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:26:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:26:51 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:26:51 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:26:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:26:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:26:53 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:26:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:26:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:26:53 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:26:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:26:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:26:53 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:26:53 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:26:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:26:53 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:26:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:26:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:26:55 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:26:55 DEBUG : Waiting for deletions to finish 2026/02/02 04:26:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0013-789_.txt 2026/02/02 04:26:55 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:26:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0014-89_.txt 2026/02/02 04:26:55 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:26:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0015-9_.txt 2026/02/02 04:26:55 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:26:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0011-56789_.txt 2026/02/02 04:26:55 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:26:56 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0012-6789_.txt 2026/02/02 04:26:56 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:26:56 DEBUG : Waiting for deletions to finish 2026/02/02 04:26:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : splitbananasplit: Excluded 2026/02/02 04:26:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:26:56 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : banana: Excluded 2026/02/02 04:26:56 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : apple: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:26:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:26:56 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:197: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:197 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: 20 actual : 15 Test: TestTransform/ascii 2026/02/02 04:26:57 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/apple 2026/02/02 04:26:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/appleappleapplebanana 2026/02/02 04:26:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/banana 2026/02/02 04:26:58 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/splitbananasplit 2026/02/02 04:26:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0000-abcdefg.txt 2026/02/02 04:26:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0001-bcdefgh.txt 2026/02/02 04:26:59 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0002-cdefghi.txt 2026/02/02 04:27:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0003-defghij.txt 2026/02/02 04:27:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0004-efghijk.txt 2026/02/02 04:27:00 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0005-fghijkl.txt 2026/02/02 04:27:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0006-ghijklm.txt 2026/02/02 04:27:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0007-1234567.txt 2026/02/02 04:27:01 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0008-2345678.txt 2026/02/02 04:27:05 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0009-3456789.txt 2026/02/02 04:27:16 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dir1/0010-456789.txt 2026/02/02 04:27:23 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dir1" --- FAIL: TestTransform (998.98s) --- FAIL: TestTransform/NFC (70.43s) --- FAIL: TestTransform/NFD (88.89s) --- FAIL: TestTransform/base64 (79.44s) --- FAIL: TestTransform/prefix (120.19s) --- FAIL: TestTransform/suffix (116.73s) --- FAIL: TestTransform/truncate (102.94s) --- FAIL: TestTransform/encoder (66.48s) --- FAIL: TestTransform/ISO-8859-1 (77.02s) --- FAIL: TestTransform/charmap (102.26s) --- FAIL: TestTransform/lowercase (76.93s) --- FAIL: TestTransform/ascii (97.67s) === RUN TestTransformCopy run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:27:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 04:27:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 04:27:26 INFO : sub dir_somesuffix: Making directory 2026/02/02 04:27:27 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/sub dir_somesuffix" with ID 2578533 2026/02/02 04:27:27 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 04:27:27 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/02/02 04:27:27 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 04:27:27 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/02/02 04:27:27 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 04:27:27 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:27:27 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:27:28 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "sub dir_somesuffix/hello world_somesuffix.txt" 2026/02/02 04:27:28 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/02/02 04:27:28 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 04:27:28 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:243 Error: Should be true Test: TestTransformCopy Messages: listing wrong, want sub dir_somesuffix/hello world_somesuffix.txt (11) got sub dir_somesuffix/hello_world_somesuffix.txt (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:243 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransformCopy Messages: Unexpected file "sub dir_somesuffix/hello_world_somesuffix.txt" fstest.go:203: Not found "sub dir_somesuffix/hello world_somesuffix.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:243 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestTransformCopy Messages: 1 objects not found 2026/02/02 04:27:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/sub dir_somesuffix/hello_world_somesuffix.txt 2026/02/02 04:27:38 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/sub dir_somesuffix" --- FAIL: TestTransformCopy (12.56s) === RUN TestBase64 run.go:185: Remote "FileLu root 'rclone-test-jevumax9reqe'", Local "Local file system at /tmp/rclone772783721", Modify Window "876000h0m0s" 2026/02/02 04:27:39 DEBUG : toe: transformed to: dG9l 2026/02/02 04:27:39 DEBUG : toe: transformed to: dG9l 2026/02/02 04:27:39 INFO : dG9l: Making directory 2026/02/02 04:27:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dG9l" with ID 2578534 2026/02/02 04:27:39 DEBUG : toe: transformed to: dG9l 2026/02/02 04:27:39 DEBUG : toe: transformed to: dG9l 2026/02/02 04:27:39 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 04:27:39 INFO : dG9l/dG9l: Making directory 2026/02/02 04:27:39 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully created folder "rclone-test-jevumax9reqe/dG9l/dG9l" with ID 2578535 2026/02/02 04:27:39 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 04:27:39 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/02/02 04:27:39 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 04:27:39 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/02/02 04:27:39 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 04:27:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for checks to finish 2026/02/02 04:27:39 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Waiting for transfers to finish 2026/02/02 04:27:41 INFO : FileLu root 'rclone-test-jevumax9reqe': Put: Successfully uploaded new file "dG9l/dG9l/dG9lLnR4dA==" 2026/02/02 04:27:41 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/02/02 04:27:41 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 04:27:41 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:485 Error: Should be true Test: TestBase64 Messages: listing wrong, want dG9l/dG9l/dG9lLnR4dA== (11) got dG9l/dG9l/dG9lLnR4dA (11) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:485 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestBase64 Messages: Unexpected file "dG9l/dG9l/dG9lLnR4dA" fstest.go:203: Not found "dG9l/dG9l/dG9lLnR4dA==" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:485 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestBase64 Messages: 1 objects not found 2026/02/02 04:27:51 DEBUG : dG9l: transformed to: toe 2026/02/02 04:27:51 DEBUG : dG9l: transformed to: toe 2026/02/02 04:27:51 DEBUG : Added delayed dir = "toe", newDst=toe 2026/02/02 04:27:51 DEBUG : dG9l: transformed to: toe 2026/02/02 04:27:51 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/02/02 04:27:51 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/02/02 04:27:51 ERROR : dG9lLnR4dA: base64 error 2026/02/02 04:27:51 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 04:27:51 DEBUG : dG9lLnR4dA: transformed to: 2026/02/02 04:27:51 ERROR : dG9lLnR4dA: base64 error 2026/02/02 04:27:51 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 04:27:51 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 04:27:51 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 04:27:51 DEBUG : dG9l/dG9l/dG9lLnR4dA: Need to transfer - File not found at Destination 2026/02/02 04:27:51 ERROR : dG9lLnR4dA: base64 error 2026/02/02 04:27:51 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 04:27:51 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 04:27:51 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 04:27:51 DEBUG : Local file system at /tmp/rclone772783721: Waiting for checks to finish 2026/02/02 04:27:51 DEBUG : Local file system at /tmp/rclone772783721: Waiting for transfers to finish 2026/02/02 04:27:52 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: size = 11 OK 2026/02/02 04:27:52 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: renamed to: dG9l/dG9l/dG9lLnR4dA 2026/02/02 04:27:52 INFO : dG9l/dG9l/dG9lLnR4dA: Copied (new) 2026/02/02 04:27:52 ERROR : Local file system at /tmp/rclone772783721: not deleting files as there were IO errors 2026/02/02 04:27:52 ERROR : toe: base64 error 2026/02/02 04:27:52 ERROR : Failed to transform: illegal base64 data at input byte 0 2026/02/02 04:27:52 DEBUG : toe/toe/toe.txt: transformed to: 2026/02/02 04:27:52 ERROR : toe/toe/toe.txt: number of path segments must match: toe/toe/toe.txt (2), (0) 2026/02/02 04:27:52 ERROR : Local file system at /tmp/rclone772783721: not deleting directories as there were IO errors sync_transform_test.go:493: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:493 Error: Received unexpected error: not deleting files as there were IO errors Test: TestBase64 2026/02/02 04:27:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Successfully deleted file: /rclone-test-jevumax9reqe/dG9l/dG9l/dG9lLnR4dA 2026/02/02 04:27:54 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dG9l/dG9l" 2026/02/02 04:27:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe/dG9l" --- FAIL: TestBase64 (16.35s) FAIL 2026/02/02 04:27:55 DEBUG : FileLu root 'rclone-test-jevumax9reqe': Purge remote 2026/02/02 04:27:55 INFO : FileLu root 'rclone-test-jevumax9reqe': Rmdir: successfully deleted "/rclone-test-jevumax9reqe" "./sync.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^(TestBase64|TestCopy|TestCopyAfterDelete|TestCopyCheckFirst|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyNoTraverse|TestCopyOverSelf|TestCopyRedownload|TestCopyWithDepth|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithoutDeleteEmptySrcDirs|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveOverSelf|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingModtimeOnly|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBasedOnCheckSum|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncEmptyDirectories|TestSyncIgnoreErrors|TestSyncNoEmptyDirectories|TestSyncNoTraverse|TestSyncOverlapWithFilter|TestSyncUTFNorm|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestTransformCopy)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 42m11.557930563s (try 3/5): exit status 1: Failed [TestCopy TestCopyNoTraverse TestCopyCheckFirst TestSyncNoTraverse TestCopyWithDepth TestCopyEmptyDirectories TestCopyNoEmptyDirectories TestMoveEmptyDirectories TestMoveNoEmptyDirectories TestSyncEmptyDirectories TestSyncNoEmptyDirectories TestServerSideCopy TestCopyOverSelf TestServerSideCopyOverSelf TestMoveOverSelf TestServerSideMoveOverSelf TestCopyAfterDelete TestCopyRedownload TestSyncBasedOnCheckSum TestSyncIgnoreErrors TestSyncAfterChangingModtimeOnly TestSyncAfterAddingAFile TestSyncAfterRemovingAFileAndAddingAFileDryRun TestSyncAfterRemovingAFileAndAddingAFile TestSyncAfterRemovingAFileAndAddingAFileSubDir TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors TestSyncDeleteDuring TestSyncDeleteBefore TestSyncWithExclude TestSyncWithExcludeAndDeleteExcluded TestMoveWithDeleteEmptySrcDirs TestMoveWithoutDeleteEmptySrcDirs TestServerSideMove TestServerSideMoveWithFilter TestServerSideMoveDeleteEmptySourceDirs TestSyncOverlapWithFilter TestSyncUTFNorm TestNothingToTransferWithEmptyDirs TestNothingToTransferWithoutEmptyDirs TestTransform/NFC TestTransform/NFD TestTransform/base64 TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestBase64]