"./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 4/5) 2026/02/02 04:27:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-zofupod1jezo" 2026/02/02 04:27:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/02 04:27:55 DEBUG : Creating backend with remote "/tmp/rclone4178723241" === RUN TestCopy run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:27:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:27:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo" with ID 2578536 2026/02/02 04:27:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:27:56 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:27:56 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:27:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578537 2026/02/02 04:27:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:27:58 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:27:58 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 04:28:16 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 04:28:21 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:28:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopy (26.79s) === RUN TestCopyNoTraverse run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:28:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:28:22 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:28:22 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:28:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578538 2026/02/02 04:28:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:28:24 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:28:24 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 04:28:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:28:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyNoTraverse (12.52s) === RUN TestCopyCheckFirst run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:28:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Running all checks before starting transfers 2026/02/02 04:28:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:28:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:28:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Checks finished, now starting transfers 2026/02/02 04:28:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:28:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578539 2026/02/02 04:28:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:28:37 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:28:37 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 04:28:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:28:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyCheckFirst (12.72s) === RUN TestSyncNoTraverse run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:28:47 ERROR : Ignoring --no-traverse with sync 2026/02/02 04:28:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:28:48 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:28:48 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:28:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578540 2026/02/02 04:28:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:28:50 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:28:50 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:28: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: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 04:28:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:29:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestSyncNoTraverse (12.73s) === RUN TestCopyWithDepth run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:29:00 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/02/02 04:29:00 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:29:00 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:29:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "hello world2" 2026/02/02 04:29:16 DEBUG : hello world2: size = 12 OK 2026/02/02 04:29:16 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 04:29:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/hello_world2 --- FAIL: TestCopyWithDepth (26.96s) === RUN TestCopyEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:29:27 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 04:29:27 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 04:29:27 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/02/02 04:29:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:29:27 INFO : sub dir2: Making directory 2026/02/02 04:29:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir2" with ID 2578541 2026/02/02 04:29:28 INFO : sub dir: Making directory 2026/02/02 04:29:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578542 2026/02/02 04:29:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:29:28 INFO : sub dir2/sub sub dir2: Making directory 2026/02/02 04:29:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir2/sub sub dir2" with ID 2578543 2026/02/02 04:29:28 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:29:28 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:29:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:29:29 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:29:29 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 04:29:39 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 04:29:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:29:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/sub sub dir2" 2026/02/02 04:29:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2" 2026/02/02 04:29:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyEmptyDirectories (14.86s) === RUN TestCopyNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:29:42 INFO : sub dir2: Making directory 2026/02/02 04:29:42 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 04:29:42 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 04:29:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:29:42 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:29:42 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:29:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578544 2026/02/02 04:29:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:29:44 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:29:44 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 04:29:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:29:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyNoEmptyDirectories (12.55s) === RUN TestMoveEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:29:54 DEBUG : sub dir2: Making directory with metadata 2026/02/02 04:29:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 04:29:55 INFO : sub dir2: Making directory 2026/02/02 04:29:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir2" with ID 2578545 2026/02/02 04:29:55 INFO : sub dir: Making directory 2026/02/02 04:29:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578546 2026/02/02 04:29:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:29:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:29:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:29:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:29:57 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:29:57 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:29:57 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 04:30:16 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 04:30:19 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 04:30:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:30:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2" 2026/02/02 04:30:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestMoveEmptyDirectories (30.46s) === RUN TestMoveNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:30:25 INFO : sub dir2: Making directory 2026/02/02 04:30:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:30:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:30:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:30:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578547 2026/02/02 04:30:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:30:27 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:30:27 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:30:27 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 04:30:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:30:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestMoveNoEmptyDirectories (12.55s) === RUN TestSyncEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:30:37 DEBUG : sub dir2: Making directory with metadata 2026/02/02 04:30:37 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 04:30:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:30:38 INFO : sub dir2: Making directory 2026/02/02 04:30:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir2" with ID 2578548 2026/02/02 04:30:38 INFO : sub dir: Making directory 2026/02/02 04:30:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578549 2026/02/02 04:30:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:30:38 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:30:38 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:30:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:30:40 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:30:40 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:30:40 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 04:30:49 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 04:30:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:30:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2" 2026/02/02 04:30:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestSyncEmptyDirectories (13.43s) === RUN TestSyncNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:30:51 INFO : sub dir2: Making directory 2026/02/02 04:30:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:30:51 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:30:51 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:30:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578550 2026/02/02 04:30:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:30:53 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:30:53 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:30:53 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 04:31:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:31:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestSyncNoEmptyDirectories (28.42s) === RUN TestServerSideCopy run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:31:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578551 2026/02/02 04:31:29 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:31:38 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tafafuy9nibi" 2026/02/02 04:31:38 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) FileLu root 'rclone-test-zofupod1jezo' -> FileLu root 'rclone-test-tafafuy9nibi' 2026/02/02 04:31:39 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 04:31:39 DEBUG : FileLu root 'rclone-test-tafafuy9nibi': Waiting for checks to finish 2026/02/02 04:31:39 DEBUG : FileLu root 'rclone-test-tafafuy9nibi': Waiting for transfers to finish 2026/02/02 04:31:40 INFO : FileLu root 'rclone-test-tafafuy9nibi': Successfully created folder "rclone-test-tafafuy9nibi/sub dir" with ID 2578553 2026/02/02 04:31:41 INFO : FileLu root 'rclone-test-tafafuy9nibi': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 04:31:41 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 04:31:41 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 04:31:50 DEBUG : FileLu root 'rclone-test-tafafuy9nibi': Purge remote 2026/02/02 04:31:50 INFO : FileLu root 'rclone-test-tafafuy9nibi': Rmdir: successfully deleted "/rclone-test-tafafuy9nibi" 2026/02/02 04:31:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:31:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestServerSideCopy (33.05s) === RUN TestCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:31:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578554 2026/02/02 04:31:54 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:32:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:32:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:32:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:32:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:32:24 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 04:32:24 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 04:32:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:32:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyOverSelf (47.06s) === RUN TestServerSideCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:32:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578555 2026/02/02 04:32:41 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:32:50 DEBUG : Creating backend with remote "TestFileLu:rclone-test-ducamoz2vanu" sync_test.go:656: Server side copy (if possible) FileLu root 'rclone-test-zofupod1jezo' -> FileLu root 'rclone-test-ducamoz2vanu' 2026/02/02 04:32:51 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 04:32:51 DEBUG : FileLu root 'rclone-test-ducamoz2vanu': Waiting for checks to finish 2026/02/02 04:32:51 DEBUG : FileLu root 'rclone-test-ducamoz2vanu': Waiting for transfers to finish 2026/02/02 04:32:52 INFO : FileLu root 'rclone-test-ducamoz2vanu': Successfully created folder "rclone-test-ducamoz2vanu/sub dir" with ID 2578557 2026/02/02 04:32:54 INFO : FileLu root 'rclone-test-ducamoz2vanu': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 04:32:54 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 04:32:54 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 04:33:22 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:33:36 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:33:36 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-ducamoz2vanu') 2026/02/02 04:33:36 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 04:33:36 DEBUG : FileLu root 'rclone-test-ducamoz2vanu': Waiting for checks to finish 2026/02/02 04:33:36 DEBUG : FileLu root 'rclone-test-ducamoz2vanu': Waiting for transfers to finish 2026/02/02 04:33:39 DEBUG : sub dir/hello_world: size = 17 OK 2026/02/02 04:33:39 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 04:33:48 DEBUG : FileLu root 'rclone-test-ducamoz2vanu': Purge remote 2026/02/02 04:33:48 INFO : FileLu root 'rclone-test-ducamoz2vanu': Rmdir: successfully deleted "/rclone-test-ducamoz2vanu" 2026/02/02 04:33:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:33:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestServerSideCopyOverSelf (70.72s) === RUN TestMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:33:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578558 2026/02/02 04:33:52 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:34:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:34:05 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:34:05 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:34:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:34:23 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 04:34:23 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:34:23 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 04:34:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:34:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestMoveOverSelf (46.54s) === RUN TestServerSideMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:34:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578559 2026/02/02 04:34:39 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:34:47 DEBUG : Creating backend with remote "TestFileLu:rclone-test-juvayig1foce" 2026/02/02 04:34:47 DEBUG : Config file has changed externally - reloading sync_test.go:701: Server side copy (if possible) FileLu root 'rclone-test-zofupod1jezo' -> FileLu root 'rclone-test-juvayig1foce' 2026/02/02 04:34:48 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 04:34:48 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for checks to finish 2026/02/02 04:34:48 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for transfers to finish 2026/02/02 04:34:50 INFO : FileLu root 'rclone-test-juvayig1foce': Successfully created folder "rclone-test-juvayig1foce/sub dir" with ID 2578561 2026/02/02 04:34:51 INFO : FileLu root 'rclone-test-juvayig1foce': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 04:34:51 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 04:34:51 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 04:35:17 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:35:31 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for checks to finish 2026/02/02 04:35:31 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:35:31 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-juvayig1foce') 2026/02/02 04:35:31 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 04:35:31 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for transfers to finish 2026/02/02 04:35:31 INFO : FileLu root 'rclone-test-juvayig1foce': Successfully deleted file: /rclone-test-juvayig1foce/sub dir/hello_world 2026/02/02 04:35:31 INFO : sub dir/hello_world: Deleted 2026/02/02 04:35:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:35:34 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 04:35:44 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:35:53 DEBUG : testing file moves 2026/02/02 04:35:54 DEBUG : sub dir/hello_world: size = 24 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:35:54 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-juvayig1foce') 2026/02/02 04:35:54 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 04:35:54 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for checks to finish 2026/02/02 04:35:54 DEBUG : FileLu root 'rclone-test-juvayig1foce': Waiting for transfers to finish 2026/02/02 04:35:54 INFO : FileLu root 'rclone-test-juvayig1foce': Successfully deleted file: /rclone-test-juvayig1foce/sub dir/hello_world 2026/02/02 04:35:54 INFO : sub dir/hello_world: Deleted 2026/02/02 04:35:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:35:57 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 04:36:06 DEBUG : FileLu root 'rclone-test-juvayig1foce': Purge remote 2026/02/02 04:36:15 INFO : FileLu root 'rclone-test-juvayig1foce': Rmdir: successfully deleted "/rclone-test-juvayig1foce" 2026/02/02 04:36:21 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestServerSideMoveOverSelf (105.00s) === RUN TestCopyAfterDelete run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:36:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578562 2026/02/02 04:36:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:36:24 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 04:36:32 INFO : Local file system at /tmp/rclone4178723241: Making directory 2026/02/02 04:36:33 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:36:33 DEBUG : FileLu root 'rclone-test-zofupod1jezo': 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 04:36:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:36:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyAfterDelete (21.50s) === RUN TestCopyRedownload run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:36:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578563 2026/02/02 04:36:45 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:36:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/02/02 04:36:55 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 04:36:55 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for checks to finish 2026/02/02 04:36:55 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for transfers to finish 2026/02/02 04:36:56 DEBUG : sub dir/hello_world.e5065783.partial: size = 11 OK 2026/02/02 04:36:56 DEBUG : sub dir/hello_world.e5065783.partial: renamed to: sub dir/hello_world 2026/02/02 04:36:56 INFO : sub dir/hello_world: Copied (new) 2026/02/02 04:36:56 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 04:37:12 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:37:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestCopyRedownload (35.96s) === RUN TestSyncBasedOnCheckSum run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:37:19 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 04:37:19 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:37:19 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:37:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "check sum" 2026/02/02 04:37:24 DEBUG : check sum: size = 1 OK 2026/02/02 04:37:24 INFO : check sum: Copied (new) 2026/02/02 04:37:24 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 04:37:32 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 04:37:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:37:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:37:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "check sum" 2026/02/02 04:37:34 DEBUG : check sum: size = 1 OK 2026/02/02 04:37:34 INFO : check sum: Copied (new) 2026/02/02 04:37:34 DEBUG : Waiting for deletions to finish 2026/02/02 04:37:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/check_sum 2026/02/02 04:37:35 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 (23.93s) === RUN TestSyncIgnoreErrors run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:37:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/b" with ID 2578564 2026/02/02 04:37:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "b/potato" 2026/02/02 04:37:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/c" with ID 2578565 2026/02/02 04:37:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:37:47 INFO : d: Making directory 2026/02/02 04:37:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/d" with ID 2578566 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 04:37:56 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 04:37:57 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 04:37:57 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:37:57 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:37:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/a" with ID 2578567 2026/02/02 04:37:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "a/potato2" 2026/02/02 04:37:58 DEBUG : a/potato2: size = 60 OK 2026/02/02 04:37:58 INFO : a/potato2: Copied (new) 2026/02/02 04:37:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:37:59 DEBUG : c/non empty space: size = 5 OK 2026/02/02 04:37:59 INFO : c/non empty space: Copied (new) 2026/02/02 04:37:59 DEBUG : Waiting for deletions to finish 2026/02/02 04:37:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/c/non_empty_space 2026/02/02 04:37:59 INFO : c/non_empty_space: Deleted 2026/02/02 04:37:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/b/potato 2026/02/02 04:37:59 INFO : b/potato: Deleted 2026/02/02 04:37:59 INFO : d: Removing directory 2026/02/02 04:38:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/d" 2026/02/02 04:38:00 INFO : b: Removing directory 2026/02/02 04:38:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/b" 2026/02/02 04:38:00 DEBUG : FileLu root 'rclone-test-zofupod1jezo': 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 04:38:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/a/potato2 2026/02/02 04:38:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/c" 2026/02/02 04:38:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/a" --- FAIL: TestSyncIgnoreErrors (42.18s) === RUN TestSyncAfterChangingModtimeOnly run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:38:27 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:38:35 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:38:35 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 04:38:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:38:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:38:35 DEBUG : Waiting for deletions to finish 2026/02/02 04:38:35 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 04:38:43 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:38:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:38:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:38:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:38:45 DEBUG : empty space: size = 1 OK 2026/02/02 04:38:45 INFO : empty space: Copied (new) 2026/02/02 04:38:45 DEBUG : Waiting for deletions to finish 2026/02/02 04:38:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:38:46 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 (28.79s) === RUN TestSyncAfterAddingAFile run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:38:56 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:39:05 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:39:05 DEBUG : potato: Need to transfer - File not found at Destination 2026/02/02 04:39:05 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:39:05 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:39:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato" 2026/02/02 04:39:19 DEBUG : potato: size = 60 OK 2026/02/02 04:39:19 INFO : potato: Copied (new) 2026/02/02 04:39:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:39:23 DEBUG : empty space: size = 1 OK 2026/02/02 04:39:23 INFO : empty space: Copied (new) 2026/02/02 04:39:23 DEBUG : Waiting for deletions to finish 2026/02/02 04:39:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:39:23 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 04:39:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato --- FAIL: TestSyncAfterAddingAFile (37.71s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:39:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato" 2026/02/02 04:39:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:39:35 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:39:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:39:35 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 04:39:35 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/02/02 04:39:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:39:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:39:35 DEBUG : Waiting for deletions to finish 2026/02/02 04:39:35 NOTICE: empty_space: Skipped delete as --dry-run is set (size 1) 2026/02/02 04:39:35 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 04:39:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:39:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileDryRun (12.37s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:39:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato" 2026/02/02 04:39:47 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:39:55 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:39:55 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:39:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:39:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:39:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:39:57 DEBUG : potato2: size = 60 OK 2026/02/02 04:39:57 INFO : potato2: Copied (new) 2026/02/02 04:39:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:39:58 DEBUG : empty space: size = 1 OK 2026/02/02 04:39:58 INFO : empty space: Copied (new) 2026/02/02 04:39:58 DEBUG : Waiting for deletions to finish 2026/02/02 04:39:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato 2026/02/02 04:39:58 INFO : potato: Deleted 2026/02/02 04:39:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:39:58 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: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 04:40:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 --- FAIL: TestSyncAfterRemovingAFileAndAddingAFile (35.78s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:40:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/b" with ID 2578568 2026/02/02 04:40:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "b/potato" 2026/02/02 04:40:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/c" with ID 2578569 2026/02/02 04:40:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:40:24 INFO : d: Making directory 2026/02/02 04:40:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/d" with ID 2578570 2026/02/02 04:40:24 INFO : d/e: Making directory 2026/02/02 04:40:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/d/e" with ID 2578571 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 04:40:34 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 04:40:34 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 04:40:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:40:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:40:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/a" with ID 2578572 2026/02/02 04:40:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "a/potato2" 2026/02/02 04:40:36 DEBUG : a/potato2: size = 60 OK 2026/02/02 04:40:36 INFO : a/potato2: Copied (new) 2026/02/02 04:40:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:40:37 DEBUG : c/non empty space: size = 5 OK 2026/02/02 04:40:37 INFO : c/non empty space: Copied (new) 2026/02/02 04:40:37 DEBUG : Waiting for deletions to finish 2026/02/02 04:40:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/c/non_empty_space 2026/02/02 04:40:37 INFO : c/non_empty_space: Deleted 2026/02/02 04:40:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/b/potato 2026/02/02 04:40:37 INFO : b/potato: Deleted 2026/02/02 04:40:37 INFO : d/e: Removing directory 2026/02/02 04:40:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/d/e" 2026/02/02 04:40:37 INFO : d: Removing directory 2026/02/02 04:40:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/d" 2026/02/02 04:40:38 INFO : b: Removing directory 2026/02/02 04:40:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/b" 2026/02/02 04:40:39 DEBUG : FileLu root 'rclone-test-zofupod1jezo': 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 04:40:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/a/potato2 2026/02/02 04:40:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/c" 2026/02/02 04:40:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDir (29.65s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:40:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/b" with ID 2578573 2026/02/02 04:40:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "b/potato" 2026/02/02 04:40:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/c" with ID 2578574 2026/02/02 04:40:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:40:53 INFO : d: Making directory 2026/02/02 04:40:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/d" with ID 2578575 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 04:41:05 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 04:41:06 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/a" with ID 2578576 2026/02/02 04:41:12 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 04:41:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:41:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:41:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "a/potato2" 2026/02/02 04:41:19 DEBUG : a/potato2: size = 60 OK 2026/02/02 04:41:19 INFO : a/potato2: Copied (new) 2026/02/02 04:41:21 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 04:41:21 DEBUG : c/non empty space: size = 5 OK 2026/02/02 04:41:21 INFO : c/non empty space: Copied (new) 2026/02/02 04:41:21 ERROR : FileLu root 'rclone-test-zofupod1jezo': not deleting files as there were IO errors 2026/02/02 04:41:21 ERROR : FileLu root 'rclone-test-zofupod1jezo': 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 04:41:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/a/potato2 2026/02/02 04:41:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/b/potato 2026/02/02 04:41:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/c/non_empty_space 2026/02/02 04:41:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/d" 2026/02/02 04:41:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/c" 2026/02/02 04:41:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/b" 2026/02/02 04:41:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (43.80s) === RUN TestSyncDeleteDuring run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:41:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato" 2026/02/02 04:41:36 INFO : FileLu root 'rclone-test-zofupod1jezo': 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 04:41:44 DEBUG : Waiting for deletions to finish 2026/02/02 04:41:45 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:41:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:41:45 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:41:45 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:41:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:41:45 INFO : empty_space: Deleted 2026/02/02 04:41:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato 2026/02/02 04:41:45 INFO : potato: Deleted 2026/02/02 04:41:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:41:46 DEBUG : potato2: size = 60 OK 2026/02/02 04:41:46 INFO : potato2: Copied (new) 2026/02/02 04:41:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:41:46 DEBUG : empty space: size = 1 OK 2026/02/02 04:41:46 INFO : empty space: 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:41:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:41:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 --- FAIL: TestSyncDeleteDuring (21.76s) === RUN TestSyncDeleteBefore run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:41:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato" 2026/02/02 04:41:58 INFO : FileLu root 'rclone-test-zofupod1jezo': 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:42:09 DEBUG : Waiting for deletions to finish 2026/02/02 04:42:11 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:42:11 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:42:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:42:19 INFO : empty_space: Deleted 2026/02/02 04:42:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato 2026/02/02 04:42:19 INFO : potato: Deleted 2026/02/02 04:42:20 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:42:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:42:20 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:42:20 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:42:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:42:22 DEBUG : empty space: size = 1 OK 2026/02/02 04:42:22 INFO : empty space: Copied (new) 2026/02/02 04:42:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:42:22 DEBUG : potato2: size = 60 OK 2026/02/02 04:42:22 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:42:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:42:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 --- FAIL: TestSyncDeleteBefore (36.23s) === RUN TestSyncWithExclude run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:42:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:42:34 INFO : FileLu root 'rclone-test-zofupod1jezo': 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:42:42 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:42:42 DEBUG : enormous: Excluded 2026/02/02 04:42:42 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:42:42 DEBUG : potato2: Excluded 2026/02/02 04:42:43 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:42:43 DEBUG : potato2: Excluded 2026/02/02 04:42:43 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:42:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:42:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:42:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:42:45 DEBUG : empty space: size = 1 OK 2026/02/02 04:42:45 INFO : empty space: Copied (new) 2026/02/02 04:42:45 DEBUG : Waiting for deletions to finish 2026/02/02 04:42:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:42:45 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:42:53 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:42:53 DEBUG : enormous: Excluded 2026/02/02 04:42:53 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:42:53 DEBUG : potato2: Excluded 2026/02/02 04:42:53 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:42:53 DEBUG : potato2: Excluded 2026/02/02 04:42:53 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for checks to finish 2026/02/02 04:42:53 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for transfers to finish 2026/02/02 04:42:53 DEBUG : Waiting for deletions to finish 2026/02/02 04:42:53 INFO : empty space: Deleted 2026/02/02 04:42:53 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:43:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 --- FAIL: TestSyncWithExclude (29.74s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:43:10 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:43:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:43:23 INFO : FileLu root 'rclone-test-zofupod1jezo': 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:43:31 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 04:43:31 DEBUG : enormous: Excluded 2026/02/02 04:43:31 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 04:43:31 DEBUG : potato2: Excluded 2026/02/02 04:43:31 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 04:43:31 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:43:31 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:43:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:43:33 DEBUG : empty space: size = 1 OK 2026/02/02 04:43:33 INFO : empty space: Copied (new) 2026/02/02 04:43:33 DEBUG : Waiting for deletions to finish 2026/02/02 04:43:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:43:34 INFO : empty_space: Deleted 2026/02/02 04:43:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/enormous 2026/02/02 04:43:34 INFO : enormous: Deleted 2026/02/02 04:43:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 2026/02/02 04:43:34 INFO : potato2: 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:43:42 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for checks to finish 2026/02/02 04:43:42 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for transfers to finish 2026/02/02 04:43:42 DEBUG : Waiting for deletions to finish 2026/02/02 04:43:42 INFO : enormous: Deleted 2026/02/02 04:43:42 INFO : potato2: Deleted 2026/02/02 04:43:42 INFO : empty space: Deleted 2026/02/02 04:43:42 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 (48.62s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:43:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:43:50 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 04:43:50 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:43:50 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:43:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/nested/sub dir" with ID 2578578 2026/02/02 04:43:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578579 2026/02/02 04:43:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 04:43:52 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 04:43:52 INFO : nested/sub dir/file: Copied (new) 2026/02/02 04:43:52 INFO : nested/sub dir/file: Deleted 2026/02/02 04:43:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:43:52 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:43:52 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:43:52 INFO : sub dir/hello world: Deleted 2026/02/02 04:43:52 INFO : sub dir: Removing directory 2026/02/02 04:43:52 INFO : nested/sub dir: Removing directory 2026/02/02 04:43:52 INFO : nested: Removing directory 2026/02/02 04:43:52 DEBUG : Local file system at /tmp/rclone4178723241: 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:44:15 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:44:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/nested/sub dir/file 2026/02/02 04:44:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" 2026/02/02 04:44:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/nested/sub dir" 2026/02/02 04:44:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/nested" --- FAIL: TestMoveWithDeleteEmptySrcDirs (35.42s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:44:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 04:44:25 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 04:44:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:44:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:44:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578580 2026/02/02 04:44:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/nested/sub dir" with ID 2578582 2026/02/02 04:44:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:44:27 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 04:44:27 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:44:27 INFO : sub dir/hello world: Deleted 2026/02/02 04:44:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 04:44:27 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 04:44:27 INFO : nested/sub dir/file: Copied (new) 2026/02/02 04:44:27 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:44:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:44:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/nested/sub dir/file 2026/02/02 04:44:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" 2026/02/02 04:44:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/nested/sub dir" 2026/02/02 04:44:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/nested" --- FAIL: TestMoveWithoutDeleteEmptySrcDirs (15.42s) === RUN TestServerSideMove run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:44:41 DEBUG : Creating backend with remote "TestFileLu:rclone-test-raziniz1gozo" 2026/02/02 04:44:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:44:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:44:45 INFO : FileLu root 'rclone-test-zofupod1jezo': 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-zofupod1jezo' -> FileLu root 'rclone-test-raziniz1gozo' 2026/02/02 04:44:54 INFO : FileLu root 'rclone-test-raziniz1gozo': Successfully created folder "rclone-test-raziniz1gozo" with ID 2578583 2026/02/02 04:44:56 INFO : FileLu root 'rclone-test-raziniz1gozo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:44:57 INFO : FileLu root 'rclone-test-raziniz1gozo': 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:45:12 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:45:12 DEBUG : empty_space: size = 1 OK 2026/02/02 04:45:12 DEBUG : empty_space: Sizes identical 2026/02/02 04:45:12 DEBUG : empty_space: Unchanged skipping 2026/02/02 04:45:12 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:45:12 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-raziniz1gozo') 2026/02/02 04:45:12 DEBUG : potato3: Sizes differ 2026/02/02 04:45:12 DEBUG : FileLu root 'rclone-test-raziniz1gozo': Waiting for checks to finish 2026/02/02 04:45:13 INFO : FileLu root 'rclone-test-raziniz1gozo': Successfully deleted file: /rclone-test-raziniz1gozo/potato3 2026/02/02 04:45:13 INFO : potato3: Deleted 2026/02/02 04:45:18 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:45:18 INFO : empty_space: Deleted 2026/02/02 04:45:18 DEBUG : FileLu root 'rclone-test-raziniz1gozo': Waiting for transfers to finish 2026/02/02 04:45:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato3 2026/02/02 04:45:22 INFO : potato3: Moved (server-side) 2026/02/02 04:45:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 2026/02/02 04:45:22 INFO : potato2: 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:45:30 DEBUG : Creating backend with remote "TestFileLu:rclone-test-bahofak3daga" 2026/02/02 04:45:30 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 04:45:30 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:45:30 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:45:30 DEBUG : FileLu root 'rclone-test-bahofak3daga': Waiting for checks to finish 2026/02/02 04:45:30 DEBUG : FileLu root 'rclone-test-bahofak3daga': Waiting for transfers to finish 2026/02/02 04:45:32 INFO : FileLu root 'rclone-test-bahofak3daga': Successfully created folder "rclone-test-bahofak3daga" with ID 2578584 2026/02/02 04:45:32 INFO : FileLu root 'rclone-test-bahofak3daga': Successfully created folder "rclone-test-bahofak3daga" with ID 2.578584e+06 2026/02/02 04:45:33 INFO : FileLu root 'rclone-test-raziniz1gozo': Successfully deleted file: /rclone-test-raziniz1gozo/potato2 2026/02/02 04:45:33 INFO : potato2: Moved (server-side) 2026/02/02 04:45:34 INFO : FileLu root 'rclone-test-raziniz1gozo': Successfully deleted file: /rclone-test-raziniz1gozo/potato3 2026/02/02 04:45:34 INFO : potato3: Moved (server-side) 2026/02/02 04:45:34 INFO : FileLu root 'rclone-test-raziniz1gozo': Successfully deleted file: /rclone-test-raziniz1gozo/empty_space 2026/02/02 04:45:34 INFO : empty_space: 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:45:42 DEBUG : FileLu root 'rclone-test-bahofak3daga': Purge remote 2026/02/02 04:45:42 INFO : FileLu root 'rclone-test-bahofak3daga': Rmdir: successfully deleted "/rclone-test-bahofak3daga" 2026/02/02 04:45:42 DEBUG : FileLu root 'rclone-test-raziniz1gozo': Purge remote 2026/02/02 04:45:42 INFO : FileLu root 'rclone-test-raziniz1gozo': Rmdir: successfully deleted "/rclone-test-raziniz1gozo" --- FAIL: TestServerSideMove (62.70s) === RUN TestServerSideMoveWithFilter run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:45:43 DEBUG : Creating backend with remote "TestFileLu:rclone-test-hoqajaq2joxa" 2026/02/02 04:45:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:45:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:45:48 INFO : FileLu root 'rclone-test-zofupod1jezo': 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-zofupod1jezo' -> FileLu root 'rclone-test-hoqajaq2joxa' 2026/02/02 04:46:25 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Successfully created folder "rclone-test-hoqajaq2joxa" with ID 2578585 2026/02/02 04:46:51 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Put: Successfully uploaded new file "empty space" 2026/02/02 04:46:54 INFO : FileLu root 'rclone-test-hoqajaq2joxa': 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:47:05 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:47:05 DEBUG : empty_space: Excluded 2026/02/02 04:47:05 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:47:05 DEBUG : empty_space: Excluded 2026/02/02 04:47:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:47:05 DEBUG : FileLu root 'rclone-test-hoqajaq2joxa': Waiting for checks to finish 2026/02/02 04:47:05 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:47:05 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-hoqajaq2joxa') 2026/02/02 04:47:05 DEBUG : potato3: Sizes differ 2026/02/02 04:47:05 DEBUG : FileLu root 'rclone-test-hoqajaq2joxa': Waiting for transfers to finish 2026/02/02 04:47:12 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Successfully deleted file: /rclone-test-hoqajaq2joxa/potato3 2026/02/02 04:47:12 INFO : potato3: Deleted 2026/02/02 04:47:17 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 2026/02/02 04:47:17 INFO : potato2: Moved (server-side) 2026/02/02 04:47:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato3 2026/02/02 04:47:19 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:47:35 DEBUG : Creating backend with remote "TestFileLu:rclone-test-pafubuc9jalu" 2026/02/02 04:47:35 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 04:47:35 DEBUG : empty_space: Excluded 2026/02/02 04:47:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:47:35 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:47:35 DEBUG : FileLu root 'rclone-test-pafubuc9jalu': Waiting for checks to finish 2026/02/02 04:47:35 DEBUG : FileLu root 'rclone-test-pafubuc9jalu': Waiting for transfers to finish 2026/02/02 04:47:37 INFO : FileLu root 'rclone-test-pafubuc9jalu': Successfully created folder "rclone-test-pafubuc9jalu" with ID 2578586 2026/02/02 04:47:37 INFO : FileLu root 'rclone-test-pafubuc9jalu': Successfully created folder "rclone-test-pafubuc9jalu" with ID 2.578586e+06 2026/02/02 04:47:38 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Successfully deleted file: /rclone-test-hoqajaq2joxa/potato2 2026/02/02 04:47:38 INFO : potato2: Moved (server-side) 2026/02/02 04:47:38 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Successfully deleted file: /rclone-test-hoqajaq2joxa/potato3 2026/02/02 04:47:38 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:47:47 DEBUG : FileLu root 'rclone-test-pafubuc9jalu': Purge remote 2026/02/02 04:47:47 INFO : FileLu root 'rclone-test-pafubuc9jalu': Rmdir: successfully deleted "/rclone-test-pafubuc9jalu" 2026/02/02 04:47:47 DEBUG : FileLu root 'rclone-test-hoqajaq2joxa': Purge remote 2026/02/02 04:47:47 INFO : FileLu root 'rclone-test-hoqajaq2joxa': Rmdir: successfully deleted "/rclone-test-hoqajaq2joxa" 2026/02/02 04:47:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space --- FAIL: TestServerSideMoveWithFilter (124.93s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:47:48 DEBUG : Creating backend with remote "TestFileLu:rclone-test-vudaqos0cazo" 2026/02/02 04:47:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato2" 2026/02/02 04:47:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:47:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "potato3" 2026/02/02 04:47:53 INFO : tomatoDir: Making directory 2026/02/02 04:47:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/tomatoDir" with ID 2578587 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-zofupod1jezo' -> FileLu root 'rclone-test-vudaqos0cazo' 2026/02/02 04:48:02 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully created folder "rclone-test-vudaqos0cazo" with ID 2578588 2026/02/02 04:48:16 INFO : FileLu root 'rclone-test-vudaqos0cazo': Put: Successfully uploaded new file "empty space" 2026/02/02 04:48:18 INFO : FileLu root 'rclone-test-vudaqos0cazo': 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:48:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:48:26 DEBUG : empty_space: size = 1 OK 2026/02/02 04:48:26 DEBUG : empty_space: Sizes identical 2026/02/02 04:48:26 DEBUG : empty_space: Unchanged skipping 2026/02/02 04:48:26 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-zofupod1jezo') 2026/02/02 04:48:26 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-vudaqos0cazo') 2026/02/02 04:48:26 DEBUG : potato3: Sizes differ 2026/02/02 04:48:27 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully deleted file: /rclone-test-vudaqos0cazo/potato3 2026/02/02 04:48:27 INFO : potato3: Deleted 2026/02/02 04:48:27 DEBUG : FileLu root 'rclone-test-vudaqos0cazo': Waiting for checks to finish 2026/02/02 04:48:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/empty_space 2026/02/02 04:48:27 INFO : empty_space: Deleted 2026/02/02 04:48:27 DEBUG : FileLu root 'rclone-test-vudaqos0cazo': Waiting for transfers to finish 2026/02/02 04:48:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato2 2026/02/02 04:48:29 INFO : potato2: Moved (server-side) 2026/02/02 04:48:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/potato3 2026/02/02 04:48:30 INFO : potato3: Moved (server-side) 2026/02/02 04:48:30 INFO : tomatoDir: Removing directory 2026/02/02 04:48:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/tomatoDir" 2026/02/02 04:48:30 DEBUG : FileLu root 'rclone-test-zofupod1jezo': 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:48:39 DEBUG : Creating backend with remote "TestFileLu:rclone-test-vorebem1yobo" 2026/02/02 04:48:39 INFO : tomatoDir: Making directory 2026/02/02 04:48:39 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully created folder "rclone-test-vudaqos0cazo/tomatoDir" with ID 2578589 2026/02/02 04:48:40 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 04:48:40 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 04:48:40 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 04:48:40 DEBUG : FileLu root 'rclone-test-vorebem1yobo': Waiting for checks to finish 2026/02/02 04:48:40 DEBUG : FileLu root 'rclone-test-vorebem1yobo': Waiting for transfers to finish 2026/02/02 04:48:41 INFO : FileLu root 'rclone-test-vorebem1yobo': Successfully created folder "rclone-test-vorebem1yobo" with ID 2578590 2026/02/02 04:48:41 INFO : FileLu root 'rclone-test-vorebem1yobo': Successfully created folder "rclone-test-vorebem1yobo" with ID 2.57859e+06 2026/02/02 04:48:42 INFO : FileLu root 'rclone-test-vorebem1yobo': Successfully created folder "rclone-test-vorebem1yobo" with ID 2.57859e+06 2026/02/02 04:48:43 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully deleted file: /rclone-test-vudaqos0cazo/empty_space 2026/02/02 04:48:43 INFO : empty_space: Moved (server-side) 2026/02/02 04:48:43 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully deleted file: /rclone-test-vudaqos0cazo/potato3 2026/02/02 04:48:43 INFO : potato3: Moved (server-side) 2026/02/02 04:48:43 INFO : FileLu root 'rclone-test-vudaqos0cazo': Successfully deleted file: /rclone-test-vudaqos0cazo/potato2 2026/02/02 04:48:43 INFO : potato2: Moved (server-side) 2026/02/02 04:48:43 INFO : tomatoDir: Removing directory 2026/02/02 04:48:44 INFO : FileLu root 'rclone-test-vudaqos0cazo': Rmdir: successfully deleted "/rclone-test-vudaqos0cazo/tomatoDir" 2026/02/02 04:48:44 DEBUG : FileLu root 'rclone-test-vudaqos0cazo': 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:48:52 DEBUG : FileLu root 'rclone-test-vorebem1yobo': Purge remote 2026/02/02 04:48:52 INFO : FileLu root 'rclone-test-vorebem1yobo': Rmdir: successfully deleted "/rclone-test-vorebem1yobo" 2026/02/02 04:48:52 DEBUG : FileLu root 'rclone-test-vudaqos0cazo': Purge remote 2026/02/02 04:48:53 INFO : FileLu root 'rclone-test-vudaqos0cazo': Rmdir: successfully deleted "/rclone-test-vudaqos0cazo" --- FAIL: TestServerSideMoveDeleteEmptySourceDirs (65.20s) === RUN TestSyncOverlapWithFilter run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:48:53 DEBUG : Creating backend with remote "TestFileLu:rclone-test-zofupod1jezo/rclone-sync-test" 2026/02/02 04:48:54 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test': Successfully created folder "rclone-test-zofupod1jezo/rclone-sync-test" with ID 2578591 2026/02/02 04:48:54 DEBUG : Creating backend with remote "TestFileLu:rclone-test-zofupod1jezo/rclone-sync-test-include/layer2" 2026/02/02 04:48:55 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-zofupod1jezo/rclone-sync-test-include/layer2" with ID 2578593 2026/02/02 04:48:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-zofupod1jezo/rclone-sync-test-ignore-file" 2026/02/02 04:48:56 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-ignore-file': Successfully created folder "rclone-test-zofupod1jezo/rclone-sync-test-ignore-file" with ID 2578594 2026/02/02 04:48:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/.ignore" 2026/02/02 04:48:58 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:48:59 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 04:48:59 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:48:59 DEBUG : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test': Waiting for checks to finish 2026/02/02 04:48:59 DEBUG : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test': Waiting for transfers to finish 2026/02/02 04:49:01 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test': Successfully created folder "rclone-test-zofupod1jezo/rclone-sync-test/rclone-sync-test-ignore-file" with ID 2578595 2026/02/02 04:49:16 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 04:49:16 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:49:16 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 04:49:16 DEBUG : Waiting for deletions to finish 2026/02/02 04:49:17 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:49:28 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:49:28 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 04:49:28 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 04:49:28 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:49:28 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:49:28 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:49:28 DEBUG : Waiting for deletions to finish 2026/02/02 04:49:28 INFO : rclone-sync-test-include: Removing directory 2026/02/02 04:49:28 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-zofupod1jezo/rclone-sync-test-include" is not empty 2026/02/02 04:49:28 DEBUG : FileLu root 'rclone-test-zofupod1jezo': failed to delete 1 directories 2026/02/02 04:49:28 INFO : There was nothing to transfer 2026/02/02 04:49:29 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:49:30 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 04:49:30 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:49:30 DEBUG : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/02/02 04:49:30 DEBUG : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/02/02 04:49:31 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-zofupod1jezo/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" with ID 2578596 2026/02/02 04:49:33 INFO : FileLu root 'rclone-test-zofupod1jezo/rclone-sync-test-include/layer2': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 04:49:33 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:49:33 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 04:49:33 DEBUG : Waiting for deletions to finish 2026/02/02 04:49:33 DEBUG : rclone-sync-test: Excluded 2026/02/02 04:49:35 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 04:49:35 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 04:49:35 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 04:49:35 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 04:49:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:49:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:49:35 DEBUG : Waiting for deletions to finish 2026/02/02 04:49:35 INFO : rclone-sync-test-include: Removing directory 2026/02/02 04:49:35 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-zofupod1jezo/rclone-sync-test-include" is not empty 2026/02/02 04:49:35 DEBUG : FileLu root 'rclone-test-zofupod1jezo': failed to delete 1 directories 2026/02/02 04:49:35 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:49:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/rclone-sync-test-ignore-file/ignore 2026/02/02 04:49:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/rclone-sync-test/rclone-sync-test-ignore-file/ignore 2026/02/02 04:49:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file/ignore 2026/02/02 04:49:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test/rclone-sync-test-ignore-file" 2026/02/02 04:49:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" 2026/02/02 04:49:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test-include/layer2" 2026/02/02 04:49:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test-include" 2026/02/02 04:49:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test-ignore-file" 2026/02/02 04:49:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/rclone-sync-test" --- FAIL: TestSyncOverlapWithFilter (47.45s) === RUN TestSyncUTFNorm run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:49:42 INFO : FileLu root 'rclone-test-zofupod1jezo': 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:49:51 DEBUG : Testêé: Need to transfer - File not found at Destination 2026/02/02 04:49:51 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:49:51 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:49:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "Testêé" 2026/02/02 04:49:53 DEBUG : Testêé: size = 14 OK 2026/02/02 04:49:53 INFO : Testêé: Copied (new) 2026/02/02 04:49:53 DEBUG : Waiting for deletions to finish 2026/02/02 04:49:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/Testee 2026/02/02 04:49:53 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.59s) === RUN TestNothingToTransferWithEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:50:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:50:01 INFO : sub dir: Making directory 2026/02/02 04:50:02 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578597 2026/02/02 04:50:02 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 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: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:50:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:50:48 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:50:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:50:50 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:50:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:50:48 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:50:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:50:50 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:51:14 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:51:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 04:51:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 04:51:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested" 2026/02/02 04:51:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very" 2026/02/02 04:51:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very" 2026/02/02 04:51:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very" 2026/02/02 04:51:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very" 2026/02/02 04:51:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very" 2026/02/02 04:51:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2" 2026/02/02 04:51:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestNothingToTransferWithEmptyDirs (94.12s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:51:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 04:51:36 INFO : sub dir: Making directory 2026/02/02 04:51:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir" with ID 2578606 2026/02/02 04:51:36 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:51:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:51:56 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:51:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:51: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:51:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 04:51:56 INFO : sub dir/hello world: Copied (new) 2026/02/02 04:51:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 04:51: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:52:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir/hello_world 2026/02/02 04:52:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 04:52:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 04:52:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very/nested" 2026/02/02 04:52:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very/very" 2026/02/02 04:52:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very/very" 2026/02/02 04:52:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very/very" 2026/02/02 04:52:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very/very" 2026/02/02 04:52:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2/very" 2026/02/02 04:52:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir2" 2026/02/02 04:52:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir" --- FAIL: TestNothingToTransferWithoutEmptyDirs (76.92s) === RUN TestTransform === RUN TestTransform/NFC run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:52:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578615 2026/02/02 04:52:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:52:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:52:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:52:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:53:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:53:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:53:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:53:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:53:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:53:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:53:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:53:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:53:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:53:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:53:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:53:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:53:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:53:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 04:53:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:53:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:53:53 DEBUG : Waiting for deletions to finish 2026/02/02 04:53:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : splitbananasplit: Excluded 2026/02/02 04:53:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:53:53 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : banana: Excluded 2026/02/02 04:53:53 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : apple: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:53:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:53:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:53:53 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/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/NFC Messages: 5 objects not found 2026/02/02 04:54:05 DEBUG : apple: size = 5 OK 2026/02/02 04:54:05 DEBUG : apple: Sizes identical 2026/02/02 04:54:05 DEBUG : apple: Unchanged skipping 2026/02/02 04:54:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:54:05 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:54:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:54:05 DEBUG : banana: size = 6 OK 2026/02/02 04:54:05 DEBUG : banana: Sizes identical 2026/02/02 04:54:05 DEBUG : banana: Unchanged skipping 2026/02/02 04:54:05 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:54:05 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:54:05 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:54:12 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:54:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:54:12 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:54:12 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:54:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:54:12 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:54:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:54:12 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:54:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:54:12 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:54:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:54:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:54:27 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:54:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:54:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:54:27 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:54:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:54:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:54:27 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:54:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:54:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:54:27 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:54:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:54:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:54:30 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:54:30 DEBUG : Waiting for deletions to finish 2026/02/02 04:54:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 04:54:30 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:54:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 04:54:31 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:54:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 04:54:31 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:54:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 04:54:31 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:54:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 04:54:31 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:54:31 DEBUG : Waiting for deletions to finish 2026/02/02 04:54:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : splitbananasplit: Excluded 2026/02/02 04:54:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:54:31 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : banana: Excluded 2026/02/02 04:54:31 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : apple: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:54:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:54:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:54:31 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:54:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 04:54:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 04:54:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 04:54:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 04:54:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 04:54:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 04:54:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 04:54:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 04:54:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 04:54:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 04:54:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 04:54:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 04:54:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 04:54:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 04:54:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 04:54:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/NFD run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:54:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578616 2026/02/02 04:54:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:54:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:54:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:54:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:54:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:54:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:54:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:54:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:54:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:54:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:54:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:54:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:54:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:55:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:55:12 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:55:17 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:55:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:55:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 04:55:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:55:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:55:27 DEBUG : Waiting for deletions to finish 2026/02/02 04:55:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : splitbananasplit: Excluded 2026/02/02 04:55:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:55:28 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : banana: Excluded 2026/02/02 04:55:28 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : apple: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:55:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:55:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:55:28 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/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: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/NFD Messages: 5 objects not found 2026/02/02 04:55:37 DEBUG : apple: size = 5 OK 2026/02/02 04:55:37 DEBUG : apple: Sizes identical 2026/02/02 04:55:37 DEBUG : apple: Unchanged skipping 2026/02/02 04:55:37 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:55:37 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:55:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:55:37 DEBUG : banana: size = 6 OK 2026/02/02 04:55:37 DEBUG : banana: Sizes identical 2026/02/02 04:55:37 DEBUG : banana: Unchanged skipping 2026/02/02 04:55:37 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:55:37 DEBUG : splitbananasplit: Sizes identical 2026/02/02 04:55:37 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:55:37 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:55:37 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:55:37 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:55:37 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:55:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:55:37 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:55:37 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:55:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:55:37 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:55:37 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:55:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:55:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:55:40 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:55:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:55:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:55:40 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:55:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:55:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:55:40 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:55:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:55:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:55:40 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:55:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:55:42 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:55:42 DEBUG : Waiting for deletions to finish 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 04:55:42 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 04:55:42 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 04:55:42 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 04:55:42 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:55:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 04:55:42 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:55:42 DEBUG : Waiting for deletions to finish 2026/02/02 04:55:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : splitbananasplit: Excluded 2026/02/02 04:55:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:55:43 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : banana: Excluded 2026/02/02 04:55:43 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : apple: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:55:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:55:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:55:43 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:55:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 04:55:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 04:55:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 04:55:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 04:55:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 04:55:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 04:55:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 04:55:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 04:55:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 04:55:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 04:55:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 04:55:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 04:55:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 04:55:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 04:55:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 04:55:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/base64 run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:55:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578617 2026/02/02 04:55:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:55:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:55:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:55:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:55:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:55:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:56:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:56:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:56:21 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:56:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:56:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:56:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:56:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:56:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:56:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:56:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:56:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:56:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 04:56:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:56:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:56:38 DEBUG : Waiting for deletions to finish 2026/02/02 04:56:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:56:38 DEBUG : splitbananasplit: Excluded 2026/02/02 04:56:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:56:38 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:56:38 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:56:38 DEBUG : banana: Excluded 2026/02/02 04:56:38 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:56:38 DEBUG : apple: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:56:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:56:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:56:39 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/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/base64 Messages: 5 objects not found 2026/02/02 04:56:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:47 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:47 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:47 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:47 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:47 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:47 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:47 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:48 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:48 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:48 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:48 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:48 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:48 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:48 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:48 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:48 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:48 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:48 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:48 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:56:48 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:48 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:56:48 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:56:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 04:56:49 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 04:56:49 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 04:56:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 04:56:49 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 04:56:49 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "YmFuYW5h" 2026/02/02 04:56:49 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 04:56:49 INFO : banana: Copied (new) to: YmFuYW5h 2026/02/02 04:56:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "YXBwbGVhcHBsZWFwcGxlYmFuYW5h" 2026/02/02 04:56:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 04:56:50 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 04:56:51 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 04:56:51 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 04:56:51 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 04:56:51 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 04:56:51 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 04:56:51 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 04:56:51 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 04:56:51 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 04:56:52 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 04:56:52 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 04:56:53 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 04:56:53 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 04:56:53 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 04:56:53 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 04:56:53 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 04:56:53 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 04:56:54 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 04:56:54 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMC00NTY3ODkudHh0" 2026/02/02 04:56:54 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 04:56:54 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 04:56:54 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 04:56:54 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMS01Njc4OTsudHh0" 2026/02/02 04:56:54 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 04:56:54 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 04:56:56 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 04:56:56 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 04:56:56 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 04:56:56 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 04:56:56 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 04:56:56 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxNS05Oz0udHh0" 2026/02/02 04:56:56 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 04:56:56 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:56 DEBUG : Waiting for deletions to finish 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 04:56:56 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 04:56:56 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 04:56:56 INFO : banana: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 04:56:56 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 04:56:56 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 04:56:56 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 04:56:56 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 04:56:56 INFO : apple: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 04:56:56 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 04:56:56 INFO : appleappleapplebanana: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 04:56:56 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:56:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 04:56:56 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 04:56:57 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 04:56:57 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 04:56:57 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 04:56:57 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 04:56:57 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 04:56:57 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 04:56:57 INFO : splitbananasplit: Deleted 2026/02/02 04:56:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 04:56:57 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:56:57 DEBUG : Waiting for deletions to finish 2026/02/02 04:56:57 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded 2026/02/02 04:56:57 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : YmFuYW5h: Excluded 2026/02/02 04:56:57 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 04:56:57 DEBUG : YXBwbGU: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : YXBwbGU: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded 2026/02/02 04:56:57 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded (Path Filter) 2026/02/02 04:56:57 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 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:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 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:56:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 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:56:58 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:56:58 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:56:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:56:58 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:56:58 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 04:56:58 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:56:58 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 04:56:58 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 04:56:58 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 04:56:58 DEBUG : banana: Sizes identical 2026/02/02 04:56:58 DEBUG : banana: Unchanged skipping 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:58 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:58 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:56:58 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:58 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:56:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 04:56:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 04:56:59 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 04:56:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 04:56:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 04:56:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:56:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 04:56:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 04:56:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:56:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 04:56:59 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 04:56:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 04:56:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 04:56:59 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 04:56:59 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/02/02 04:56:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/02/02 04:56:59 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:56:59 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:57:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 04:57:00 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 04:57:00 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 04:57:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:57:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 04:57:00 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 04:57:00 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 04:57:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:57:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 04:57:01 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 04:57:01 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 04:57:01 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:57:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 04:57:01 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 04:57:01 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 04:57:01 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:57:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 04:57:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 04:57:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 04:57:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:57:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 04:57:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 04:57:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 04:57:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:57:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 04:57:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 04:57:20 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 04:57:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:57:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 04:57:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 04:57:20 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 04:57:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:57:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 04:57:24 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 04:57:24 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 04:57:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:57:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 04:57:24 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 04:57:24 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 04:57:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:57:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 04:57:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 04:57:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 04:57:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:57:24 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 04:57:24 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 04:57:24 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 04:57:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 04:57:27 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 04:57:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 04:57:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 04:57:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 04:57:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 04:57:27 DEBUG : Waiting for deletions to finish 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwNC1lZmdoaWprLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwNC1lZmdoaWprLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwNS1mZ2hpamtsLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwNS1mZ2hpamtsLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwNi1naGlqa2xtLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwNi1naGlqa2xtLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwMi1jZGVmZ2hpLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwMy1kZWZnaGlqLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwMy1kZWZnaGlqLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxMi02Nzg5Oy50eHQ 2026/02/02 04:57:27 INFO : dir1/MDAxMi02Nzg5Oy50eHQ: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/YXBwbGU 2026/02/02 04:57:27 INFO : YXBwbGU: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxMy03ODk7PS50eHQ 2026/02/02 04:57:27 INFO : dir1/MDAxMy03ODk7PS50eHQ: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/c3BsaXRiYW5hbmFzcGxpdA 2026/02/02 04:57:27 INFO : c3BsaXRiYW5hbmFzcGxpdA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwMC1hYmNkZWZnLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwMC1hYmNkZWZnLnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxNC04OTs9LnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAxNC04OTs9LnR4dA: Deleted 2026/02/02 04:57:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwMS1iY2RlZmdoLnR4dA 2026/02/02 04:57:27 INFO : dir1/MDAwMS1iY2RlZmdoLnR4dA: Deleted 2026/02/02 04:57:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwNy0xMjM0NTY3LnR4dA 2026/02/02 04:57:28 INFO : dir1/MDAwNy0xMjM0NTY3LnR4dA: Deleted 2026/02/02 04:57:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwOC0yMzQ1Njc4LnR4dA 2026/02/02 04:57:28 INFO : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Deleted 2026/02/02 04:57:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAwOS0zNDU2Nzg5LnR4dA 2026/02/02 04:57:28 INFO : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Deleted 2026/02/02 04:57:28 DEBUG : Waiting for deletions to finish 2026/02/02 04:57:28 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 04:57:28 DEBUG : YmFuYW5h: Excluded 2026/02/02 04:57:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 04:57:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 04:57:28 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 04:57:28 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 04:57:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 04:57:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/02/02 04:57:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 04:57:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: 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:57:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 04:57:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/YmFuYW5h 2026/02/02 04:57:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 04:57:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 04:57:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/MDAxNS05Oz0udHh0 2026/02/02 04:57:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/prefix run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:57:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578618 2026/02/02 04:57:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:57:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:57:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:57:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:57:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:57:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:57:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:57:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:57:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:57:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:57:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:57:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:57:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:57:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:57:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:57:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:57:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:58:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 04:58:05 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:58:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:58:20 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:58:20 DEBUG : splitbananasplit: Excluded 2026/02/02 04:58:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:58:20 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:58:20 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:58:20 DEBUG : banana: Excluded 2026/02/02 04:58:20 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:58:20 DEBUG : apple: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:58:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:58:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:58: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/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/0011-56789;.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/0013-789;=.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/prefix Messages: 5 objects not found 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:32 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:32 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:32 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:32 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 04:58:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 04:58:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 04:58:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 04:58:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 04:58:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 04:58:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 04:58:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 04:58:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 04:58:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 04:58:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 04:58:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 04:58:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 04:58:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 04:58:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 04:58:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 04:58:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:58:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:58:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "PREFIXapple" 2026/02/02 04:58:34 DEBUG : PREFIXapple: size = 5 OK 2026/02/02 04:58:34 INFO : apple: Copied (new) to: PREFIXapple 2026/02/02 04:58:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "PREFIXappleappleapplebanana" 2026/02/02 04:58:34 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/02/02 04:58:34 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/02/02 04:58:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "PREFIXbanana" 2026/02/02 04:58:34 DEBUG : PREFIXbanana: size = 6 OK 2026/02/02 04:58:34 INFO : banana: Copied (new) to: PREFIXbanana 2026/02/02 04:58:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "PREFIXsplitbananasplit" 2026/02/02 04:58:34 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/02/02 04:58:34 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/02/02 04:58:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0000-abcdefg.txt" 2026/02/02 04:58:35 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/02/02 04:58:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0001-bcdefgh.txt" 2026/02/02 04:58:35 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:58:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0002-cdefghi.txt" 2026/02/02 04:58:35 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/02/02 04:58:35 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0003-defghij.txt" 2026/02/02 04:58:35 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/02/02 04:58:35 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0004-efghijk.txt" 2026/02/02 04:58:37 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/02/02 04:58:37 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0006-ghijklm.txt" 2026/02/02 04:58:37 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/02/02 04:58:37 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0005-fghijkl.txt" 2026/02/02 04:58:37 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/02/02 04:58:37 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0007-1234567.txt" 2026/02/02 04:58:37 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/02/02 04:58:37 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0008-2345678.txt" 2026/02/02 04:58:38 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/02/02 04:58:38 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0009-3456789.txt" 2026/02/02 04:58:38 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/02/02 04:58:38 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0010-456789.txt" 2026/02/02 04:58:38 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/02/02 04:58:38 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0011-56789;.txt" 2026/02/02 04:58:39 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/02/02 04:58:39 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0012-6789;.txt" 2026/02/02 04:58:40 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/02/02 04:58:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0015-9;=.txt" 2026/02/02 04:58:40 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/02/02 04:58:40 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0013-789;=.txt" 2026/02/02 04:58:40 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/02/02 04:58:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/PREFIX0014-89;=.txt" 2026/02/02 04:58:40 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/02/02 04:58:40 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:40 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 04:58:40 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 04:58:40 INFO : banana: Deleted 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 04:58:40 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 04:58:40 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 04:58:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 04:58:40 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 04:58:41 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 04:58:41 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 04:58:41 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 04:58:41 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 04:58:41 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 04:58:41 INFO : apple: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 04:58:41 INFO : splitbananasplit: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 04:58:41 INFO : appleappleapplebanana: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 04:58:41 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 04:58:41 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 04:58:41 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 04:58:41 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 04:58:41 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 04:58:41 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 04:58:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 04:58:41 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 04:58:41 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:41 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/02/02 04:58:41 DEBUG : PREFIXsplitbananasplit: Excluded 2026/02/02 04:58:41 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:58:41 DEBUG : PREFIXappleappleapplebanana: Excluded 2026/02/02 04:58:41 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/02/02 04:58:41 DEBUG : PREFIXbanana: Excluded 2026/02/02 04:58:41 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/02/02 04:58:41 DEBUG : PREFIXapple: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0015-9_.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0013-789_.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0014-89_.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:58:42 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 04:58:42 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 04:58:42 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 04:58:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 04:58:42 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:58:42 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:58:42 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:58:42 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:58:42 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:58:42 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 04:58:42 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 04:58:42 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 04:58:42 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 04:58:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 04:58:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 04:58:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:58:44 DEBUG : apple: size = 5 OK 2026/02/02 04:58:44 INFO : apple: Copied (new) 2026/02/02 04:58:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 04:58:44 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 04:58:44 INFO : splitbananasplit: Copied (new) 2026/02/02 04:58:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 04:58:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 04:58:44 INFO : appleappleapplebanana: Copied (new) 2026/02/02 04:58:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 04:58:44 DEBUG : banana: size = 6 OK 2026/02/02 04:58:44 INFO : banana: Copied (new) 2026/02/02 04:58:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:58:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 04:58:46 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 04:58:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:58:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 04:58:46 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 04:58:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:58:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 04:58:46 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 04:58:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:58:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 04:58:46 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 04:58:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:58:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 04:58:47 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 04:58:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:58:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 04:58:47 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 04:58:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:58:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 04:58:47 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 04:58:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:58:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 04:58:47 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 04:58:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:58:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 04:58:49 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 04:58:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:58:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 04:58:49 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 04:58:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:58:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 04:58:49 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 04:58:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:58:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 04:58:49 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 04:58:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:58:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 04:58:50 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 04:58:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:58:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 04:58:50 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 04:58:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:58:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 04:58:50 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 04:58:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:58:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 04:58:50 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 04:58:50 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0012-6789_.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0012-6789_.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0006-ghijklm.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/PREFIXapple 2026/02/02 04:58:51 INFO : PREFIXapple: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0009-3456789.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0013-789_.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0013-789_.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/PREFIXsplitbananasplit 2026/02/02 04:58:51 INFO : PREFIXsplitbananasplit: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0014-89_.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0014-89_.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/PREFIXappleappleapplebanana 2026/02/02 04:58:51 INFO : PREFIXappleappleapplebanana: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0001-bcdefgh.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0004-efghijk.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0005-fghijkl.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0007-1234567.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0008-2345678.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0010-456789.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/PREFIXbanana 2026/02/02 04:58:51 INFO : PREFIXbanana: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0000-abcdefg.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0003-defghij.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0011-56789_.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0011-56789_.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0015-9_.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0015-9_.txt: Deleted 2026/02/02 04:58:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/PREFIX0002-cdefghi.txt 2026/02/02 04:58:51 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/02/02 04:58:51 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:51 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:58:51 DEBUG : banana: Excluded 2026/02/02 04:58:51 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:58:51 DEBUG : apple: Excluded 2026/02/02 04:58:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:58:51 DEBUG : splitbananasplit: Excluded 2026/02/02 04:58:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:58:51 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:58:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:58:52 DEBUG : dir1/0002-cdefghi.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:58:52 DEBUG : Waiting for deletions to finish 2026/02/02 04:58:53 DEBUG : banana: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : banana: Excluded 2026/02/02 04:58:53 DEBUG : apple: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : apple: Excluded 2026/02/02 04:58:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : splitbananasplit: Excluded 2026/02/02 04:58:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : appleappleapplebanana: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 04:58:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 04:58:53 DEBUG : dir1/0002-cdefghi.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/0012-6789;.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: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:59:08 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 04:59:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 04:59:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 04:59:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 04:59:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 04:59:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 04:59:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 04:59:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 04:59:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 04:59:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 04:59:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 04:59:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 04:59:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 04:59:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 04:59:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 04:59:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 04:59:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 04:59:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 04:59:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 04:59:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 04:59:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/suffix run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 04:59:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578619 2026/02/02 04:59:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 04:59:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 04:59:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 04:59:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 04:59:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 04:59:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 04:59:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 04:59:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 04:59:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 04:59:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 04:59:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 04:59:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 04:59:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 04:59:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 04:59:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 04:59:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 04:59:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 04:59:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:00:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:00:18 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:00:18 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : splitbananasplit: Excluded 2026/02/02 05:00:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:00:19 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : banana: Excluded 2026/02/02 05:00:19 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : apple: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:00:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:00:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:00:19 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/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.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: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 05:00:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:31 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:31 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:31 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:31 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:31 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:31 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:31 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:31 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:32 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:32 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:32 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 05:00:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:00:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:00:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebananaSUFFIX" 2026/02/02 05:00:33 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/02/02 05:00:33 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/02/02 05:00:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "bananaSUFFIX" 2026/02/02 05:00:34 DEBUG : bananaSUFFIX: size = 6 OK 2026/02/02 05:00:34 INFO : banana: Copied (new) to: bananaSUFFIX 2026/02/02 05:00:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplitSUFFIX" 2026/02/02 05:00:34 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/02/02 05:00:34 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/02/02 05:00:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleSUFFIX" 2026/02/02 05:00:34 DEBUG : appleSUFFIX: size = 5 OK 2026/02/02 05:00:34 INFO : apple: Copied (new) to: appleSUFFIX 2026/02/02 05:00:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txtSUFFIX" 2026/02/02 05:00:35 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/02/02 05:00:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txtSUFFIX" 2026/02/02 05:00:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/02/02 05:00:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txtSUFFIX" 2026/02/02 05:00:35 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/02/02 05:00:35 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txtSUFFIX" 2026/02/02 05:00:35 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/02/02 05:00:35 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txtSUFFIX" 2026/02/02 05:00:37 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/02/02 05:00:37 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txtSUFFIX" 2026/02/02 05:00:37 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/02/02 05:00:37 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txtSUFFIX" 2026/02/02 05:00:37 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/02/02 05:00:37 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txtSUFFIX" 2026/02/02 05:00:37 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/02/02 05:00:37 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txtSUFFIX" 2026/02/02 05:00:38 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/02/02 05:00:38 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txtSUFFIX" 2026/02/02 05:00:38 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/02/02 05:00:38 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txtSUFFIX" 2026/02/02 05:00:38 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/02/02 05:00:38 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txtSUFFIX" 2026/02/02 05:00:38 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/02/02 05:00:38 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txtSUFFIX" 2026/02/02 05:00:40 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/02/02 05:00:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txtSUFFIX" 2026/02/02 05:00:40 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/02/02 05:00:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txtSUFFIX" 2026/02/02 05:00:40 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/02/02 05:00:40 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txtSUFFIX" 2026/02/02 05:00:40 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/02/02 05:00:40 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:40 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:00:40 INFO : apple: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:00:40 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:00:40 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:00:40 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:00:40 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:00:40 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:00:40 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:00:40 INFO : banana: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:00:40 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:00:40 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:00:40 INFO : splitbananasplit: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:00:40 INFO : appleappleapplebanana: Deleted 2026/02/02 05:00:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:00:40 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:00:41 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:00:41 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:00:41 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:00:41 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:00:41 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:00:41 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:00:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:00:41 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:00:41 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:41 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : bananaSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : splitbananasplitSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : appleSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : appleappleapplebananaSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2026/02/02 05:00:41 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:00:41 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:00:42 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:00:42 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:42 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 05:00:42 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 05:00:42 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 05:00:42 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 05:00:42 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 05:00:42 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:00:42 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:00:42 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:00:42 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:00:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:00:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:00:44 INFO : appleappleapplebanana: Copied (new) 2026/02/02 05:00:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:00:44 DEBUG : apple: size = 5 OK 2026/02/02 05:00:44 INFO : apple: Copied (new) 2026/02/02 05:00:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:00:44 DEBUG : banana: size = 6 OK 2026/02/02 05:00:44 INFO : banana: Copied (new) 2026/02/02 05:00:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:00:44 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:00:44 INFO : splitbananasplit: Copied (new) 2026/02/02 05:00:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:00:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:00:45 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 05:00:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:00:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:00:45 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 05:00:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:00:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:00:45 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 05:00:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:00:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:00:45 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 05:00:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:00:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:00:47 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 05:00:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:00:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:00:47 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 05:00:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:00:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:00:47 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 05:00:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:00:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:00:47 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 05:00:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:00:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:00:48 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 05:00:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:00:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:00:48 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 05:00:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:00:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:00:48 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 05:00:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:00:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:00:49 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:00:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:00:50 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:00:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:00:50 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:00:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:00:50 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:00:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:00:50 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:00:50 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0014-89_.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0012-6789_.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0013-789_.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0015-9_.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/02/02 05:00:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:00:50 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebananaSUFFIX 2026/02/02 05:00:51 INFO : appleappleapplebananaSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleSUFFIX 2026/02/02 05:00:51 INFO : appleSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/bananaSUFFIX 2026/02/02 05:00:51 INFO : bananaSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplitSUFFIX 2026/02/02 05:00:51 INFO : splitbananasplitSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/02/02 05:00:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txtSUFFIX 2026/02/02 05:00:51 INFO : dir1/0011-56789_.txtSUFFIX: Deleted 2026/02/02 05:00:51 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:51 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:00:51 DEBUG : banana: Excluded 2026/02/02 05:00:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:00:51 DEBUG : splitbananasplit: Excluded 2026/02/02 05:00:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:00:51 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:00:51 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:00:51 DEBUG : apple: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:00:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : dir1/0002-cdefghi.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 05:00:52 DEBUG : Waiting for deletions to finish 2026/02/02 05:00:52 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : banana: Excluded 2026/02/02 05:00:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : splitbananasplit: Excluded 2026/02/02 05:00:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:00:52 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:00:52 DEBUG : apple: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:00:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:00:53 DEBUG : dir1/0002-cdefghi.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/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0011-56789;.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/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 05:01:11 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:01:15 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:01:15 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:01:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:01:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:01:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:01:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:01:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:01:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:01:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:01:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:01:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:01:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:01:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:01:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:01:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:01:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:01:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:01:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:01:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:01:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/truncate run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:01:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578621 2026/02/02 05:01:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:01:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:01:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:01:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:01:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:01:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:01:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:01:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:01:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:01:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:01:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:01:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:01:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:01:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:01:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:01:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:01:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:02:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:02:13 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:02:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:02:23 DEBUG : Waiting for deletions to finish 2026/02/02 05:02:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:02:24 DEBUG : splitbananasplit: Excluded 2026/02/02 05:02:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:02:24 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:02:24 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:02:24 DEBUG : banana: Excluded 2026/02/02 05:02:24 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:02:24 DEBUG : apple: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:02:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:02:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:02:25 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/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/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/truncate Messages: 5 objects not found 2026/02/02 05:02:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : banana: size = 6 OK 2026/02/02 05:02:34 DEBUG : banana: Sizes identical 2026/02/02 05:02:34 DEBUG : apple: size = 5 OK 2026/02/02 05:02:34 DEBUG : apple: Sizes identical 2026/02/02 05:02:34 DEBUG : apple: Unchanged skipping 2026/02/02 05:02:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:34 DEBUG : banana: Unchanged skipping 2026/02/02 05:02:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:02:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:34 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:02:34 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:02:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbanan" 2026/02/02 05:02:35 DEBUG : splitbanan: size = 16 OK 2026/02/02 05:02:35 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/02/02 05:02:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleapple" 2026/02/02 05:02:35 DEBUG : appleapple: size = 21 OK 2026/02/02 05:02:35 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/02/02 05:02:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcde" 2026/02/02 05:02:36 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 05:02:36 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/02/02 05:02:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdef" 2026/02/02 05:02:36 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 05:02:36 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/02/02 05:02:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefg" 2026/02/02 05:02:37 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 05:02:37 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/02/02 05:02:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defgh" 2026/02/02 05:02:37 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 05:02:37 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/02/02 05:02:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghi" 2026/02/02 05:02:37 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 05:02:37 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/02/02 05:02:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghij" 2026/02/02 05:02:37 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 05:02:37 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/02/02 05:02:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijk" 2026/02/02 05:02:39 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 05:02:39 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/02/02 05:02:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-23456" 2026/02/02 05:02:39 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 05:02:39 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/02/02 05:02:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-12345" 2026/02/02 05:02:39 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 05:02:39 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/02/02 05:02:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-34567" 2026/02/02 05:02:39 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 05:02:39 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/02/02 05:02:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-45678" 2026/02/02 05:02:40 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 05:02:40 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/02/02 05:02:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789" 2026/02/02 05:02:40 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 05:02:40 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/02/02 05:02:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 05:02:40 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 05:02:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 05:02:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 05:02:40 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 05:02:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 05:02:42 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 05:02:42 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 05:02:42 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 05:02:42 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 05:02:42 DEBUG : Waiting for deletions to finish 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:02:42 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:02:42 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:02:42 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:02:42 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:02:42 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:02:42 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:02:42 INFO : appleappleapplebanana: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:02:42 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:02:42 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:02:42 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:02:42 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:02:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:02:42 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:02:43 INFO : splitbananasplit: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:02:43 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:02:43 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:02:43 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:02:43 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:02:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:02:43 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:02:43 DEBUG : Waiting for deletions to finish 2026/02/02 05:02:43 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : splitbanan: Excluded 2026/02/02 05:02:43 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : appleapple: Excluded 2026/02/02 05:02:43 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : banana: Excluded 2026/02/02 05:02:43 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : apple: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0014-89: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0014-89: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0015-9_.t: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0015-9_.t: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0012-6789: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0012-6789: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0013-789: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0013-789: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0010-45678: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0011-56789: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0007-12345: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0008-23456: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0009-34567: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 05:02:43 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 05:02:43 DEBUG : dir1/0000-abcde: Excluded 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:02:44 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 05:02:44 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 05:02:44 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 05:02:44 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 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:02:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:02:44 DEBUG : appleapple: size = 21 OK 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:02:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:02:44 DEBUG : banana: size = 6 OK 2026/02/02 05:02:44 DEBUG : banana: Sizes identical 2026/02/02 05:02:44 DEBUG : banana: Unchanged skipping 2026/02/02 05:02:44 DEBUG : splitbanan: size = 16 OK 2026/02/02 05:02:44 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:02:44 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:02:44 DEBUG : apple: size = 5 OK 2026/02/02 05:02:44 DEBUG : apple: Sizes identical 2026/02/02 05:02:44 DEBUG : apple: Unchanged skipping 2026/02/02 05:02:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:02:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:02:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:02:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:02:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:02:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:02:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:02:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:02:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:02:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:02:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:02:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:02:44 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 05:02:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 05:02:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:02:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:02:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:02:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:02:44 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:02:44 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 05:02:47 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 05:02:47 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 05:02:47 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 05:02:47 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 05:02:47 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 05:02:47 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 05:02:47 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 05:02:47 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 05:02:47 DEBUG : Waiting for deletions to finish 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789 2026/02/02 05:02:47 INFO : dir1/0012-6789: Deleted 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789 2026/02/02 05:02:47 INFO : dir1/0013-789: Deleted 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.t 2026/02/02 05:02:47 INFO : dir1/0015-9_.t: Deleted 2026/02/02 05:02:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89 2026/02/02 05:02:47 INFO : dir1/0014-89: Deleted 2026/02/02 05:02:47 DEBUG : Waiting for deletions to finish 2026/02/02 05:02:47 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 05:02:47 DEBUG : splitbanan: Excluded 2026/02/02 05:02:47 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 05:02:47 DEBUG : appleapple: Excluded 2026/02/02 05:02:47 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:02:47 DEBUG : banana: Excluded 2026/02/02 05:02:47 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:02:47 DEBUG : apple: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0010-45678: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0011-56789: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0007-12345: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0008-23456: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0009-34567: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 05:02:48 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 05:02:48 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 05:02:48 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 05:02:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:02:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleapple 2026/02/02 05:02:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:02:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbanan 2026/02/02 05:02:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcde 2026/02/02 05:02:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdef 2026/02/02 05:02:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefg 2026/02/02 05:02:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defgh 2026/02/02 05:02:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghi 2026/02/02 05:02:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghij 2026/02/02 05:02:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijk 2026/02/02 05:02:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-12345 2026/02/02 05:02:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-23456 2026/02/02 05:02:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-34567 2026/02/02 05:02:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-45678 2026/02/02 05:02:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789 2026/02/02 05:02:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/encoder run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:02:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578622 2026/02/02 05:02:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:02:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:03:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:03:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:03:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:03:22 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:03:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:03:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:03:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:03:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:03:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:03:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:03:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:03:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:03:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:03:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:03:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:03:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:03:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:03:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:03:45 DEBUG : Waiting for deletions to finish 2026/02/02 05:03:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:03:45 DEBUG : splitbananasplit: Excluded 2026/02/02 05:03:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:03:45 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:03:45 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:03:45 DEBUG : banana: Excluded 2026/02/02 05:03:45 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:03:45 DEBUG : apple: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:03:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:03:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:03: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/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/0012-6789;.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/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/encoder Messages: 5 objects not found 2026/02/02 05:03:55 DEBUG : apple: size = 5 OK 2026/02/02 05:03:55 DEBUG : apple: Sizes identical 2026/02/02 05:03:55 DEBUG : apple: Unchanged skipping 2026/02/02 05:03:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:03:55 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:03:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:03:55 DEBUG : banana: size = 6 OK 2026/02/02 05:03:55 DEBUG : banana: Sizes identical 2026/02/02 05:03:55 DEBUG : banana: Unchanged skipping 2026/02/02 05:03:55 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:03:55 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:03:55 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:03:55 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:03:55 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:03:55 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:03:55 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:03:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:03:55 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:03:55 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:03:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:03:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:03:55 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:03:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:03:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:03:57 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:03:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:03:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:03:57 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:03:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:03:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:03:58 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:03:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:03:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:03:58 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:03:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:03:59 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:03:59 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:03:59 DEBUG : Waiting for deletions to finish 2026/02/02 05:04:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:04:00 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:04:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:04:00 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:04:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:04:00 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:04:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:04:00 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:04:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:04:00 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:04:00 DEBUG : Waiting for deletions to finish 2026/02/02 05:04:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:04:00 DEBUG : splitbananasplit: Excluded 2026/02/02 05:04:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:04:00 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:04:00 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:04:00 DEBUG : banana: Excluded 2026/02/02 05:04:00 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:04:00 DEBUG : apple: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:04:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:04:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:04: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/encoder 2026/02/02 05:04:15 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:04:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:04:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:04:23 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:04:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:04:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:04:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:04:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:04:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:04:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:04:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:04:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:04:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:04:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:04:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:04:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/ISO-8859-1 run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:04:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578624 2026/02/02 05:04:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:04:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:04:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:04:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:04:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:04:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:04:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:04:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:04:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:04:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:04:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:04:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:04:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:04:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:04:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:04:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:04:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:04:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:04:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:05:01 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:05:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:05:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : splitbananasplit: Excluded 2026/02/02 05:05:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:05:01 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : banana: Excluded 2026/02/02 05:05:01 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : apple: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:05:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:05:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:05:01 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/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/ISO-8859-1 Messages: 5 objects not found 2026/02/02 05:05:25 DEBUG : apple: size = 5 OK 2026/02/02 05:05:25 DEBUG : apple: Sizes identical 2026/02/02 05:05:25 DEBUG : apple: Unchanged skipping 2026/02/02 05:05:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:05:25 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:05:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:05:25 DEBUG : banana: size = 6 OK 2026/02/02 05:05:25 DEBUG : banana: Sizes identical 2026/02/02 05:05:25 DEBUG : banana: Unchanged skipping 2026/02/02 05:05:25 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:05:25 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:05:25 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:05:25 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:05:25 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:05:25 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:05:25 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:05:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:05:25 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:05:25 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:05:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:05:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:05:25 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:05:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:05:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:05:27 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:05:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:05:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:05:27 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:05:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:05:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:05:27 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:05:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:05:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:05:28 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:05:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:05:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:05:29 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:05:29 DEBUG : Waiting for deletions to finish 2026/02/02 05:05:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:05:30 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:05:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:05:30 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:05:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:05:30 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:05:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:05:30 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:05:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:05:30 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:05:30 DEBUG : Waiting for deletions to finish 2026/02/02 05:05:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:05:30 DEBUG : splitbananasplit: Excluded 2026/02/02 05:05:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:05:30 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:05:30 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:05:30 DEBUG : banana: Excluded 2026/02/02 05:05:30 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:05:30 DEBUG : apple: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:05:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:05:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:05:31 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 05:05:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:05:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:05:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:05:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:05:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:05:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:05:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:05:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:05:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:05:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:05:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:05:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:05:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:05:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:05:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:05:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/charmap run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:05:38 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578626 2026/02/02 05:05:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:05:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:05:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:05:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:05:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:05:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:05:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:05:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:05:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:05:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:05:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:05:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:05:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:06:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:06:16 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:06:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:06:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:06:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:06:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:06:33 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:06:33 DEBUG : Waiting for deletions to finish 2026/02/02 05:06:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:06:33 DEBUG : splitbananasplit: Excluded 2026/02/02 05:06:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:06:33 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:06:33 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:06:33 DEBUG : banana: Excluded 2026/02/02 05:06:33 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:06:33 DEBUG : apple: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:06:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:06:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:06:34 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/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/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.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 05:06:43 DEBUG : apple: size = 5 OK 2026/02/02 05:06:43 DEBUG : apple: Sizes identical 2026/02/02 05:06:43 DEBUG : apple: Unchanged skipping 2026/02/02 05:06:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:06:43 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:06:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:06:43 DEBUG : banana: size = 6 OK 2026/02/02 05:06:43 DEBUG : banana: Sizes identical 2026/02/02 05:06:43 DEBUG : banana: Unchanged skipping 2026/02/02 05:06:43 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:06:43 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:06:43 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:06:43 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:06:43 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:06:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:06:43 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:06:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:06:43 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:06:43 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:06:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:06:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:06:43 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:06:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:06:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:06:45 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:06:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:06:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:06:45 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:06:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:06:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:06:46 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:06:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:06:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:06:46 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:06:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:06:48 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:06:48 DEBUG : Waiting for deletions to finish 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:06:48 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:06:48 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:06:48 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:06:48 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:06:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:06:48 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:06:48 DEBUG : Waiting for deletions to finish 2026/02/02 05:06:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:06:48 DEBUG : splitbananasplit: Excluded 2026/02/02 05:06:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:06:48 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:06:48 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:06:48 DEBUG : banana: Excluded 2026/02/02 05:06:48 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:06:48 DEBUG : apple: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:06:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:06:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:06:49 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 05:06:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:06:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:06:50 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:06:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:06:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:06:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:06:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:06:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:06:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:06:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:06:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:06:53 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:06:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:06:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:06:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:06:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/lowercase run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:06:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578627 2026/02/02 05:06:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:06:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:07:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:07:15 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:07:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:07:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:07:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:07:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:07:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:07:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:07:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:07:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:07:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:07:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:07:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:07:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:07:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:07:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:07:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:07:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:07:48 DEBUG : Waiting for deletions to finish 2026/02/02 05:07:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : splitbananasplit: Excluded 2026/02/02 05:07:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:07:48 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : banana: Excluded 2026/02/02 05:07:48 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : apple: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:07:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:07:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:07:48 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/0013-789;=.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/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/lowercase Messages: 5 objects not found 2026/02/02 05:07:58 DEBUG : apple: size = 5 OK 2026/02/02 05:07:58 DEBUG : apple: Sizes identical 2026/02/02 05:07:58 DEBUG : apple: Unchanged skipping 2026/02/02 05:07:58 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:07:58 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:07:58 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:07:58 DEBUG : banana: size = 6 OK 2026/02/02 05:07:58 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:07:58 DEBUG : banana: Sizes identical 2026/02/02 05:07:58 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:07:58 DEBUG : banana: Unchanged skipping 2026/02/02 05:07:58 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:07:58 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:07:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:07:58 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:07:58 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:07:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:07:58 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:07:58 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:07:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:07:58 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:07:58 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:08:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:08:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:08:00 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:08:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:08:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:08:00 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:08:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:08:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:08:00 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:08:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:08:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:08:00 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:08:19 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:08:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:08:19 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:08:19 DEBUG : Waiting for deletions to finish 2026/02/02 05:08:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:08:20 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:08:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:08:20 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:08:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:08:20 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:08:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:08:20 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:08:21 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:08:21 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:08:21 DEBUG : Waiting for deletions to finish 2026/02/02 05:08:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : splitbananasplit: Excluded 2026/02/02 05:08:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:08:21 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : banana: Excluded 2026/02/02 05:08:21 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : apple: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:08:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:08:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:08:21 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 05:08:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:08:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:08:25 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:08:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:08:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:08:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:08:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:08:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:08:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:08:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:08:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:08:28 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:08:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:08:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:08:29 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:08:30 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" === RUN TestTransform/ascii run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:08:31 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dir1" with ID 2578628 2026/02/02 05:08:32 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:08:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:08:36 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:08:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:08:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:08:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:08:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:08:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:08:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:08:46 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:08:48 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:08:49 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:08:51 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:08:52 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:08:54 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:08:55 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:08:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "apple" 2026/02/02 05:08:59 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "banana" 2026/02/02 05:09:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:09:20 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:09:20 DEBUG : Waiting for deletions to finish 2026/02/02 05:09:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:09:20 DEBUG : splitbananasplit: Excluded 2026/02/02 05:09:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:09:20 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:09:20 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:09:20 DEBUG : banana: Excluded 2026/02/02 05:09:20 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:09:20 DEBUG : apple: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:09:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:09:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:09: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/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/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/ascii Messages: 5 objects not found 2026/02/02 05:09:32 DEBUG : apple: size = 5 OK 2026/02/02 05:09:32 DEBUG : apple: Sizes identical 2026/02/02 05:09:32 DEBUG : apple: Unchanged skipping 2026/02/02 05:09:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:09:32 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:09:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:09:32 DEBUG : banana: size = 6 OK 2026/02/02 05:09:32 DEBUG : banana: Sizes identical 2026/02/02 05:09:32 DEBUG : banana: Unchanged skipping 2026/02/02 05:09:32 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:09:32 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:09:32 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:32 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:09:32 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:09:32 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:09:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:09:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:09:32 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:09:34 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:09:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:09:34 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:09:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:09:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:09:35 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:09:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:09:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:09:35 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:09:35 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:09:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:09:35 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:09:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:09:37 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:09:37 DEBUG : Waiting for deletions to finish 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0012-6789_.txt 2026/02/02 05:09:37 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0013-789_.txt 2026/02/02 05:09:37 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0011-56789_.txt 2026/02/02 05:09:37 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0014-89_.txt 2026/02/02 05:09:37 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:09:37 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0015-9_.txt 2026/02/02 05:09:37 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:09:37 DEBUG : Waiting for deletions to finish 2026/02/02 05:09:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:09:37 DEBUG : splitbananasplit: Excluded 2026/02/02 05:09:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:09:37 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:09:37 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:09:37 DEBUG : banana: Excluded 2026/02/02 05:09:37 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:09:37 DEBUG : apple: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:09:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:09:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:09:38 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 05:09:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/apple 2026/02/02 05:09:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/appleappleapplebanana 2026/02/02 05:09:39 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/banana 2026/02/02 05:09:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/splitbananasplit 2026/02/02 05:09:40 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0000-abcdefg.txt 2026/02/02 05:09:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0001-bcdefgh.txt 2026/02/02 05:09:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0002-cdefghi.txt 2026/02/02 05:09:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0003-defghij.txt 2026/02/02 05:09:41 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0004-efghijk.txt 2026/02/02 05:09:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0005-fghijkl.txt 2026/02/02 05:09:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0006-ghijklm.txt 2026/02/02 05:09:42 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0007-1234567.txt 2026/02/02 05:09:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0008-2345678.txt 2026/02/02 05:09:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0009-3456789.txt 2026/02/02 05:09:43 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dir1/0010-456789.txt 2026/02/02 05:09:44 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dir1" --- FAIL: TestTransform (1012.38s) --- FAIL: TestTransform/NFC (105.61s) --- FAIL: TestTransform/NFD (71.54s) --- FAIL: TestTransform/base64 (102.51s) --- FAIL: TestTransform/prefix (118.33s) --- FAIL: TestTransform/suffix (122.00s) --- FAIL: TestTransform/truncate (82.39s) --- FAIL: TestTransform/encoder (94.34s) --- FAIL: TestTransform/ISO-8859-1 (68.19s) --- FAIL: TestTransform/charmap (78.16s) --- FAIL: TestTransform/lowercase (95.07s) --- FAIL: TestTransform/ascii (74.24s) === RUN TestTransformCopy run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:09:45 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:09:45 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:09:45 INFO : sub dir_somesuffix: Making directory 2026/02/02 05:09:45 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/sub dir_somesuffix" with ID 2578629 2026/02/02 05:09:45 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:09:45 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/02/02 05:09:45 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:09:45 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:45 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:09:45 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:09:45 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:09:47 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "sub dir_somesuffix/hello world_somesuffix.txt" 2026/02/02 05:09:47 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/02/02 05:09:47 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:09:47 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 05:09:56 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/sub dir_somesuffix/hello_world_somesuffix.txt 2026/02/02 05:09:57 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/sub dir_somesuffix" --- FAIL: TestTransformCopy (12.51s) === RUN TestBase64 run.go:185: Remote "FileLu root 'rclone-test-zofupod1jezo'", Local "Local file system at /tmp/rclone4178723241", Modify Window "876000h0m0s" 2026/02/02 05:09:57 DEBUG : toe: transformed to: dG9l 2026/02/02 05:09:58 DEBUG : toe: transformed to: dG9l 2026/02/02 05:09:58 INFO : dG9l: Making directory 2026/02/02 05:09:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dG9l" with ID 2578630 2026/02/02 05:09:58 DEBUG : toe: transformed to: dG9l 2026/02/02 05:09:58 DEBUG : toe: transformed to: dG9l 2026/02/02 05:09:58 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 05:09:58 INFO : dG9l/dG9l: Making directory 2026/02/02 05:09:58 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully created folder "rclone-test-zofupod1jezo/dG9l/dG9l" with ID 2578631 2026/02/02 05:09:58 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 05:09:58 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/02/02 05:09:58 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:09:58 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/02/02 05:09:58 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:09:58 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for checks to finish 2026/02/02 05:09:58 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Waiting for transfers to finish 2026/02/02 05:10:00 INFO : FileLu root 'rclone-test-zofupod1jezo': Put: Successfully uploaded new file "dG9l/dG9l/dG9lLnR4dA==" 2026/02/02 05:10:00 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/02/02 05:10:00 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:10:00 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 05:10:21 DEBUG : dG9l: transformed to: toe 2026/02/02 05:10:21 DEBUG : dG9l: transformed to: toe 2026/02/02 05:10:21 DEBUG : Added delayed dir = "toe", newDst=toe 2026/02/02 05:10:22 DEBUG : dG9l: transformed to: toe 2026/02/02 05:10:22 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/02/02 05:10:22 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/02/02 05:10:22 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:10:22 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:10:22 DEBUG : dG9lLnR4dA: transformed to: 2026/02/02 05:10:22 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:10:22 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:10:22 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 05:10:22 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 05:10:22 DEBUG : dG9l/dG9l/dG9lLnR4dA: Need to transfer - File not found at Destination 2026/02/02 05:10:22 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:10:22 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:10:22 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 05:10:22 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 05:10:22 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for checks to finish 2026/02/02 05:10:22 DEBUG : Local file system at /tmp/rclone4178723241: Waiting for transfers to finish 2026/02/02 05:10:23 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: size = 11 OK 2026/02/02 05:10:23 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: renamed to: dG9l/dG9l/dG9lLnR4dA 2026/02/02 05:10:23 INFO : dG9l/dG9l/dG9lLnR4dA: Copied (new) 2026/02/02 05:10:23 ERROR : Local file system at /tmp/rclone4178723241: not deleting files as there were IO errors 2026/02/02 05:10:23 ERROR : toe: base64 error 2026/02/02 05:10:23 ERROR : Failed to transform: illegal base64 data at input byte 0 2026/02/02 05:10:23 DEBUG : toe/toe/toe.txt: transformed to: 2026/02/02 05:10:23 ERROR : toe/toe/toe.txt: number of path segments must match: toe/toe/toe.txt (2), (0) 2026/02/02 05:10:23 ERROR : Local file system at /tmp/rclone4178723241: 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 05:10:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Successfully deleted file: /rclone-test-zofupod1jezo/dG9l/dG9l/dG9lLnR4dA 2026/02/02 05:10:26 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dG9l/dG9l" 2026/02/02 05:10:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo/dG9l" --- FAIL: TestBase64 (29.75s) FAIL 2026/02/02 05:10:27 DEBUG : FileLu root 'rclone-test-zofupod1jezo': Purge remote 2026/02/02 05:10:27 INFO : FileLu root 'rclone-test-zofupod1jezo': Rmdir: successfully deleted "/rclone-test-zofupod1jezo" "./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 42m32.136696772s (try 4/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]